gst-libs/gst/: Turn a few g_assert_not_reached() into g_return_val_if_reached() to...
[platform/upstream/gstreamer.git] / ChangeLog
1 2007-12-16  Tim-Philipp Müller  <tim at centricular dot net>
2
3         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_do_seek),
4           (gst_cdda_base_src_handle_track_seek), (gst_cdda_base_src_create):
5         * gst-libs/gst/pbutils/install-plugins.c:
6           (gst_install_plugins_spawn_child), (gst_install_plugins_supported):
7         * gst-libs/gst/pbutils/missing-plugins.c:
8           (gst_missing_plugin_message_get_installer_detail),
9           (gst_missing_encoder_installer_detail_new):
10         * gst-libs/gst/rtsp/gstrtspconnection.c: (gst_rtsp_connection_send):
11         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_unset):
12           Turn a few g_assert_not_reached() into g_return_val_if_reached() to
13           avoid compiler warnings (#503930).
14
15 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
16
17         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
18         Be apologetic of software that use the 'jpeg' instead of 'JPEG' FOURCC
19         for jpeg video streams.
20         Add the 'avc1'/'AVC1' fourcc mapping for h264, same software-comment as
21         for the above modification.
22
23 2007-12-15  Tim-Philipp Müller  <tim at centricular dot net>
24
25         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_expose),
26           (gst_x_overlay_handle_events):
27           More guards (we don't want klass to end up being NULL).
28
29 2007-12-14  Sebastian Dröge  <slomo@circular-chaos.org>
30
31         * configure.ac:
32         * gst/volume/gstvolume.c: (gst_volume_init):
33           Use new gst_base_transform_set_gap_aware() function as volume
34           correctly handles GST_BUFFER_FLAG_GAP. Require core 0.10.15.1 
35           for this.
36
37 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
38
39         * tests/examples/seek/seek.c: (msg_segment_done), (main):
40         Don't go to READY on EOS as this avoids testing of seeking and
41         restarting after EOS, use the stop button when you want to READY.
42         Don't try to do a flushing seek in segment-done, it does not make
43         sense to use this for gapless playback and is not needed.
44
45 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
46
47         * gst/playback/gstqueue2.c: (gst_queue_init), (gst_queue_finalize),
48         (reset_rate_timer), (update_in_rates), (update_out_rates),
49         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
50         (gst_queue_chain), (gst_queue_loop):
51         Use separate timers for input and output rates.
52         Pause measuring the output rate when we block for more data.
53         See #503262.
54
55 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
56
57         * gst/playback/gstqueue2.c: (gst_queue_chain):
58         Pause the timer to measure the input rate when we block because the
59         queue is filled. See #503262.
60
61 2007-12-13  Wim Taymans  <wim.taymans@collabora.co.uk>
62
63         Patch by: Peter Kjellerstedt  <pkj at axis com>
64
65         * gst-libs/gst/rtsp/gstrtspconnection.c:
66         (gst_rtsp_connection_free):
67         Close control sockets. Fixes #503440.
68
69 2007-12-13  Wim Taymans  <wim.taymans@collabora.co.uk>
70
71         * gst/playback/gstdecodebin2.c: (analyze_new_pad), (connect_pad):
72         Expose the right pad in the right place with the right element.
73
74 2007-12-13  Tim-Philipp Müller  <tim at centricular dot net>
75
76         * gst-libs/gst/pbutils/descriptions.c: (formats):
77           Add description for 'private' dts caps (who come up with that name?).
78
79 2007-12-13  Tim-Philipp Müller  <tim at centricular dot net>
80
81         * Makefile.am:
82           Add check-exports target and run it with 'make check'.
83
84         * configure.ac:
85           Be stricter about what we export in our libraries: change regexp so that
86           we only export _gst_foo(), but not __gst_foo().
87
88         * gst-libs/gst/cdda/base64.h: (rfc822_binary):
89         * gst-libs/gst/cdda/sha1.h: (sha_init), (sha_update), (sha_final):
90           Change internal functions to __gst_foo so they dont' get exported.
91
92         * win32/common/libgstaudio.def:
93           Add missing symbols.
94
95 2007-12-11  David Schleef  <ds@schleef.org>
96
97         * ChangeLog: remove conflict markers
98
99 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
100
101         * ext/gnomevfs/Makefile.am:
102         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_unicodify):
103           Use gst_tag_freeform_string_to_utf8() here, which also takes
104           into account any character sets specified by the user via
105           environment variables.
106
107 2007-12-10  Wim Taymans  <wim.taymans@gmail.com>
108
109         * gst/audioconvert/Makefile.am:
110         Also link to libm.
111
112 2007-12-10  Wim Taymans  <wim.taymans@gmail.com>
113
114         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
115         No need for floating point operations here. avoids having to link
116         against the math library too.
117
118 2007-12-10  Tim-Philipp Müller  <tim at centricular dot net>
119
120         * gst-libs/gst/pbutils/descriptions.c: (formats),
121           (format_info_get_desc):
122         * tests/check/libs/pbutils.c: (GST_START_TEST), (caps_strings),
123           (GST_START_TEST):
124           Add one or two missing formats.  Generate ADPCM description
125           dynamically depending on layout/format.
126
127 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
128
129         * configure.ac:
130           Don't define GST_DISABLE_DEPRECATED for releases. Fixes #498181.
131
132 2007-12-08  Tim-Philipp Müller  <tim at centricular dot net>
133
134         Patch by: Robin Stocker <robin dot stocker at gmx dot ch>
135
136         * gst/subparse/gstsubparse.c: (gst_sub_parse_data_format_autodetect):
137           Some .srt files start with chunk number 0 and not chunk number 1,
138           recognise and accept those as well (fixes #502497).
139
140         * tests/check/elements/subparse.c: (srt_input), (srt_input0),
141           (test_src):
142           Add unit test for the above.
143
144 2007-12-06  Wim Taymans  <wim.taymans@gmail.com>
145
146         * gst/playback/gstplay-enum.c:
147         (register_gst_autoplug_select_result),
148         (gst_autoplug_select_result_get_type):
149         * gst/playback/gstplay-enum.h:
150         Add missing files.
151
152 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
153
154         * gst/playback/Makefile.am:
155         Group decodebin2 and uridecodebin into the same plugin so that they
156         can share the GEnumType.
157
158         * gst/playback/gstdecodebin2.c: (_gst_array_accumulator),
159         (_gst_select_accumulator), (gst_decode_bin_class_init),
160         (gst_decode_bin_init), (gst_decode_bin_autoplug_sort),
161         (gst_decode_bin_autoplug_select), (gst_decode_bin_autoplug_add),
162         (analyze_new_pad), (connect_pad), (gst_decode_bin_plugin_init):
163         Add signal to sort factories instead of the more awkward autoplug-select
164         signal.
165         Modify autoplug_select so that we can try, skip or expose the
166         autopluggin of an element on a pad.
167
168         * gst/playback/gstfactorylists.c: (compare_ranks),
169         (decoders_filter), (sinks_filter), (gst_factory_list_is_type),
170         (element_filter), (gst_factory_list_get_elements),
171         (gst_factory_list_debug), (gst_factory_list_filter):
172         * gst/playback/gstfactorylists.h:
173         Simplify the API, allow getting elements based on mask.
174
175         * gst/playback/gstplay-marshal.list:
176         Add some more marshallers.
177
178         * gst/playback/gstplaybin2.c: (init_group), (gst_play_bin_init),
179         (gst_play_bin_finalize), (pad_removed_cb), (autoplug_factories_cb),
180         (autoplug_select_cb), (activate_group):
181         Add support for managing non-raw sinks by providing a custom element and
182         sink list to decodebin2.
183         Try to plug non-raw sinks when decodebin2 using autoplug-select of
184         decodebin2.
185
186         * gst/playback/gstplaysink.c: (gen_video_chain), (gen_audio_chain),
187         (gst_play_sink_set_mode), (gst_play_sink_request_pad):
188         * gst/playback/gstplaysink.h:
189         Add support for raw and non-raw sinks. 
190         Add support to force sinks selected by playbin2.
191         Don't plug raw converters for non-raw sinks.
192
193         * gst/playback/gsturidecodebin.c: (_gst_array_accumulator),
194         (_gst_select_accumulator), (gst_uri_decode_bin_class_init),
195         (proxy_autoplug_select_signal), (gst_uri_decode_bin_plugin_init),
196         (plugin_init):
197         Use right accumulators.
198         Proxy new signal.
199
200 2007-12-03  Wim Taymans  <wim.taymans@gmail.com>
201
202         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
203         Use runnning time as the base time instead of the timestamp.
204         Spotted by Saur on IRC.
205
206 2007-12-03  Edward Hervey  <bilboed@bilboed.com>
207
208         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
209         Add 'WVC1' codec mapping for Windows Media VC-1 video codec.
210
211 2007-12-03  Wim Taymans  <wim.taymans@gmail.com>
212
213         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_bisect_forward_serialno),
214         (gst_ogg_demux_read_chain):
215         If we find a new serial number but it does not contain a BOS page, make
216         sure we initialize the chain to NULL because else we will try to scan it
217         and crash. Fixes #500763
218
219 2007-11-30  Wim Taymans  <wim.taymans@gmail.com>
220
221         * gst/playback/Makefile.am:
222         * gst/playback/gstfactorylists.c: (compare_ranks), (print_feature),
223         (get_feature_array), (decoders_filter), (sinks_filter),
224         (gst_factory_list_get_decoders), (gst_factory_list_get_sinks),
225         (gst_factory_list_filter):
226         * gst/playback/gstfactorylists.h:
227         Refactor some common code to filter factories and check caps compat.
228
229         * gst/playback/gstdecodebin.c:
230         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
231         (gst_decode_bin_init), (gst_decode_bin_dispose),
232         (gst_decode_bin_autoplug_continue),
233         (gst_decode_bin_autoplug_factories),
234         (gst_decode_bin_autoplug_select), (analyze_new_pad),
235         (find_compatibles):
236         * gst/playback/gstplaybin.c:
237         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
238         (gst_play_bin_init), (gst_play_bin_finalize),
239         (autoplug_factories_cb), (activate_group):
240         * gst/playback/gstqueue2.c:
241         * gst/playback/gsturidecodebin.c: (proxy_unknown_type_signal),
242         (proxy_autoplug_continue_signal),
243         (proxy_autoplug_factories_signal), (proxy_autoplug_select_signal),
244         (proxy_drained_signal):
245         Add some more debug info and use factor filtering code.
246
247 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
248
249         * gst/audiotestsrc/gstaudiotestsrc.c:
250         * gst/volume/gstvolume.c:
251         * gst/volume/gstvolume.h:
252           Add GAP-flag support.
253
254 2007-11-24  Julien MOUTTE  <julien@moutte.net>
255
256         * tests/examples/seek/seek.c: (main): Increase the range of the
257         rate selector as I would like to test QOS behavior at higher
258         forward and reverse playback speed like say 64x.
259
260 2007-11-23  Sebastian Dröge  <slomo@circular-chaos.org>
261
262         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
263         (audioresample_query), (audioresample_query_type),
264         (gst_audioresample_set_property):
265         Implement latency query.
266
267 2007-11-21  Wim Taymans  <wim.taymans@gmail.com>
268
269         * gst-libs/gst/audio/gstbaseaudiosink.c:
270         (gst_base_audio_sink_drain):
271         Our EOS time contains the base_time, _wait_eos() expects a running_time
272         so we have to subtract the base_time again before calling the function.
273         This fixes an EOS regression where the base_time was added twice and EOS
274         took longer and longer in certain situations.
275         Fixes #498767.
276
277 2007-11-21  Wim Taymans  <wim.taymans@gmail.com>
278
279         * docs/libs/gst-plugins-base-libs-sections.txt:
280         * gst-libs/gst/audio/gstbaseaudiosink.c: (slave_method_get_type),
281         (gst_base_audio_sink_set_provide_clock),
282         (gst_base_audio_sink_get_provide_clock),
283         (gst_base_audio_sink_set_slave_method),
284         (gst_base_audio_sink_get_slave_method),
285         (gst_base_audio_sink_set_property),
286         (gst_base_audio_sink_get_property), (gst_base_audio_sink_drain),
287         (gst_base_audio_sink_none_slaving),
288         (gst_base_audio_sink_handle_slaving):
289         * gst-libs/gst/audio/gstbaseaudiosink.h:
290         Expose methods for some object properties so that subclasses can more
291         easily configure them.
292         Added slave method none, that completely disables slaving to the
293         internal clock.
294         API: gst_base_audio_sink_set_provide_clock()
295         API: gst_base_audio_sink_get_provide_clock()
296         API: gst_base_audio_sink_set_slave_method()
297         API: gst_base_audio_sink_get_slave_method()
298
299         * gst-libs/gst/audio/gstbaseaudiosrc.c:
300         (gst_base_audio_src_set_provide_clock),
301         (gst_base_audio_src_get_provide_clock),
302         (gst_base_audio_src_set_property),
303         (gst_base_audio_src_get_property), (gst_base_audio_src_create):
304         * gst-libs/gst/audio/gstbaseaudiosrc.h:
305         Expose methods for some object properties so that subclasses can more
306         easily configure them.
307         API: gst_base_audio_src_set_provide_clock()
308         API: gst_base_audio_src_get_provide_clock()
309
310 2007-11-20  Wim Taymans  <wim.taymans@gmail.com>
311
312         Patch by: Joe Peterson <lavajoe at gentoo dot org>
313
314         * gst-libs/gst/sdp/gstsdpmessage.c:
315         Fix compilation on FreeBSD (Gentoo). Fixes #498228.
316
317 2007-11-19  Sebastian Dröge  <slomo@circular-chaos.org>
318
319         * tests/check/libs/fft.c: (GST_START_TEST):
320         Fix scaling to really have dB instead of something else.
321
322 2007-11-19  Julien MOUTTE  <julien@moutte.net>
323
324         * tests/examples/seek/seek.c: (main): There's a nice macro to check
325         GTK version, use it.
326
327 2007-11-19  Julien MOUTTE  <julien@moutte.net>
328
329         * tests/examples/seek/seek.c: (main): Try to support stable version
330         of GTK.
331
332 2007-11-17  Stefan Kost  <ensonic@users.sf.net>
333
334         * gst/playback/README:
335         * gst/playback/test7.c:
336           Fix the build + little README update.
337
338 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
339
340         * tests/examples/seek/seek.c: (make_playerbin2_pipeline), (main):
341         Add playbin2 seek pipeline.
342
343 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
344
345         * gst/playback/Makefile.am:
346         * gst/playback/gstplayback.c: (plugin_init):
347         * gst/playback/test7.c: (update_scale), (warning_cb), (error_cb),
348         (eos_cb), (about_to_finish_cb), (main):
349         Add playbin2.
350         Added gapless playback example.
351
352         * gst/playback/gstplaybasebin.c:
353         * gst/playback/gstplaybasebin.h:
354         * gst/playback/gstplaybin.c: (gst_play_bin_plugin_init):
355         * gst/playback/gstqueue2.c:
356         * gst/playback/test.c:
357         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
358         (pad_removed_cb):
359         * gst/playback/gststreaminfo.h:
360         Change email.
361
362         * gst/playback/gstplaybin2.c: (gst_play_bin_get_type),
363         (gst_play_bin_class_init), (init_group), (gst_play_bin_init),
364         (gst_play_bin_dispose), (gst_play_bin_set_uri),
365         (gst_play_bin_set_suburi), (gst_play_bin_set_property),
366         (gst_play_bin_get_property), (gst_play_bin_handle_message),
367         (pad_added_cb), (pad_removed_cb), (no_more_pads_cb), (perform_eos),
368         (drained_cb), (unlink_group), (activate_group),
369         (setup_next_source), (gst_play_bin_change_state),
370         (gst_play_bin2_plugin_init):
371         Added raw first version of playbin2. Does chained oggs and gapless
372         playback fine. No support for raw sinks yet. No visualisations or
373         subtitles yet.
374
375         * gst/playback/gstplaysink.c: (gst_play_sink_get_type),
376         (gst_play_sink_class_init), (gst_play_sink_init),
377         (gst_play_sink_dispose), (gst_play_sink_vis_unblocked),
378         (gst_play_sink_vis_blocked), (gst_play_sink_set_video_sink),
379         (gst_play_sink_set_audio_sink), (gst_play_sink_set_vis_plugin),
380         (gst_play_sink_set_property), (gst_play_sink_get_property),
381         (post_missing_element_message), (free_chain), (add_chain),
382         (activate_chain), (gen_video_chain), (gen_text_element),
383         (gen_audio_chain), (gen_vis_element), (gst_play_sink_get_mode),
384         (gst_play_sink_set_mode), (gst_play_sink_request_pad),
385         (gst_play_sink_release_pad), (gst_play_sink_send_event_to_sink),
386         (gst_play_sink_send_event), (gst_play_sink_change_state):
387         * gst/playback/gstplaysink.h:
388         Added Element that abstracts the sinks and their pipelines for playbin2.
389
390 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
391
392         * gst/playback/gststreamselector.c: (gst_selector_pad_get_type),
393         (gst_selector_pad_class_init), (gst_selector_pad_init),
394         (gst_selector_pad_finalize), (gst_selector_pad_reset),
395         (gst_selector_pad_get_linked_pads), (gst_selector_pad_event),
396         (gst_selector_pad_getcaps), (gst_selector_pad_bufferalloc),
397         (gst_selector_pad_chain), (gst_stream_selector_get_type),
398         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
399         (gst_stream_selector_init), (gst_stream_selector_set_property),
400         (gst_stream_selector_get_linked_pad),
401         (gst_stream_selector_getcaps),
402         (gst_stream_selector_is_active_sinkpad),
403         (gst_stream_selector_activate_sinkpad),
404         (gst_stream_selector_get_linked_pads),
405         (gst_stream_selector_request_new_pad),
406         (gst_stream_selector_release_pad):
407         * gst/playback/gststreamselector.h:
408         Improve streamselector, make it select and unselect the current pad more
409         intelligently. 
410         Subclass GstPad for the sinkpads of the selector.
411         Handle segments more correctly.
412         Fix caps negotiation.
413         Implement release_pad.
414
415 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
416
417         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
418         (gst_decode_group_check_if_drained), (source_pad_event_probe),
419         (remove_fakesink):
420         Add drained signal fired when decodebin finishes decoding the data.
421         Remove deprecated STATE_DIRTY message.
422
423         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
424         (unknown_type_cb), (new_decoded_pad_cb), (pad_removed_cb),
425         (analyse_source), (proxy_drained_signal), (make_decoder),
426         (source_new_pad), (value_list_append_structure_list),
427         (handle_redirect_message), (handle_message):
428         Proxy the new drained signal.
429         Handle pad removed from decodebin.
430         Handle redirect messages by sorting multiple redirections based on the
431         connection speed.
432
433 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
434
435         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
436
437         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_unset):
438         Fix leaking headers. Fixes #496761.
439
440 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
441
442         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
443
444         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
445         (gst_ximagesink_change_state):
446         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
447         Don't leak the PAR on errors. Fixes #496731.
448
449 2007-11-16  Tim-Philipp Müller  <tim at centricular dot net>
450
451         * gst-libs/gst/tag/gstid3tag.c: (user_tag_matches),
452           (gst_tag_from_id3_user_tag):
453           Add mapping for audio cd discid tags, so we can extract
454           them from tags as well (see #347848). Also compare identifiers
455           in ID3v2 TXXX frames in a case-insensitive way to increase
456           compatibility when reading tags (discid vs. DiscID vs. DiscId).
457
458 2007-11-16  Jan Schmidt  <jan.schmidt@sun.com>
459
460         * gst-plugins-base.doap:
461         Oops, fix the release name.
462
463 2007-11-16  Jan Schmidt  <jan.schmidt@sun.com>
464
465         * gst-plugins-base.doap:
466         Add 0.10.15 release
467
468 2007-11-16  Jan Schmidt  <jan.schmidt@sun.com>
469
470         * configure.ac:
471         Back to CVS
472
473 === release 0.10.15 ===
474
475 2007-11-15  Jan Schmidt <jan.schmidt@sun.com>
476
477         * configure.ac:
478           releasing 0.10.15, "No need to argue"
479
480 2007-11-15  Jan Schmidt  <jan.schmidt@sun.com>
481
482         * win32/vs6/libgstfft.dsp:
483         Convert line endings to DOS.
484
485 2007-11-15  Sebastien Moutte <sebastien@moutte.net>
486
487         * win32/vs6/gst_plugins_base.dsw:
488         * win32/vs6/libgstfft.dsp:
489         * win32/MANIFEST:
490         Add a project file for fft plugin and remove socket
491         based plugin which don't build from the workspace.
492         * win32/vs6/libgstaudio.dsp:
493         * win32/vs6/libgstrtp.dsp:
494         * win32/vs6/libgsttag.dsp:
495         Convert line endings back to DOS.
496         Fixes #496724
497
498 2007-11-14  Jan Schmidt  <jan.schmidt@sun.com>
499
500         * win32/vs6/libgstinterfaces.dsp:
501         * win32/vs6/libgstrtsp.dsp:
502         Convert line endings back to DOS
503
504 2007-11-14  Jan Schmidt  <jan.schmidt@sun.com>
505
506         * gst-libs/gst/fft/kiss_fft_f32.h:
507         * gst-libs/gst/fft/kiss_fft_f64.h:
508         * gst-libs/gst/fft/kiss_fft_s16.h:
509         * gst-libs/gst/fft/kiss_fft_s32.h:
510         Don't include malloc.h which doesn't exist on Mac OSX.
511         Instead, pull in glib.h and use g_malloc/g_free for 
512         consistency. Fixes: #496548
513
514 2007-11-09  Stefan Kost  <ensonic@users.sf.net>
515
516         * gst/playback/gstdecodebin2.c:
517           Dont leak ghostpad. Fixes #475451.
518
519 2007-11-09  Wim Taymans  <wim.taymans@gmail.com>
520
521         * docs/design/design-decodebin.txt:
522         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
523         Update some more docs and comments.
524
525 2007-11-06  Tim-Philipp Müller  <tim at centricular dot net>
526
527         Patch by: Sebastien Moutte  <sebastien moutte net>
528
529         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_ntp_to_unix),
530           (gst_rtcp_unix_to_ntp):
531         * gst-libs/gst/rtp/gstrtppayloads.c: (gst_rtp_payload_info_for_name):
532           Fix some C99-isms and and a missing function that some versions of
533           MSVC don't like too much (#494346).
534
535         * win32/vs6/gst_plugins_base.dsw:
536         * win32/vs6/libgstaudio.dsp:
537         * win32/vs6/libgstrtp.dsp:
538         * win32/vs6/libgsttag.dsp:
539           Update vs6 projects files (#494346).
540
541 2007-11-06  Tim-Philipp Müller  <tim at centricular dot net>
542
543         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
544
545         * win32/common/libgstaudio.def:
546         * win32/common/libgstcdda.def:
547         * win32/common/libgstinterfaces.def:
548         * win32/common/libgstnetbuffer.def:
549         * win32/common/libgstpbutils.def:
550         * win32/common/libgstrtp.def:
551         * win32/common/libgstrtsp.def:
552         * win32/common/libgsttag.def:
553         * win32/common/libgstvideo.def:
554           More missing symbols to export (fixes #493986).
555
556 2007-11-06  Sebastian Dröge  <slomo@circular-chaos.org>
557
558         * docs/libs/gst-plugins-base-libs-sections.txt:
559         * gst-libs/gst/fft/gstfftf32.c:
560         * gst-libs/gst/fft/gstfftf32.h:
561         * gst-libs/gst/fft/gstfftf64.c:
562         * gst-libs/gst/fft/gstfftf64.h:
563         * gst-libs/gst/fft/gstffts16.c:
564         * gst-libs/gst/fft/gstffts16.h:
565         * gst-libs/gst/fft/gstffts32.c:
566         * gst-libs/gst/fft/gstffts32.h:
567         * tests/check/libs/fft.c: (GST_START_TEST):
568         Remove the magnitude and phase calculation functions as these have
569         very special use cases and can't even be used for the spectrum
570         element. Also adjust the docs to mention some properties of the used
571         FFT implemention, i.e. how the values are scaled. Fixes #492098.
572
573 2007-11-06  Tim-Philipp Müller  <tim at centricular dot net>
574
575         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
576           (finish_source):
577           Avoid crash when there are external subtitles (fixes #491722).
578
579 2007-11-03  Tim-Philipp Müller  <tim at centricular dot net>
580
581         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
582         * ext/alsa/gstalsasrc.c: (gst_alsasrc_open):
583           'Could not open resource for writing' is not an acceptable
584           error message when we can't open the audio device (see #492334),
585           even less so when we're trying to open it to record something.
586
587 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
588
589         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
590
591         * win32/common/libgstrtp.def:
592           Add some more missing symbols (#492813).
593
594 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
595
596         Patch by: Thijs Vermeir <thijsvermeir@gmail.com>
597
598         * tests/check/elements/audioconvert.c: (verify_convert):
599           Add check to make sure that the out caps have a channel layout
600           set on them where they should have one.
601
602 2007-11-01  Tim-Philipp Müller  <tim at centricular dot net>
603
604         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
605
606         * gst-libs/gst/fft/kiss_fft_s16.h: (KISS_FFT_S16_MALLOC):
607         * gst-libs/gst/fft/kiss_fft_s32.h: (KISS_FFT_S32_MALLOC):
608           Include our own _stdint.h instead of sys/types.h, makes MingW happy
609           (#492306).
610
611         * gst-libs/gst/rtsp/gstrtspconnection.c: (gst_rtsp_connection_create):
612           Use _pipe directly, GLib doesn't have a pipe() macro any longer
613           (it disappeared in GLib 2.14.0) (#492306).
614
615         * gst-libs/gst/sdp/Makefile.am:
616         * gst-libs/gst/sdp/gstsdpmessage.c:
617           Fix includes and LIBS for win32/Mingw (#492306).
618
619         * tests/examples/dynamic/addstream.c (pause_play_stream):
620           Use more portable g_usleep() instead of sleep() (#492306).
621
622 2007-11-01  Tim-Philipp Müller  <tim at centricular dot net>
623
624         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
625
626         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
627           (gst_ring_buffer_parse_caps):
628           Return NULL instead of an enum that happens to be 0, fixes warning
629           on MSVC (#492114).
630
631         * gst-libs/gst/audio/gstringbuffer.h:
632           No trailing commas in enum list (for gcc-2.9x).
633
634         * gst/videotestsrc/videotestsrc.c: (random_char):
635           Make information loss explicit instead of implicitly truncating to
636           eight bits via the return value.  Fixes runtime error on MSVC when
637           using the debug CRT (#492114).
638
639         * win32/common/config.h.in:
640           Fix a bunch of '#undef FOO bar', which MSVC doesn't like (#492114).
641
642         * win32/common/libgstinterfaces.def:
643         * win32/common/libgstrtp.def:
644           Export a few more symbols (#492114).
645
646 2007-11-01  Stefan Kost  <ensonic@users.sf.net>
647
648         * gst-libs/gst/audio/audio.c:
649         * gst-libs/gst/audio/audio.h:
650           Readd the deprecation guards, but preserve compilability.
651
652 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
653
654         * gst/audioconvert/gstaudioconvert.c: (find_suitable_channel_layout),
655           (gst_audio_convert_fixate_channels), (gst_audio_convert_fixate_caps):
656           Preserve channel layout when fixating the number of channels in the
657           output caps, or make sure there's a suitable channel position layout
658           set on the caps if required. Fixes #430677.
659
660 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
661
662         * tests/check/elements/decodebin.c: (test_text_plain_streams):
663           Make sure the pipeline really operates in push mode as it should
664           in this case.
665
666 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
667
668         * gst-libs/gst/audio/audio.h:
669           Don't guard deprecated enum with #ifndef DISABLE_DEPRECATED, or
670           compilation with DISABLE_DEPRECATED and without REMOVE_DEPRECATED
671           (ie. normal cvs builds) will fail.
672
673 2007-10-31  Stefan Kost  <ensonic@users.sf.net>
674
675         * docs/libs/Makefile.am:
676         * gst-libs/gst/audio/audio.c:
677         * gst-libs/gst/audio/audio.h:
678         * gst-libs/gst/interfaces/mixer.c:
679           tell gtk-doc about the deprecation guard. Apply more doc fixes.
680
681 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
682
683         * tests/check/libs/audio.c: (init_value_to_channel_layout),
684           (test_channel_layout_value_intersect), (audio_suite):
685           Add simple unit test to make sure GstValue intersection
686           of channel layouts works the way I think it does.
687
688 2007-10-30  Stefan Kost  <ensonic@users.sf.net>
689
690         * docs/libs/gst-plugins-base-libs-sections.txt:
691         * gst-libs/gst/audio/gstaudiofilter.h:
692         * gst-libs/gst/interfaces/mixer.h:
693         * gst-libs/gst/rtp/gstbasertpdepayload.c:
694         * gst-libs/gst/rtp/gstbasertpdepayload.h:
695         * gst-libs/gst/sdp/gstsdpmessage.c:
696           Fix the docs according to what gtk-doc complained about.
697
698 2007-10-30  Stefan Kost  <ensonic@users.sf.net>
699
700         * tests/icles/stress-playbin.c:
701           Fix the build.
702
703 2007-10-30  Tim-Philipp Müller  <tim at centricular dot net>
704
705         * gst/playback/gstdecodebin.c: (close_pad_link), (type_found):
706         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
707           Post nice/more useful error message if we don't have a decoder for
708           the primary type.
709
710 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
711
712         * gst/playback/gstdecodebin2.c: (gst_decode_group_expose):
713         Be a bit more useful, unblock the pads after we fired the no-more-pads
714         signal so that we can use the signal to inspect and connect all pads
715         without having to keep extra state outside of decodebin.
716
717 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
718
719         * gst/playback/gsturidecodebin.c:
720         (gst_uri_decode_bin_autoplug_continue),
721         (gst_uri_decode_bin_class_init), (no_more_pads_full):
722         Implement default signal handler so that we return TRUE when nothing is
723         connected.
724
725 2007-10-28  Sebastian Dröge  <slomo@circular-chaos.org>
726
727         * gst-libs/gst/riff/riff-media.c:
728         (gst_riff_wavext_add_channel_layout),
729         (gst_riff_wave_add_default_channel_layout),
730         (gst_riff_wavext_get_default_channel_mask),
731         (gst_riff_create_audio_caps):
732         Use the ALSA channel layout as default for wav files without channel
733         layout information. This fixes playback of chan-id.wav on 5.1 systems
734         for example. Also refactor the channel layout setting a bit and add
735         more default channel orders. Fixes #489010.
736
737 2007-10-26  Tim-Philipp Müller  <tim at centricular dot net>
738
739         * tests/check/libs/tag.c: (test_musicbrainz_tag_registration):
740           GST_TAG_MUSICBRAINZ_SORTNAME is deprecated and we compile with
741           -DGST_DISABLE_DEPRECATED, so use new GST_TAG_ARTIST_SORTNAME
742           instead.
743
744 2007-10-25  Wim Taymans  <wim.taymans@gmail.com>
745
746         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
747         (gst_decode_bin_dispose), (gst_decode_bin_set_caps),
748         (gst_decode_bin_set_subs_encoding),
749         (gst_decode_bin_get_subs_encoding), (gst_decode_bin_set_property),
750         (gst_decode_bin_get_property), (analyze_new_pad):
751         Move subtitle encoding property to decodebin2 so that it can set the
752         property value on all elements that it autoplugs and that require it.
753         Make caps refcounting more consistent in get/set.
754
755         * gst/playback/gsturidecodebin.c: (_gst_boolean_accumulator),
756         (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
757         (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_property),
758         (gst_uri_decode_bin_get_property), (proxy_unknown_type_signal),
759         (proxy_autoplug_continue_signal),
760         (proxy_autoplug_factories_signal), (proxy_autoplug_select_signal),
761         (make_decoder):
762         Proxy properties and relevant signals from the internal decodebin.
763         Make properties MT safe.
764
765 2007-10-25  Tim-Philipp Müller  <tim at centricular dot net>
766
767         * gst-libs/gst/tag/tag.h: (GST_TAG_MUSICBRAINZ_SORTNAME):
768         * gst-libs/gst/tag/tags.c:
769           Deprecate GST_TAG_MUSICBRAINZ_SORTNAME, replaced by the newly-added
770           GST_TAG_ARTIST_SORTNAME (in an API and ABI compatible way).
771
772         * gst-libs/gst/tag/gstid3tag.c: (tag_matches):
773           Map ID3v2 TSOP, TSOA and TSOT frames to new SORTNAME tags (#414539).
774
775         * gst-libs/gst/tag/gstvorbistag.c: (tag_matches),
776           (gst_tag_to_vorbis_comments):
777           Map new SORTNAME tags (these tags aren't even semi-official, so I'm
778           just mapping everything I found in the wild) (#414539).
779
780 2007-10-24  Wim Taymans  <wim.taymans@gmail.com>
781
782         Inspired by patch of: René Stadler <mail at renestadler dot de>
783
784         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
785         (gst_decode_bin_autoplug_continue),
786         (gst_decode_bin_autoplug_factories),
787         (gst_decode_bin_autoplug_select), (analyze_new_pad), (connect_pad),
788         (find_compatibles):
789         * gst/playback/gstplay-marshal.list:
790         Remove the autoplug-sort signal and replace it with a binding friendly
791         autoplug-select signal.
792         Add an autoplug-factories signal that can be used to generate a list of
793         factories to try to autoplug.
794         Add the GstPad to the autoplugging signal args as it might be needed to
795         make a good factory selection.
796         Fix up the marshallers for this. Fixes #407282.
797
798 2007-10-23  Tim-Philipp Müller  <tim at centricular dot net>
799
800         * gst-libs/gst/tag/gsttagdemux.c:
801           Don't abort with an assertion if we receive a seek event with
802           a start type of NONE (see launchpad bug #155878).
803
804 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
805
806         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
807         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
808         (gst_ximagesink_change_state), (gst_ximagesink_reset):
809         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_event_thread),
810         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_xcontext_clear),
811         (gst_xvimagesink_change_state), (gst_xvimagesink_reset):
812         Make sure that before we clean up the X resources, we shutdown and join
813         the event thread.
814         Also make sure the event thread does not shut down immediatly after
815         startup because the running variable is not yet correctly set.
816         Fixes #378770. 
817
818 2007-10-16  Wim Taymans  <wim.taymans@gmail.com>
819
820         * gst/playback/gstdecodebin.c: (new_pad), (type_found):
821         Make the window for a race in typefind and shutting down smaller until
822         we figure out the right locking here. Avoids #485753 usually.
823
824         * gst/playback/gstdecodebin2.c: (type_found), (pad_added_group_cb):
825         Remove unneeded lock causing a race in typefind and shutting down.
826         Fixes #485753.
827
828         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
829         Also remove sinks when going to NULL because we might not complete the
830         state change to PAUSED, causing the PAUSED->READY state change not to
831         happen.
832
833 2007-10-16  Wim Taymans  <wim.taymans@gmail.com>
834
835         * gst-libs/gst/audio/gstbaseaudiosink.c:
836         (gst_base_audio_sink_drain), (gst_base_audio_sink_change_state):
837         Also explicitly release the ringbuffer when going to NULL because it
838         is required in the setcaps function, before the state change to PAUSED
839         completes.
840
841 2007-10-16  Tim-Philipp Müller  <tim at centricular dot net>
842
843         * tests/icles/.cvsignore:
844         * tests/icles/Makefile.am:
845         * tests/icles/stress-playbin.c:
846           Does what it says on the tin.
847
848 2007-10-15  Wim Taymans  <wim.taymans@gmail.com>
849
850         * gst/playback/gstqueue2.c: (gst_queue_init), (gst_queue_push_one):
851         Fix queue negotiation. See #486758.
852
853 2007-10-12  Jan Schmidt  <Jan.Schmidt@sun.com>
854
855         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
856         (gst_xvimagesink_xwindow_new),
857         (gst_xvimagesink_update_colorbalance),
858         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get):
859
860         Fix handling of some of the X atoms. If the last parameter is True,
861         XInternAtom won't create the atom if it doesn't exist, and therefore
862         might return None. This causes X errors on Xv implementations that
863         don't provide the colour balance attributes.
864
865 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
866
867         * gst-libs/gst/tag/gstvorbistag.c:
868         * tests/check/libs/tag.c:
869           Extract vorbis comment LICENSE tags correctly.
870
871 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
872
873         Patch by: Jason Kivlighn  <jkivlighn gmail com>
874
875         * gst-libs/gst/tag/gstid3tag.c:
876         * tests/check/libs/tag.c:
877           Map ID3v2 WCOP frame to GST_TAG_COPYRIGHT_URI (#447000).
878
879 2007-10-10  Tim-Philipp Müller  <tim at centricular dot net>
880
881         * gst-libs/gst/tag/gsttagdemux.c:
882           Don't error out when a buggy downstream element doesn't
883           handle the newsegment event we send properly (especially
884           not without posting a meaningful error message on the
885           bus). See bug #471370 and launchpad bug #136264.
886
887 2007-10-10  Wim Taymans  <wim.taymans@gmail.com>
888
889         * gst-libs/gst/audio/gstbaseaudiosink.c:
890         (gst_base_audio_sink_drain):
891         Use new basesink method to make our EOS drain interruptable.
892
893 2007-10-10  Jan Schmidt  <Jan.Schmidt@sun.com>
894
895         * gst-libs/gst/rtp/gstrtppayloads.c:
896         Fix silly search-replace oversight.
897
898 2007-10-09  Wim Taymans  <wim.taymans@gmail.com>
899
900         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
901
902         * gst-libs/gst/rtp/gstbasertppayload.c: (copy_fixed),
903         (gst_basertppayload_set_outcaps):
904         Fix caps memleak. Fixes #484989.
905
906
907 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
908
909         * gst-libs/gst/rtp/gstbasertpdepayload.c:
910         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain):
911         Fix debug output.
912
913 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
914
915         * gst-libs/gst/audio/gstbaseaudiosrc.c:
916         (gst_base_audio_src_create):
917         Also handle the case where there is no clock set on the audio source,
918         like in the unit tests.
919
920 2007-10-08  Jan Schmidt  <Jan.Schmidt@sun.com>
921
922         * gst-libs/gst/rtp/gstrtppayloads.c:
923         Use unsigned G_MAXUINT8 instead of -1 to initialise a guint8
924         to avoid compiler warnings
925
926 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
927
928         * gst/playback/gstdecodebin.c: (type_found),
929         (gst_decode_bin_change_state):
930         * gst/playback/gstdecodebin2.c: (type_found),
931         (gst_decode_bin_change_state):
932         Don't disconnect the have_type signal because we never reconnect it
933         later on. Instead keep a variable to see if we already detected a type.
934
935 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
936
937         * gst/playback/gstdecodebin.c: (add_fakesink), (type_found):
938         * gst/playback/gstdecodebin2.c: (gst_decode_bin_init),
939         (type_found):
940         Unlink the signal handler when we found the type, we're not going to do
941         anything sensible with more type_found signals anyway.
942
943 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
944
945         * gst-libs/gst/tag/gsttagdemux.c:
946           Don't leak caps.
947
948 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
949
950         * gst-libs/gst/tag/Makefile.am:
951         * gst-libs/gst/tag/gsttagdemux.c:
952         * gst-libs/gst/tag/gsttagdemux.h:
953           API: add GstTagDemux base class for simple tag demuxers.
954
955         * docs/libs/gst-plugins-base-libs-docs.sgml:
956         * docs/libs/gst-plugins-base-libs-sections.txt:
957           Add GstTagDemux to docs.
958
959 2007-10-05  Sebastian Dröge  <slomo@circular-chaos.org>
960
961         * gst-libs/gst/rtp/gstrtpbuffer.c:
962         (gst_rtp_buffer_get_payload_subbuffer):
963         Fix bug introduced with last commit which inverted the logic and
964         caused all buffers to be dropped. Fixes #483620.
965         Thanks to Laurent Glayal <spglegle at yahoo dot fr> for noticing.
966
967 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
968
969         * gst-libs/gst/rtp/gstrtpbuffer.c:
970           Replace g_return_if_val (as it could be disabled), with regular return
971           and warning.
972
973 2007-10-03  Stefan Kost  <ensonic@users.sf.net>
974
975         * tests/check/pipelines/simple-launch-lines.c:
976           Print message name and not just number.
977
978 2007-10-02  Wim Taymans  <wim.taymans@gmail.com>
979
980         * gst-libs/gst/audio/gstbaseaudiosink.c:
981         (gst_base_audio_sink_async_play):
982         When slaved to the clock, don't try to align a sample with the previous
983         one when going to PLAYING again.
984
985 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
986
987         * tests/examples/snapshot/snapshot.c:
988           Fix the build.
989
990 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
991
992         * gst-libs/gst/sdp/gstsdpmessage.h:
993         Add RFC 3556 bandwidth modifiers.
994
995 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
996
997         * docs/libs/gst-plugins-base-libs-docs.sgml:
998         * docs/libs/gst-plugins-base-libs-sections.txt:
999         * gst-libs/gst/rtp/gstrtppayloads.c:
1000         Update documentation.
1001
1002 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
1003
1004         * gst-libs/gst/rtp/Makefile.am:
1005         * gst-libs/gst/rtp/gstrtppayloads.c: (gst_rtp_payload_info_for_pt),
1006         (gst_rtp_payload_info_for_name):
1007         * gst-libs/gst/rtp/gstrtppayloads.h:
1008         Added new file and header to deal with payload info.
1009
1010         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data),
1011         (gst_rtp_buffer_default_clock_rate):
1012         * gst-libs/gst/rtp/gstrtpbuffer.h:
1013         Payload specific stuff is move to new headers.
1014         Implement _default_clock rate using the new payload function.
1015
1016         * gst-libs/gst/sdp/gstsdpmessage.c: (is_multicast_address),
1017         (gst_sdp_parse_line):
1018         * gst-libs/gst/sdp/gstsdpmessage.h:
1019         Add some more comments.
1020
1021 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
1022
1023         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
1024         (sdp_check_header), (sdp_type_find), (plugin_init):
1025         Add typefind function for application/sdp.
1026         Remove some old dirac typefind code that was ifdeffed out.
1027
1028 2007-09-29  Sebastien Moutte <sebastien@moutte.net>
1029
1030         * win32/common/libgstaudio.def:
1031         Add new exported functions.
1032         * win32/vs6/grammar.dsp:
1033         Add autogeneration and copy of some autegenerated files from win32/common
1034         for rtsp library.
1035         * win32/vs6/libgstaudioconvert.dsp:
1036         Add gstaudioquantize.c to the build.
1037         * win32/vs6/libgstinterfaces.dsp:
1038         Add videoorientation.c to the build.
1039         * win32/vs6/libgstriff.dsp:
1040         Add libgsttag to the link libraries list.
1041         * win32/vs6/libgstvolume.dsp:
1042         Add liboil to the link.
1043         * win32/vs6/gst_plugins_base.dsw:
1044         * win32/vs6/libgstrtsp.dsp:
1045         * win32/common/libgstrtsp.def:
1046         Add files to build libgstrtsp library.
1047         
1048 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
1049
1050         * tests/examples/snapshot/snapshot.c: (main):
1051         Print error when pipeline failed to construct.
1052
1053 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
1054
1055         * configure.ac:
1056         * gst-libs/gst/tag/gstid3tag.c:
1057         * gst-libs/gst/tag/gstvorbistag.c:
1058           Add mappings for the new GST_TAG_COMPOSER for vorbis comments
1059           and ID3v2 tags.
1060
1061 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
1062
1063         * gst-libs/gst/floatcast/floatcast.h:
1064           Don't include config.h in an installed public header, this
1065           might break compilation of applications that don't have such
1066           a header and doesn't necessarily do what it's supposed to do
1067           anyway (ie. check for the lrint/lrintf defines) (#442065).
1068           Add docs for the various macros and document how this header
1069           has to be used (link against libm, etc.); add a few FIXMEs;
1070           include math.h for non-c99 code path.  Based on patch by
1071           Jan Schmidt.
1072           
1073 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
1074
1075         * configure.ac:
1076         Use AG_GST_ARG_WITH_PLUGINS and AG_GST_ARG_ENABLE_EXTERNAL instead
1077         of duplicating these macros in configure.ac.
1078
1079 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1080
1081         * po/hu.po:
1082         * po/sv.po:
1083         * po/uk.po:
1084           Updated translations to 0.10.14
1085
1086 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1087
1088         translated by: Jakub Bogusz <qboosh@pld-linux.org>
1089
1090         * po/pl.po:
1091           Added Polish translation.
1092
1093 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1094
1095         translated by: Ilkka Tuohela <hile@iki.fi>
1096
1097         * po/fi.po:
1098           Added Finnish translation.
1099
1100 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1101
1102         translated by: Jorge González González <aloriel@gmail.com>
1103
1104         * po/es.po:
1105           Added Spanish translation.
1106
1107 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1108
1109         translated by: Mogens Jaeger <mogens@jaeger.tf>
1110
1111         * po/da.po:
1112           Added Danish translation.
1113
1114 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1115
1116         translated by: Funda Wang <fundawang@linux.net.cn>
1117
1118         * po/zh_CN.po:
1119           Added Chinese (simplified) translation.
1120
1121 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1122
1123         translated by: Alexander Shopov <ash@contact.bg>
1124
1125         * po/bg.po:
1126           Added Bulgarian translation.
1127
1128 2007-09-21  Wim Taymans  <wim.taymans@gmail.com>
1129
1130         * gst/playback/gstqueue2.c: (gst_queue_push_one):
1131         Fix compilation wrt printf arguments.
1132
1133 2007-09-20  Wim Taymans  <wim.taymans@gmail.com>
1134
1135         * configure.ac:
1136         * tests/examples/Makefile.am:
1137         * tests/examples/snapshot/.cvsignore:
1138         * tests/examples/snapshot/Makefile.am:
1139         * tests/examples/snapshot/snapshot.c: (main):
1140         Add simple snapshot example program using appsink.
1141
1142 2007-09-20  Stefan Kost  <ensonic@users.sf.net>
1143
1144         * tests/check/generic/states.c:
1145           Improved state change unit test.
1146
1147 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
1148
1149         * docs/plugins/.cvsignore:
1150         * tests/check/.cvsignore:
1151           Ignore registries in any format.
1152
1153 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
1154
1155         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1156         (gst_base_rtp_depayload_chain),
1157         (gst_base_rtp_depayload_set_gst_timestamp):
1158         Only copy timestamp on outgoing packets if the depayloader did not set
1159         one.
1160         Also copy duration on outgoing packets.
1161
1162 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
1163
1164         * gst-libs/gst/rtp/gstbasertppayload.c: (copy_fixed),
1165         (gst_basertppayload_set_outcaps):
1166         Fix compilation because of missing %d in printf.
1167         When fixating caps, fixate what we can and throw away all remaining
1168         unfixed caps, subclasses should do something smart if they need to.
1169
1170 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
1171
1172         * ext/gnomevfs/gstgnomevfssrc.c:
1173           Improve debug logs a bit and be more verbose if things go wrong.
1174
1175 2007-09-17  Jan Schmidt  <Jan.Schmidt@sun.com>
1176
1177         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
1178         (gst_text_overlay_set_property):
1179         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
1180         * gst-libs/gst/audio/gstbaseaudiosink.c:
1181         (gst_base_audio_sink_render):
1182         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_ntp_to_unix),
1183         (gst_rtcp_unix_to_ntp):
1184         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_get_type):
1185         * gst/playback/gstqueue2.c:
1186         * tests/examples/seek/seek.c: (set_scale):
1187         Fix a bunch of compile warnings shown with Forte.
1188
1189         * gst/audiorate/gstaudiorate.c:
1190         Always pull in config.h before including any system headers.
1191
1192 2007-09-17  Wim Taymans  <wim.taymans@gmail.com>
1193
1194         * gst/playback/gstqueue2.c: (update_buffering),
1195         (gst_queue_locked_flush), (gst_queue_locked_enqueue),
1196         (gst_queue_handle_sink_event), (gst_queue_chain),
1197         (gst_queue_push_one), (gst_queue_sink_activate_push),
1198         (gst_queue_src_activate_push), (gst_queue_src_activate_pull):
1199         Also fix #476514 for queue2.
1200
1201 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
1202
1203         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1204         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_setcaps),
1205         (gst_base_rtp_depayload_chain),
1206         (gst_base_rtp_depayload_handle_sink_event),
1207         (gst_base_rtp_depayload_push_full),
1208         (gst_base_rtp_depayload_set_gst_timestamp),
1209         (gst_base_rtp_depayload_change_state):
1210         Remove code to deal with RTP to GST time conversion, we now just copy
1211         the GST timestamp we receive to the outgoing buffers.
1212         Handle segment and flushes correctly.
1213
1214         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
1215         When we have no valid input timestamp, use the previous rtp timestamp on
1216         the outgoing RTP packet instead of the RTP base time.
1217
1218 2007-09-15  David Schleef  <ds@schleef.org>
1219
1220         * ext/alsa/gstalsa.c:
1221         * ext/alsa/gstalsadeviceprobe.c:
1222         * ext/alsa/gstalsamixer.c:
1223         * ext/alsa/gstalsasink.c:
1224         * ext/alsa/gstalsasrc.c:
1225           Change alsa alloca's to malloc to fix warnings on gcc-4.2.
1226
1227 2007-09-15  Wim Taymans  <wim.taymans@gmail.com>
1228
1229         * gst-libs/gst/rtp/gstbasertppayload.c:
1230         (gst_basertppayload_set_outcaps), (gst_basertppayload_push):
1231         Add some debug info when negotiating caps.
1232
1233 2007-09-14  Wim Taymans  <wim.taymans@gmail.com>
1234
1235         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
1236         A buffer with an empty payload is also a valid buffer.
1237
1238 2007-09-14  Wim Taymans  <wim.taymans@gmail.com>
1239
1240         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_event),
1241         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
1242         (gst_basertppayload_change_state):
1243         Make sure we start our RTP timestamp from the random base RTP
1244         timestamp even if the buffer timestamp starts from some random value.
1245
1246 2007-09-14  Wim Taymans  <wim.taymans@gmail.com>
1247
1248         * configure.ac:
1249         * tests/examples/Makefile.am:
1250         * tests/examples/dynamic/.cvsignore:
1251         * tests/examples/dynamic/Makefile.am:
1252         * tests/examples/dynamic/addstream.c: (create_stream),
1253         (pause_play_stream), (message_received), (eos_message_received),
1254         (perform_step), (main):
1255         Add simple exmple app to demonstrate starting and pausing live and
1256         non-live bins in a PLAYING pipeline.
1257
1258 2007-09-14  Julien MOUTTE  <julien@moutte.net>
1259
1260         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add some
1261         typefind for QCP files (RFC #3625)
1262
1263 2007-09-13  Wim Taymans  <wim.taymans@gmail.com>
1264
1265         * gst-libs/gst/audio/gstbaseaudiosink.c:
1266         (gst_base_audio_sink_init):
1267         Disable pull mode scheduling, we're not ready for it yet and it subtly
1268         breaks a lot of things.
1269
1270 2007-09-12  Tim-Philipp Müller  <tim at centricular dot net>
1271
1272         * tests/check/elements/libvisual.c:
1273           Test all libvisual plugins, not just the first one; this reproduces
1274           bug #450336 quite easily.  Looks like a problem with the 'jess'
1275           visualisation.
1276
1277 2007-09-12  Tim-Philipp Müller  <tim at centricular dot net>
1278
1279         * tests/check/Makefile.am:
1280         * tests/check/elements/.cvsignore:
1281         * tests/check/elements/libvisual.c:
1282           Add basic libvisual test case in an attempt to reproduce bug #450336.
1283           Doesn't reproduce that bug, but some other crasher instead (invalid
1284           free), at least with make elements/libvisual.forever and the bumscope
1285           plugin on x86-64/gutsy. Leaving test disabled for now.
1286
1287 2007-09-11  Wim Taymans  <wim.taymans@gmail.com>
1288
1289         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
1290
1291         * gst-libs/gst/rtsp/gstrtspconnection.c:
1292         (gst_rtsp_connection_read_internal), (gst_rtsp_connection_read),
1293         (read_body), (gst_rtsp_connection_receive):
1294         Make sure we can not cancel in the middle of receiving a message.
1295         Fixes #475731.
1296
1297 2007-09-11  Tim-Philipp Müller  <tim at centricular dot net>
1298
1299         Patch by: Josep Torra Valles <josep@fluendo.com>
1300
1301         * gst/playback/gstplaybasebin.c:
1302           Increase upper limit for audio queue a bit; fixes preroll problem
1303           with playbin and decodebin2 when playing a quicktime trailer with
1304           multichannel audio via http (#464666).
1305
1306 2007-09-10  Wim Taymans  <wim.taymans@gmail.com>
1307
1308         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1309         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
1310         (gst_base_audio_src_provide_clock),
1311         (gst_base_audio_src_set_property),
1312         (gst_base_audio_src_get_property), (gst_base_audio_src_create):
1313         * gst-libs/gst/audio/gstbaseaudiosrc.h:
1314         Allow othe clocks than the internal clock to be used for the pipeline.
1315         Add property to disable clock provide.
1316         API: GstBaseAudioSrc::provide-clock
1317
1318 2007-09-10  Stefan Kost  <ensonic@users.sf.net>
1319
1320         * gst/playback/gstdecodebin2.c:
1321           Don't leak request pads. Fixes #475395.
1322
1323 2007-09-09  Sebastian Dröge  <slomo@circular-chaos.org>
1324
1325         Patch by: René Stadler <mail at renestadler dot de>
1326
1327         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
1328         (gst_ximage_buffer_class_init):
1329         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
1330         (gst_xvimage_buffer_class_init):
1331         Correctly chain up finalize with the parent class to prevent
1332         memory leaks. Fixes #474880.
1333
1334 2007-09-09  Sebastian Dröge  <slomo@circular-chaos.org>
1335
1336         * gst/volume/gstvolume.c: (volume_choose_func):
1337         * tests/check/elements/volume.c: (GST_START_TEST):
1338         Revert the latest change: floating point samples are allowed to
1339         have any value, not only values in the range [-1,1]. Thanks to Andy
1340         Wingo for noticing.
1341         Also fix processing of int32 samples with volumes > 4 by making the
1342         unity value smaller which prevents overflows.
1343
1344 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
1345
1346         * gst-libs/gst/rtp/gstrtpbuffer.c:
1347         * tests/check/libs/rtp.c:
1348           Fix gst_rtp_buffer_set_csrc() and enable csrc-related unit test checks.
1349
1350 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
1351
1352         Based on patch by: Haakon Sporsheim  <haakon.sporsheim at tandberg com>
1353
1354         * gst-libs/gst/rtp/gstrtpbuffer.c:
1355           Fix up GstRTPHeader helper struct so that compilers will not under
1356           any circumstances add padding in between our fields, as currently
1357           happens with MSVC on win32, because that would lead to us sending
1358           out RTP payloads with broken RTP headers (#471194).
1359           Fix assertion guards for gst_rtp_buffer_get_csrc() and _set_csrc().
1360           
1361         * tests/check/Makefile.am:
1362         * tests/check/libs/.cvsignore:
1363         * tests/check/libs/rtp.c:
1364           Add some simple unit tests for GstRTPBuffer. Some are disabled
1365           because the code tested still needs fixing (set_csrc() does not work).
1366
1367 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
1368
1369         * win32/MANIFEST:
1370         * win32/common/gstrtsp-enumtypes.c:
1371         * win32/common/gstrtsp-enumtypes.h:
1372         * win32/common/interfaces-enumtypes.c:
1373         * win32/common/interfaces-enumtypes.h:
1374         * win32/common/multichannel-enumtypes.c:
1375           Add rtsp enumtypes (#474384) and update others.
1376
1377 2007-09-06  Stefan Kost  <ensonic@users.sf.net>
1378
1379         * configure.ac:
1380           Fix configure check for HAVE_LIBXML_HTML.
1381
1382 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
1383
1384         * tests/check/libs/.cvsignore:
1385           Ignore more, in case the build bots work again one day.
1386
1387 2007-09-06  Sebastian Dröge  <slomo@circular-chaos.org>
1388
1389         Reviewed by:  Stefan Kost  <ensonic@users.sf.net>
1390
1391         * configure.ac:
1392         * gst-libs/gst/Makefile.am:
1393         * gst-libs/gst/fft/Makefile.am:
1394         * gst-libs/gst/fft/_kiss_fft_guts_f32.h:
1395         * gst-libs/gst/fft/_kiss_fft_guts_f64.h:
1396         * gst-libs/gst/fft/_kiss_fft_guts_s16.h:
1397         * gst-libs/gst/fft/_kiss_fft_guts_s32.h:
1398         * gst-libs/gst/fft/gstfft.c: (gst_fft_next_fast_length):
1399         * gst-libs/gst/fft/gstfft.h:
1400         * gst-libs/gst/fft/gstfftf32.c: (gst_fft_f32_new),
1401         (gst_fft_f32_fft), (gst_fft_f32_inverse_fft), (gst_fft_f32_free),
1402         (gst_fft_f32_window), (gst_fft_f32_magnitude), (gst_fft_f32_phase):
1403         * gst-libs/gst/fft/gstfftf32.h:
1404         * gst-libs/gst/fft/gstfftf64.c: (gst_fft_f64_new),
1405         (gst_fft_f64_fft), (gst_fft_f64_inverse_fft), (gst_fft_f64_free),
1406         (gst_fft_f64_window), (gst_fft_f64_magnitude), (gst_fft_f64_phase):
1407         * gst-libs/gst/fft/gstfftf64.h:
1408         * gst-libs/gst/fft/gstffts16.c: (gst_fft_s16_new),
1409         (gst_fft_s16_fft), (gst_fft_s16_inverse_fft), (gst_fft_s16_free),
1410         (gst_fft_s16_window), (gst_fft_s16_magnitude), (gst_fft_s16_phase):
1411         * gst-libs/gst/fft/gstffts16.h:
1412         * gst-libs/gst/fft/gstffts32.c: (gst_fft_s32_new),
1413         (gst_fft_s32_fft), (gst_fft_s32_inverse_fft), (gst_fft_s32_free),
1414         (gst_fft_s32_window), (gst_fft_s32_magnitude), (gst_fft_s32_phase):
1415         * gst-libs/gst/fft/gstffts32.h:
1416         * gst-libs/gst/fft/kiss_fft_f32.c: (kf_bfly2), (kf_bfly4),
1417         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
1418         (kiss_fft_f32_alloc), (kiss_fft_f32_stride), (kiss_fft_f32),
1419         (kiss_fft_f32_cleanup), (kiss_fft_f32_next_fast_size):
1420         * gst-libs/gst/fft/kiss_fft_f32.h:
1421         * gst-libs/gst/fft/kiss_fft_f64.c: (kf_bfly2), (kf_bfly4),
1422         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
1423         (kiss_fft_f64_alloc), (kiss_fft_f64_stride), (kiss_fft_f64),
1424         (kiss_fft_f64_cleanup), (kiss_fft_f64_next_fast_size):
1425         * gst-libs/gst/fft/kiss_fft_f64.h:
1426         * gst-libs/gst/fft/kiss_fft_s16.c: (kf_bfly2), (kf_bfly4),
1427         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
1428         (kiss_fft_s16_alloc), (kiss_fft_s16_stride), (kiss_fft_s16),
1429         (kiss_fft_s16_cleanup), (kiss_fft_s16_next_fast_size):
1430         * gst-libs/gst/fft/kiss_fft_s16.h:
1431         * gst-libs/gst/fft/kiss_fft_s32.c: (kf_bfly2), (kf_bfly4),
1432         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
1433         (kiss_fft_s32_alloc), (kiss_fft_s32_stride), (kiss_fft_s32),
1434         (kiss_fft_s32_cleanup), (kiss_fft_s32_next_fast_size):
1435         * gst-libs/gst/fft/kiss_fft_s32.h:
1436         * gst-libs/gst/fft/kiss_fftr_f32.c: (kiss_fftr_f32_alloc),
1437         (kiss_fftr_f32), (kiss_fftri_f32):
1438         * gst-libs/gst/fft/kiss_fftr_f32.h:
1439         * gst-libs/gst/fft/kiss_fftr_f64.c: (kiss_fftr_f64_alloc),
1440         (kiss_fftr_f64), (kiss_fftri_f64):
1441         * gst-libs/gst/fft/kiss_fftr_f64.h:
1442         * gst-libs/gst/fft/kiss_fftr_s16.c: (kiss_fftr_s16_alloc),
1443         (kiss_fftr_s16), (kiss_fftri_s16):
1444         * gst-libs/gst/fft/kiss_fftr_s16.h:
1445         * gst-libs/gst/fft/kiss_fftr_s32.c: (kiss_fftr_s32_alloc),
1446         (kiss_fftr_s32), (kiss_fftri_s32):
1447         * gst-libs/gst/fft/kiss_fftr_s32.h:
1448         * gst-libs/gst/fft/kiss_version:
1449         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
1450         * pkgconfig/gstreamer-plugins-base.pc.in:
1451         Add libgstfft, a FFT library based on Kiss FFT which is
1452         BSD licensed. Supported sample formats are int16, int32,
1453         float and double. For those formats a real FFT and IFFT
1454         can be done, different windowing functions can be applied
1455         and functions for extracting the magnitude and phase exist.
1456         Fixes #468619.
1457
1458         * docs/libs/Makefile.am:
1459         * docs/libs/gst-plugins-base-libs-docs.sgml:
1460         * docs/libs/gst-plugins-base-libs-sections.txt:
1461         Integrate libgstfft into the docs.
1462
1463         * tests/check/Makefile.am:
1464         * tests/check/libs/fft.c: (GST_START_TEST), (fft_suite), (main):
1465         Add unit tests for libgstfft, currently only testing the FFT.
1466         Unit tests for IFFT will follow soon.
1467
1468 2007-09-05  Wim Taymans  <wim.taymans@gmail.com>
1469
1470         Patch by: Peter Kjellerstedt  <pkj at axis com>
1471
1472         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_time_init),
1473         (gst_sdp_message_init), (gst_sdp_message_uninit),
1474         (is_multicast_address), (gst_sdp_message_as_text),
1475         (gst_sdp_message_get_origin), (gst_sdp_message_set_connection),
1476         (gst_sdp_message_get_connection), (gst_sdp_message_add_bandwidth),
1477         (gst_sdp_message_add_time), (gst_sdp_message_add_zone),
1478         (gst_sdp_message_get_key), (gst_sdp_message_get_attribute_val_n),
1479         (gst_sdp_message_get_attribute_val), (gst_sdp_message_add_media),
1480         (gst_sdp_media_init), (gst_sdp_media_uninit),
1481         (gst_sdp_media_as_text), (gst_sdp_media_set_port_info),
1482         (gst_sdp_media_connections_len), (gst_sdp_media_add_connection),
1483         (gst_sdp_media_bandwidths_len), (gst_sdp_media_get_bandwidth),
1484         (gst_sdp_media_add_bandwidth), (gst_sdp_media_attributes_len),
1485         (gst_sdp_parse_line), (print_media), (gst_sdp_message_dump):
1486         * gst-libs/gst/sdp/gstsdpmessage.h:
1487         Separate INIT_ARRAY() and related macros into two versions, one for
1488         structures and one for pointers (e.g., INIT_ARRAY() and
1489         INIT_PTR_ARRAY()). This fixes a segmentation error on freeing the
1490         lists of emails and phone numbers.
1491         Add missing const as appropriate.
1492         Change all gint to guint since they all actually represent unsigned
1493         values.
1494         Do not use time as a variable name as it shadows the global time().
1495         Add gst_sdp_message_as_text() and gst_sdp_media_as_text().
1496         Actually implement gst_sdp_message_add_time().
1497         Make gst_sdp_message_add_time() take repeat times as an argument.
1498         Store repeat times in GstSDPTime as a GArray rather than as gchar**.
1499         Corrected the definition of gst_sdp_media_get_bandwidth() (was
1500         misspelled as badwidth).
1501         gst-indented and a little clean up. Fixes #471067.
1502
1503 2007-09-05  Sebastian Dröge  <slomo@circular-chaos.org>
1504
1505         * gst/volume/gstvolume.c: (volume_choose_func),
1506         (volume_process_double), (volume_process_double_clamp),
1507         (volume_process_float_clamp):
1508         Correctly clamp float/double samples in the [-1.0,1.0] range to
1509         prevent weird effects.
1510         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
1511         Add unit tests for all samples types that had none before.
1512
1513 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
1514
1515         * gst-libs/gst/rtp/gstrtpbuffer.c:
1516           Need to include stdlib.h for abs() here too.
1517
1518 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
1519
1520         * gst/playback/gststreaminfo.c:
1521           Fix build.
1522
1523 2007-09-05  Stefan Kost  <ensonic@users.sf.net>
1524
1525         * gst/playback/gststreaminfo.c:
1526           Clean up some half-disabled code and comment.
1527
1528 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
1529
1530         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
1531
1532         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
1533         (gst_base_rtp_payload_audio_handle_event):
1534         Return FALSE from the event handler to let the parent class handle the
1535         event. Fixes #446766.
1536
1537         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1538         (gst_base_rtp_depayload_chain), (gst_base_rtp_depayload_push_full):
1539         Mark outgoing buffers as DISCONT if the incomming buffer was DISCONT.
1540
1541         * gst-libs/gst/rtp/gstbasertppayload.c:
1542         Bump the MTU to 1400.
1543
1544 2007-09-03  Johan Dahlin  <jdahlin@async.com.br>
1545
1546         * gst/typefind/gsttypefindfunctions.c (plugin_init): 
1547         Add an audio/x-nsf typefind function for the nsfdec element.
1548
1549 2007-09-03  Renato Filho  <renato.filho@indt.org.br>
1550         * gst/playback/gstplaybasebin.c:
1551         Included "myth://" on stream_uris list for enable buffering to mythtv files
1552
1553 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
1554
1555         * docs/libs/gst-plugins-base-libs-sections.txt:
1556         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_get_rb),
1557         (gst_rtcp_packet_sdes_copy_entry), (gst_rtcp_ntp_to_unix),
1558         (gst_rtcp_unix_to_ntp):
1559         * gst-libs/gst/rtp/gstrtcpbuffer.h:
1560         Fix parsing of RB blocks.
1561         Fix docs.
1562         Added helper functions to convert to/from UNIX and NTP time.
1563         API: gst_rtcp_ntp_to_unix()
1564         API: gst_rtcp_unix_to_ntp()
1565
1566         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data),
1567         (gst_rtp_buffer_get_header_len),
1568         (gst_rtp_buffer_get_extension_data),
1569         (gst_rtp_buffer_get_payload_subbuffer),
1570         (gst_rtp_buffer_get_payload_len), (gst_rtp_buffer_get_payload),
1571         (gst_rtp_buffer_ext_timestamp):
1572         * gst-libs/gst/rtp/gstrtpbuffer.h:
1573         Fix some more docs.
1574         Implement handling of packets with extensions.
1575         Fix padding check in _validate().
1576         Added function to get extension data.
1577         API: gst_rtp_buffer_get_header_len()
1578         API: gst_rtp_buffer_get_extension_data()
1579
1580 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
1581
1582         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1583         (gst_base_rtp_depayload_class_init),
1584         (gst_base_rtp_depayload_set_gst_timestamp):
1585         Add some more docs for the queue-delay property and fix a typo in a
1586         comment.
1587
1588         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
1589         Fix typo.
1590
1591 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
1592
1593         * gst-libs/gst/audio/gstbaseaudiosink.c:
1594         (gst_base_audio_sink_skew_slaving), (gst_base_audio_sink_render),
1595         (gst_base_audio_sink_change_state):
1596         When skew slaving, try to hover around the middle of a segment so that
1597         we at most drift by half a segment.
1598         If we are aligning in the oposite direction of the clock skew, we don't
1599         have to resync.
1600
1601 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
1602
1603         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1604         (gst_base_rtp_depayload_setcaps),
1605         (gst_base_rtp_depayload_set_gst_timestamp):
1606         Be less silly with the segment start, just apply the clock-base to the
1607         timestamp.
1608
1609 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
1610
1611         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1612         (gst_base_rtp_depayload_class_init),
1613         (gst_base_rtp_depayload_finalize),
1614         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
1615         (gst_base_rtp_depayload_handle_sink_event),
1616         (gst_base_rtp_depayload_set_gst_timestamp),
1617         (gst_base_rtp_depayload_change_state):
1618         * gst-libs/gst/rtp/gstbasertpdepayload.h:
1619         Deprecate the queue handling thread thing and remove the code.
1620         Use new method to calculate the extended timestamp.
1621
1622 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
1623
1624         * gst-libs/gst/rtp/gstrtcpbuffer.c:
1625         (gst_rtcp_packet_sdes_copy_entry):
1626         Use g_strndup which does exactly what we want.
1627
1628         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_compare_seqnum),
1629         (gst_rtp_buffer_ext_timestamp):
1630         * gst-libs/gst/rtp/gstrtpbuffer.h:
1631         Add helper function to compare seqnums.
1632         Add helper function to calculate extended timestamps.
1633         API: gst_rtp_buffer_compare_seqnum()
1634         API: gst_rtp_buffer_ext_timestamp()
1635
1636 2007-08-30  Wim Taymans  <wim.taymans@gmail.com>
1637
1638         * gst-libs/gst/rtp/gstrtcpbuffer.c:
1639         (gst_rtcp_packet_sdes_get_entry),
1640         (gst_rtcp_packet_sdes_copy_entry):
1641         * gst-libs/gst/rtp/gstrtcpbuffer.h:
1642         Fix and document SDES item data function.
1643         Add new function that makes a proper copy of SDES item data.
1644         API: gst_rtcp_packet_sdes_copy_entry()
1645
1646 2007-08-30  Stefan Kost  <ensonic@users.sf.net>
1647
1648         * configure.ac:
1649         * gst/Makefile.am:
1650           The tcp and subparse plugins are under gst, but not totaly free of
1651           dependencies. Handle selection inconfigure.ac, so that they show up
1652           on the final list of what is build and what is not. Maybe they should
1653           better be moved to ext.
1654
1655 2007-08-30  Stefan Kost  <ensonic@users.sf.net>
1656
1657         Patch by: Daniel Díaz  <yosoy@danieldiaz.org>
1658
1659         * configure.ac:
1660         * gst/Makefile.am:
1661           Check if libxml provides HTML parser which subparse needs.
1662           Fixes #451970.
1663
1664 2007-08-29  Tim-Philipp Müller  <tim at centricular dot net>
1665
1666         * ext/alsa/gstalsa.c:
1667           Fix typo and compilation on big endian systems.
1668
1669 2007-08-29  Tim-Philipp Müller  <tim at centricular dot net>
1670
1671         * gst/subparse/gstssaparse.c:
1672           Convert SSA newline codes into actual newline characters (#470766).
1673
1674 2007-08-28  Tim-Philipp Müller  <tim at centricular dot net>
1675
1676         * docs/libs/gst-plugins-base-libs-sections.txt:
1677         * gst-libs/gst/pbutils/install-plugins.c:
1678         * gst-libs/gst/pbutils/install-plugins.h:
1679         * tests/check/libs/pbutils.c:
1680           API: also add gst_install_plugins_supported() while we're at it
1681           (see #470456).
1682
1683 2007-08-28  Tim-Philipp Müller  <tim at centricular dot net>
1684
1685         * docs/libs/gst-plugins-base-libs-sections.txt:
1686         * gst-libs/gst/pbutils/missing-plugins.c:
1687         * gst-libs/gst/pbutils/missing-plugins.h:
1688         * tests/check/libs/pbutils.c:
1689           API: add gst_missing_*_installer_detail_new() convenience API so
1690           that applications that know exactly what they're missing can request
1691           installer detail strings for those items directly instead of having
1692           to first create a dummy missing-plugin message and then get the
1693           installer detail string from that.  Fixes #470456.
1694
1695 2007-08-27  Jan Schmidt  <thaytan@mad.scientist.com>
1696
1697         * gst/playback/gstdecodebin.c: (close_pad_link):
1698         We need to set up delayed-linking whenever the caps are non-fixed,
1699         not just when there are multiple types - use gst_pad_is_fixed()
1700         to test.
1701
1702 2007-08-26  Tim-Philipp Müller  <tim at centricular dot net>
1703
1704         * gst-libs/gst/pbutils/missing-plugins.c:
1705           (gst_missing_plugin_message_get_installer_detail):
1706           Add missing separator in PID fallback case.
1707
1708 2007-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
1709
1710         * ext/alsa/Makefile.am:
1711         There is no GST_PLUGINS_BASE_LIBS defined.
1712         
1713         * ext/alsa/gstalsa.c:
1714         * ext/alsa/gstalsasink.c: (gst_alsasink_delay):
1715         * ext/alsa/gstalsasrc.c: (gst_alsasrc_delay):
1716         Add support for ALSA 24-bit formats.
1717         snd_pcm_delay can return an error code, especially
1718         during XRUNS. In that case, the best we can do is assume
1719         delay = 0.
1720
1721         * gst/audioconvert/Makefile.am:
1722         Add flags from -base before any more-remote dependencies.
1723
1724 2007-08-23  Sebastian Dröge  <slomo@circular-chaos.org>
1725
1726         Based on a patch by: Davyd Madeley <davyd at madeley dot id dot au>
1727
1728         * gst/volume/gstvolume.c: (volume_choose_func),
1729         (volume_update_real_volume), (gst_volume_set_volume),
1730         (gst_volume_init), (volume_process_int32),
1731         (volume_process_int32_clamp), (volume_process_int24),
1732         (volume_process_int24_clamp), (volume_process_int16),
1733         (volume_process_int16_clamp), (volume_process_int8),
1734         (volume_process_int8_clamp), (volume_update_volume), (plugin_init):
1735         * gst/volume/gstvolume.h:
1736         Add support for int32, int24 and int8 to the volume element.
1737         Fixes #445529.
1738
1739 2007-08-23  Tim-Philipp Müller  <tim at centricular dot net>
1740
1741         * tests/examples/Makefile.am:
1742           Fix even more.
1743
1744 2007-08-23  Stefan Kost  <ensonic@users.sf.net>
1745
1746         * configure.ac:
1747         * docs/libs/Makefile.am:
1748         * docs/libs/gst-plugins-base-libs-docs.sgml:
1749         * docs/libs/gst-plugins-base-libs-sections.txt:
1750         * ext/gnomevfs/gstgnomevfssrc.c:
1751         * ext/gnomevfs/gstgnomevfssrc.h:
1752         * gst-libs/gst/Makefile.am:
1753         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
1754         * pkgconfig/gstreamer-plugins-base.pc.in:
1755         * sys/v4l/v4lsrc_calls.c:
1756         * tests/examples/Makefile.am:
1757         * win32/common/config.h:
1758           Revert unwanted commit. many thanks to moap. I want a fix for 
1759           https://thomas.apestaart.org/moap/trac/ticket/239
1760
1761 2007-08-23  Stefan Kost  <ensonic@users.sf.net>
1762
1763         * gst/volume/gstvolume.c:
1764           Move passthrough below gst_object_sync_values(). Fixes #442654.
1765
1766 2007-08-22  Wim Taymans  <wim.taymans@gmail.com>
1767
1768         * gst-libs/gst/audio/audio.c:
1769         Clarify the docs a little.
1770
1771 2007-08-22  Stefan Kost  <ensonic@users.sf.net>
1772
1773         * gst/volume/gstvolume.c:
1774           Enable liboil for float and add more details about problems with
1775           int16.
1776
1777 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
1778
1779         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
1780         Fix RGB24 masks as spotted by _ke (Daniel G. Siegel) on IRC.
1781
1782 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
1783
1784         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward):
1785         When calculating the first timestamp of the buffers, don't go below 0
1786         and clip the samples because the offset was on the eos page.
1787         Fixes #466717.
1788
1789 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
1790
1791         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain),
1792         (gst_ogg_demux_collect_chain_info):
1793         Also submit the eos page when trying to find the first timestamp.
1794         See #466717.
1795
1796 2007-08-17  Sebastian Dröge  <slomo@circular-chaos.org>
1797
1798         * gst-libs/gst/audio/audio.h:
1799         Use gst_util_uint64_scale() instead of doing the math
1800         with double for GST_FRAMES_TO_CLOCK_TIME() and
1801         GST_CLOCK_TIME_TO_FRAMES(). For large timestamps this
1802         prevents rounding errors. Fixes #467667.
1803
1804 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
1805
1806         * gst-libs/gst/rtsp/gstrtspconnection.c:
1807         (gst_rtsp_connection_connect), (gst_rtsp_connection_write),
1808         (gst_rtsp_connection_read), (gst_rtsp_connection_poll):
1809         * gst-libs/gst/rtsp/gstrtspconnection.h:
1810         Small cleanups.
1811         On shutdown, don't read the control socket yet.
1812         Set timeout value correctly in all cases.
1813         Add function to check if the server accepts reads or writes.
1814         API: gst_rtsp_connection_poll()
1815
1816         * gst-libs/gst/rtsp/gstrtspdefs.h:
1817         Fix compilation with -pedantic.
1818         Add enum for _poll.
1819
1820 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
1821
1822         Patch by: Olivier Crete  <tester at tester ca>
1823
1824         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
1825         (gst_basertppayload_getcaps):
1826         * gst-libs/gst/rtp/gstbasertppayload.h:
1827         Add getcaps vfunc to basertppayload. See #465146.
1828
1829 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
1830
1831         * gst/playback/gstplaybasebin.c: (queue_threshold_reached):
1832         Only post buffering messages when we are a stream.
1833
1834 2007-08-15  Tim-Philipp Müller  <tim at centricular dot net>
1835
1836         * gst-libs/gst/pbutils/install-plugins.c:
1837         * gst-libs/gst/pbutils/missing-plugins.c:
1838           Small docs fix and addition.
1839
1840 2007-08-13  Tim-Philipp Müller  <tim at centricular dot net>
1841
1842         * tests/icles/.cvsignore:
1843         * tests/icles/Makefile.am:
1844         * tests/icles/test-textoverlay.c:
1845           Add a dumb little test for textoverlay alignments.
1846
1847 2007-08-13  Tim-Philipp Müller  <tim at centricular dot net>
1848
1849         Patch by: Dan Williams  <dcbw redhat com>
1850
1851         * ext/pango/gsttextoverlay.c:
1852         * ext/pango/gsttextoverlay.h:
1853           API: add "line-alignment" property (#459334). Add gtk-doc blurb for
1854           "silent" property so there's a Since tag in the API reference.
1855
1856 2007-08-12  Wim Taymans  <wim.taymans@gmail.com>
1857
1858         * gst-libs/gst/rtp/gstbasertppayload.c:
1859         (gst_basertppayload_set_outcaps):
1860         * gst-libs/gst/rtp/gstbasertppayload.h:
1861         Improve caps negotiation so that downstream elements can confiure
1862         certain RTP properties by fixing them on the caps. See #465146.
1863         Add docs.
1864
1865 2007-08-11  Tim-Philipp Müller  <tim at centricular dot net>
1866
1867         * docs/libs/gst-plugins-base-libs-sections.txt:
1868         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1869         * gst-libs/gst/rtp/gstbasertpdepayload.h:
1870           Mark as deprecated some macros which were presumably meant to be
1871           private API and accidentally exposed in the public header file.
1872           Also actually _init() lock (only works at the moment because the
1873           struct is zeroed out when created and the initial values in the
1874           mutex struct are zeroes too). (#459585)
1875
1876 2007-08-10  Stefan Kost  <ensonic@users.sf.net>
1877
1878         * docs/libs/Makefile.am:
1879           Remove cruft and do some cleanups.
1880
1881         * docs/libs/gst-plugins-base-libs-docs.sgml:
1882           Prepare for comming gtkdoc features (rebase against online docs).
1883
1884 2007-08-10  Michael Smith <msmith@fluendo.com>
1885
1886         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
1887           Debug output fixes.
1888         * tests/check/elements/audiorate.c: (do_perfect_stream_test),
1889         (GST_START_TEST):
1890           Change the number of buffers used; 500 is too many and leads to
1891           timeouts.
1892
1893 2007-08-10  Tim-Philipp Müller  <tim at centricular dot net>
1894
1895         * gst/playback/gstqueue2.c:
1896         * gst/videorate/gstvideorate.c:
1897           Printf format fixes (#465028).
1898
1899 2007-08-09  Michael Smith <msmith@fluendo.com>
1900
1901         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
1902           If we have a large (> 1 second) discontinuity, push a series of
1903           smaller buffers rather than a single very large buffer. Avoids
1904           unreasonably large single buffer allocations when encountering a
1905           large gap.
1906         * tests/check/elements/audiorate.c: (GST_START_TEST),
1907         (audiorate_suite):
1908           Add a test for this.
1909
1910 2007-08-09  Jan Schmidt  <thaytan@mad.scientist.com>
1911
1912         * gst/playback/gstplaybasebin.c: (group_commit),
1913         (queue_remove_probe), (queue_threshold_reached):
1914
1915         Patch by: Josep Torra Valles <josep@fluendo.com>
1916         Fixes: #465015
1917         Make sure we remove the check_queues buffer probe from the 
1918         correct queue to avoid racily going back to "buffering 99%" when
1919         buffering is actually complete.
1920
1921         Also, fix the spelling of Josep's surname in the ChangeLog.
1922
1923 2007-08-09  Stefan Kost  <ensonic@users.sf.net>
1924
1925         * ext/ogg/gstoggmux.c:
1926           Do not leak oggmux instance.
1927         
1928         * ext/vorbis/vorbisenc.c:
1929           Also log values.
1930
1931 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
1932
1933         * po/hu.po:
1934         * po/it.po:
1935         * po/nl.po:
1936         * po/uk.po:
1937         * po/vi.po:
1938           Updated translations.
1939
1940 2007-08-08  Stefan Kost  <ensonic@users.sf.net>
1941
1942         patch by: Yang Hong <hongyang@redflag-linux.com>
1943
1944         * ext/pango/gsttextoverlay.c:
1945         * ext/pango/gsttextoverlay.h:
1946           Add 'silent' property to GstTimeOverlay. Fixes #462979
1947
1948 2007-08-08  Wim Taymans  <wim.taymans@gmail.com>
1949
1950         Patch by: Josep Torra Valles <josep@fluendo.com>
1951
1952         * docs/plugins/gst-plugins-base-plugins.args:
1953         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
1954         (gst_uri_decode_bin_init), (gst_uri_decode_bin_set_property),
1955         (gst_uri_decode_bin_get_property), (gen_source_element):
1956         Add connection-speed property. Fixes #464690.
1957
1958 2007-08-07  Wim Taymans  <wim.taymans@gmail.com>
1959
1960         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
1961
1962         * configure.ac:
1963         * gst-libs/gst/rtsp/Makefile.am:
1964         * gst-libs/gst/rtsp/gstrtspconnection.c:
1965         (gst_rtsp_connection_connect):
1966         Fix compilation on windows. Fixes #464320.
1967
1968 2007-08-07  Wim Taymans  <wim.taymans@gmail.com>
1969
1970         Patch by: Josep Torra Valles <josep@fluendo.com>
1971
1972         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
1973         (gst_play_base_bin_init), (queue_threshold_reached),
1974         (gen_source_element), (setup_substreams),
1975         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
1976         (gst_play_base_bin_get_streaminfo_value_array):
1977         * gst/playback/gstplaybasebin.h:
1978         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
1979         (gst_play_bin_set_property), (gst_play_bin_get_property),
1980         (gst_play_bin_handle_redirect_message):
1981         Move connection-speed property from playbin to playbasebin so that we
1982         can also configure it in source elements that have the connection-speed
1983         property. Fixes #464028.
1984         Add some debug info here and there.
1985
1986 2007-08-06  Sebastian Dröge  <slomo@circular-chaos.org>
1987
1988         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
1989         Properly respond to conversion queries. Fixes #464079.
1990
1991 2007-08-03  Sebastian Dröge  <slomo@circular-chaos.org>
1992
1993         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_init),
1994         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
1995         (gst_audio_test_src_init_sine_table),
1996         (gst_audio_test_src_change_wave), (gst_audio_test_src_create):
1997         * gst/audiotestsrc/gstaudiotestsrc.h:
1998         Add float/double and int32 support to audiotestsrc. Fixes #460422.
1999         Also set the default volume to the default value specified in the
2000         GParamSpec.
2001
2002 2007-08-03  Sebastian Dröge  <slomo@circular-chaos.org>
2003
2004         Patch by: Jens Granseuer <jensgr at gmx dot net>
2005
2006         * gst/audioconvert/gstaudioquantize.c:
2007         Fix C89 incompatibilities and spelling of explanations. Fixes #463215.
2008
2009 2007-08-03  Wim Taymans  <wim.taymans@gmail.com>
2010
2011         * gst-libs/gst/rtsp/gstrtsptransport.c: (gst_rtsp_transport_parse):
2012         Add rdt manager for rdt transport.
2013         Fix parsing of RDT transport.
2014
2015 2007-08-03  Jan Schmidt  <thaytan@mad.scientist.com>
2016
2017         * configure.ac:
2018         Back to CVS
2019
2020 === release 0.10.14 ===
2021
2022 2007-08-03  Jan Schmidt <thaytan@mad.scientist.com>
2023
2024         * configure.ac:
2025           releasing 0.10.14, "Light Years Ahead"
2026
2027 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
2028
2029         * tests/check/libs/audio.c: (GST_START_TEST):
2030         Fix the test to reflect the behaviour of gst_audio_clip_buffer.
2031
2032 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
2033
2034         * gst-libs/gst/audio/audio.c:
2035         When clipping a buffer with no timestamp, assume it is
2036         within the segment without warnings.
2037
2038         Fixes: #460978
2039
2040 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
2041
2042         * gst-libs/gst/rtsp/gstrtspextension.c: (gst_rtsp_extension_send):
2043         Fire the signal on the object, not the interface.
2044
2045 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
2046
2047         * gst-libs/gst/rtsp/.cvsignore:
2048         Ber. Don't include the full path, idiot.
2049
2050 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
2051
2052         * gst-libs/gst/rtsp/.cvsignore:
2053         Ignore generated files.
2054
2055 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
2056
2057         * gst-libs/gst/interfaces/Makefile.am:
2058         * gst-libs/gst/interfaces/interfaces-marshal.list:
2059         * gst-libs/gst/interfaces/rtspextension.c:
2060         * gst-libs/gst/interfaces/rtspextension.h:
2061         * gst-libs/gst/rtsp/Makefile.am:
2062         * gst-libs/gst/rtsp/gstrtsp.h:
2063         * gst-libs/gst/rtsp/gstrtspextension.c:
2064         (gst_rtsp_extension_get_type), (gst_rtsp_extension_iface_init),
2065         (gst_rtsp_extension_detect_server),
2066         (gst_rtsp_extension_before_send), (gst_rtsp_extension_after_send),
2067         (gst_rtsp_extension_parse_sdp), (gst_rtsp_extension_setup_media),
2068         (gst_rtsp_extension_configure_stream),
2069         (gst_rtsp_extension_get_transports),
2070         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
2071         * gst-libs/gst/rtsp/gstrtspextension.h:
2072         * gst-libs/gst/rtsp/rtsp-marshal.list:
2073         Move the rtspextension.h interface into gstrtspextension.h
2074         as part of libgstrtsp instead of libgstinterfaces, because it's
2075         only for use within plugins, not applications. 
2076         Add stuff to do the enum & marshal generation needed in libgstrtsp now.
2077         Use the GST_TYPE_RTSP_RESULT enum type for the return value of the 
2078         signal that the GstRTSPExtension interface emits, since G_TYPE_ENUM
2079         is abstract.
2080
2081 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
2082
2083         * gst-libs/gst/interfaces/Makefile.am:
2084         * gst-libs/gst/interfaces/interfaces-marshal.list:
2085         * gst-libs/gst/interfaces/rtspextension.c:
2086         (gst_rtsp_extension_iface_init),
2087         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
2088         * gst-libs/gst/interfaces/rtspextension.h:
2089         Fix marshaller for the send signal.
2090         Add URL to stream selection interface method.
2091
2092 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
2093
2094         * gst-libs/gst/riff/Makefile.am:
2095         Pull in our dependencies from -base before those from outside.
2096
2097 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
2098
2099         * docs/libs/gst-plugins-base-libs-sections.txt:
2100         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_decode_ip):
2101         * gst-libs/gst/rtsp/gstrtspbase64.h:
2102         API: gst_rtsp_base64_decode_ip()
2103         Added function to decode Base64 in-place.
2104
2105 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
2106
2107         * tests/check/libs/.cvsignore:
2108         Ignore the mixer test binary.
2109
2110 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
2111
2112         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward):
2113         Gratuitous comment change to trigger a rebuild on the buildbots.
2114
2115 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
2116
2117         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_media_get_media),
2118         (gst_sdp_media_get_port), (gst_sdp_media_get_num_ports),
2119         (gst_sdp_media_get_proto), (gst_sdp_media_formats_len),
2120         (gst_sdp_media_get_format), (gst_sdp_media_get_information),
2121         (gst_sdp_media_connections_len), (gst_sdp_media_get_connection),
2122         (gst_sdp_media_bandwidths_len), (gst_sdp_media_get_badwidth),
2123         (gst_sdp_media_get_key), (gst_sdp_media_attributes_len),
2124         (gst_sdp_media_get_attribute), (gst_sdp_media_get_attribute_val_n),
2125         (gst_sdp_media_get_attribute_val):
2126         * gst-libs/gst/sdp/gstsdpmessage.h:
2127         Constify args where we can.
2128
2129 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
2130
2131         * gst-libs/gst/interfaces/Makefile.am:
2132         * gst-libs/gst/interfaces/rtspextension.c:
2133         (gst_rtsp_extension_get_type), (gst_rtsp_extension_iface_init),
2134         (gst_rtsp_extension_detect_server),
2135         (gst_rtsp_extension_before_send), (gst_rtsp_extension_after_send),
2136         (gst_rtsp_extension_parse_sdp), (gst_rtsp_extension_setup_media),
2137         (gst_rtsp_extension_configure_stream),
2138         (gst_rtsp_extension_get_transports),
2139         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
2140         * gst-libs/gst/interfaces/rtspextension.h:
2141         Move interface for RTSP extensions from -good to here.
2142         Added helper methods to invoke interface methods.
2143
2144 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
2145
2146         * docs/libs/gst-plugins-base-libs-sections.txt:
2147         * gst-libs/gst/rtsp/gstrtspdefs.h:
2148         * gst-libs/gst/rtsp/gstrtspmessage.c: (key_value_foreach),
2149         (gst_rtsp_message_get_type), (gst_rtsp_message_parse_request),
2150         (gst_rtsp_message_init_response),
2151         (gst_rtsp_message_parse_response), (gst_rtsp_message_new_data),
2152         (gst_rtsp_message_parse_data), (gst_rtsp_message_add_header),
2153         (gst_rtsp_message_remove_header), (gst_rtsp_message_get_header),
2154         (gst_rtsp_message_append_headers), (gst_rtsp_message_set_body),
2155         (gst_rtsp_message_get_body), (dump_key_value):
2156         * gst-libs/gst/rtsp/gstrtspmessage.h:
2157         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
2158         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
2159         (gst_rtsp_range_parse):
2160         * gst-libs/gst/rtsp/gstrtsprange.h:
2161         * gst-libs/gst/rtsp/gstrtsptransport.c:
2162         * gst-libs/gst/rtsp/gstrtspurl.c:
2163         Fix some more RTSP docs.
2164         Add some missing methods for dealing with messages.
2165
2166 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
2167
2168         * docs/libs/gst-plugins-base-libs-docs.sgml:
2169         * docs/libs/gst-plugins-base-libs-sections.txt:
2170         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_encode):
2171         * gst-libs/gst/rtsp/gstrtspbase64.h:
2172         * gst-libs/gst/rtsp/gstrtspconnection.c:
2173         (gst_rtsp_connection_connect), (add_auth_header),
2174         (gst_rtsp_connection_write), (gst_rtsp_connection_send),
2175         (read_body), (gst_rtsp_connection_receive),
2176         (gst_rtsp_connection_next_timeout),
2177         (gst_rtsp_connection_reset_timeout),
2178         (gst_rtsp_connection_set_auth):
2179         * gst-libs/gst/rtsp/gstrtspconnection.h:
2180         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status):
2181         * gst-libs/gst/rtsp/gstrtspdefs.h:
2182         * gst-libs/gst/rtsp/gstrtspmessage.h:
2183         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
2184         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
2185         (gst_rtsp_range_parse):
2186         * gst-libs/gst/rtsp/gstrtspurl.h:
2187         Added beginnings of RTSP documentation.
2188
2189 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
2190
2191         * docs/libs/Makefile.am:
2192         * docs/libs/gst-plugins-base-libs-docs.sgml:
2193         * docs/libs/gst-plugins-base-libs-sections.txt:
2194         * gst-libs/gst/sdp/gstsdp.h:
2195         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_message_set_origin),
2196         (gst_sdp_message_set_connection), (gst_sdp_message_add_bandwidth),
2197         (gst_sdp_message_add_time), (gst_sdp_message_add_zone),
2198         (gst_sdp_message_set_key), (gst_sdp_message_get_attribute_val_n),
2199         (gst_sdp_message_get_attribute_val),
2200         (gst_sdp_message_add_attribute), (gst_sdp_media_new),
2201         (gst_sdp_media_init), (gst_sdp_media_uninit), (gst_sdp_media_free),
2202         (gst_sdp_media_get_media), (gst_sdp_media_set_media),
2203         (gst_sdp_media_get_port), (gst_sdp_media_get_num_ports),
2204         (gst_sdp_media_set_port_info), (gst_sdp_media_get_proto),
2205         (gst_sdp_media_set_proto), (gst_sdp_media_formats_len),
2206         (gst_sdp_media_get_format), (gst_sdp_media_add_format),
2207         (gst_sdp_media_get_information), (gst_sdp_media_set_information),
2208         (gst_sdp_media_connections_len), (gst_sdp_media_get_connection),
2209         (gst_sdp_media_add_connection), (gst_sdp_media_bandwidths_len),
2210         (gst_sdp_media_get_badwidth), (gst_sdp_media_add_bandwidth),
2211         (gst_sdp_media_set_key), (gst_sdp_media_get_key),
2212         (gst_sdp_media_attributes_len), (gst_sdp_media_add_attribute),
2213         (gst_sdp_media_get_attribute_val_n),
2214         (gst_sdp_media_get_attribute_val), (gst_sdp_message_parse_buffer),
2215         (print_media), (gst_sdp_message_dump):
2216         * gst-libs/gst/sdp/gstsdpmessage.h:
2217         Document the SDP library.
2218         Add some of the missing SDPMedia methods.
2219
2220 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
2221
2222         * configure.ac:
2223         * gst-libs/gst/Makefile.am:
2224         * gst-libs/gst/rtsp/Makefile.am:
2225         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_encode):
2226         * gst-libs/gst/rtsp/gstrtspbase64.h:
2227         * gst-libs/gst/rtsp/gstrtspconnection.c: (inet_aton),
2228         (gst_rtsp_connection_create), (gst_rtsp_connection_connect),
2229         (add_auth_header), (add_date_header), (gst_rtsp_connection_write),
2230         (gst_rtsp_connection_send), (read_line), (read_string), (read_key),
2231         (parse_response_status), (parse_request_line), (parse_line),
2232         (gst_rtsp_connection_read), (read_body),
2233         (gst_rtsp_connection_receive), (gst_rtsp_connection_close),
2234         (gst_rtsp_connection_free), (gst_rtsp_connection_next_timeout),
2235         (gst_rtsp_connection_reset_timeout), (gst_rtsp_connection_flush),
2236         (gst_rtsp_connection_set_auth):
2237         * gst-libs/gst/rtsp/gstrtspconnection.h:
2238         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status),
2239         (gst_rtsp_strresult), (gst_rtsp_method_as_text),
2240         (gst_rtsp_version_as_text), (gst_rtsp_header_as_text),
2241         (gst_rtsp_status_as_text), (gst_rtsp_find_header_field),
2242         (gst_rtsp_find_method):
2243         * gst-libs/gst/rtsp/gstrtspdefs.h:
2244         * gst-libs/gst/rtsp/gstrtspmessage.c: (key_value_foreach),
2245         (gst_rtsp_message_new), (gst_rtsp_message_init),
2246         (gst_rtsp_message_new_request), (gst_rtsp_message_init_request),
2247         (gst_rtsp_message_new_response), (gst_rtsp_message_init_response),
2248         (gst_rtsp_message_init_data), (gst_rtsp_message_unset),
2249         (gst_rtsp_message_free), (gst_rtsp_message_add_header),
2250         (gst_rtsp_message_remove_header), (gst_rtsp_message_get_header),
2251         (gst_rtsp_message_append_headers), (gst_rtsp_message_set_body),
2252         (gst_rtsp_message_take_body), (gst_rtsp_message_get_body),
2253         (gst_rtsp_message_steal_body), (dump_mem), (dump_key_value),
2254         (gst_rtsp_message_dump):
2255         * gst-libs/gst/rtsp/gstrtspmessage.h:
2256         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
2257         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
2258         (gst_rtsp_range_parse), (gst_rtsp_range_free):
2259         * gst-libs/gst/rtsp/gstrtsprange.h:
2260         * gst-libs/gst/rtsp/gstrtsptransport.c: (gst_rtsp_transport_new),
2261         (gst_rtsp_transport_init), (gst_rtsp_transport_get_mime),
2262         (gst_rtsp_transport_get_manager), (parse_mode), (parse_range),
2263         (range_as_text), (rtsp_transport_mode_as_text),
2264         (rtsp_transport_profile_as_text), (rtsp_transport_ltrans_as_text),
2265         (gst_rtsp_transport_parse), (gst_rtsp_transport_as_text),
2266         (gst_rtsp_transport_free):
2267         * gst-libs/gst/rtsp/gstrtsptransport.h:
2268         * gst-libs/gst/rtsp/gstrtspurl.c: (gst_rtsp_url_parse),
2269         (gst_rtsp_url_free), (gst_rtsp_url_set_port),
2270         (gst_rtsp_url_get_port), (gst_rtsp_url_get_request_uri):
2271         * gst-libs/gst/rtsp/gstrtspurl.h:
2272         * gst-libs/gst/sdp/Makefile.am:
2273         * gst-libs/gst/sdp/gstsdp.h:
2274         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_origin_init),
2275         (gst_sdp_connection_init), (gst_sdp_bandwidth_init),
2276         (gst_sdp_time_init), (gst_sdp_zone_init), (gst_sdp_key_init),
2277         (gst_sdp_attribute_init), (gst_sdp_message_new),
2278         (gst_sdp_message_init), (gst_sdp_message_uninit),
2279         (gst_sdp_message_free), (gst_sdp_media_new), (gst_sdp_media_init),
2280         (gst_sdp_media_uninit), (gst_sdp_media_free),
2281         (gst_sdp_message_set_origin), (gst_sdp_message_get_origin),
2282         (gst_sdp_message_set_connection), (gst_sdp_message_get_connection),
2283         (gst_sdp_message_add_bandwidth), (gst_sdp_message_add_time),
2284         (gst_sdp_message_add_zone), (gst_sdp_message_set_key),
2285         (gst_sdp_message_get_key), (gst_sdp_message_get_attribute_val_n),
2286         (gst_sdp_message_get_attribute_val),
2287         (gst_sdp_message_add_attribute), (gst_sdp_message_add_media),
2288         (gst_sdp_media_add_attribute), (gst_sdp_media_add_bandwidth),
2289         (gst_sdp_media_add_format), (gst_sdp_media_get_attribute),
2290         (gst_sdp_media_get_attribute_val_n),
2291         (gst_sdp_media_get_attribute_val), (gst_sdp_media_get_format),
2292         (read_string), (read_string_del), (gst_sdp_parse_line),
2293         (gst_sdp_message_parse_buffer), (print_media),
2294         (gst_sdp_message_dump):
2295         * gst-libs/gst/sdp/gstsdpmessage.h:
2296         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
2297         Move SDP and RTSP from helper objects in -good to a reusable library.
2298         Use a proper gst_ namespace.
2299
2300 2007-07-23  Sebastian Dröge  <slomo@circular-chaos.org>
2301
2302         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
2303         (vorbis_dec_flush_decode):
2304         Use the new buffer clipping function from gstaudio here.
2305
2306 2007-07-23  Sebastian Dröge  <slomo@circular-chaos.org>
2307
2308         * docs/libs/gst-plugins-base-libs-sections.txt:
2309         * gst-libs/gst/audio/audio.c: (gst_audio_buffer_clip):
2310         * gst-libs/gst/audio/audio.h:
2311         * tests/check/libs/audio.c: (GST_START_TEST), (audio_suite):
2312         API: Add buffer clipping function for raw audio buffers. Fixes #456656.
2313         Also add deprecation guards for gst_audio_structure_set_int() to the
2314         header.
2315
2316 2007-07-23  Stefan Kost  <ensonic@users.sf.net>
2317
2318         * docs/libs/gst-plugins-base-libs-sections.txt:
2319           Cleanup the docs.
2320
2321 2007-07-23  Wim Taymans  <wim.taymans@gmail.com>
2322
2323         Patch by: Dan Williams <dcbw at redhat dot com>
2324
2325         * gst/playback/gstplaybasebin.c:
2326         (gst_play_base_bin_get_streaminfo_value_array):
2327         Don't return NULL when querying the stream info value array but instead
2328         return an empty array. Fixes #459204.
2329
2330 2007-07-23  Tim-Philipp Müller  <tim at centricular dot net>
2331
2332         * gst/playback/gsturidecodebin.c:
2333           Init debug category before using it.
2334
2335 2007-07-21  Jan Schmidt  <thaytan@noraisin.net>
2336
2337         * gst-libs/gst/interfaces/mixer.h:
2338         Add padding vars in place of the signal pointers
2339         when building with DISABLE_DEPRECATED so that the
2340         interface structure doesn't change size.
2341
2342 2007-07-20  Jan Schmidt  <thaytan@noraisin.net>
2343
2344         * docs/libs/gst-plugins-base-libs-sections.txt:
2345         * ext/alsa/gstalsamixer.c:
2346         * ext/alsa/gstalsamixer.h:
2347         * ext/alsa/gstalsamixerelement.c:
2348         * ext/alsa/gstalsamixertrack.c:
2349         * gst-libs/gst/interfaces/mixer.c:
2350         * gst-libs/gst/interfaces/mixer.h:
2351         * gst-libs/gst/interfaces/mixeroptions.c:
2352         * gst-libs/gst/interfaces/mixeroptions.h:
2353         * gst-libs/gst/interfaces/mixertrack.c:
2354         * gst-libs/gst/interfaces/mixertrack.h:
2355         * tests/check/Makefile.am:
2356         * tests/check/libs/mixer.c:
2357
2358         Patch By: Marc-Andre Lureau <marcandre.lureau@gmail.com>
2359         Fixes: #152864 
2360
2361         Add support for notifying mixer changes on the message bus, and
2362         implement it in alsamixer.
2363
2364         API: gst_mixer_get_mixer_flags
2365         API: gst_mixer_message_parse_mute_toggled
2366         API: gst_mixer_message_parse_record_toggled
2367         API: gst_mixer_message_parse_volume_changed
2368         API: gst_mixer_message_parse_option_changed
2369         API: GstMixerMessageType
2370         API: GstMixerFlags
2371
2372 2007-07-20  Michael Smith <msmith@fluendo.com>
2373
2374         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
2375         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps):
2376           xcontext->im_format is only for testing XShm support (as the header
2377           file comments document). Use xvimage->im_format for everything else.
2378           Avoids spurious warnings on buffer allocation before setcaps.
2379
2380 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
2381
2382         * tests/examples/volume/Makefile.am:
2383         * tests/icles/Makefile.am:
2384           We should use $(LIBM).
2385
2386 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
2387
2388         * tests/icles/Makefile.am:
2389           This needs -lm.
2390
2391 2007-07-16  Wim Taymans  <wim.taymans@gmail.com>
2392
2393         * gst-libs/gst/rtp/gstbasertppayload.c:
2394         (gst_basertppayload_class_init), (gst_basertppayload_init),
2395         (gst_basertppayload_set_property),
2396         (gst_basertppayload_get_property):
2397         Don't break ABI, restore previous ranges. Keep the default random
2398         selection of timestamp and seqnum offset but as soon as the app sets a
2399         specific value, use that one.
2400
2401 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
2402
2403         Patch by: Bastien Nocera <hadess at hadess dot net>
2404
2405         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
2406         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
2407         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
2408         * sys/xvimage/xvimagesink.h:
2409         Add option to turn off double-buffering for debugging purposes.
2410         Fixes #437169.
2411
2412 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
2413
2414         Patch by: Jorn Baayen <jorn at openedhand dot com>
2415
2416         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
2417         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
2418         (gst_ximagesink_init), (gst_ximagesink_class_init):
2419         * sys/ximage/ximagesink.h:
2420         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
2421         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
2422         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
2423         * sys/xvimage/xvimagesink.h:
2424         add 'handle-expose' property. Useful for video widgets which may want to
2425         be in control of Expose behaviour. Fixes #380625
2426
2427 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
2428
2429         * gst-libs/gst/rtp/gstbasertppayload.c:
2430         (gst_basertppayload_class_init), (gst_basertppayload_init),
2431         (gst_basertppayload_event), (gst_basertppayload_push),
2432         (gst_basertppayload_set_property),
2433         (gst_basertppayload_get_property),
2434         (gst_basertppayload_change_state):
2435         * gst-libs/gst/rtp/gstbasertppayload.h:
2436         Fix ranges of rtp payloader properties so that the full range can be
2437         used in addition to -1 (random).
2438         Fix wrong seqnum reporting in caps.
2439         Fixes #420326.
2440
2441 2007-07-13  Wim Taymans  <wim.taymans@gmail.com>
2442
2443         * gst/videorate/gstvideorate.c: (gst_video_rate_init),
2444         (gst_video_rate_query):
2445         Use boilerplate.
2446         Add latency query, might not be perfect yet but already works a lot
2447         better. Fixes #442557.
2448
2449 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
2450
2451         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
2452         (gst_xvimagesink_setcaps):
2453         * sys/xvimage/xvimagesink.h:
2454         After a caps change, redraw our borders to avoid garbage left there
2455         when the image format changes to a smaller size, like 16:9 -> 4:3
2456         Also, hold the flow_lock a bit longer in the set_caps while we're
2457         fiddling with the xcontext.
2458
2459 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
2460
2461         * Makefile.am:
2462         * configure.ac:
2463         * tests/Makefile.am:
2464         Remove bogus check for libcheck, since we check for
2465         gstreamer-check and it pulls in the required info from there, and we
2466         weren't actually _using_ the information for libcheck ourselves
2467         anyway.
2468
2469 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
2470
2471         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
2472         (gst_ffmpeg_caps_to_pixfmt):
2473         Fix the r_mask test for RGBA32 on little-endian.
2474         Fix a stupid typo that would have obviously broken 
2475         compilation on big-endian, if anyone was testing.
2476
2477 2007-07-12  Wim Taymans  <wim.taymans@gmail.com>
2478
2479         * gst/videotestsrc/videotestsrc.c: (paint_hline_AYUV),
2480         (paint_hline_str4):
2481         * gst/videotestsrc/videotestsrc.h:
2482         Add alpha to the color struct.
2483         Use a default alpha value of 255 instead of 128.
2484
2485 2007-07-12  Wim Taymans  <wim.taymans@gmail.com>
2486
2487         * gst/playback/gstplaybasebin.c: (no_more_pads_full),
2488         (setup_source):
2489         Clear the dynamic pads counter when starting a new uri. This makes
2490         reusing playbin work again.
2491         Fixes #454264.
2492
2493 2007-07-12  Stefan Kost  <ensonic@users.sf.net>
2494
2495         * configure.ac:
2496           Use pkg-config to locate check.
2497
2498 2007-07-12  Tim-Philipp Müller  <tim at centricular dot net>
2499
2500         * configure.ac:
2501         * tests/check/elements/volume.c: (GST_START_TEST):
2502           Fix 'make check' build against core CVS.
2503
2504 2007-07-10  Stefan Kost  <ensonic@users.sf.net>
2505
2506         * gst-libs/gst/interfaces/propertyprobe.c:
2507         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2508         * gst-libs/gst/tag/gstvorbistag.c:
2509           Make gtk-doc happy.
2510
2511 2007-07-08  Tim-Philipp Müller  <tim at centricular dot net>
2512
2513         * gst-libs/gst/audio/gstbaseaudiosink.c:
2514         (gst_base_audio_sink_callback):
2515           Quick hack to make audiosinks stop at EOS when operating in
2516           pull-mode; needs to be fixed properly some day.
2517
2518 2007-07-06  Stefan Kost  <ensonic@users.sf.net>
2519
2520         * docs/libs/gst-plugins-base-libs-sections.txt:
2521           Fix location of includes in the docs.
2522
2523 2007-07-06  Jan Schmidt  <thaytan@mad.scientist.com>
2524
2525         * gst/ffmpegcolorspace/avcodec.h:
2526         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
2527         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
2528         (gst_ffmpegcsp_avpicture_fill):
2529         * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
2530         (img_get_alpha_info):
2531         Add 2 new pixel formats - ABGR32 and ARGB32, which are reflections
2532         of the existing BGRA32 and RGBA32 formats with the alpha at the other
2533         end of the word. Partially fixes #451908
2534
2535 2007-07-05  Stefan Kost  <ensonic@users.sf.net>
2536
2537         * docs/libs/Makefile.am:
2538         * docs/plugins/Makefile.am:
2539           Simplify --extra-dir as gtkdoc scans recursively.
2540
2541 2007-07-03  Wim Taymans  <wim.taymans@gmail.com>
2542
2543         * gst/adder/gstadder.c: (gst_adder_sink_getcaps),
2544         (gst_adder_request_new_pad):
2545         Make getcaps more robust by not using the proxycaps function. This makes
2546         sure that we don't end up recursively calling getcaps upstream.
2547         See #316248.
2548
2549 2007-06-29  Wim Taymans  <wim.taymans@gmail.com>
2550
2551         * gst/audioconvert/audioconvert.c:
2552         Include math.h to fix compilation.
2553
2554 2007-06-29  Jan Schmidt  <thaytan@mad.scientist.com>
2555
2556         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
2557         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
2558         Add a mapping for YUV format "IYU1", which is a 4:1:1 packed pixel
2559         format, as produced by some dc1394 cameras like the iSight.
2560         See http://www.fourcc.org/yuv.php#IYU1
2561
2562 2007-06-28  Sebastian Dröge  <slomo@circular-chaos.org>
2563
2564         * gst/audioconvert/Makefile.am:
2565         * gst/audioconvert/audioconvert.c: (audio_convert_get_func_index),
2566         (check_default), (audio_convert_prepare_context),
2567         (audio_convert_clean_context), (audio_convert_convert):
2568         * gst/audioconvert/audioconvert.h:
2569         * gst/audioconvert/gstaudioconvert.c:
2570         (gst_audio_convert_dithering_get_type),
2571         (gst_audio_convert_ns_get_type), (gst_audio_convert_class_init),
2572         (gst_audio_convert_init), (gst_audio_convert_set_caps),
2573         (gst_audio_convert_set_property), (gst_audio_convert_get_property):
2574         * gst/audioconvert/gstaudioconvert.h:
2575         * gst/audioconvert/gstaudioquantize.c:
2576         (gst_audio_quantize_setup_noise_shaping),
2577         (gst_audio_quantize_free_noise_shaping),
2578         (gst_audio_quantize_setup_dither),
2579         (gst_audio_quantize_free_dither),
2580         (gst_audio_quantize_setup_quantize_func),
2581         (gst_audio_quantize_setup), (gst_audio_quantize_free):
2582         * gst/audioconvert/gstaudioquantize.h:
2583         Implement dithering and noise shaping in audioconvert. By default now
2584         TPDF dithering (and no noise shaping) will be used when converting
2585         from a higher bit depth to 20 bit depth or smaller, otherwise
2586         everything will be as it is now.
2587         For the last audioconvert in a pipeline it would make sense to
2588         use some kind of noise shaping, enabling it by default for all
2589         conversions would give undesired results though. Fixes #360246.
2590         * tests/check/elements/audioconvert.c: (setup_audioconvert),
2591         (GST_START_TEST):
2592         Adjust unit test for the new audioconvert.
2593
2594 2007-06-28  Wim Taymans  <wim@fluendo.com>
2595
2596         * gst/playback/gstqueue2.c: (apply_segment), (update_buffering):
2597         Use other metrics as well when estimating the buffer level.
2598
2599 2007-06-28  Wim Taymans  <wim@fluendo.com>
2600
2601         * gst/playback/gstplaybasebin.c: (make_decoder), (setup_source):
2602         Small debug improvement.
2603
2604         * gst/playback/gstqueue2.c: (apply_segment), (update_buffering),
2605         (plugin_init):
2606         Tweak the rate estimation period.
2607         When calculating the buffer filledness in rate estimation mode, don't
2608         mix it with other metrics.
2609
2610 2007-06-28  Wim Taymans  <wim@fluendo.com>
2611
2612         * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
2613         (gst_decode_group_expose), (gst_decode_group_free), (add_fakesink):
2614         When creating the groups, allow for a 5 second, unlimited buffers
2615         preroll phase after which we expose the group.
2616         When the group is exposed, use a small number of buffers up to a 2
2617         second limit. Also disconnect the overrun signal from multiqueue when we
2618         exposed the group because it is not needed anymore.
2619
2620 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
2621
2622         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
2623           Don't pass trailing zeroes in fixed-size string arrays in ID3v1 tags
2624           to utf8-validate; fixes recognition of ID3v1 tags in UTF-8 encoding
2625           (#451707); also, output some debugging info when dealing with
2626           freeform strings.
2627
2628         * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite):
2629           Add unit test for the above.
2630
2631 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
2632
2633         * gst-libs/gst/pbutils/descriptions.c: (caps_are_rtp_caps):
2634           Add description for Windows Media RTP caps.
2635
2636         * gst-libs/gst/pbutils/missing-plugins.c: (copy_and_clean_caps):
2637           Remove RTP fields that don't define the format from caps.
2638
2639 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
2640
2641         * ext/vorbis/vorbisdec.c: (vorbis_dec_decode_buffer):
2642           Skip empty buffers, but not empty header buffers. That way the original
2643           vorbisdec unit test still passes (#451145); also, take into account
2644           that those empty packets might carry a granulepos.
2645
2646         * tests/check/Makefile.am:
2647         * tests/check/elements/vorbisdec.c:
2648         (_create_codebook_header_buffer), (_create_audio_buffer),
2649         (GST_START_TEST), (vorbisdec_suite):
2650           Add unit test that sends an empty packet.
2651
2652 2007-06-27  Wim Taymans  <wim@fluendo.com>
2653
2654         * ext/vorbis/vorbisdec.c: (vorbis_dec_decode_buffer):
2655         Don't error out on 0-sized packets, just emit a warning because this is
2656         not a fatal error. Fixes #451145.
2657
2658 2007-06-25  Stefan Kost  <ensonic@users.sf.net>
2659
2660         * docs/plugins/gst-plugins-base-plugins.args:
2661         * docs/plugins/gst-plugins-base-plugins.signals:
2662         * docs/plugins/inspect/plugin-adder.xml:
2663         * docs/plugins/inspect/plugin-alsa.xml:
2664         * docs/plugins/inspect/plugin-audioconvert.xml:
2665         * docs/plugins/inspect/plugin-audiorate.xml:
2666         * docs/plugins/inspect/plugin-audioresample.xml:
2667         * docs/plugins/inspect/plugin-audiotestsrc.xml:
2668         * docs/plugins/inspect/plugin-cdparanoia.xml:
2669         * docs/plugins/inspect/plugin-decodebin.xml:
2670         * docs/plugins/inspect/plugin-decodebin2.xml:
2671         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
2672         * docs/plugins/inspect/plugin-gdp.xml:
2673         * docs/plugins/inspect/plugin-gnomevfs.xml:
2674         * docs/plugins/inspect/plugin-libvisual.xml:
2675         * docs/plugins/inspect/plugin-ogg.xml:
2676         * docs/plugins/inspect/plugin-pango.xml:
2677         * docs/plugins/inspect/plugin-playbin.xml:
2678         * docs/plugins/inspect/plugin-subparse.xml:
2679         * docs/plugins/inspect/plugin-tcp.xml:
2680         * docs/plugins/inspect/plugin-theora.xml:
2681         * docs/plugins/inspect/plugin-typefindfunctions.xml:
2682         * docs/plugins/inspect/plugin-video4linux.xml:
2683         * docs/plugins/inspect/plugin-videorate.xml:
2684         * docs/plugins/inspect/plugin-videoscale.xml:
2685         * docs/plugins/inspect/plugin-videotestsrc.xml:
2686         * docs/plugins/inspect/plugin-volume.xml:
2687         * docs/plugins/inspect/plugin-vorbis.xml:
2688         * docs/plugins/inspect/plugin-ximagesink.xml:
2689         * docs/plugins/inspect/plugin-xvimagesink.xml:
2690           Update docs with caps info.
2691
2692 2007-06-25  Tim-Philipp Müller  <tim at centricular dot net>
2693
2694         * po/POTFILES.in:
2695           Add more files with translatable strings (#450875).
2696
2697 2007-06-23  Edward Hervey  <edward@fluendo.com>
2698
2699         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_find_chains):
2700         The chain should be freed if we error out here, else it will leak.
2701         * gst/playback/gstdecodebin.c: (disconnect_unlinked_signals),
2702         (cleanup_decodebin):
2703         Don't forget to *properly* remove the signals, else it will leak.
2704
2705 2007-06-22  Jan Schmidt  <thaytan@noraisin.net>
2706
2707         * MAINTAINERS:
2708         Updating all the maintainers files
2709
2710 2007-06-21  Stefan Kost  <ensonic@users.sf.net>
2711
2712         * tests/examples/seek/seek.c: (update_scale), (play_cb), (stop_cb),
2713         (main):
2714           Destroy and recreate parse-launch based pipeline after stop to be able
2715           to play again. Reorder some code and add more comments.
2716
2717 2007-06-20  Jan Schmidt  <thaytan@mad.scientist.com>
2718
2719         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
2720         When handling a delayed-caps notification case, mark
2721         the group as dynamic so that the nbdynamic count is
2722         incremented and decremented correctly. Fixes: #449156
2723         Patch by: Wim Taymans <wim@fluendo.com>
2724
2725 2007-06-19  Andy Wingo  <wingo@pobox.com>
2726
2727         * gst-libs/gst/audio/gstbaseaudiosink.c
2728         (gst_base_audio_sink_init): Enable pull-mode operation.
2729
2730 2007-06-19  Michael Smith <msmith@fluendo.com>
2731
2732         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
2733           Change minimum rate back to 1000 to allow low-sample-rate wav files
2734           to play back.
2735
2736 2007-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
2737
2738         * po/vi.po:
2739           Update translations.
2740
2741 2007-06-15  David Schleef  <ds@schleef.org>
2742
2743         * gst/playback/gstqueue2.c:
2744           Fix compile error from ignored return value.
2745
2746 2007-06-15  Michael Smith <msmith@fluendo.com>
2747
2748         * gst/videoscale/vs_4tap.c: (vs_image_scale_4tap_Y):
2749           Update tmpbuf for all neccesary rows, not just one, as is required
2750           when downscaling.
2751           Fixes #402076.
2752
2753 2007-06-15  Michael Smith <msmith@fluendo.com>
2754
2755         * tests/check/pipelines/oggmux.c: (validate_ogg_page), (is_video),
2756         (eos_buffer_probe):
2757           Add a test that ensures we set DELTA_UNIT on all non-header,
2758           non-video buffers, if we have a video stream.
2759         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
2760         (gst_ogg_mux_process_best_pad):
2761           Move setting delta_pad to earlier, where we inspect all pads, so
2762           that leading audio pages don't get DELTA_UNIT unset if they come
2763           before the first DELTA_UNIT from video pages. Fixes the newly-added
2764           test. Fixes #385527.
2765
2766 2007-06-14  Tim-Philipp Müller  <tim at centricular dot net>
2767
2768         * tests/check/pipelines/streamheader.c: (streamheader_suite):
2769           Disable test_multifdsink_gdp_vorbisenc() on ppc64 since it
2770           fails on the p5-ppc64 build bot and the failure looks like it is due
2771           to the same issue as #348114, ie. a compiler bug.
2772
2773 2007-06-13  Edward Hervey  <edward@fluendo.com>
2774
2775         * gst/playback/gstqueue2.c: (gst_queue_create_read):
2776         Fix build on MacOSX.
2777
2778 2007-06-13  Wim Taymans  <wim@fluendo.com>
2779
2780         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
2781         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain):
2782         Fix compilation on mingw. Fixes #446972.
2783
2784 2007-06-12  Wim Taymans  <wim@fluendo.com>
2785
2786         Patches by: Thiago Sousa Santos <thiagossantos at gmail dot com>
2787
2788         * gst/playback/gstqueue2.c: (update_buffering),
2789         (gst_queue_locked_enqueue):
2790         Fix a division by zero when the max percent is <= 0. Fixes #446572.
2791         also update the buffering status when receiving events. Fixes #446551.
2792
2793 2007-06-11  Wim Taymans  <wim@fluendo.com>
2794
2795         Based on patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
2796
2797         * gst/playback/gstqueue2.c: (gst_queue_peer_query),
2798         (gst_queue_handle_src_query):
2799         Wait for preroll before attempting to forward a duration query upstream.
2800         Fixes #445505.
2801
2802 2007-06-07  Sebastien Moutte  <sebastien@moutte.net>
2803
2804         * gst-libs/gst/rtp/gstbasertpdepayload.c: 
2805         (gst_base_rtp_depayload_set_gst_timestamp):
2806         Use G_GINT64_CONSTANT macro for int64 constant.
2807         * win32/common/libgstinterfaces.def:
2808         * win32/common/libgsttag.def:
2809         Add new exported functions.
2810
2811 2007-06-07  Tim-Philipp Müller  <tim at centricular dot net>
2812
2813         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
2814           The BOS page of the first Dirac video stream needs to come before
2815           the BOS page of any Vorbis streams or other audio streams, just like
2816           it is with Theora.
2817
2818 2007-06-07  Wim Taymans  <wim@fluendo.com>
2819
2820         * gst/playback/gstqueue2.c: (gst_queue_get_range):
2821         Fix compilation.
2822
2823 2007-06-06  Wim Taymans  <wim@fluendo.com>
2824
2825         Patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
2826
2827         * gst/playback/gstqueue2.c: (gst_queue_init),
2828         (gst_queue_handle_sink_event), (gst_queue_chain),
2829         (gst_queue_get_range), (gst_queue_src_checkgetrange_function),
2830         (gst_queue_sink_activate_push), (gst_queue_src_activate_push),
2831         (gst_queue_src_activate_pull):
2832         Add pull based scheduling and fix some deadlocks. Fixes #444523.
2833         Does not yet completely work because duration queries upstream won't
2834         block yet.
2835
2836 2007-06-06  Wim Taymans  <wim@fluendo.com>
2837
2838         * configure.ac:
2839         * gst/playback/gstqueue2.c: (gst_queue_create_read):
2840         Some more fseeko checks.
2841
2842 2007-06-06  Wim Taymans  <wim@fluendo.com>
2843
2844         * configure.ac:
2845         check for large file support.
2846
2847 2007-06-05  Sebastian Dröge  <slomo@circular-chaos.org>
2848
2849         Based on a patch by Sven Arvidsson <sa at whiz dot se>:
2850
2851         * gst/subparse/gstsubparse.c: (parse_subrip),
2852         (subviewer_unescape_newlines), (parse_subviewer),
2853         (gst_sub_parse_data_format_autodetect),
2854         (gst_sub_parse_format_autodetect), (gst_subparse_type_find):
2855         * gst/subparse/gstsubparse.h:
2856         Add support for SubViewer version 1 and 2 subtitles. Fixes #394061.
2857         * tests/check/elements/subparse.c: (GST_START_TEST),
2858         (subparse_suite):
2859         Add a unit test for both SubViewer formats.
2860
2861 2007-06-01  Michael Smith <msmith@fluendo.com>
2862
2863         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_do_seek):
2864           Don't overflow intermediate values when seeking to large time values
2865           in audiotestsrc.
2866
2867 2007-06-05  Wim Taymans  <wim@fluendo.com>
2868
2869         * gst/playback/gstqueue2.c: (gst_queue_have_data),
2870         (gst_queue_create_read), (gst_queue_read_item_from_file),
2871         (gst_queue_open_temp_location_file), (gst_queue_locked_enqueue):
2872         Include stdio to define fseeko.
2873
2874 2007-06-05  Wim Taymans  <wim@fluendo.com>
2875
2876         Patch by: Edward Hervey  <edward@fluendo.com>
2877
2878         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
2879         (gst_v4lsrc_query):
2880         Make v4lsrc output segments in GST_FORMAT_TIME. Fixes #442553.
2881
2882 2007-06-05  Tim-Philipp Müller  <tim at centricular dot net>
2883
2884         * gst-libs/gst/riff/Makefile.am:
2885         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_info):
2886           Use gst_tag_utf8_from_freeform_string() from libgsttag instead of
2887           our own implementation.
2888
2889 2007-06-05  Wim Taymans  <wim@fluendo.com>
2890
2891         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2892         (gst_base_rtp_depayload_setcaps),
2893         (gst_base_rtp_depayload_set_gst_timestamp),
2894         (gst_base_rtp_depayload_change_state):
2895         Handle timestamp wraparound.
2896
2897 2007-06-05  Wim Taymans  <wim@fluendo.com>
2898
2899         * gst/playback/gsturidecodebin.c: (no_more_pads_full),
2900         (new_decoded_pad), (remove_pads), (make_decoder), (setup_source),
2901         (gst_uri_decode_bin_change_state):
2902         Make sure we name srcpads uniquely even when using different internal
2903         decodebins.
2904         Signal no-more-pads when no more dynamic elements exist.
2905         Remove pads on cleanup.
2906
2907 2007-06-05  Wim Taymans  <wim@fluendo.com>
2908
2909         Based on patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
2910
2911         * gst/playback/gstqueue2.c: (gst_queue_class_init),
2912         (gst_queue_init), (gst_queue_finalize),
2913         (gst_queue_write_buffer_to_file), (gst_queue_have_data),
2914         (gst_queue_create_read), (gst_queue_read_item_from_file),
2915         (gst_queue_open_temp_location_file),
2916         (gst_queue_close_temp_location_file), (gst_queue_locked_flush),
2917         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
2918         (gst_queue_is_empty), (gst_queue_is_filled),
2919         (gst_queue_change_state), (gst_queue_set_temp_location),
2920         (gst_queue_set_property):
2921         Add support for filebased buffering. Fixes #441264.
2922
2923 2007-06-05  Wim Taymans  <wim@fluendo.com>
2924
2925         * gst/playback/gstdecodebin2.c: (gst_decode_bin_factory_filter),
2926         (analyze_new_pad), (connect_pad), (expose_pad), (caps_notify_cb),
2927         (caps_notify_group_cb), (gst_decode_group_new),
2928         (gst_decode_group_free):
2929         Add support for delayed caps fixation when autoplugging.
2930         Optimize cases where a multiqueue is not needed/wanted, like right after
2931         anything that is not a demuxer.
2932
2933 2007-06-05  Wim Taymans  <wim@fluendo.com>
2934
2935         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fisbone),
2936         (gst_ogg_pad_submit_packet), (gst_ogg_demux_perform_seek),
2937         (gst_ogg_demux_read_chain), (gst_ogg_demux_collect_chain_info):
2938         consideratly speedup ogg chain detection by not trying to find a base
2939         timestamp for skeleton streams. 
2940
2941 2007-06-05  Wim Taymans  <wim@fluendo.com>
2942
2943         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
2944         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_add_full),
2945         (gst_multi_fd_sink_remove_flush),
2946         (gst_multi_fd_sink_remove_client_link),
2947         (gst_multi_fd_sink_handle_client_write),
2948         (gst_multi_fd_sink_handle_clients):
2949         * gst/tcp/gstmultifdsink.h:
2950         Add support for remove_flush.
2951
2952 2007-06-05  Wim Taymans  <wim@fluendo.com>
2953
2954         * docs/design/draft-keyframe-force.txt:
2955         * ext/theora/theoraenc.c: (theora_enc_sink_event),
2956         (theora_enc_chain):
2957         Add draft design for forcing keyframes in encoders and implement in
2958         theoraenc.
2959
2960 2007-06-05  Jan Schmidt  <thaytan@mad.scientist.com>
2961
2962         * configure.ac:
2963           Back to CVS
2964
2965 === release 0.10.13 ===
2966
2967 2007-06-05  Jan Schmidt <thaytan@mad.scientist.com>
2968
2969         * configure.ac:
2970           releasing 0.10.13, "What's Going on?"
2971
2972 2007-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
2973
2974         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
2975         In riff, the depth is stored in the size field but it just means that
2976         the least significant bits are cleared. We can therefore just play
2977         the sample as if it had a depth == width. Fixes: #440997
2978
2979         Patch by: Wim Taymans <wim@fluendo.com> 
2980         Patch by: Sebastian Dröge  <slomo@circular-chaos.org>
2981
2982 2007-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
2983
2984         * gst-libs/gst/floatcast/floatcast.h:
2985         Define inline when needed on win32 builds. Fixes: #441295
2986         Patch by: Sebastien Moutte  <sebastien@moutte.net>
2987
2988 2007-05-29  Wim Taymans  <wim@fluendo.com>
2989
2990         * gst/playback/gstplaybasebin.c: (queue_overrun),
2991         (no_more_pads_full):
2992         Stop buffering when the group is commited because the queues filled up.
2993         Fixes #442024.
2994
2995 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
2996
2997         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
2998         (gst_alsa_mixer_free), (gst_alsa_mixer_update),
2999         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
3000         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
3001         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
3002         * ext/alsa/gstalsamixer.h:
3003         * ext/alsa/gstalsamixerelement.c:
3004         (gst_alsa_mixer_element_interface_supported),
3005         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
3006         (gst_alsa_mixer_element_set_property),
3007         (gst_alsa_mixer_element_get_property),
3008         (gst_alsa_mixer_element_change_state):
3009         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_update):
3010         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_volume_changed),
3011         (gst_mixer_option_changed):
3012         * gst-libs/gst/interfaces/mixer.h:
3013         Revert commits towards #152864 made so far. We'll pick it up again
3014         after the 0.10.13 release.
3015
3016 2007-05-24  Wim Taymans  <wim@fluendo.com>
3017
3018         * gst-libs/gst/audio/gstbaseaudiosink.c:
3019         (gst_base_audio_sink_render):
3020         After an interrupt (PAUSED/flush) assume that the next sample should not
3021         be aligned to the previous sample. Fixes #417992.
3022
3023 2007-05-24  Tim-Philipp Müller  <tim at centricular dot net>
3024
3025         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
3026           Don't add channels and rate fields to the template caps for
3027           audio/x-dts, as wavparse might not always be able to set them,
3028           which would then lead to 'caps are not a real subset of the
3029           template caps' warnings.
3030
3031 2007-05-24  Jan Schmidt  <thaytan@mad.scientist.com>
3032
3033         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
3034         Handle unknown or invalid pads without crashing, as might occur if
3035         a media file like an mp3 is specified as a subtitle file.
3036         Fixes: #410039
3037
3038 2007-05-24  Jan Schmidt  <thaytan@mad.scientist.com>
3039
3040         * gst/playback/gstplaybin.c: (add_sink), (dummy_blocked_cb),
3041         (setup_sinks):
3042         Block the subtitle bin output queue before ghosting it and linking,
3043         then unblock after. This avoids spurious not-linked errors caused 
3044         by the queue starting up (because it gets linked when it is ghosted). 
3045         Fixes: #350299
3046
3047 2007-05-23  Jan Schmidt  <thaytan@mad.scientist.com>
3048
3049         * tests/check/elements/playbin.c: (test_suburi_error_unknowntype):
3050         Use /dev/zero instead of /dev/urandom to produce an invalid subtitle
3051         file. Avoids flukes where the input gets typefound to some valid but
3052         useless type.
3053
3054 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
3055
3056         * tests/check/Makefile.am:
3057         * tests/check/elements/.cvsignore:
3058         * tests/check/elements/gnomevfssink.c: (setup_gnomevfssink),
3059         (cleanup_gnomevfssink), (GST_START_TEST), (gnomevfssink_suite):
3060           Add unit test for gnomevfssink seeking and position reporting for
3061           file:// URIs.
3062
3063 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
3064
3065         Patch by: Mark Nauwelaerts <manauw at skynet be>
3066
3067         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_init),
3068         (gst_gnome_vfs_sink_open_file), (gst_gnome_vfs_sink_handle_event),
3069         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render):
3070         * ext/gnomevfs/gstgnomevfssink.h:
3071           Fix position reporting, especially after a seek (from upstream),
3072           see #412648.
3073
3074 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
3075
3076         * ext/cdparanoia/gstcdparanoiasrc.c:
3077           Repair umlaut.
3078
3079 2007-05-22  Jan Schmidt  <thaytan@mad.scientist.com>
3080
3081         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
3082         Specify the full valid range for MP3 samplerates. Fixes a regression
3083         caused by extra header checks since the last release.
3084
3085 2007-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
3086
3087         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
3088         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
3089         Fix a locking-order bug I introduced with my changes the other day.
3090         Patch by Mike Smith.
3091
3092 2007-05-21  Michael Smith <msmith@fluendo.com>
3093
3094         * ext/theora/theoradec.c: (theora_handle_data_packet):
3095           Don't look inside 0-length packets (which indicate duplicated
3096           frames)
3097
3098 2007-05-21  Wim Taymans  <wim@fluendo.com>
3099
3100         * ext/cdparanoia/gstcdparanoiasrc.c:
3101         (gst_cd_paranoia_src_read_sector):
3102         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3103         (gst_base_audio_src_create):
3104         Small cleanups.
3105
3106         * ext/theora/theoradec.c: (theora_dec_sink_event):
3107         Fix typo.
3108
3109         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3110         (gst_base_rtp_depayload_set_gst_timestamp):
3111         Add some FIXME
3112
3113         * gst/playback/gstdecodebin.c: (queue_underrun_cb):
3114         And some debug info when a FIXME path is hit.
3115
3116 2007-05-21  Wim Taymans  <wim@fluendo.com>
3117
3118         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
3119         (gst_base_rtp_audio_payload_class_init),
3120         (gst_base_rtp_audio_payload_init),
3121         (gst_base_rtp_audio_payload_finalize),
3122         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
3123         (gst_base_rtp_audio_payload_handle_sample_based_buffer),
3124         (gst_base_rtp_payload_audio_handle_event):
3125         Some cleanups, remove minptime property as it is now in the parent
3126         class.
3127         Override parent class event function.
3128
3129         * gst-libs/gst/rtp/gstbasertppayload.c:
3130         (gst_basertppayload_class_init), (gst_basertppayload_init),
3131         (gst_basertppayload_event), (gst_basertppayload_set_property),
3132         (gst_basertppayload_get_property):
3133         * gst-libs/gst/rtp/gstbasertppayload.h:
3134         Add min-ptime property.
3135         Add handle-event vmethod. Fixes #415001.
3136
3137 2007-05-18  Stefan Kost  <ensonic@users.sf.net>
3138
3139         * gst-libs/gst/audio/gstbaseaudiosink.c
3140           (gst_base_audio_sink_change_state):
3141           Fix typo in comment.
3142
3143         * gst/playback/gstdecodebin.c (gst_decode_bin_class_init,
3144           free_dynamics, pad_probe, close_pad_link, try_to_link_1,
3145           get_our_ghost_pad, remove_element_chain, queue_underrun_cb,
3146           close_link):
3147         * gst/playback/gstplaybin.c (gst_play_bin_set_property,
3148           gen_audio_element, remove_sinks, gst_play_bin_send_event_to_sink):
3149           Remove trailing whitespaces in comments.
3150
3151         * gst/volume/Makefile.am:
3152           Fix tabs.
3153
3154 2007-05-18  Stefan Kost  <ensonic@users.sf.net>
3155
3156         patch by: Marc-Andre Lureau <marcandre.lureau@gmail.com>
3157
3158         * gst-libs/gst/interfaces/mixer.h (mixer_type, option_changed,
3159           set_option, get_option, _gst_reserved):
3160           Revert reordering functions (keep ABI).
3161
3162 2007-05-17  Jan Schmidt  <thaytan@mad.scientist.com>
3163
3164         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
3165         (gst_ximagesink_xwindow_new), (gst_ximagesink_handle_xevents),
3166         (gst_ximagesink_show_frame):
3167         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
3168         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_handle_xevents),
3169         (gst_xvimagesink_show_frame):
3170         When we create our own window, indicate that we handle the 
3171         WM_DELETE client message from the window manager, so that it won't 
3172         kill our window (and our app) along with it. Handle ClientMessage,
3173         post an error on the bus, and close the window. Further buffers
3174         arriving will result in a FlowError because the window has been
3175         destroyed.
3176
3177         Fixes: #393975
3178
3179         Clean up the X event handling loop and make them the same for
3180         both xvimagesink and ximagesink while I'm at it.
3181
3182 2007-05-17  Wim Taymans  <wim@fluendo.com>
3183
3184         * gst/playback/gstdecodebin2.c: (gst_decode_bin_factory_filter):
3185         Make decodebin2 autoplug depayloaders too.
3186
3187         * gst/playback/gsturidecodebin.c: (source_new_pad):
3188         Set the newly created decoder in a usable state when autoplugging a
3189         dynamic source such as RTSP.
3190
3191 2007-05-17  Tim-Philipp Müller  <tim at centricular dot net>
3192
3193         * gst/playback/gststreaminfo.c: (cb_probe):
3194           Ignore video-codec tag for audio streams and ignore audio-codec tags
3195           for video streams. Should make codec name collection a bit more
3196           robust against sloppy demuxers that send tag events containing both
3197           tags down each pad.
3198
3199 2007-05-17  Wim Taymans  <wim@fluendo.com>
3200
3201         * gst/playback/gstqueue2.c: (update_rates):
3202         Tweak the buffering thresholds a little.
3203         Update the buffer size with the previously calculate rate instead of
3204         only when we calculate a new rate so that we get smoother buffering
3205         updates.
3206
3207         * gst/playback/Makefile.am:
3208         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_base_init),
3209         (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
3210         (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_property),
3211         (gst_uri_decode_bin_get_property), (unknown_type),
3212         (add_element_stream), (no_more_pads_full), (no_more_pads),
3213         (source_no_more_pads), (new_decoded_pad), (array_has_value),
3214         (gen_source_element), (has_all_raw_caps), (analyse_source),
3215         (remove_decoders), (make_decoder), (remove_source),
3216         (source_new_pad), (setup_source), (decoder_query_init),
3217         (decoder_query_duration_fold), (decoder_query_duration_done),
3218         (decoder_query_position_fold), (decoder_query_position_done),
3219         (decoder_query_latency_fold), (decoder_query_latency_done),
3220         (decoder_query_seeking_fold), (decoder_query_seeking_done),
3221         (decoder_query_generic_fold), (gst_uri_decode_bin_query),
3222         (gst_uri_decode_bin_change_state), (plugin_init):
3223         New element that intergrates a source, optional buffering element and
3224         decodebin.
3225
3226 2007-05-17  Tim-Philipp Müller  <tim at centricular dot net>
3227
3228         * configure.ac:
3229           Bump libtheora requirement to 1.0alpha5 for the pixformat check
3230           (also has a .pc file, so we don't need the fallback check any
3231           longer). Fixes #438840.
3232
3233 2007-05-17  Wim Taymans  <wim@fluendo.com>
3234
3235         * gst/playback/gstqueue2.c: (gst_queue_get_type),
3236         (gst_queue_class_init), (gst_queue_finalize), (update_time_level),
3237         (apply_segment), (apply_buffer), (update_buffering),
3238         (reset_rate_timer), (update_rates), (gst_queue_locked_flush),
3239         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
3240         (gst_queue_handle_sink_event), (gst_queue_is_filled),
3241         (gst_queue_chain), (gst_queue_push_one), (gst_queue_loop),
3242         (plugin_init):
3243         fix build.
3244
3245 2007-05-17  Wim Taymans  <wim@fluendo.com>
3246
3247         * gst/playback/Makefile.am:
3248         * gst/playback/gstqueue2.c: (gst_queue_get_type),
3249         (gst_queue_class_init), (gst_queue_init), (gst_queue_finalize),
3250         (gst_queue_getcaps), (gst_queue_bufferalloc),
3251         (gst_queue_acceptcaps), (update_time_level), (apply_segment),
3252         (apply_buffer), (update_buffering), (reset_rate_timer),
3253         (update_rates), (gst_queue_locked_flush),
3254         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
3255         (gst_queue_handle_sink_event), (gst_queue_is_empty),
3256         (gst_queue_is_filled), (gst_queue_chain), (gst_queue_push_one),
3257         (gst_queue_loop), (gst_queue_handle_src_event),
3258         (gst_queue_handle_src_query), (gst_queue_sink_activate_push),
3259         (gst_queue_src_activate_push), (gst_queue_change_state),
3260         (gst_queue_set_property), (gst_queue_get_property), (plugin_init):
3261         On our way to playbin2 this is the new network queue that does buffering
3262         all by itself using high and low watermarks. It can also measure up and
3263         downstream bandwidth to optimally size the queue.
3264
3265 2007-05-17  Michael Smith <msmith@fluendo.com>
3266
3267         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_do_seek):
3268         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_do_seek):
3269           Use the segment->last_stop value to calculate the next timestamp to
3270           generate after a seek; not the segment->start value.
3271
3272 2007-05-15  David Schleef  <ds@schleef.org>
3273
3274         * docs/Makefile.am: Install docs even when --disable-gtk-doc
3275           is disabled.  This matches the behavior of gtk+.  Fixes #349099.
3276
3277 2007-05-15  Wim Taymans  <wim@fluendo.com>
3278
3279         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
3280         (gst_ogg_demux_perform_seek), (gst_ogg_demux_handle_page):
3281         Some more chained streaming ogg timestamp fixes.
3282
3283 2007-05-15  Wim Taymans  <wim@fluendo.com>
3284
3285         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
3286         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
3287         (gst_ogg_demux_handle_page):
3288         Add some FIXMEs.
3289         Fix chain start/stop segment handling based on patch by
3290         <ahalda at cs dot mcgill dot ca> see #320984.
3291
3292 2007-05-15  Michael Smith <msmith@fluendo.com>
3293
3294         * configure.ac:
3295           We don't require a C++ compiler. So don't require one.
3296
3297 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
3298
3299         * ext/alsa/gstalsamixer.c (source, n_poll_fds, poll_fds,
3300           gst_alsa_mixer_check, gst_alsa_mixer_dispatch,
3301           gst_alsa_mixer_finalize, gst_alsa_mixer_handle_source_callback,
3302           gst_alsa_mixer_handle_callback, gst_alsa_mixer_elem_handle_callback,
3303           gst_alsa_mixer_ensure_track_list, gst_alsa_mixer_update_option,
3304           gst_alsa_mixer_update_track):
3305           Apply some of the cleanup Tim suggested in #152864 afterwards.
3306
3307 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
3308
3309         patch by: Marc-Andre Lureau <marcandre.lureau@gmail.com>
3310
3311         * ext/alsa/gstalsamixer.c (main_context, GstAlsaMixerWatch,
3312           _GstAlsaMixerWatch, source, n_poll_fds, poll_fds,
3313           gst_alsa_mixer_watch_funcs, gst_alsa_mixer_prepare,
3314           gst_alsa_mixer_check, gst_alsa_mixer_dispatch,
3315           gst_alsa_mixer_finalize, gst_alsa_mixer_find_master_mixer,
3316           gst_alsa_mixer_handle_source_callback,
3317           gst_alsa_mixer_handle_callback, gst_alsa_mixer_elem_handle_callback,
3318           gst_alsa_mixer_ensure_track_list, gst_alsa_mixer_free,
3319           gst_alsa_mixer_get_volume, gst_alsa_mixer_set_volume,
3320           gst_alsa_mixer_set_mute, gst_alsa_mixer_set_record,
3321           gst_alsa_mixer_get_option, gst_alsa_mixer_update_option,
3322           gst_alsa_mixer_update_track, _gst_alsa_mixer_set_interface):
3323         * ext/alsa/gstalsamixer.h (handle_source, interface, dir):
3324         * ext/alsa/gstalsamixerelement.c (gst_alsa_mixer_element_details,
3325           gst_alsa_mixer_element_interface_supported,
3326           gst_alsa_mixer_element_finalize, gst_alsa_mixer_element_init,
3327           gst_alsa_mixer_element_set_property,
3328           gst_alsa_mixer_element_get_property,
3329           gst_alsa_mixer_element_change_state):
3330         * ext/alsa/gstalsamixertrack.c (gst_alsa_mixer_track_update):
3331         * gst-libs/gst/interfaces/mixer.c (gst_mixer_volume_changed,
3332           gst_mixer_option_changed):
3333         * gst-libs/gst/interfaces/mixer.h (set_option, get_option,
3334           volume_changed, option_changed, _gst_reserved):
3335           Implement notification for alsamixer. Fixes #152864
3336
3337 2007-05-14  David Schleef  <ds@schleef.org>
3338
3339         * gst/videotestsrc/videotestsrc.c:
3340         * gst/videotestsrc/videotestsrc.h:
3341           Add support for video/x-raw-bayer.
3342
3343 2007-05-12  David Schleef  <ds@schleef.org>
3344
3345         * sys/xvimage/xvimagesink.c:
3346           Add some sanity checking for the XVImage size returned by X.
3347           Related to #377400.
3348
3349 2007-05-12  Wim Taymans  <wim@fluendo.com>
3350
3351         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3352         (gst_base_rtp_depayload_setcaps),
3353         (gst_base_rtp_depayload_set_gst_timestamp):
3354         Parse and use additional caps fields as described in updated
3355         application/x-rtp caps spec.
3356
3357 2007-05-12  Wim Taymans  <wim@fluendo.com>
3358
3359         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
3360         (gst_ogg_demux_collect_chain_info):
3361         If there is a stream in a chain without any data packets, ignore the
3362         stream in the total length calculations. Might be related to #436820.
3363
3364 2007-05-11  Jan Schmidt  <thaytan@mad.scientist.com>
3365
3366         * gst/typefind/gsttypefindfunctions.c: (mpeg_sys_is_valid_pack),
3367         (mpeg_sys_is_valid_pes), (mpeg_sys_is_valid_sys),
3368         (mpeg_sys_type_find), (mpeg_ts_type_find), (mpeg4_video_type_find),
3369         (mpeg_video_type_find), (mpeg_video_stream_type_find),
3370         (plugin_init):
3371
3372         Consolidate and re-work our mpeg system stream detection to probe
3373         more packets and produce a higher confidence result. Fixes a
3374         regression caused by lowering the typefind probability last year
3375         - related to bug #397810. Remove the redundant MPEG-1 specific 
3376         typefind function, as the new one detects both MPEG-1 & MPEG-2
3377         happily.
3378
3379         Also cleanup the MPEG elementary and MPEG-TS detection functions a
3380         little. 
3381
3382         Tested against my media test directory, with some improvements and
3383         no regressions.
3384
3385 2007-05-10  Wim Taymans  <wim@fluendo.com>
3386
3387         * gst/playback/gstplaybasebin.c: (fill_buffer), (check_queue),
3388         (queue_out_of_data):
3389         Connect to the new queue "pushing" signal instead of the broken
3390         "running" one.
3391
3392 2007-05-09  Sebastien Moutte  <sebastien@moutte.net>
3393
3394         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
3395         (gst_base_rtp_audio_payload_handle_frame_based_buffer):
3396         Move variable declaration before the first instruction.
3397         * gst/videotestsrc/videotestsrc.c:
3398         Define M_PI if it's not defined yet.
3399         * win32/common/libgstrtp.def:
3400         Add new exported functions.
3401
3402 2007-05-09  Michael Smith <msmith@fluendo.com>
3403
3404         * ext/theora/theoradec.c: (theora_handle_type_packet):
3405           gst_pad_push_event() does not return a GstFlowReturn!
3406
3407 2007-05-09  Wim Taymans  <wim@fluendo.com>
3408
3409         * tests/examples/seek/scrubby.c: (stop_cb), (main):
3410         * tests/examples/seek/seek.c: (do_seek):
3411         Some small cosmetic changes.
3412
3413 2007-05-08  Stefan Kost  <ensonic@users.sf.net>
3414
3415         * gst/adder/gstadder.c (gst_adder_src_event, gst_adder_collected,
3416           gst_adder_change_state):
3417         * gst/adder/gstadder.h (bps, offset, collect_event, segment,
3418           segment_pending, segment_position, segment_rate):
3419           Handle playback-rate on adder.
3420
3421 2007-05-07  Michael Smith <msmith@fluendo.com>
3422
3423         * ext/theora/gsttheoradec.h:
3424         * ext/theora/theoradec.c: (gst_theora_dec_reset),
3425         (theora_dec_sink_event), (theora_handle_comment_packet),
3426         (theora_handle_type_packet), (theora_dec_change_state):
3427           Don't push events (newsegment, tags) before initialising the
3428           decoder.
3429           This is neccesary for seeking to work correctly in gnonlin.
3430
3431 2007-05-04  Stefan Kost  <ensonic@users.sf.net>
3432
3433         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
3434         * gst/adder/gstadder.c:
3435         * gst/audiotestsrc/gstaudiotestsrc.c
3436           (gst_audio_test_src_create_white_noise):
3437         * gst/videotestsrc/gstvideotestsrc.c:
3438         * gst/volume/gstvolume.c (VOLUME_UNITY_INT16,
3439           VOLUME_UNITY_INT16_BIT_SHIFT, VOLUME_MAX_DOUBLE,
3440           volume_sink_template, volume_src_template, gst_volume_init,
3441           volume_process_double, volume_process_int16,
3442           volume_process_int16_clamp):
3443           Doc fixes and formatting.
3444
3445 2007-05-04  Tim-Philipp Müller  <tim at centricular dot net>
3446
3447         * tests/check/Makefile.am:
3448         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
3449           Minimal check for volume's GstController usability; also another
3450           test for #422295.
3451
3452 2007-05-04  Tim-Philipp Müller  <tim at centricular dot net>
3453
3454         * gst-libs/gst/cdda/gstcddabasesrc.c:
3455         (gst_cdda_base_src_add_track):
3456           Fix it so that it (a) makes sense and (b) doesn't break
3457           everything cdda-related including the unit test.
3458
3459 2007-05-04  Stefan Kost  <ensonic@users.sf.net>
3460
3461         * gst-libs/gst/cdda/gstcddabasesrc.c:
3462         (gst_cdda_base_src_add_track):
3463           Fix build when disabling asserts.
3464
3465 2007-05-03  Tim-Philipp Müller  <tim at centricular dot net>
3466
3467         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
3468           When XShm is not available, we might get row strides that are not
3469           rounded up to multiples of four; this is bad, because virtually
3470           every RGB-processing element in GStreamer assumes rowstrides are
3471           rounded up to multiples of four, so let's allocate at least enough
3472           memory to avoid crashes in this case. The image will still be
3473           displayed distorted though if this happens, so that still needs
3474           fixing (maybe by allocating a bigger image with an 'even' width
3475           and then clipping it appropriately when rendering - something for
3476           Xlib aficionados in any case).
3477
3478 2007-05-03  Michael Smith <msmith@fluendo.com>
3479
3480         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
3481           If a buffer doesn't have a timestamp, assume it's contiguous with
3482           the previous buffer, and synthesise timestamps appropriately.
3483
3484 2007-05-03  Edward Hervey  <edward@fluendo.com>
3485
3486         * tests/check/elements/videorate.c: (GST_START_TEST):
3487         Set buffer timestamp to a valid value in order to test the buffer
3488         really does stay in videorate.
3489
3490 2007-05-03  Edward Hervey  <edward@fluendo.com>
3491
3492         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
3493         There is no sensible way to handle incoming buffers which don't have a
3494         valid timestamp. We therefore discard them and wait for the next one.
3495
3496 2007-05-01  Tim-Philipp Müller  <tim at centricular dot net>
3497
3498         * gst/playback/gstdecodebin.c: (type_found), (plugin_init):
3499         * gst/playback/gstdecodebin2.c: (plugin_init):
3500           Better error message for text files.
3501
3502 2007-04-29  Wim Taymans  <wim@fluendo.com>
3503
3504         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_add_rb):
3505         Fix offset bug in generation RR packets.
3506
3507 2007-04-27  Julien MOUTTE  <julien@moutte.net>
3508
3509         * ext/theora/theoradec.c: (_theora_granule_time),
3510         (theora_dec_push_forward), (theora_handle_data_packet),
3511         (theora_dec_decode_buffer): Calculate buffer duration correctly
3512         to generate a perfect stream (#433888).
3513         * gst/audioresample/gstaudioresample.c:
3514         (audioresample_check_discont): Glib provides ABS.
3515
3516 2007-04-27  Wim Taymans  <wim@fluendo.com>
3517
3518         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_get_rb),
3519         (gst_rtcp_packet_add_rb), (gst_rtcp_packet_sdes_add_item),
3520         (gst_rtcp_packet_sdes_add_entry), (gst_rtcp_packet_bye_add_ssrc),
3521         (gst_rtcp_packet_bye_add_ssrcs), (get_reason_offset),
3522         (gst_rtcp_packet_bye_set_reason):
3523         * gst-libs/gst/rtp/gstrtcpbuffer.h:
3524         Fix RB block parsing and writing.
3525         Add support for constructing BYE packets.
3526
3527 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
3528
3529         * gst-libs/gst/audio/gstbaseaudiosrc.c: (_do_init),
3530         (gst_base_audio_src_create):
3531         * po/POTFILES.in:
3532           When posting a warning message because samples were dropped, post
3533           something more intelligible than he default error message for clock
3534           errors which is just confusing in this context (#432984).
3535
3536 2007-04-25  Wim Taymans  <wim@fluendo.com>
3537
3538         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_buffer_new),
3539         (gst_rtcp_buffer_end), (gst_rtcp_buffer_get_packet_count),
3540         (read_packet_header), (gst_rtcp_packet_move_to_next),
3541         (gst_rtcp_buffer_add_packet), (gst_rtcp_packet_sr_set_sender_info),
3542         (gst_rtcp_packet_rr_set_ssrc), (gst_rtcp_packet_add_rb),
3543         (gst_rtcp_packet_sdes_get_item_count),
3544         (gst_rtcp_packet_sdes_first_item),
3545         (gst_rtcp_packet_sdes_next_item), (gst_rtcp_packet_sdes_get_ssrc),
3546         (gst_rtcp_packet_sdes_first_entry),
3547         (gst_rtcp_packet_sdes_next_entry),
3548         (gst_rtcp_packet_sdes_get_entry), (gst_rtcp_packet_sdes_add_item),
3549         (gst_rtcp_packet_sdes_add_entry):
3550         * gst-libs/gst/rtp/gstrtcpbuffer.h:
3551         Implement code to write SR, RR and SDES packets.
3552
3553 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
3554
3555         Patch by: Christian Kirbach <Christian dot Kirbach at googlemail com>
3556
3557         * sys/ximage/ximagesink.c:
3558           Fix build if XShm is not available (#432362).
3559
3560 2007-04-24  Sebastian Dröge  <slomo@circular-chaos.org>
3561
3562         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init):
3563         Initalize the AudioConvertCtx with zeroes, otherwise it will contain
3564         pointers to random memory which are passed to g_free() when
3565         audio_convert_prepare_context() is called the first time.
3566
3567 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
3568
3569         Patch by: Dan Williams <dcbw redhat com>
3570
3571         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
3572           Don't leak incoming buffer if gst_pad_push() returns a
3573           non-OK flow. Fixes #432755.
3574          
3575         * tests/check/elements/videorate.c: (GST_START_TEST),
3576         (videorate_suite):
3577           Unit test for the above by Yours Truly.
3578
3579 2007-04-23  Stefan Kost  <ensonic@users.sf.net>
3580
3581         * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
3582         (gst_adder_sink_event), (gst_adder_collected):
3583           Fix non-flushing segmented seeks, Fixes #340060 for me
3584
3585 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
3586
3587         Patch by: Olivier Crete  <tester at tester ca>
3588
3589         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
3590         (gst_base_rtp_audio_payload_class_init),
3591         (gst_base_rtp_audio_payload_init),
3592         (gst_base_rtp_audio_payload_dispose):
3593           Chain up to parent class in dispose function; get rid of
3594           unnecessary 'diposed' flag in private structure (#415001).
3595
3596 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
3597
3598         * docs/libs/gst-plugins-base-libs.types:
3599         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
3600         (gst_base_rtp_audio_payload_class_init):
3601         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3602         * gst-libs/gst/rtp/gstbasertppayload.c:
3603           Some minor docs fixes and additions; also add missing 'Since' bits.
3604
3605 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
3606
3607         Patch by: Zeeshan Ali  <zeenix gmail com>
3608
3609         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
3610         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
3611         (gst_base_rtp_audio_payload_handle_sample_based_buffer),
3612         (gst_base_rtp_audio_payload_push):
3613         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
3614           The recently-added gst_base_rtp_audio_payload_push() should take an
3615           object of type GstBaseRTPAudioPayload as first argument (#431672).
3616
3617 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
3618
3619         * gst/audioresample/gstaudioresample.c:
3620           Make more functions static, just because we can.
3621
3622 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
3623
3624         * tests/check/elements/audioresample.c:
3625           Add unit test for audioresample shutdown crasher (#420106).
3626
3627 2007-04-20  Stefan Kost  <ensonic@users.sf.net>
3628
3629         * gst/subparse/gstsubparse.c:
3630         * gst/subparse/samiparse.c:
3631           Use GST_DISABLE_XML here
3632
3633         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
3634         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_get_xv_support),
3635         (gst_xvimagesink_buffer_alloc),
3636         (gst_xvimagesink_navigation_send_event):
3637         * sys/xvimage/xvimagesink.h:
3638           Include stdlib.h when using atoi.
3639           
3640         * tests/check/elements/playbin.c: (playbin_suite):
3641           Use GST_DISABLE_REGISTRY here
3642
3643 2007-04-19  Michael Smith  <msmith@fluendo.com>
3644
3645         * ext/theora/gsttheoraenc.h:
3646         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
3647         (theora_enc_sink_event), (theora_enc_change_state):
3648           Track initialisation state; don't try to use encoder state if we're
3649           not initialised (it'll segfault).
3650
3651 2007-04-18  Stefan Kost  <ensonic@users.sf.net>
3652
3653         * tests/check/pipelines/.cvsignore:
3654         Fix build.
3655
3656 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
3657
3658         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
3659         Allow random depths between 1 and 32 instead of only multiplies of 8.
3660
3661 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
3662
3663         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
3664         Set the maximum number of channels for PCM and float in the correct
3665         place to have it also used when creating the template caps.
3666
3667 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
3668
3669         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
3670         Correctly support 4, 6 and 8 channels with normal PCM and float
3671         wav files.
3672
3673         Fix the depth and signedness calculation in extensible wav files and
3674         also handle 1, 2, 4, 6, 8 channels here when a file without channel
3675         mask is found.
3676
3677         Add support for float, alaw and mulaw in extensible wav files.
3678
3679         This allows correct playback of all but 5 files from
3680         http://www-mmsp.ece.mcgill.ca/Documents/AudioFormats/WAVE/Samples.html
3681         
3682         (gst_riff_create_audio_template_caps):
3683         Add voxware and float formats to the template caps.     
3684
3685 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
3686
3687         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
3688
3689         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
3690         Fix unused variable warning if HAVE_LOCALTIME_R is undefinied
3691
3692         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
3693         * gst/audioresample/gstaudioresample.c: (audioresample_do_output):
3694         Use the correct format strings for integer formats.
3695
3696 2007-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
3697
3698         * ext/theora/theoraenc.c (theora_buffer_from_packet, theora_enc_chain):
3699           Don't use pad_alloc_buffer_and_set_caps to create a small header
3700           packet, or, worse, to create a big temporary video buffer using the
3701           src pad.
3702
3703 2007-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
3704
3705         * gst/gdp/gstgdppay.c (gst_gdp_pay_chain):
3706         * tests/check/pipelines/streamheader.c (tag_event_probe_cb,
3707           GST_START_TEST, buffer_probe_cb, GST_START_TEST):
3708           Fix a bug where serialized IN_CAPS buffers needed to be set IN_CAPS.
3709
3710 2007-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
3711
3712         * tests/check/pipelines/streamheader.c (tag_event_probe_cb,
3713           GST_START_TEST, n_in_caps, buffer_probe_cb, GST_START_TEST,
3714           streamheader_suite):
3715           Add another test set up for failure
3716
3717 2007-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
3718
3719         * tests/check/Makefile.am:
3720         * tests/check/pipelines/streamheader.c (n_tags, tag_event_probe_cb,
3721           GST_START_TEST, streamheader_suite, main):
3722           Add a test for the streamheader bug Wim fixed.
3723
3724 2007-04-13  Jan Schmidt  <thaytan@mad.scientist.com>
3725
3726         * ext/theora/theoradec.c: (theora_dec_sink_event):
3727         Fix misleading comment.
3728
3729 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
3730
3731         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
3732           More sanity checks for the header fields.
3733
3734 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
3735
3736         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
3737           Try encodings from all environment variables, not just those in the
3738           first environment variable that is set.
3739
3740 2007-04-12  Wim Taymans  <wim@fluendo.com>
3741
3742         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps),
3743         (gst_video_rate_chain):
3744         Add some debug.
3745
3746         * tests/check/elements/videorate.c: (GST_START_TEST),
3747         (videorate_suite):
3748         Added check for videorate changing caps handling. Closes #421834.
3749
3750 2007-04-12  Michael Smith  <msmith@fluendo.com>
3751
3752         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
3753           Use scale functions to avoid overflow when calculating duration of 
3754           vorbis buffers.
3755
3756 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
3757
3758         * docs/libs/gst-plugins-base-libs-sections.txt:
3759         * gst-libs/gst/tag/tag.h:
3760         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
3761           API: add gst_tag_freeform_string_to_utf8() (#405072).
3762
3763         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_extract_id3v1_string):
3764           Use gst_tag_freeform_string_to_utf8() here.
3765
3766 2007-04-12  Wim Taymans  <wim@fluendo.com>
3767
3768         * gst/gdp/gstgdppay.c: (gst_gdp_pay_chain),
3769         (gst_gdp_pay_sink_event):
3770         Make sure we set the IN_CAPS flag correctly.
3771
3772         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
3773         Get the IN_CAPS flag before we call functions that mess with the flags.
3774
3775 2007-04-10  Thomas Vander Stichele  <thomas at apestaart dot org>
3776
3777         * gst/gdp/gstgdppay.c (gst_gdp_pay_reset_streamheader,
3778           gst_gdp_pay_chain, gst_gdp_pay_sink_event):
3779           Only stamp buffers with offset/offset_end right before they get
3780           pushed.  This ensures offset continuity, which was not the case
3781           before as shown by
3782           gst-launch -v -m audiotestsrc num-buffers=10 ! audioconvert ! vorbisenc ! gdppay ! identity check-imperfect-offset=TRUE ! fakesink silent=TRUE
3783
3784 2007-04-06  Wim Taymans  <wim@fluendo.com>
3785
3786         * gst/playback/gstplaybin.c: (add_sink),
3787         (gst_play_bin_change_state):
3788         Activate sync in playbin, we are ready to handle it for live streams.
3789
3790 2007-04-06  Tim-Philipp Müller  <tim at centricular dot net>
3791
3792         * tests/check/elements/playbin.c:
3793         (test_sink_usage_video_only_stream), (playbin_suite):
3794           Add small test for stream-info-value-array code paths.
3795
3796 2007-04-05  Wim Taymans  <wim@fluendo.com>
3797
3798         * gst-libs/gst/audio/gstbaseaudiosink.c:
3799         (gst_base_audio_sink_skew_slaving):
3800         Don't try to create invalid calibration parameters by making the
3801         internal time go backwards, instead make external time go forward.
3802
3803 2007-04-05  Wim Taymans  <wim@fluendo.com>
3804
3805         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
3806
3807         * gst/playback/gstplaybasebin.c: (add_stream):
3808         Fix leak in add_stream(), when g_value_set_object() increases the
3809         refcount of streaminfo object. Fixes #426250.
3810
3811 2007-04-03  David Schleef  <ds@schleef.org>
3812
3813         * gst/videotestsrc/gstvideotestsrc.c:
3814         * gst/videotestsrc/gstvideotestsrc.h:
3815         * gst/videotestsrc/videotestsrc.c:
3816         * gst/videotestsrc/videotestsrc.h:
3817           Add a test pattern called "circular", which has concentric
3818           rings with varying radial frequency.  The main purpose of this
3819           pattern is to test fidelity loss in a filter or scaler element.
3820           Notably, this pattern is scale invariant, and is optimally viewed
3821           with a width (and height) of 400.
3822
3823 2007-04-03  Wim Taymans  <wim@fluendo.com>
3824
3825         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
3826
3827         * gst/playback/gstdecodebin2.c: (connect_pad), (expose_pad),
3828         (deactivate_free_recursive):
3829         Decodebin2 doesn't unref pads it obtains in some occasions:
3830         - multiqueue src pads, when either connecting further or exposing
3831         - sink pads of new autoplugged elements
3832         - peer pads when recursively freeing elements
3833         Fixes #425455.
3834
3835 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
3836
3837         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
3838         Add audio/x-raw-float support, now that audioconvert support
3839         non-native endianness floats.
3840
3841 2007-03-30  Tim-Philipp Müller  <tim at centricular dot net>
3842
3843         * docs/libs/gst-plugins-base-libs-docs.sgml:
3844           gstreamer-plugins-base.pc doesn't exist, it's
3845           gstreamer-plugins-base-0.10.pc.
3846
3847 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
3848
3849         Patch by: René Stadler <mail at renestadler dot de>
3850         with some minor changes
3851
3852         * gst-libs/gst/floatcast/floatcast.h:
3853         Use more efficient float endianness conversion functions that don't
3854         involve 2 function calls per value.
3855         * gst/audioconvert/audioconvert.c: (audio_convert_get_func_index),
3856         (check_default), (audio_convert_prepare_context):
3857         * gst/audioconvert/gstaudioconvert.c:
3858         (gst_audio_convert_parse_caps), (make_lossless_changes):
3859         Support non-native endianness floats as input and output.
3860         Fixes #339838.
3861         * tests/check/elements/audioconvert.c: (verify_convert),
3862         (GST_START_TEST):
3863         Add unit tests for the non-native endianness float conversions.
3864
3865 2007-03-29  Wim Taymans  <wim@fluendo.com>
3866
3867         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3868         (gst_base_rtp_depayload_base_init),
3869         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
3870         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
3871         (gst_base_rtp_depayload_set_gst_timestamp),
3872         (gst_base_rtp_depayload_change_state),
3873         (gst_base_rtp_depayload_set_property),
3874         (gst_base_rtp_depayload_get_property):
3875         * gst-libs/gst/rtp/gstbasertpdepayload.h:
3876         Add Private structure.
3877         Bring element code to 2007.
3878         Parse clock-base caps param and use it when generating the
3879         newsegment.
3880         Reset variables before going to PAUSED.
3881         Fix some docs.
3882
3883 2007-03-29  Wim Taymans  <wim@fluendo.com>
3884
3885         * docs/libs/gst-plugins-base-libs-docs.sgml:
3886         * docs/libs/gst-plugins-base-libs-sections.txt:
3887         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
3888         (gst_base_rtp_audio_payload_get_adapter):
3889         Add RTCP docs.
3890         Fix some more docs.
3891
3892         * gst-libs/gst/rtp/Makefile.am:
3893         * gst-libs/gst/rtp/gstrtcpbuffer.c:
3894         (gst_rtcp_buffer_new_take_data), (gst_rtcp_buffer_new_copy_data),
3895         (gst_rtcp_buffer_validate_data), (gst_rtcp_buffer_validate),
3896         (gst_rtcp_buffer_get_packet_count), (read_packet_header),
3897         (gst_rtcp_buffer_get_first_packet), (gst_rtcp_packet_move_to_next),
3898         (gst_rtcp_buffer_add_packet), (gst_rtcp_packet_remove),
3899         (gst_rtcp_packet_get_padding), (gst_rtcp_packet_get_type),
3900         (gst_rtcp_packet_get_count), (gst_rtcp_packet_get_length),
3901         (gst_rtcp_packet_sr_get_sender_info),
3902         (gst_rtcp_packet_sr_set_sender_info),
3903         (gst_rtcp_packet_rr_get_ssrc), (gst_rtcp_packet_rr_set_ssrc),
3904         (gst_rtcp_packet_get_rb_count), (gst_rtcp_packet_get_rb),
3905         (gst_rtcp_packet_add_rb), (gst_rtcp_packet_set_rb),
3906         (gst_rtcp_packet_sdes_get_chunk_count),
3907         (gst_rtcp_packet_sdes_first_chunk),
3908         (gst_rtcp_packet_sdes_next_chunk), (gst_rtcp_packet_sdes_get_ssrc),
3909         (gst_rtcp_packet_sdes_first_item),
3910         (gst_rtcp_packet_sdes_next_item), (gst_rtcp_packet_sdes_get_item),
3911         (gst_rtcp_packet_bye_get_ssrc_count),
3912         (gst_rtcp_packet_bye_get_nth_ssrc), (gst_rtcp_packet_bye_add_ssrc),
3913         (gst_rtcp_packet_bye_add_ssrcs), (get_reason_offset),
3914         (gst_rtcp_packet_bye_get_reason_len),
3915         (gst_rtcp_packet_bye_get_reason), (gst_rtcp_packet_bye_set_reason):
3916         * gst-libs/gst/rtp/gstrtcpbuffer.h:
3917         Add new helper object for parsing and creating RTCP messages.
3918
3919 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
3920
3921         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
3922         PCM samples with width=8 must be always unsigned, no matter what
3923         depth they have.
3924
3925 2007-03-29  Andy Wingo  <wingo@pobox.com>
3926
3927         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev): Make
3928         perfect offsets also, not just timestamps.
3929
3930         * tests/check/elements/videorate.c (test_more): Test that given
3931         any incoming offsets, that videorate produces perfect offsets.
3932
3933 2007-03-29  Wim Taymans  <wim@fluendo.com>
3934
3935         * gst-libs/gst/riff/riff-ids.h:
3936         Add some more RIFF formats.
3937
3938 2007-03-29  Wim Taymans  <wim@fluendo.com>
3939
3940         * gst-libs/gst/rtp/gstrtpbuffer.c:
3941         (gst_rtp_buffer_default_clock_rate):
3942         * gst-libs/gst/rtp/gstrtpbuffer.h:
3943         Fix fixed payload names and docs.
3944         Added method to get the default clock rates of fixed payload types.
3945         API: GstRTPBuffer::gst_rtp_buffer_default_clock_rate()
3946
3947 2007-03-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
3948
3949         * tests/check/pipelines/.cvsignore:
3950         Add new vorbisdec test to cvsignore.
3951
3952 2007-03-28  Wim Taymans  <wim@fluendo.com>
3953
3954         * gst-libs/gst/audio/gstbaseaudiosink.c: (slave_method_get_type),
3955         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
3956         (gst_base_audio_sink_query), (gst_base_audio_sink_get_time),
3957         (gst_base_audio_sink_set_property),
3958         (gst_base_audio_sink_get_property), (gst_base_audio_sink_event),
3959         (clock_convert_external), (gst_base_audio_sink_resample_slaving),
3960         (gst_base_audio_sink_skew_slaving),
3961         (gst_base_audio_sink_handle_slaving), (gst_base_audio_sink_render),
3962         (gst_base_audio_sink_async_play):
3963         * gst-libs/gst/audio/gstbaseaudiosink.h:
3964         Store private stuff in GstBaseAudioSinkPrivate.
3965         Add configurable clock slaving modes property.
3966         API:: GstBaseAudioSink::slave-method property
3967         Some more latency reporting tweaks.
3968         Added skew based clock slaving correction and make it the default until
3969         the resampling method is more robust.
3970
3971 2007-03-27  Sebastian Dröge  <slomo@circular-chaos.org>
3972
3973         * gst/audioconvert/audioconvert.c:
3974         Add docs to the integer pack functions and implement proper
3975         rounding. Before we had rounding towards negative infinity, i.e.
3976         always the smaller number was taken. Now we use natural rounding,
3977         i.e. rounding to the nearest integer and to the one with the largest
3978         absolute value for X.5. The old rounding introduced some minor
3979         distortions. Fixes #420079
3980         * tests/check/elements/audioconvert.c: (GST_START_TEST):
3981         Fix one unit test that assumed the old rounding and added unit tests
3982         for checking signed/unsigned int16 <-> signed/unsigned int16 with
3983         depth 8, one for signed int16 <-> unsigned int16 and one for the new
3984         rounding from signed int32 to signed/unsigned int16.
3985
3986 2007-03-27  Michael Smith  <msmith@fluendo.com>
3987
3988         * gst/audioconvert/gstaudioconvert.c: (strip_width_64),
3989         (gst_audio_convert_transform_caps):
3990           Fix typo in debug line introduced recently, as pointed out on irc.
3991
3992 2007-03-27  Tim-Philipp Müller  <tim at centricular dot net>
3993
3994         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
3995         * tests/check/libs/tag.c: (GST_START_TEST):
3996           Make sure we parse floating-point numbers in vorbis comments
3997           correctly with either '.' or ',' as separator, no matter what
3998           the current locale is. Add unit test for this too.
3999
4000 2007-03-26  Tim-Philipp Müller  <tim at centricular dot net>
4001
4002         Patch by: René Stadler  <mail at renestadler de>
4003
4004         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_to_vorbis_comments):
4005           When writing out floating-point numbers to vorbis comment tags, always
4006           use the same character as separator no matter what the current locale is
4007           (fixes #423051).
4008
4009         * tests/check/libs/tag.c: (GST_START_TEST):
4010           Add unit tests for replaygain tags in vorbis comments (closes #423055).
4011
4012 2007-03-26  Thomas Vander Stichele  <thomas at apestaart dot org>
4013
4014         * ext/vorbis/vorbisdec.c (vorbis_dec_push_forward,
4015           vorbis_handle_data_packet):
4016           Correctly set DURATION to generate a timestamp-continuous stream.
4017           One bug left at the end; see
4018           ihttp://bugzilla.gnome.org/show_bug.cgi?id=423086
4019         * tests/check/Makefile.am:
4020         * tests/check/pipelines/vorbisenc.c (GST_START_TEST):
4021           Add a test to check this.  Without the above patch this test fails.
4022
4023 2007-03-26  Jan Schmidt  <thaytan@mad.scientist.com>
4024
4025         * gst-libs/gst/rtp/Makefile.am:
4026         The base audio payloader uses GstAdapter - we need GST_BASE_LIBS.
4027
4028 2007-03-23  Michael Smith  <msmith@fluendo.com>
4029
4030         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps),
4031         (gst_video_rate_reset), (gst_video_rate_chain):
4032           If videorate changes caps, we can no longer use the old buffer
4033           (which may have a different size, incompatible with our caps).
4034           So don't do that; just duplicate the new frame more times.
4035
4036 2007-03-22  Jan Schmidt  <thaytan@mad.scientist.com>
4037
4038         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
4039         Remove playbin's override of the set_clock vmethod. It's irrelevant
4040         after Wim's commit on the 19th.
4041
4042 2007-03-22  Wim Taymans  <wim@fluendo.com>
4043
4044         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_size),
4045         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
4046         * ext/gnomevfs/gstgnomevfssrc.h:
4047         Don't cache file sizes. Fixes #341078.
4048
4049 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
4050
4051         * gst/playback/gstplaybin.c: (add_sink):
4052           Use GST_PTR_FORMAT to log caps. 
4053
4054 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
4055
4056         Patch by: Young-Ho Cha <ganadist at chollian net>
4057
4058         * gst/subparse/samiparse.c: (handle_start_font):
4059           Special-case some more colour names that pango doesn't handle by
4060           default. Fixes #420578.
4061
4062 2007-03-20  Michael Smith  <msmith@fluendo.com>
4063
4064         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
4065           If we get a zero-sized input buffer, don't pass it to libvorbis, as
4066           that marks EOS internally. After that, libvorbis will buffer all
4067           input data, and encode none of it, eventually leading to memory
4068           exhaustion.
4069
4070 2007-03-19  Wim Taymans  <wim@fluendo.com>
4071
4072         * gst/playback/gstdecodebin.c: (remove_fakesink):
4073         Don't post STATE_DIRTY anymore.
4074
4075         * gst/playback/gstplaybin.c: (add_sink), (gst_play_bin_send_event),
4076         (gst_play_bin_change_state):
4077         Remove stream_time reset in seek handling, core does that now.
4078         Disable clocking for live pipelines by forcing a NULL clock to the
4079         complete pipeline, core is too smart now for our previous hack.
4080         We can always autoplug in PAUSED now.
4081
4082 2007-03-17  David Schleef  <ds@schleef.org>
4083
4084         * REQUIREMENTS:  Update this file, change the formatting to make
4085         it more consistent, plus more machine readable.
4086
4087 2007-03-16  Michael Smith  <msmith@fluendo.com>
4088
4089         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
4090         (strip_width_64), (append_with_other_format):
4091           Previous fix was too simplistic, and broke the tests. Use a better
4092           approach; only strip 64 from widths for integer audio.
4093
4094 2007-03-16  Michael Smith  <msmith@fluendo.com>
4095
4096         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
4097         (gst_audio_convert_transform_caps):
4098           We don't support 64 bit integer audio, so don't try to claim we can.
4099           Stops us producing caps don't match our template caps.
4100           Update comments.
4101
4102 2007-03-15  Michael Smith  <msmith@fluendo.com>
4103
4104         * gst/audioresample/gstaudioresample.c:
4105         (audioresample_check_discont), (audioresample_transform):
4106           Don't trigger discontinuities for very small imperfections; a filter
4107           flush will sound bad, and many plugins have rounding errors leading
4108           to these.
4109
4110 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
4111
4112         Patch by: Olivier Crete <olivier.crete@collabora.co.uk>
4113
4114         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4115         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
4116         API: add "min-ptime" property to RTP base audio payloader.
4117         API: add gst_base_rtp_audio_payload_push().
4118         API: add gst_base_rtp_audio_payload_get_adapter().
4119         Fixes #415001
4120         Indentation/whitespace/documentation fixes.
4121
4122 2007-03-14  Julien MOUTTE  <julien@moutte.net>
4123
4124         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
4125         (audioresample_transform_size), (audioresample_do_output),
4126         (audioresample_transform), (audioresample_pushthrough): Handle
4127         discontinuous streams.
4128         * gst/audioresample/gstaudioresample.h:
4129         * tests/check/elements/audioresample.c:
4130         (test_discont_stream_instance), (GST_START_TEST),
4131         (audioresample_suite): Add a test for discontinuous streams.
4132         * win32/common/config.h: Updated.
4133
4134 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
4135
4136         * po/af.po:
4137         * po/az.po:
4138         * po/cs.po:
4139         * po/en_GB.po:
4140         * po/it.po:
4141         * po/nb.po:
4142         * po/nl.po:
4143         * po/or.po:
4144         * po/sq.po:
4145         * po/sr.po:
4146         * po/sv.po:
4147         * po/uk.po:
4148         * po/vi.po:
4149           Update translations from translation project.
4150
4151 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
4152
4153         * gst/audioresample/debug.h:
4154         * gst/audioresample/resample.c: (resample_init):
4155           Since I really am not interested in a debug line for each sample
4156           being processed, move the library's debugging to its own category,
4157           libaudioresample
4158
4159 2007-03-13  Michael Smith  <msmith@fluendo.com>
4160
4161         * ext/theora/theoradec.c: (theora_handle_type_packet):
4162           Since the plugin doesn't support anything other than 4:2:0 right
4163           now, post an error and fail if we get something else. Won't matter
4164           until libtheora supports the other pixel formats, but hopefully
4165           that'll be soon...
4166
4167 2007-03-10  Sebastien Moutte  <sebastien@moutte.net>
4168
4169         * gst-libs/gst/audio/gstbaseaudiosink.c:(gst_base_audio_sink_render):
4170         Use gst_guint64_to_gdouble for conversion.
4171         * win32/MANIFEST:
4172         Add new files to the win32 MANIFEST.
4173         * win32/common/libgstaudio.def:
4174         * win32/common/libgstpbutils.def:
4175         Add new exported functions.
4176         * win32/vs6/gst_plugins_base.dsw:
4177         * win32/vs6/libgstdecodebin.dsp:
4178         * win32/vs6/libgstplaybin.dsp:
4179         Change the link to libgstpbutils.lib.
4180         * win32/vs6/libgstdecodebin2.dsp:
4181         Add a new project for decodebin2.
4182         * win32/vs6/libgstpbutils.dsp:
4183         Add a new project for pbutils.
4184
4185 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
4186
4187         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
4188           Also accept partial dates with only year and month,
4189           like 1999-12-00 (fixes #410396 even more).
4190
4191         * tests/check/libs/tag.c: (GST_START_TEST):
4192           Add unit test for the above.
4193
4194 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
4195
4196         * tests/check/elements/subparse.c: (GST_START_TEST),
4197         (subparse_suite):
4198           Add unit test for MPL2 subtitle format (#413799).
4199
4200 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
4201
4202         Patch by: Kamil Pawlowski  <kamilpe gmail com>
4203
4204         * gst/subparse/Makefile.am:
4205         * gst/subparse/gstsubparse.c:
4206         (gst_sub_parse_data_format_autodetect),
4207         (gst_sub_parse_format_autodetect), (gst_sub_parse_sink_event),
4208         (gst_subparse_type_find):
4209         * gst/subparse/gstsubparse.h:
4210         * gst/subparse/mpl2parse.c: (mpl2_parse_line), (parse_mpl2):
4211         * gst/subparse/mpl2parse.h:
4212           Add support for MPL2 subtitle format (#413799).
4213
4214 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
4215
4216         * configure.ac:
4217           We require core CVS for the new buffer metadata copy functions.
4218
4219 2007-03-09  Wim Taymans  <wim@fluendo.com>
4220
4221         * gst-libs/gst/tag/gstid3tag.c:
4222         Add read support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
4223         Fixes #414496.
4224
4225         Patch by: Alex Lancaster <alexl at users sourceforge net>
4226
4227 2007-03-09  Wim Taymans  <wim@fluendo.com>
4228
4229         * ext/libvisual/visual.c: (gst_visual_sink_setcaps),
4230         (gst_vis_src_negotiate), (get_buffer), (gst_visual_chain):
4231         Improve adapter usage and comments.
4232
4233 2007-03-09  Wim Taymans  <wim@fluendo.com>
4234
4235         * ext/pango/gsttextrender.c: (gst_text_render_chain):
4236         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_parse_packet):
4237         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_copy):
4238         Use new metadata copy function.
4239
4240         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4241         (gst_ffmpegcsp_transform):
4242         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform):
4243         Basetransform copied the metadata for us.
4244
4245 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
4246
4247         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
4248         (gst_text_overlay_video_event):
4249           Some more logging. Only accept newsegment events in TIME format and
4250           send a WARNING message if they are not in TIME format.
4251
4252         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
4253         (gst_sub_parse_init), (gst_sub_parse_src_event), (handle_buffer),
4254         (gst_sub_parse_chain), (gst_sub_parse_sink_event):
4255         * gst/subparse/gstsubparse.h:
4256           No need to allocate GstSegment structure dynamically, just put it
4257           into the instance structure; ignore newsegment events in BYTE
4258           format and in particular don't let it overwrite our saved TIME
4259           segment from the last seek.
4260
4261 2007-03-09  Michael Smith  <msmith@fluendo.com>
4262
4263         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find):
4264           Replace AC3 typefinder with one that isn't terrible, and actually
4265           works usefully.
4266
4267 2007-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
4268
4269         * gst/audioconvert/gstaudioconvert.c:
4270         (gst_audio_convert_transform):
4271           fix error category and translatable string
4272           
4273
4274 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
4275
4276         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
4277         * pkgconfig/gstreamer-plugins-base.pc.in:
4278           Fix up utils => pbutils here too.
4279
4280 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
4281
4282         * gst/subparse/gstsubparse.c: (handle_buffer):
4283           Break out of loop in chain function as soon as possible if we get
4284           a non-OK flow return.
4285
4286 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
4287
4288         * tests/check/elements/alsa.c: (GST_START_TEST):
4289         Unref the mixer if the state change fails too (if the
4290         alsa devices are inaccessible, for example)
4291
4292 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
4293
4294         * tests/check/Makefile.am:
4295         Don't test libvisual elements in the states check, because libvisual
4296         seems to leak internally.
4297
4298         Re-enable the alsa and states tests now that there's new suppressions
4299         in gst.supp.
4300
4301         * tests/check/elements/alsa.c: (GST_START_TEST):
4302         Don't leak the alsamixer we instantiated.
4303
4304 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
4305
4306         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
4307         (gst_ximagesink_change_state), (gst_ximagesink_reset),
4308         (gst_ximagesink_finalize):
4309         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
4310         (gst_xvimagesink_reset), (gst_xvimagesink_finalize):
4311         Move some cleanup stuff from the state change handler into a _reset()
4312         function that can be called from _finalize(). This ensures that things
4313         get freed even if (for some reason) the NULL->READY state transition
4314         fails in the parent class.
4315         Even if a parent state change fails, process our downward state change
4316         logic instead of bailing out early.
4317         Free the correct xcontext pointer in ximagesink's xcontext_clear.
4318
4319 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
4320
4321         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
4322         Extra log line.
4323
4324         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_init):
4325         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_init):
4326         Use pango_font_description_set_family_static instead of 
4327         pango_font_description_set_family to save a string copy (it was
4328         leaking due to the strdup anyway)
4329
4330         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_finalize):
4331         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_finalize):
4332         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_finalize):
4333         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_finalize):
4334         Chain up in finalize.
4335
4336 2007-03-07  Tim-Philipp Müller  <tim at centricular dot net>
4337
4338         * gst-libs/gst/interfaces/mixertrack.c:
4339         (gst_mixer_track_class_init), (gst_mixer_track_get_property),
4340         (gst_mixer_track_set_property):
4341           API: add "untranslated-label" property which should be set by
4342           implementations at construct time (#414645).
4343
4344         * ext/alsa/gstalsamixeroptions.c: (gst_alsa_mixer_options_new):
4345         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
4346           Set "untranslated-label" when constructing mixer track objects.
4347
4348         * tests/check/elements/alsa.c: (GST_START_TEST), (alsa_suite):
4349           Unit test to check the above.
4350
4351 2007-03-07  Wim Taymans  <wim@fluendo.com>
4352
4353         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
4354         Fix confusing debug message.
4355
4356 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
4357
4358         * gst-plugins-base.doap:
4359         update doap file with new version
4360
4361 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
4362
4363         * configure.ac:
4364         Back to CVS
4365
4366 === release 0.10.12 ===
4367
4368 2007-03-07  Jan Schmidt <thaytan@mad.scientist.com>
4369
4370         * configure.ac:
4371           releasing 0.10.12, "Zombie Horde"
4372
4373 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
4374
4375         * configure.ac:
4376         Bump version to 0.10.11.4 pre-release
4377
4378 2007-03-06  Wim Taymans  <wim@fluendo.com>
4379
4380         * gst-libs/gst/audio/gstbaseaudiosink.c:
4381         (gst_base_audio_sink_async_play):
4382         Fix regression that made GStreamer skip the first samples of audio.
4383         Fixes #414684.
4384
4385 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
4386
4387         * configure.ac:
4388         Bump version to 0.10.11.3 pre-release
4389
4390 2007-03-05  Sebastian Dröge  <slomo@circular-chaos.org>
4391
4392         * po/POTFILES.in:
4393           Update paths for the rename from utils to pbutils to fix the build.
4394
4395 2007-03-05  Tim-Philipp Müller  <tim at centricular dot net>
4396
4397         * gst-libs/gst/pbutils/Makefile.am:
4398           Change directory to install headers in from gst/utils to gst/pbutils
4399           as well.
4400
4401 2007-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
4402
4403         * configure.ac:
4404         * docs/libs/gst-plugins-base-libs-docs.sgml:
4405         * docs/libs/gst-plugins-base-libs-sections.txt:
4406         * gst-libs/gst/Makefile.am:
4407         * gst-libs/gst/interfaces/mixer.c:
4408         * gst-libs/gst/pbutils/Makefile.am:
4409         * gst-libs/gst/pbutils/descriptions.c:
4410         (gst_pb_utils_get_source_description),
4411         (gst_pb_utils_get_sink_description),
4412         (gst_pb_utils_get_decoder_description),
4413         (gst_pb_utils_get_encoder_description),
4414         (gst_pb_utils_get_element_description),
4415         (gst_pb_utils_add_codec_description_to_tag_list),
4416         (gst_pb_utils_get_codec_description), (gst_pb_utils_list_all):
4417         * gst-libs/gst/pbutils/descriptions.h:
4418         * gst-libs/gst/pbutils/install-plugins.c:
4419         * gst-libs/gst/pbutils/install-plugins.h:
4420         * gst-libs/gst/pbutils/missing-plugins.c:
4421         (gst_missing_uri_source_message_new),
4422         (gst_missing_uri_sink_message_new),
4423         (gst_missing_element_message_new),
4424         (gst_missing_decoder_message_new),
4425         (gst_missing_encoder_message_new),
4426         (gst_missing_plugin_message_get_description):
4427         * gst-libs/gst/pbutils/missing-plugins.h:
4428         * gst-libs/gst/pbutils/pbutils.c: (gst_pb_utils_init):
4429         * gst-libs/gst/pbutils/pbutils.h:
4430         * gst-libs/gst/utils/Makefile.am:
4431         * gst-libs/gst/utils/base-utils.c:
4432         * gst-libs/gst/utils/base-utils.h:
4433         * gst-libs/gst/utils/descriptions.c:
4434         * gst-libs/gst/utils/descriptions.h:
4435         * gst-libs/gst/utils/install-plugins.c:
4436         * gst-libs/gst/utils/install-plugins.h:
4437         * gst-libs/gst/utils/missing-plugins.c:
4438         * gst-libs/gst/utils/missing-plugins.h:
4439         * gst-plugins-base.spec.in:
4440         * gst/playback/Makefile.am:
4441         * gst/playback/gstdecodebin.c:
4442         * gst/playback/gstdecodebin2.c:
4443         * gst/playback/gstplaybasebin.c: (setup_subtitle),
4444         (gen_source_element):
4445         * gst/playback/gstplaybin.c: (plugin_init):
4446         * tests/check/Makefile.am:
4447         * tests/check/libs/pbutils.c: (GST_START_TEST),
4448         (test_pb_utils_install_plugins_do_callout), (libgstpbutils_suite):
4449         * tests/check/libs/utils.c:
4450           rename utils to pbutils
4451
4452 2007-03-02  Jan Schmidt  <thaytan@mad.scientist.com>
4453
4454         * docs/plugins/Makefile.am:
4455         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4456         * docs/plugins/gst-plugins-base-plugins-sections.txt:
4457         * docs/plugins/inspect/plugin-decodebin2.xml:
4458         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
4459         Add documentation for decodebin2 that indicates that the API
4460         is still unstable.
4461
4462 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
4463
4464         * configure.ac:
4465         Update to 0.10.11.2 (0.10.12 pre-release)
4466
4467 2007-03-01  Wim Taymans  <wim@fluendo.com>
4468
4469         * gst-libs/gst/audio/gstbaseaudiosink.c:
4470         (gst_base_audio_sink_async_play):
4471         base time is irrelevant here.
4472
4473 2007-03-01  Wim Taymans  <wim@fluendo.com>
4474
4475         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
4476         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
4477         Improve debugging.
4478
4479         * gst-libs/gst/audio/gstbaseaudiosink.c:
4480         (gst_base_audio_sink_query), (gst_base_audio_sink_event),
4481         (gst_base_audio_sink_render), (gst_base_audio_sink_async_play):
4482         Improve latency and clock slaving calculations.
4483         Improve slave clock calibration.
4484
4485         * gst-libs/gst/audio/gstringbuffer.c:
4486         (gst_ring_buffer_commit_full):
4487         When we are asked to render N sample to 0 bytes, return N.
4488
4489 2007-03-01  Wim Taymans  <wim@fluendo.com>
4490
4491         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
4492         (gst_alsasink_write), (gst_alsasink_reset):
4493         * ext/alsa/gstalsasink.h:
4494         Remove unused dispose function.
4495         Rename lock to not interfere with alsasrc lock.
4496
4497         * ext/alsa/gstalsasrc.c: (gst_alsasrc_finalize),
4498         (gst_alsasrc_class_init), (gst_alsasrc_init), (set_swparams),
4499         (gst_alsasrc_read), (gst_alsasrc_reset):
4500         * ext/alsa/gstalsasrc.h:
4501         Implement finalize function.
4502         Use lock to protect alsa access.
4503         Implement _reset.
4504         Fine tune sw params.
4505
4506 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
4507
4508         * configure.ac:
4509           Convert to new AG_GST style.
4510
4511 2007-02-28  Wim Taymans  <wim@fluendo.com>
4512
4513         Patch by: Ed Catmur <ed at catmur dot co dot uk>
4514
4515         * gst/playback/gstplaybin.c: (gst_play_bin_vis_unblocked),
4516         (gst_play_bin_vis_blocked), (gst_play_bin_set_property):
4517         Fix race condition when rapidly switching visualisations in playbin.
4518         Fixes #401029.
4519
4520 2007-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
4521
4522         * tests/check/Makefile.am:
4523         Include local stuff before system installed things in LDFLAGS and
4524         CFLAGS.
4525
4526 2007-02-28  Wim Taymans  <wim@fluendo.com>
4527
4528         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_sink_activate):
4529         Improve debugging.
4530
4531 2007-02-28  Wim Taymans  <wim@fluendo.com>
4532
4533         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
4534         (gst_v4lsrc_fixate), (gst_v4lsrc_query):
4535         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_new):
4536         Fix duration and timestamping, taking latency into account.
4537         Implement latency query.
4538
4539 2007-02-28  Wim Taymans  <wim@fluendo.com>
4540
4541         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
4542         (gst_audio_clock_new):
4543         Fix clock name.
4544
4545         * gst-libs/gst/audio/gstbaseaudiosink.c:
4546         (gst_base_audio_sink_init), (gst_base_audio_sink_query):
4547         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
4548         (gst_base_audio_src_query), (gst_base_audio_src_get_offset),
4549         (gst_base_audio_src_create):
4550         Improve latency query code.
4551         Use proper clock names.
4552
4553 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
4554
4555         * tests/check/generic/states.c: (GST_START_TEST):
4556           Copy the states.c test from core again
4557         * tests/check/Makefile.am:
4558           ignore cdio and cdparanoiasrc
4559
4560 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
4561
4562         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
4563         (double_hq), (audio_convert_get_func_index), (check_default),
4564         (audio_convert_prepare_context), (audio_convert_convert):
4565           Also make valgrind happy and avoid copying data in some cases.
4566
4567 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
4568
4569         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
4570         (double_hq), (audio_convert_get_func_index),
4571         (audio_convert_prepare_context), (audio_convert_convert):
4572         * gst/audioconvert/gstaudioconvert.c:
4573         (gst_audio_convert_class_init), (gst_audio_convert_get_unit_size),
4574         (gst_audio_convert_transform_caps):
4575         * tests/check/elements/audioconvert.c: (GST_START_TEST),
4576         (audioconvert_suite):
4577           Don't run inplace if that overwrites source data as we go. Add more
4578           tests. Fixes #339837 even more.
4579
4580 2007-02-27  Julien MOUTTE  <julien@moutte.net>
4581
4582         * tests/examples/seek/seek.c: (do_seek), (set_update_scale),
4583         (msg_segment_done): Fix various seeking bugs (Slider was not
4584         updating when doing a non flushing seek, Reverse playback 
4585         on segment seek was wrong).
4586
4587 2007-02-26  Wim Taymans  <wim@fluendo.com>
4588
4589         * tests/examples/seek/seek.c: (stop_seek):
4590         When we stop scrubbing, don't leave the pipeline PLAYING when we
4591         requested a PAUSED state.
4592
4593 2007-02-25  Tim-Philipp Müller  <tim at centricular dot net>
4594
4595         Patch by: René Stadler <mail at renestadler de>
4596
4597         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
4598           Parse date strings in vorbis comments that have an invalid (zero)
4599           month or day (#410396).
4600
4601         * tests/check/libs/tag.c: (GST_START_TEST):
4602           Test case for the above.
4603
4604 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
4605
4606         Patch by: Loïc Minier <lool+gnome at via ecp fr>
4607
4608         * configure.ac:
4609         * ext/alsa/Makefile.am:
4610         * gst/audiotestsrc/Makefile.am:
4611           Fix compilation with LDFLAGS='-Wl,-z,defs' (#410963).
4612
4613 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
4614
4615         * gst/playback/gstplaybin.c:
4616           Improve docs: point out that the application needs to assist playbin
4617           with buffering.
4618
4619 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
4620
4621         * gst-libs/gst/utils/install-plugins.c:
4622         * gst-libs/gst/utils/missing-plugins.c:
4623         * tests/check/libs/utils.c: (missing_msg_check_getters):
4624           Change GStreamer marker prefix in detail string from 'gstreamer.net'
4625           to just 'gstreamer'. Document the caps string component of the
4626           decoder/encoder detail a bit better, since not everyone will be
4627           familiar with the GStreamer media type/caps system (but they better
4628           enjoy nested itemized lists).
4629
4630 2007-02-22  Tim-Philipp Müller  <tim at centricular dot net>
4631
4632         * gst-libs/gst/netbuffer/gstnetbuffer.c:
4633         (notgst_buffer_copy_fields_in_place), (gst_netbuffer_copy):
4634           Fix copying of GstNetBuffer (would crash before, or at least lead to
4635           invalid memory access, #410772), for now by copying the GstBuffer copy
4636           code from the core over here so we can copy the GstBuffer fields on a
4637           provided buffer instance (of type GstNetBuffer in this case). Would be
4638           better to fix this with some support by the core though (and in the long
4639           run change the broken GstBuffer/GstMiniObject copy semantics, #393099).
4640
4641         * tests/check/Makefile.am:
4642           Enable unit test for GstNetBuffer.
4643
4644 2007-02-22  Andy Wingo  <wingo@pobox.com>
4645
4646         * gst-libs/gst/audio/gstbaseaudiosink.c
4647         (gst_base_audio_sink_init): Disable pull-mode activation until we
4648         figure out how to make audio sinks go to PLAYING.
4649
4650 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
4651
4652         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
4653         (double_hq), (audio_convert_get_func_index),
4654         (audio_convert_prepare_context), (audio_convert_convert):
4655         * gst/audioconvert/audioconvert.h:
4656         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_setup_matrix),
4657         (gst_channel_mix_mix_int), (gst_channel_mix_mix_float):
4658         * gst/audioconvert/gstchannelmix.h:
4659         * tests/check/elements/audioconvert.c: (GST_START_TEST):
4660           Add float as an intermediate format, as well as float mixing. Enable
4661           test that was failing before. Fixes #339837
4662
4663 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
4664
4665         * tests/examples/seek/seek.c: (do_seek):
4666         Undo the previous commit: -1 as a stop time implies that the stop
4667         time is the end of file, clearing any previously configured segment.
4668
4669 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
4670
4671         * tests/examples/seek/seek.c: (do_seek):
4672         Don't SEEK_SET with a stop time of -1, use SEEK_NONE instead.
4673
4674 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
4675
4676         * gst/volume/gstvolume.c: (volume_process_int16),
4677         (volume_process_int16_clamp), (volume_set_caps):
4678           Unbreak volume, value remains gint.
4679
4680 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
4681
4682         * gst/volume/gstvolume.c: (volume_choose_func),
4683         (volume_update_real_volume), (gst_volume_set_volume),
4684         (gst_volume_init), (volume_process_double), (volume_process_float),
4685         (volume_process_int16), (volume_process_int16_clamp),
4686         (volume_set_caps), (volume_transform_ip), (volume_update_volume):
4687         * gst/volume/gstvolume.h:
4688           Extend float audio support (double) and some int->uint cleanups.
4689
4690 2007-02-20  Edward Hervey  <edward@fluendo.com>
4691
4692         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose),
4693         (multi_queue_underrun_cb), (gst_decode_group_check_if_drained),
4694         (sort_end_pads), (gst_decode_group_expose),
4695         (gst_decode_group_hide):
4696         Don't free groups from the streaming threads. Just put them aside and
4697         free them in dispose.
4698
4699 2007-02-20  Edward Hervey  <edward@fluendo.com>
4700
4701         * gst/playback/gstdecodebin2.c: (connect_element),
4702         (pad_added_group_cb), (gst_decode_group_check_if_blocked),
4703         (sort_end_pads), (gst_decode_group_expose):
4704         Handle dynamic pads within groups.
4705         Sort pads before exposing them in order to make playbin happy.
4706         There still is a race with the multiqueue filling up. This should be
4707         solved separately.
4708         Fixes #398721
4709
4710 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
4711
4712         * gst-libs/gst/utils/base-utils.c:
4713         * gst-libs/gst/utils/descriptions.c:
4714         * gst-libs/gst/utils/install-plugins.c:
4715         * gst-libs/gst/utils/missing-plugins.c:
4716           Some more docs (and descriptions for two subtitle formats).
4717
4718 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
4719
4720         * gst-libs/gst/audio/audio.c:
4721           Fix documentation.
4722
4723 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
4724
4725         Patch by: Yves Lefebvre  <ivanohe abacom com>
4726
4727         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps):
4728           Don't leak caps. Fixes #408278.
4729
4730 2007-02-15  Stefan Kost  <ensonic@users.sf.net>
4731
4732         * ext/cdparanoia/gstcdparanoiasrc.h:
4733         * ext/ogg/gstoggdemux.h:
4734         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
4735         (gst_audio_frame_length), (gst_audio_duration_from_pad_buffer),
4736         (gst_audio_is_buffer_framed), (gst_audio_structure_set_int):
4737         * gst-libs/gst/audio/audio.h:
4738         * gst-libs/gst/audio/gstaudiofilter.h:
4739         * gst-libs/gst/interfaces/videoorientation.h:
4740         * gst/adder/gstadder.h:
4741           More docs coverage and some ChangeLog surgery (add missing names)
4742
4743 2007-02-15  Wim Taymans  <wim@fluendo.com>
4744
4745         * sys/ximage/ximagesink.c:
4746         (gst_ximagesink_calculate_pixel_aspect_ratio):
4747         * sys/xvimage/xvimagesink.c:
4748         (gst_xvimagesink_calculate_pixel_aspect_ratio):
4749         Small constifications.
4750
4751 2007-02-15  Wim Taymans  <wim@fluendo.com>
4752
4753         * gst-libs/gst/audio/gstbaseaudiosink.c:
4754         (gst_base_audio_sink_class_init), (gst_base_audio_sink_query),
4755         (gst_base_audio_sink_render), (gst_base_audio_sink_callback),
4756         (gst_base_audio_sink_async_play),
4757         (gst_base_audio_sink_change_state):
4758         Answer latency query.
4759         Use configured latency when syncing.
4760         Fix clock slaving.
4761
4762         * gst-libs/gst/audio/gstbaseaudiosrc.c:
4763         (gst_base_audio_src_class_init), (gst_base_audio_src_dispose),
4764         (gst_base_audio_src_query), (gst_base_audio_src_change_state):
4765         Fix possible memleak.
4766         Implement latency query.
4767         Small cleanups.
4768
4769 2007-02-15  Wim Taymans  <wim@fluendo.com>
4770
4771         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
4772         Ignore errors in reset, these are not fatal. They also grab the element
4773         lock which is already taking when this function is called. Fixes
4774         #405451.
4775
4776 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
4777
4778         * configure.ac:
4779           Remove 'tests/examples/xerror/Makefile' from output files again.
4780
4781 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
4782
4783         * configure.ac:
4784         * docs/plugins/Makefile.am:
4785           Also crossref against gst-plugins-base-libs.
4786
4787 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
4788
4789         * configure.ac:
4790         * docs/libs/Makefile.am:
4791         * docs/plugins/Makefile.am:
4792           Add crossreferences to glib/gobject/gstream docs.
4793
4794         * gst-libs/gst/audio/audio.h:
4795           Source formatting.
4796
4797         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
4798           Add own debug category.
4799
4800 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
4801
4802         Patch by: René Stadler <mail at renestadler de>
4803
4804         * gst-libs/gst/tag/gstvorbistag.c:
4805           Add vorbis/FLAC-tag mapping for new GST_TAG_REFERENCE_LEVEL
4806           (#403597).
4807
4808 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
4809
4810         * gst/playback/gstplaybasebin.c: (setup_source):
4811           When we have external subtitles and wait for the subtitle decodebin
4812           to get up and running, we set up a (sync) bus handler for the
4813           subtitle decodebin, so we can stop waiting when it posts an error
4814           message. However, we should do that before we set the subtitle
4815           decodebin's state to playing, otherwise things are racy and we might
4816           miss error messages posted before we had a chance to set up the bus.
4817           This should finally fix totem hanging on .txt pseudo-subtitle files.
4818           
4819 2007-02-10  Sébastien Moutte  <sebastien at moutte dot net>
4820
4821         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:(gst_base_rtp_audio_payload_handle_frame_based_buffer):
4822           Use gst_gdouble_to_guint64 for conversions.
4823         * win32/common/config.h.in:
4824           Add a define for GST_INSTALL_PLUGINS_HELPER
4825         * win32/common/libgstaudio.def:
4826         * win32/common/libgstcdda.def:
4827         * win32/common/libgstnetbuffer.def:
4828         * win32/common/libgstrtp.def:
4829         * win32/common/libgutils.def:
4830           Add new exported functions.
4831         * win32/vs6/gst_plugins_base.dsw:
4832         * win32/vs6/libgstdecodebin.dsp:
4833         * win32/vs6/libgstnetbuffer.dsp:
4834         * win32/vs6/libgstplaybin.dsp:
4835         * win32/vs6/libgstrtp.dsp:
4836         * win32/vs6/libgstvorbis.dsp:
4837         * win32/vs6/libgstcdda.dsp:
4838         * win32/vs6/libgstgdp.dsp:
4839         * win32/vs6/libgstutils.dsp:
4840           Update and add new project files.
4841
4842 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
4843
4844         * gst/subparse/gstsubparse.c: (subrip_remove_unhandled_tag),
4845         (subrip_remove_unhandled_tags), (parse_subrip):
4846           For SubRip (.srt) subtitles, ignore all markup tags we don't
4847           handle (like font tags, for example).
4848
4849         * tests/check/elements/subparse.c:
4850           Add test for this.
4851
4852 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
4853
4854         * gst/playback/gstdecodebin.c: (add_fakesink),
4855         (gst_decode_bin_change_state):
4856         * gst/playback/gstdecodebin2.c: (add_fakesink),
4857         (gst_decode_bin_change_state):
4858           Don't error out if there is no fakesink in the NULL to READY state
4859           change, since when decodebin is re-used, we're only adding the
4860           fakesink element in READY to PAUSED.
4861
4862         * tests/check/elements/decodebin.c:
4863         (new_decoded_pad_plug_fakesink_cb), (GST_START_TEST),
4864         (decodebin_suite):
4865           Minimal unit test to make sure we can use the same decodebin
4866           instance twice (at least with audiotestsrc input).
4867
4868 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
4869
4870         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name):
4871           Try to get devic-name from device string first, and from handle only
4872           as fallback (seems to yield better results and is more robust
4873           against buggy probing code on the application side).
4874
4875 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
4876
4877         Based on patch by: Julien Puydt <julien.puydt at laposte net>
4878
4879         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name_no_handle),
4880         (gst_alsa_find_device_name):
4881         * ext/alsa/gstalsa.h:
4882         * ext/alsa/gstalsasink.c: (gst_alsasink_get_property):
4883         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_property):
4884           Improve device-name detection a bit, especially in the case where
4885           the device is not actually open (#405020, #405024). Move common code
4886           into gstalsa.c instead of duplicating it.
4887
4888 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
4889
4890         * gst/audioconvert/gstaudioconvert.c:
4891           Fix up docs chunk so that gtk-doc doesn't complain, and fix typo.
4892
4893 2007-02-06  Julien MOUTTE  <julien@moutte.net>
4894
4895         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
4896         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_clear),
4897         (gst_xvimagesink_interface_supported),
4898         (gst_xvimagesink_probe_get_properties),
4899         (gst_xvimagesink_probe_probe_property),
4900         (gst_xvimagesink_probe_needs_probe),
4901         (gst_xvimagesink_probe_get_values),
4902         (gst_xvimagesink_property_probe_interface_init),
4903         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
4904         (gst_xvimagesink_init), (gst_xvimagesink_class_init),
4905         (gst_xvimagesink_get_type):
4906         * sys/xvimage/xvimagesink.h: Implement PropertyProbe Interface
4907         for XVAdaptors so that one can choose the adaptor to use with 
4908         gstreamer-properties.
4909
4910 2007-02-06  Stefan Kost  <ensonic@users.sf.net>
4911
4912         * gst/audioconvert/gstaudioconvert.c:
4913           Also mention that a conversion from double to float is suboptimal still.
4914
4915 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
4916
4917         * gst-libs/gst/audio/gstaudiofilter.c:
4918         (gst_audio_filter_class_init), (gst_audio_filter_change_state):
4919           Clear our formats structure and free the caps contained in it when
4920           shutting down.
4921
4922 2007-02-05  Andy Wingo  <wingo@pobox.com>
4923
4924         * gst-libs/gst/audio/gstbaseaudiosink.c
4925         (gst_base_audio_sink_callback): Update basesink->offset so that we
4926         pull monotonically increasing offsets instead of, um, seeking back
4927         to 0 each time. Fixes alsasrc ! alsasink!
4928
4929 2007-02-05  Tim-Philipp Müller  <tim at centricular dot net>
4930
4931         * gst/videoscale/gstvideoscale.c:
4932           A width and height of 1 makes us crash, so increase minimum size to
4933           2x2 pixels until someone feels like fixing this (#404512).
4934
4935 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
4936
4937         * tests/check/pipelines/oggmux.c: (GST_START_TEST), (oggmux_suite):
4938           Add small test to make sure request pads are cleaned up properly
4939           even if oggmux never changes state out of NULL.
4940
4941 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
4942
4943         * tests/check/libs/utils.c: (GST_START_TEST):
4944           Fix unit test. Turns out things work much better when you
4945           NULL-terminate string arrays. Should make p5 build bot happy again.
4946
4947 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
4948
4949         * gst-libs/gst/audio/Makefile.am:
4950         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
4951         (gst_audio_filter_template_base_init),
4952         (gst_audio_filter_template_class_init),
4953         (gst_audio_filter_template_init),
4954         (gst_audio_filter_template_set_property),
4955         (gst_audio_filter_template_get_property),
4956         (gst_audio_filter_template_setup),
4957         (gst_audio_filter_template_filter),
4958         (gst_audio_filter_template_filter_inplace), (plugin_init):
4959           Oops, forgot to commit fixed-up example.
4960
4961 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
4962
4963         * docs/libs/gst-plugins-base-libs-sections.txt:
4964         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
4965         (gst_audio_filter_class_init), (gst_audio_filter_init),
4966         (gst_audio_filter_set_caps),
4967         (gst_audio_filter_class_add_pad_templates):
4968         * gst-libs/gst/audio/gstaudiofilter.h:
4969           Port GstAudioFilter to 0.10. This change technically breaks
4970           API and ABI (and thus also every library developer's heart),
4971           but seems justifiable on the grounds that the base class was
4972           completely unusable before (ie. would crash immediately when
4973           actually used). Fixes #403963 (and eventually also #403572).
4974           Also document all of this a bit.
4975
4976 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
4977
4978         * gst-libs/gst/utils/install-plugins.c:
4979         (gst_install_plugins_spawn_child):
4980         * tests/check/libs/utils.c:
4981         (test_base_utils_install_plugins_do_callout):
4982           Lowering log level to see why things fail on the p5 build bot;
4983           fix some typos in unit test messages.
4984
4985 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
4986
4987         * tests/check/libs/utils.c:
4988         (test_base_utils_install_plugins_do_callout):
4989           Don't hard-code temp directory for test helper; use GLib functions
4990           to write out file and do error checking etc.
4991
4992 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
4993
4994         * gst-libs/gst/utils/Makefile.am:
4995         * gst-libs/gst/utils/base-utils.h:
4996         * gst-libs/gst/utils/install-plugins.c:
4997         (gst_install_plugins_context_set_xid),
4998         (gst_install_plugins_context_new),
4999         (gst_install_plugins_context_free),
5000         (gst_install_plugins_get_helper),
5001         (gst_install_plugins_spawn_child),
5002         (gst_install_plugins_return_from_status),
5003         (gst_install_plugins_installer_exited),
5004         (gst_install_plugins_async), (gst_install_plugins_sync),
5005         (gst_install_plugins_return_get_name),
5006         (gst_install_plugins_installation_in_progress):
5007         * gst-libs/gst/utils/install-plugins.h:
5008           API: add API for applications to initiate installation of missing
5009           plugins, ie. gst_install_plugins_async() primarily.
5010           Based on libgimme-codec by Ryan Lortie.
5011
5012         * configure.ac:
5013           Add --with-install-plugins-helper configure option so distros can specify
5014           the path of the helper script or program to call when plugin installation
5015           is requested (distros: please do any argument munging in this helper
5016           script instead of patching GStreamer to pass arguments differently
5017           to another program directly).
5018
5019         * docs/libs/gst-plugins-base-libs-docs.sgml:
5020         * docs/libs/gst-plugins-base-libs-sections.txt:
5021           Build and document new API.
5022
5023         * tests/check/libs/utils.c: (result_cb),
5024         (test_base_utils_install_plugins_do_callout), (GST_START_TEST),
5025         (libgstbaseutils_suite):
5026           Some simple checks for the new API.
5027
5028 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
5029
5030         * tests/check/elements/audioconvert.c: (test_float_conversion):
5031           Add small test for 32bit float <=> 64bit float conversion (works
5032           only one way so far, 32=>64 produces structured noise).
5033
5034 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
5035
5036         * gst/audioconvert/gstaudioconvert.c:
5037         (set_structure_widths_32_and_64), (make_lossless_changes):
5038           We don't support floats with a width of 40, 48 or 56 bits.
5039
5040 2007-02-02  Stefan Kost  <ensonic@users.sf.net>
5041
5042         * gst/audioconvert/audioconvert.c: (float), (double),
5043         (audio_convert_get_func_index):
5044         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
5045         (make_lossless_changes):
5046           Support for 64-bit float audio in audioconvert (#339837)
5047
5048 2007-02-01  Tim-Philipp Müller  <tim at centricular dot net>
5049
5050         Patch by: Holger Wansing  <linux wansing-online de>
5051
5052         * po/LINGUAS:
5053         * po/de.po:
5054           Add German translation (#352069).
5055
5056 2007-02-01  Sebastian Dröge  <slomo@circular-chaos.org>
5057
5058         reviewed by: Wim Taymans <wim@fluendo.com>
5059
5060         * ext/ogg/gstoggmux.c: (gst_ogg_mux_ogg_pad_destroy_notify),
5061         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad):
5062         Use newly added GstCollectPads API to free the allocated resources in
5063         the GstOggPad structures (#402393).
5064
5065 2007-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
5066
5067         * gst/playback/gstplaybin.c: (gen_vis_element):
5068           Add audioresample+audioconvert in front of the visualisation
5069           element, so that elements like libvisual 0.4 that don't support all
5070           samplerates can work.
5071
5072           Fixes: #402505
5073
5074 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
5075
5076         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property),
5077         (gst_play_base_bin_get_streaminfo_value_array):
5078           Take some locks and make a copy of the streaminfo value array we
5079           maintain while holding the lock, so that the application can
5080           retrieve the stream-info as a value array in a thread-safe way.
5081
5082 2007-01-30  Wim Taymans  <wim@fluendo.com>
5083
5084         * gst/audioconvert/gstaudioconvert.c:
5085         Don't fail on 0 sized buffers. Fixes #396835.
5086
5087 2007-01-29  David Schleef  <ds@schleef.org>
5088
5089         * gst/typefind/gsttypefindfunctions.c:
5090           Detect BBCD as video/x-dirac, so we can play raw dirac
5091           streams.
5092
5093 2007-01-29  Tim-Philipp Müller  <tim at centricular dot net>
5094
5095         * ext/theora/theoraenc.c: (theora_enc_chain):
5096           Check return value of theora_encode_header(), or we might try to
5097           allocate a random number of bytes. theora_encode_header() can fail
5098           if libtheora has been compiled with encoding support disabled.
5099           Fixes #398110.
5100
5101 2007-01-29  Wim Taymans  <wim@fluendo.com>
5102
5103         * tests/check/gst/.cvsignore:
5104         Do as buildbot says.
5105
5106 2007-01-29  Wim Taymans  <wim@fluendo.com>
5107
5108         * ext/libvisual/visual.c: (gst_visual_src_setcaps):
5109         Fix strides in libvisual. Gst uses X strides.
5110         Inspired by: <ed at catmur dot co dot uk> and 
5111         <tim at centricular dot net>
5112         Fixes #401118.
5113
5114 2007-01-27  Wim Taymans  <wim@fluendo.com>
5115
5116         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
5117         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
5118         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_do_seek),
5119         (gst_ogg_demux_perform_seek),
5120         (gst_ogg_demux_bisect_forward_serialno),
5121         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
5122         (gst_ogg_demux_find_chains), (gst_ogg_demux_handle_page),
5123         (gst_ogg_demux_chain), (gst_ogg_demux_combine_flows),
5124         (gst_ogg_demux_loop_reverse), (gst_ogg_demux_loop):
5125         * ext/ogg/gstoggdemux.h:
5126         Properly propagate streaming errors when we are scanning the file for
5127         chains so that we don't crash when shut down. Might fix some crashers
5128         when quickly switching oggs in RB such as #332503 and #378436.
5129
5130 2007-01-26  Tim-Philipp Müller  <tim at centricular dot net>
5131
5132         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
5133           Map a gnome-vfs HOST_NOT_FOUND error into a GStreamer NOT_FOUND
5134           error code as well.
5135
5136 2007-01-25  Wim Taymans  <wim@fluendo.com>
5137
5138         * gst/playback/gstplaybasebin.c: (remove_source):
5139         Don't try to disconnect a signal from a finalized object.
5140
5141 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
5142
5143         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose):
5144           Cast lock macro parameters to make sure we're actually accessing the
5145           lock member at the right class level. Free list itself in _dispose()
5146           as well and NULL it in case dispose gets called multiple times.
5147
5148 2007-01-25  Edward Hervey  <edward@fluendo.com>
5149
5150         * gst/playback/gstdecodebin2.c:
5151         (gst_decode_bin_dispose),(gst_decode_bin_finalize):
5152         Free GstDecodeGroups no longer used.
5153         (gst_decode_group_expose):
5154         Don't unlock too many times !
5155         (deactivate_free_recursive):
5156         Free iterator once we're done with it.
5157         Fix for recursively deactivating elements (stop at ghostpads).
5158
5159 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
5160
5161         * gst/playback/gstplaybin.c: (handoff):
5162           Fix up caps on the frame buffer before we save it and potentially
5163           make it accessible to other threads via g_object_get; also use
5164           gst_buffer_replace() instead of gst_mini_object_replace().
5165
5166 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
5167
5168         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
5169           Make getting the current frame thread-safe.
5170
5171 2007-01-25  Edward Hervey  <edward@fluendo.com>
5172
5173         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize),
5174         (gst_decode_group_new), (gst_decode_group_free):
5175         Set queues to bigger sizes to cope with HD contents.
5176         Fix some mutex freeing and add comment about MT safe methods.
5177
5178 2007-01-24  Tim-Philipp Müller  <tim at centricular dot net>
5179
5180         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
5181         (gst_text_overlay_text_event):
5182           Don't unnecessarily ref (and then leak) upstream events if the text
5183           pad is not linked. Fixes #399948.
5184
5185         * tests/check/gst-plugins-base.supp:
5186           Add suppression for pango on edgy/x86 for textoverlay test.
5187
5188 2007-01-24  Wim Taymans  <wim@fluendo.com>
5189
5190         * gst-libs/gst/rtp/gstrtpbuffer.h:
5191         Add some more fixed payloads.
5192
5193 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
5194
5195         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
5196           Error out properly if we get an error from libogg while reading the
5197           BOS page(s). Fixes crash parsing 'fuzzed' ogg file (#399340).
5198
5199 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
5200
5201         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize):
5202           Don't leak mutex.
5203
5204         * tests/check/elements/playbin.c:
5205         (test_sink_usage_video_only_stream),
5206         (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
5207         (test_suburi_error_wrongproto), (test_missing_urisource_handler),
5208         (test_missing_suburisource_handler),
5209         (test_missing_primary_decoder), (playbin_suite):
5210           Run all tests once with decodebin and once with decodebin2.
5211           One test does not pass yet with decodebin2.
5212
5213 2007-01-23  Edward Hervey  <edward@fluendo.com>
5214
5215         * ext/ogg/gstoggmux.c: (all_pads_eos), (gst_ogg_mux_collected):
5216         Fix the cases where oggmux doesn't properly figure out that all
5217         sinkpads have gone EOS, and therefore doesn't push out the remaining
5218         buffers and the final EOS event.
5219         Fixes #363379
5220
5221 2007-01-23  Julien MOUTTE  <julien@moutte.net>
5222
5223         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
5224         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
5225         Don't lock on navigation event push, just on keysym to string.
5226         Fixes #397673 again.
5227
5228 2007-01-22  Edward Hervey  <edward@fluendo.com>
5229
5230         * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
5231         (get_current_group), (group_demuxer_event_probe),
5232         (gst_decode_group_expose), (deactivate_free_recursive),
5233         (gst_decode_group_free):
5234         Cleanups.
5235         Don't forget to emit 'no-more-pads' once a group is exposed.
5236         Cleanup elements from a DecodeGroup once we remove it.
5237         Protect call to gst_decode_group_expose() with the decodebin lock.
5238
5239 2007-01-22  Julien MOUTTE  <julien@moutte.net>
5240
5241         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
5242         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
5243         Looking at Xorg code i can't figure out if that XKeysymToString
5244         function is thread sensible or not. Lock it just in case as
5245         recommended by Radek Doulik <rodo at ximian dot com>.
5246
5247 2007-01-22  Julien MOUTTE  <julien@moutte.net>
5248
5249         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
5250         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
5251         Lock that X Call as well. Fixes #397673.
5252
5253 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
5254
5255         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
5256           Don't go into an endless loop if the file starts with 00 00 01 2X,
5257           like quicktime redirect files might. Fixes #396042.
5258
5259         * tests/check/Makefile.am:
5260         * tests/check/gst/.cvsignore:
5261         * tests/check/gst/typefindfunctions.c: (GST_START_TEST),
5262         (typefindfunctions_suite):
5263           Add unit test for the above.
5264
5265 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
5266
5267         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
5268           On second thought, use "depth" field rather than "bpp" field.
5269
5270 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
5271
5272         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
5273           Camtasia caps apparently need a bpp field (#398875).
5274
5275 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
5276
5277         * gst/playback/gstplaybasebin.c: (setup_subtitle),
5278         (gen_source_element), (gst_play_base_bin_change_state):
5279           Attempt at a better error message in case we don't have the required
5280           URI handler installed; post missing-plugin message also when we're
5281           missing an URI handler for the subtitle URI; clean up properly also
5282           when an error occurs and we never made it to PAUSED state.
5283
5284         * tests/check/elements/playbin.c: (GST_START_TEST),
5285         (playbin_suite):
5286           Check that we're also getting a missing-plugin messsage for a
5287           missing subtitle URI handler (and clean up properly).
5288
5289 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
5290
5291         * gst/playback/gstplaybasebin.c: (analyse_source), (setup_source):
5292           Plug a few reference leaks.
5293
5294 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
5295
5296         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
5297           Lower probability a bit if the marker isn't right at the start,
5298           to decrease the chance of false positives.
5299
5300 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
5301
5302         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
5303           Small mpeg2 system stream typefinding improvement: make typefinder
5304           probe a bit into the stream instead of just looking for a marker
5305           at the beginning. Fixes #397810.
5306
5307 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
5308
5309         * gst/audioconvert/gstchannelmix.c:
5310           Remove compatibility cruft for prehistoric GLib versions.
5311
5312 2007-01-17  Tim-Philipp Müller  <tim at centricular dot net>
5313
5314         * gst/playback/Makefile.am:
5315         * gst/playback/gstdecodebin.c: (close_pad_link):
5316         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
5317         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
5318         (gst_play_base_bin_handle_message_func), (unknown_type):
5319           Let decodebin be the element to post missing-plugin messages for
5320           missing decoders (rather than playbin); make playbin implement
5321           GstBin::handle_message so we can suppress missing-plugin messages
5322           for types we're not handling on purpose (don't want to bring up an
5323           installer in those cases).
5324
5325 2007-01-16  Tim-Philipp Müller  <tim at centricular dot net>
5326
5327         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
5328         * gst-libs/gst/tag/gstvorbistag.c:
5329         (gst_tag_list_to_vorbiscomment_buffer):
5330         * gst/typefind/gsttypefindfunctions.c: (vorbis_type_find):
5331           Fix potentially unaligned access (#397207).
5332
5333 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
5334
5335         * tests/examples/seek/seek.c: (set_scale), (update_scale),
5336         (do_seek), (stop_seek), (pause_cb), (stop_cb), (loop_toggle_cb),
5337         (rate_spinbutton_changed_cb), (msg_eos), (msg_segment_done),
5338         (main):
5339           Allow to toggle looping while it plays. Fix callback prototype. Clean
5340           up code a bit more. Add copyright header.
5341
5342 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
5343
5344         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
5345           Red and blue mask was swapped (spotted by Dan Williams).
5346
5347 2007-01-15  Stefan Kost  <ensonic@users.sf.net>
5348
5349         * gst-libs/gst/tag/gstid3tag.c:
5350         * gst-libs/gst/tag/gstvorbistag.c:
5351           Use new beats-per-minute tag from core.
5352
5353 2007-01-15  Tim-Philipp Müller  <tim at centricular dot net>
5354
5355         * po/POTFILES.in:
5356           Add new files with translatable strings, so they actually make it
5357           into the template file one day.
5358
5359 2007-01-12  Andy Wingo  <wingo@pobox.com>
5360
5361         * gst-libs/gst/audio/gstbaseaudiosink.c
5362         (gst_base_audio_sink_fixate): Implement, stolen from baseaudiosrc.
5363         (gst_base_audio_sink_activate_pull): Remove the handwavey nego
5364         stuff, as the base class handles this now. Actually tell the ring
5365         buffer to start.
5366         (gst_base_audio_sink_callback): Cast the ring buffer correctly.
5367         How did this work before? Maybe I'm not as awesome a programmer as
5368         I think.
5369
5370         * gst-libs/gst/audio/gstbaseaudiosrc.c
5371         (gst_base_audio_src_fixate): Rework as a basesrc vmethod instead
5372         of a pad function.
5373
5374 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
5375
5376         * gst-libs/gst/utils/missing-plugins.c: (copy_and_clean_caps):
5377           Remove more fields so that the application can better blacklist
5378           formats that have been tried before.
5379
5380 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
5381
5382         * gst-libs/gst/audio/mixerutils.h:
5383           Add G_BEGIN_DECLS and G_END_DECLS guards so these helpers can be
5384           used when compiling with c++ compilers as well.
5385
5386 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
5387
5388         * gst/typefind/gsttypefindfunctions.c:
5389           Fix comment.
5390
5391 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
5392
5393         * gst/playback/gstplaybin.c: (post_missing_element_message),
5394         (gen_video_element), (gen_text_element), (gen_audio_element),
5395         (gen_vis_element):
5396           Post missing-plugin messages also when we error out because
5397           converters, textoverlay or auto*sinks are missing (#161922).
5398
5399 2007-01-10  Wim Taymans  <wim@fluendo.com>
5400
5401         * gst/playback/gstdecodebin.c: (dynamic_add), (close_pad_link),
5402         (is_demuxer_element), (new_caps):
5403         * gst/playback/gstplaybasebin.c: (source_new_pad):
5404         Fix the case where we try to ref a NULL element when we delay a link
5405         because of unfixed caps.
5406         Set the state of autoplugged decodebins to PAUSED.
5407         RTSP now works in playbin, we can remove it from the blacklist.
5408
5409 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
5410
5411         * gst/playback/Makefile.am:
5412         * gst/playback/gstplaybasebin.c: (string_arr_has_str),
5413         (unknown_type), (setup_subtitle), (gen_source_element):
5414         * gst/playback/gstplaybin.c: (plugin_init):
5415           Post missing-plugin messages on the bus for missing sources and
5416           missing decoders/demuxers/depayloaders; fix error code used when
5417           we're missing an URI handler source; for media types that we are not
5418           handling on purpose at the moment, don't print "don't know how to
5419           handle xyz" messages to the terminal or post missing-plugin
5420           messages on the bus.
5421
5422         * tests/check/elements/playbin.c: (create_playbin),
5423         (GST_START_TEST), (gst_codec_src_uri_get_type),
5424         (gst_codec_src_uri_get_protocols), (gst_codec_src_uri_get_uri),
5425         (gst_codec_src_uri_set_uri), (gst_codec_src_uri_handler_init),
5426         (gst_codec_src_init_type), (gst_codec_src_base_init),
5427         (gst_codec_src_create), (gst_codec_src_class_init),
5428         (gst_codec_src_init), (plugin_init), (playbin_suite):
5429           Add some tests for the missing-plugin stuff.
5430
5431 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
5432
5433         * configure.ac:
5434         * gst-libs/gst/Makefile.am:
5435         * gst-libs/gst/utils/Makefile.am:
5436         * gst-libs/gst/utils/base-utils.c: (gst_base_utils_init):
5437         * gst-libs/gst/utils/base-utils.h:
5438         * gst-libs/gst/utils/descriptions.c: (format_info_get_desc),
5439         (find_format_info), (caps_are_rtp_caps),
5440         (gst_base_utils_get_source_description),
5441         (gst_base_utils_get_sink_description),
5442         (gst_base_utils_get_decoder_description),
5443         (gst_base_utils_get_encoder_description),
5444         (gst_base_utils_get_element_description),
5445         (gst_base_utils_add_codec_description_to_tag_list),
5446         (gst_base_utils_get_codec_description), (gst_base_utils_list_all):
5447         * gst-libs/gst/utils/descriptions.h:
5448         * gst-libs/gst/utils/missing-plugins.c:
5449         (missing_structure_get_type), (copy_and_clean_caps),
5450         (gst_missing_uri_source_message_new),
5451         (gst_missing_uri_sink_message_new),
5452         (gst_missing_element_message_new),
5453         (gst_missing_decoder_message_new),
5454         (gst_missing_encoder_message_new),
5455         (missing_structure_get_string_detail),
5456         (missing_structure_get_caps_detail),
5457         (gst_missing_plugin_message_get_installer_detail),
5458         (gst_missing_plugin_message_get_description),
5459         (gst_is_missing_plugin_message):
5460         * gst-libs/gst/utils/missing-plugins.h:
5461           API: add new libgstbaseutils library with functions
5462           - to create and parse missing-plugins messages
5463           - that provide (translated) descriptions for caps/decoders/sources/etc.
5464           Closes #392393.
5465
5466         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
5467         * pkgconfig/gstreamer-plugins-base.pc.in:
5468           Add new lib.
5469
5470         * docs/libs/gst-plugins-base-libs-docs.sgml:
5471         * docs/libs/gst-plugins-base-libs-sections.txt:
5472           Generate docs for new lib and API.
5473
5474         * tests/check/Makefile.am:
5475         * tests/check/libs/.cvsignore:
5476         * tests/check/libs/utils.c: (missing_msg_check_getters),
5477         (GST_START_TEST), (libgstbaseutils_suite):
5478           Add some basic unit tests.
5479
5480 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
5481
5482         * ext/ogg/Makefile.am:
5483           Dist gstoggdemux.h to fix 'make distcheck'.
5484
5485         * sys/v4l/Makefile.am:
5486           Fix 'make distcheck' even more.
5487
5488 2007-01-09  Wim Taymans  <wim@fluendo.com>
5489
5490         * docs/plugins/Makefile.am:
5491         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
5492         * docs/plugins/gst-plugins-base-plugins-sections.txt:
5493         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
5494         (gst_ogg_pad_query_types), (gst_ogg_pad_submit_page),
5495         (gst_ogg_chain_reset), (gst_ogg_chain_new_stream),
5496         (gst_ogg_demux_perform_seek):
5497         * ext/ogg/gstoggdemux.h:
5498         Added docs.
5499         Add some more comments.
5500         Small cleanups.
5501
5502 2007-01-09  Wim Taymans  <wim@fluendo.com>
5503
5504         * ext/theora/theoradec.c:
5505         * ext/vorbis/vorbisdec.c:
5506         * gst-libs/gst/audio/gstringbuffer.c:
5507         (gst_ring_buffer_commit_full):
5508         * gst-libs/gst/audio/gstringbuffer.h:
5509         * gst-libs/gst/rtp/gstrtpbuffer.c:
5510         * gst-libs/gst/tag/gstvorbistag.c:
5511         Small documentation updates/fixes
5512
5513 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
5514
5515         * configure.ac:
5516           Require core CVS HEAD for Andy's basesrc/sink API additions.
5517
5518 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
5519
5520         Patch by: Günter Thelen  <daedalus dot inc at gmx net>
5521
5522         * gst/typefind/gsttypefindfunctions.c: (flac_type_find),
5523         (plugin_init):
5524           Add typefinder for flac-in-ogg in conformance with the ogg-mapping
5525           on flac.sf.net (there appear to be other versions of the first
5526           ogg page in the wild) (#391365).
5527
5528 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
5529
5530         * configure.ac:
5531           Check if localtime_r() is available.
5532
5533         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
5534           If localtime_r() is not available, fall back to localtime(). Should
5535           fix build on MingW (#393310).
5536
5537 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
5538
5539         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
5540         * gst/subparse/gstsubparse.h:
5541           Remove spurious 1000 subtrahend when calculating the timestamp from
5542           the frame number and the frame rate . Also, use the frames/second
5543           value specified in the first line of the file, if one is specified
5544           there. Should fix #357503.
5545
5546         * tests/check/elements/subparse.c: (do_test),
5547         (test_tmplayer_do_test), (test_microdvd_do_test), (GST_START_TEST),
5548         (subparse_suite):
5549           Add some basic unit tests for the microdvd subtitle format.
5550
5551 2007-01-07  Julien MOUTTE  <julien@moutte.net>
5552
5553         Patch by: Young-Ho Cha <ganadist at chollian dot net>
5554
5555         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
5556         (gst_xvimage_buffer_finalize), (gst_xvimagesink_xvimage_new),
5557         (gst_xvimagesink_xvimage_put), (gst_lookup_xv_port_from_adaptor),
5558         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps),
5559         (gst_xvimagesink_set_xwindow_id),
5560         (gst_xvimagesink_set_event_handling),
5561         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
5562         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
5563         Fixes: #390076.
5564         Add an adaptor property to select a specific XV adaptor.
5565         * sys/xvimage/xvimagesink.h:
5566
5567 2007-01-07  Julien MOUTTE  <julien@moutte.net>
5568
5569         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
5570         (gst_ximagesink_handle_xerror), (gst_ximagesink_ximage_new),
5571         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
5572         (gst_ximagesink_handle_xevents), (gst_ximagesink_setcaps),
5573         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
5574         (gst_ximagesink_expose), (gst_ximagesink_set_event_handling):
5575         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
5576         (gst_xvimage_buffer_finalize), (gst_xvimagesink_handle_xerror),
5577         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
5578         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_setcaps),
5579         (gst_xvimagesink_change_state), (gst_xvimagesink_set_xwindow_id),
5580         (gst_xvimagesink_expose), (gst_xvimagesink_set_event_handling):
5581         Use flow_lock much more to protect every access to xwindow.
5582         Try to catch erros while creating images in case some drivers are
5583         just generating an XError when the requested image is too big.
5584         Should fix : #354698, #384008, #384060.
5585         * tests/icles/stress-xoverlay.c: (cycle_window), (create_window):
5586         Implement some stress testing of setting window xid.
5587
5588 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
5589
5590         * win32/common/libgsaudio.def:
5591           Add new exported function.
5592         * win32/common/libgstogg.dsp:
5593           Add gstoggaviparse.c to the build.
5594         * win32/common/libgstvideoscale.dsp:
5595           Add vs_4tap.c to the build.
5596         * win32/common/libgstvorbis.dsp:
5597           Add vorbistag.c to the build.
5598         
5599 2007-01-06  Andy Wingo  <wingo@pobox.com>
5600
5601         * gst-libs/gst/audio/gstbaseaudiosink.c
5602         (gst_base_audio_sink_class_init)
5603         (gst_base_audio_sink_init): 
5604         (gst_base_audio_sink_activate_pull): Add an activate_pull function
5605         to baseaudiosink, and tell basesink that we can work in pull mode.
5606         This way the ring buffer thread drives the pipeline directly, if
5607         pull mode is possible. There is some lingering nastiness regarding
5608         capsnego, however.
5609         (gst_base_audio_sink_callback): Implement the callback to pull
5610         data. This interface is a bit light, though -- it should get a
5611         GstFlowReturn return value at least.
5612
5613 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
5614
5615         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_stream_out):
5616         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
5617         * gst/playback/gstdecodebin2.c:
5618         (gst_decode_group_check_if_blocked):
5619           Printf format and missing argument fixes.
5620
5621 2007-01-05  Jan Schmidt  <thaytan@mad.scientist.com>
5622
5623         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header),
5624         (gst_ogm_parse_change_state):
5625         Activate pads before adding them to the element.
5626
5627 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
5628
5629         * tests/examples/seek/scrubby.c: (main):
5630         * tests/examples/seek/seek.c: (main):
5631           Call g_thread_init() first thing in main() (see #391278).
5632
5633 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
5634
5635         * tests/check/Makefile.am:
5636         * tests/check/libs/.cvsignore:
5637         * tests/check/libs/netbuffer.c: (GST_START_TEST),
5638         (netbuffer_suite):
5639           Add test for GstNetBuffer + gst_buffer_copy(). Disabled
5640           for the time being, since it's broken, see #393099.
5641
5642 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
5643
5644         * tests/check/Makefile.am:
5645           Update to use GST_PLUGINS_BASE_CFLAGS as well.
5646
5647 2007-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
5648
5649         * configure.ac:
5650           split out GST_CFLAGS into GST_PLUGINS_BASE_CFLAGS and GST_CFLAGS
5651           so that GST_BASE_CFLAGS can go inbetween them, making sure
5652           we use uninstalled gst-libs headers
5653         * docs/libs/Makefile.am:
5654         * ext/alsa/Makefile.am:
5655         * ext/cdparanoia/Makefile.am:
5656         * ext/gnomevfs/Makefile.am:
5657         * ext/libvisual/Makefile.am:
5658         * ext/ogg/Makefile.am:
5659         * ext/theora/Makefile.am:
5660         * ext/vorbis/Makefile.am:
5661         * gst-libs/gst/audio/Makefile.am:
5662         * gst-libs/gst/cdda/Makefile.am:
5663         * gst-libs/gst/interfaces/Makefile.am:
5664         * gst-libs/gst/riff/Makefile.am:
5665         * gst-libs/gst/rtp/Makefile.am:
5666         * gst-libs/gst/tag/Makefile.am:
5667         * gst/adder/Makefile.am:
5668         * gst/audioconvert/Makefile.am:
5669         * gst/audiorate/Makefile.am:
5670         * gst/audioresample/Makefile.am:
5671         * gst/playback/Makefile.am:
5672         * gst/tcp/Makefile.am:
5673         * gst/videoscale/Makefile.am:
5674         * gst/volume/Makefile.am:
5675         * sys/ximage/Makefile.am:
5676         * sys/xvimage/Makefile.am:
5677         * tests/icles/Makefile.am:
5678           adapt
5679
5680 2007-01-04  Julien MOUTTE  <julien@moutte.net>
5681
5682         * gst-libs/gst/interfaces/xoverlay.c:
5683         (gst_x_overlay_handle_events):
5684         * gst-libs/gst/interfaces/xoverlay.h:
5685         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
5686         (gst_ximagesink_set_xwindow_id),
5687         (gst_ximagesink_set_event_handling),
5688         (gst_ximagesink_xoverlay_init), (gst_ximagesink_set_property),
5689         (gst_ximagesink_get_property), (gst_ximagesink_init),
5690         (gst_ximagesink_class_init):
5691         * sys/ximage/ximagesink.h:
5692         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new),
5693         (gst_xvimagesink_set_xwindow_id),
5694         (gst_xvimagesink_set_event_handling),
5695         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_set_property),
5696         (gst_xvimagesink_get_property), (gst_xvimagesink_init),
5697         (gst_xvimagesink_class_init):
5698         * sys/xvimage/xvimagesink.h:
5699         * tests/icles/stress-xoverlay.c: (toggle_events), (create_window):
5700         Add a method to the XOverlay interface to allow disabling of 
5701         event handling in x[v]imagesink elements. This will let X events
5702         propagate to parent windows which can be usefull in some cases.
5703         Be carefull that the application is then responsible of pushing
5704         navigation events and expose events to the video sink.
5705         Fixes: #387138.
5706
5707 2007-01-03  Tim-Philipp Müller  <tim at centricular dot net>
5708
5709         * gst-libs/gst/tag/gstvorbistag.c:
5710         * tests/check/libs/tag.c: (GST_START_TEST):
5711           Add vorbistag <=> GStreamer tag mapping for GST_TAG_LOCATION
5712           (fixes #392070).
5713
5714 2007-01-01  Tim-Philipp Müller  <tim at centricular dot net>
5715
5716         * configure.ac:
5717         * docs/Makefile.am:
5718         * docs/design/Makefile.am:
5719           Dist design docs.
5720
5721 2006-12-27  Julien MOUTTE  <julien@moutte.net>
5722
5723         * docs/libs/gst-plugins-base-libs-sections.txt: Fix a documentation
5724         typo. Fixes: #390063.
5725
5726 2006-12-27  Julien MOUTTE  <julien@moutte.net>
5727
5728         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
5729         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Plug a
5730         caps leak.
5731         * win32/common/config.h: Updated.
5732
5733 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
5734
5735         * tests/check/elements/gdpdepay.c: (cleanup_gdpdepay),
5736         (setup_gdpdepay_streamheader):
5737         * tests/check/elements/gdppay.c: (cleanup_gdppay),
5738         (setup_gdppay_streamheader):
5739           Fix the dp tests, but activating the pads for the streamheader tests
5740           too and cleaning up conditionaly
5741
5742 2006-12-22  Jan Schmidt  <thaytan@mad.scientist.com>
5743
5744         * gst/ffmpegcolorspace/avcodec.h:
5745         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
5746         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
5747         (gst_ffmpegcsp_avpicture_fill):
5748         * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
5749         (img_get_alpha_info):
5750         Add 2 new caps arrangements, for 24-bit RGB and BGR in 32-bits, but at the
5751         other end of the word. Fixes: #387073.
5752
5753         Add some inconsequential branch hints in a couple of places.
5754
5755 2006-12-21  Tim-Philipp Müller  <tim at centricular dot net>
5756
5757         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
5758         (gst_ffmpeg_caps_to_smpfmt):
5759           The "signed" field in raw audio caps is of boolean type, trying to
5760           extract the value with _get_int() will fail (fix to keep in sync with
5761           the copy in gst-ffmpeg)
5762
5763 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
5764
5765         * tests/check/elements/audioresample.c: (cleanup_audioresample):
5766         * tests/check/elements/audiotestsrc.c: (cleanup_audiotestsrc):
5767         * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
5768         (cleanup_gdpdepay):
5769         * tests/check/elements/gdppay.c: (setup_gdppay), (cleanup_gdppay):
5770         * tests/check/elements/subparse.c: (teardown_subparse):
5771         * tests/check/elements/textoverlay.c: (cleanup_textoverlay):
5772         * tests/check/elements/videorate.c: (cleanup_videorate):
5773         * tests/check/elements/videotestsrc.c: (cleanup_videotestsrc):
5774         * tests/check/elements/volume.c: (cleanup_volume):
5775         * tests/check/elements/vorbisdec.c: (setup_vorbisdec),
5776         (cleanup_vorbisdec):
5777         * tests/check/elements/vorbistag.c: (setup_vorbistag),
5778         (cleanup_vorbistag):
5779           consistent pad (de)activation
5780
5781 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
5782
5783         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
5784           Forgot to register the extensions.
5785
5786 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
5787
5788         * gst/typefind/gsttypefindfunctions.c: (vivo_type_find),
5789         (plugin_init):
5790           Add typefinder for VIVO files (my christmas present to the 90s).
5791
5792 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
5793
5794         * gst/playback/gstdecodebin.c: (type_found):
5795           Special-case the text/plain media type: we only want to recognise it
5796           as a 'raw' decoded media type if it comes from a demuxer or subtitle
5797           parser, but not if the entire stream is of text/plain type. If the
5798           entire stream is text/plain, we should just error out.
5799
5800           This fixes playback of audio files with lyrics in totem. Totem can't
5801           distinguish between text files and subtitle files and passes any
5802           .txt file with the same basename as the main file to playbin as
5803           suburi, and playbin will then throw a 'subtitle found, but no video
5804           stream' error, which isn't entirely helpful. See #380342.
5805
5806           Also, with this change we'll show a slightly more correct error
5807           message in case totem passes a playlist file to us (although a
5808           custom error message wording instead of the default text would
5809           probably not be a bad idea either).
5810
5811           Same problem also needs to be fixed for playbin+decodebin2.
5812
5813         * tests/check/Makefile.am:
5814         * tests/check/elements/decodebin.c: (src_handoff_cb),
5815         (decodebin_new_decoded_pad_cb), (GST_START_TEST),
5816         (decodebin_suite):
5817           Add simple unit test for decodebin for the above.
5818
5819 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
5820
5821         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
5822         * gst/playback/gstdecodebin2.c: (gst_decode_bin_change_state):
5823           Refuse to change state to READY when we failed to create any of the
5824           required elements in our instance init function.
5825
5826 2006-12-15  Tim-Philipp Müller  <tim at centricular dot net>
5827
5828         * docs/libs/gst-plugins-base-libs-sections.txt:
5829           Small docs fixes/updates.
5830
5831         * gst-libs/gst/video/gstvideosink.h:
5832           Remove nonfunctional GST_VIDEO_SINK_CLOCK macro which is a leftover
5833           from the 0.9 days (GST_BASE_SINK_CLOCK, which it points to, was
5834           removed from the base sink API between 0.9.6 and 0.9.7).
5835           API: add GST_VIDEO_SINK_CAST and use it for the height/width
5836           accessor macros, so we don't do a runtime GObject type check every
5837           time we use them.
5838
5839 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
5840
5841         * Makefile.am:
5842         * gst-plugins-base.doap:
5843         * gst-plugins-base.spec.in:
5844           add doap file
5845
5846 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
5847
5848         Patch by: Jens Granseuer <jensgr at gmx net>
5849
5850         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
5851         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
5852         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
5853         (gst_base_rtp_audio_payload_handle_sample_based_buffer):
5854         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
5855           Declare variables at the beginning of a block. Fixes #383195.
5856
5857 2006-12-07  Jan Schmidt  <thaytan@mad.scientist.com>
5858
5859         * configure.ac:
5860         Bump version nano - back to CVS.
5861
5862
5863 === release 0.10.11 ===
5864
5865 2006-12-06  Jan Schmidt <thaytan@mad.scientist.com>
5866
5867         * configure.ac:
5868           releasing 0.10.11, "Dumb things"
5869
5870 2006-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
5871
5872         * gst/playback/gstdecodebin.c: (find_dynamic), (dynamic_add),
5873         (close_pad_link), (elem_is_dynamic), (unlinked), (close_link):
5874         Handle the case where an element has multiple pads with 
5875         unfixed caps as well as still possibly producing more dynamic 
5876         pads by storing each case as a distinct entry in the dynamic list.
5877         Fixes #38223 again.
5878
5879 2006-12-04  Wim Taymans  <wim@fluendo.com>
5880
5881         * gst/playback/gstdecodebin.c: (close_pad_link):
5882         Fix #382223, add more dynamic caps handling.
5883
5884 2006-12-04  Wim Taymans  <wim@fluendo.com>
5885
5886         * gst-libs/gst/audio/gstringbuffer.h:
5887         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_init),
5888         (gst_netaddress_set_ip4_interface),
5889         (gst_netaddress_set_ip6_interface), (gst_netaddress_set_loopback),
5890         (gst_netaddress_set_ttl), (gst_netaddress_get_ip4_interface),
5891         (gst_netaddress_get_ip6_interface), (gst_netaddress_get_loopback),
5892         (gst_netaddress_get_ttl):
5893         * gst-libs/gst/netbuffer/gstnetbuffer.h:
5894         * gst/playback/gstdecodebin.c: (close_pad_link):
5895         * tests/examples/seek/seek.c: (end_scrub), (end_seek), (do_seek),
5896         (seek_cb), (stop_seek), (rate_spinbutton_changed_cb):
5897         * win32/common/config.h:
5898
5899 2006-12-01  Michael Smith  <msmith@fluendo.com>
5900
5901         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
5902           Delete bad debug code.
5903           Fixes #381219
5904
5905 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
5906
5907         * gst/videoscale/vs_4tap.c:
5908         * win32/MANIFEST:
5909         * win32/common/config.h:
5910         * win32/vs8/libgstvideoscale.vcproj:
5911         Fix compilation on win32 under VS8
5912         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
5913         Partially fixes #381175
5914
5915 2006-11-30  Michael Smith  <msmith@fluendo.com>
5916
5917         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
5918         (GST_START_TEST):
5919           It would be very bad if, after a discont buffer, we thought every
5920           single following buffer was also discont. So, add to the test to
5921           ensure that this isn't the case.
5922           
5923         * ext/theora/theoraenc.c: (theora_enc_is_discontinuous):
5924           ... it was the case. So fix it.
5925
5926 2006-11-28  Wim Taymans  <wim@fluendo.com>
5927
5928         * gst/playback/gstplaybasebin.c: (check_queue_event):
5929         Improve debug.
5930
5931         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
5932         Fix width and height range from 16 - 4096 to 1 - MAXINT, just like the
5933         padtemplate caps. Refixes #357577.
5934
5935 2006-11-28  Wim Taymans  <wim@fluendo.com>
5936
5937         * gst/playback/gstplaybasebin.c: (check_queue_event),
5938         (queue_threshold_reached), (queue_out_of_data),
5939         (gen_preroll_element):
5940         Add event probe to see when EOS is in a queue and we can disable the
5941         underrun signals. Fixes #357577.
5942
5943 2006-11-28  Edward Hervey  <edward@fluendo.com>
5944
5945         * gst/playback/Makefile.am:
5946         * gst/playback/gstdecodebin2.c: (gst_decode_bin_get_type),
5947         (_gst_boolean_accumulator), (gst_decode_bin_class_init),
5948         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
5949         (gst_decode_bin_init), (gst_decode_bin_dispose),
5950         (gst_decode_bin_finalize), (gst_decode_bin_set_property),
5951         (gst_decode_bin_get_property), (gst_decode_bin_set_caps),
5952         (gst_decode_bin_get_caps), (gst_decode_bin_autoplug_continue),
5953         (gst_decode_bin_autoplug_sort), (analyze_new_pad), (connect_pad),
5954         (connect_element), (expose_pad), (type_found),
5955         (pad_added_group_cb), (pad_removed_group_cb),
5956         (no_more_pads_group_cb), (pad_added_cb), (pad_removed_cb),
5957         (no_more_pads_cb), (find_compatibles), (is_demuxer_element),
5958         (are_raw_caps), (multi_queue_overrun_cb),
5959         (multi_queue_underrun_cb), (gst_decode_group_new),
5960         (get_current_group), (group_demuxer_event_probe),
5961         (gst_decode_group_control_demuxer_pad),
5962         (gst_decode_group_control_source_pad),
5963         (gst_decode_group_check_if_blocked),
5964         (gst_decode_group_check_if_drained), (gst_decode_group_expose),
5965         (gst_decode_group_hide), (gst_decode_group_free),
5966         (gst_decode_group_set_complete), (source_pad_blocked_cb),
5967         (source_pad_event_probe), (gst_decode_pad_new), (add_fakesink),
5968         (remove_fakesink), (find_sink_pad), (gst_decode_bin_change_state),
5969         (plugin_init):
5970         New decodebin2 element.
5971         Closes #370092
5972         * gst/playback/gstplay-marshal.list:
5973         Added marshallers for new signals in decodebin2
5974         * gst/playback/gstplaybasebin.c: (setup_subtitle), (make_decoder):
5975         Use decodebin2 if *and only if* the USE_DECODEBIN2 environment variable
5976         is set.
5977
5978 2006-11-28  Wim Taymans  <wim@fluendo.com>
5979
5980         * gst/playback/gstplaybasebin.c: (setup_source),
5981         (gst_play_base_bin_change_state):
5982         Disable rtsp:// uris for the release, it's not good enough yet.
5983         Remove unused var.
5984
5985 2006-11-26  Wim Taymans  <wim@fluendo.com>
5986
5987         * ext/theora/theoradec.c: (gst_theora_dec_reset),
5988         (theora_dec_push_forward), (theora_dec_push_reverse),
5989         (theora_handle_data_packet), (theora_dec_decode_buffer),
5990         (theora_dec_flush_decode), (theora_dec_chain_reverse),
5991         (theora_dec_chain_forward), (theora_dec_chain):
5992         Implement reverse playback.
5993
5994         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
5995         (vorbis_dec_decode_buffer), (vorbis_dec_flush_decode),
5996         (vorbis_dec_chain_forward):
5997         Clear buffers used for reverse playback in _reset.
5998         No need to set the eos flag, we clip samples using the segment.
5999
6000 2006-11-24  Wim Taymans  <wim@fluendo.com>
6001
6002         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
6003         (gst_ogg_pad_init), (gst_ogg_pad_dispose), (gst_ogg_pad_reset),
6004         (gst_ogg_pad_stream_out), (gst_ogg_pad_submit_page),
6005         (gst_ogg_chain_reset), (gst_ogg_demux_perform_seek):
6006         Some cleanups.
6007         Handle continued pages in reverse mode.
6008
6009 2006-11-24  Wim Taymans  <wim@fluendo.com>
6010
6011         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
6012         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
6013         (vorbis_dec_flush_decode):
6014         Small cleanups.
6015         Don't try to add invalid timestamps.
6016         Clipping will unref the buffer.
6017
6018 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
6019
6020         * gst/adder/gstadder.h:
6021         * gst/audiotestsrc/gstaudiotestsrc.h:
6022           remove obsolete _factory_init protos
6023
6024 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
6025
6026         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
6027           Fix spacing in debug message.
6028
6029 2006-11-23  Wim Taymans  <wim@fluendo.com>
6030
6031         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
6032         (gst_ogg_demux_chain):
6033         Don't just ignore return values from _pad_push().
6034         Small debug improvements.
6035
6036 2006-11-23  Michael Smith  <msmith@fluendo.com>
6037
6038         * ext/ogg/gstoggmux.c: (gst_ogg_mux_process_best_pad):
6039           If our incoming buffer is marked as DISCONT, then increment the page
6040           number (so that the discontinuity is marked in the final ogg
6041           bitstream) and flush the previous page.
6042
6043 2006-11-22  Michael Smith  <msmith@fluendo.com>
6044
6045         * ext/theora/gsttheoraenc.h:
6046         * ext/theora/theoraenc.c: (gst_theora_enc_init),
6047         (theora_enc_reset), (theora_enc_clear), (theora_enc_sink_setcaps),
6048         (theora_buffer_from_packet), (theora_enc_is_discontinuous),
6049         (theora_enc_chain), (theora_enc_change_state):
6050           Mark discontinuities of > 3/4 of a frame, reinit encoder.
6051
6052         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
6053         (GST_START_TEST), (theoraenc_suite):
6054           Enable discontinuity test, fix it.
6055
6056 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
6057
6058         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
6059         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
6060         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
6061         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
6062         (gst_text_overlay_change_state):
6063         * ext/pango/gsttextoverlay.h:
6064           Some textoverlay fixes: for one, in the video chain function,
6065           actually wait for a text buffer to come in if there is none at the
6066           moment and there should be one; also, deal more gracefully with
6067           incoming buffers that do not have a timestamp or duration; discard
6068           text buffer when not needed any longer. Fixes #341681.
6069
6070         * tests/check/Makefile.am:
6071         * tests/check/elements/.cvsignore:
6072         * tests/check/elements/textoverlay.c:
6073         (notgst_check_setup_src_pad2), (notgst_check_teardown_src_pad2),
6074         (setup_textoverlay), (buffer_is_all_black), (create_black_buffer),
6075         (create_text_buffer), (cleanup_textoverlay), (GST_START_TEST),
6076         (test_video_waits_for_text_send_text_newsegment_thread),
6077         (test_video_waits_for_text_shutdown_element),
6078         (test_render_continuity_push_video_buffers_thread),
6079         (textoverlay_suite):
6080           Add some unit tests for textoverlay.
6081
6082 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
6083
6084         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
6085           Avoid integer underflow when the found probability for mp3 is
6086           smaller than the 'penalty' we subtract if there's not a clean
6087           mp3 header sync at offset 0.
6088
6089 2006-11-21  Stefan Kost  <ensonic@users.sf.net>
6090
6091         * docs/libs/gst-plugins-base-libs-sections.txt:
6092           Add some new symbols to the docs
6093
6094 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
6095
6096         * tests/check/Makefile.am:
6097         * tests/check/elements/ffmpegcolorspace.c:
6098         (ffmpegcolorspace_suite):
6099           Enable ffmpegcolorspace test now that the RGBA32 issue is fixed
6100           (for now not for valgrinding though, since it takes too long).
6101
6102 2006-11-20  Wim Taymans  <wim@fluendo.com>
6103
6104         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
6105         (gst_ffmpeg_pixfmt_to_caps):
6106         Fix RGBA32 caps. Fixes #357038.
6107
6108 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
6109
6110         * gst-libs/gst/interfaces/mixertrack.h:
6111           Add FIXME so we can add some padding here in 0.11
6112
6113 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
6114
6115         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
6116           Fix GstBaseRTPAudioPayload structure so the whole GObject
6117           inheritance business actually works (parent class instance structure
6118           must always come first in the derived class instance structure).
6119
6120 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
6121
6122         * gst/videotestsrc/Makefile.am:
6123         * tests/check/Makefile.am:
6124           Make sure our checks and the videotestsrc plugin link against the
6125           local uninstalled gst libs and not any installed gst libs that
6126           might happen to exist as well.
6127
6128         * tests/check/elements/adder.c: (message_received),
6129         (test_event_message_received), (test_play_twice_message_received):
6130         * tests/check/elements/ffmpegcolorspace.c: (GST_START_TEST):
6131           Fix compiler warnings when compiling against core with disabled
6132           debugging system.
6133
6134 2006-11-16  Michael Smith  <msmith@fluendo.com>
6135
6136         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
6137         (gst_audio_rate_sink_event), (gst_audio_rate_chain):
6138           Fix audiorate, so that it accurately sets offsets and timestamps.
6139           Doesn't change the fundamental algorithmic decisions; so should be
6140           safe.
6141
6142         * tests/check/Makefile.am:
6143           Enable audiorate test now that it passes.
6144
6145 2006-11-09  Stefan Kost  <ensonic@users.sf.net>
6146
6147         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
6148           clear xv when going to NULL, remove // commented non-existant proto
6149
6150         * tests/examples/seek/seek.c: (main):
6151           add missing tooltip description for scrub and play_scrub
6152
6153 2006-11-14  David Schleef  <ds@schleef.org>
6154
6155         * configure.ac:
6156           Bump liboil requirement to 0.3.8.
6157         * gst-libs/gst/riff/riff-media.c:
6158           Add Dirac fourcc.
6159         * gst/videoscale/vs_image.h:
6160         * gst/videoscale/vs_scanline.h:
6161           Use liboil's stdint.h.
6162         * gst/videotestsrc/videotestsrc.c:
6163           Remove liboil related ifdef's, since they aren't needed now, and
6164           won't work with future versions.
6165
6166 2006-11-14  David Schleef  <ds@schleef.org>
6167
6168         * gst/videoscale/Makefile.am:
6169         * gst/videoscale/gstvideoscale.c:
6170         * gst/videoscale/gstvideoscale.h:
6171         * gst/videoscale/vs_4tap.c:
6172         * gst/videoscale/vs_4tap.h:
6173         * gst/videoscale/vs_image.c:
6174         * gst/videoscale/vs_image.h:
6175         * gst/videoscale/vs_scanline.c:
6176         * gst/videoscale/vs_scanline.h:
6177           Add a 4-tap image scaler.  Theoretically looks much prettier.
6178           The tap calculation could use some improvement.
6179
6180 2006-11-14  Wim Taymans  <wim@fluendo.com>
6181
6182         Patch by: Jan David Mol <j dot j dot d dot mol at tudelft dot nl>
6183
6184         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds),
6185         (gst_riff_parse_strf_iavs):
6186         * gst/subparse/gstsubparse.c: (convert_encoding):
6187         * gst/tcp/gstmultifdsink.c:
6188         (gst_multi_fd_sink_handle_client_write):
6189         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
6190         (gst_tcp_read_buffer), (gst_tcp_gdp_read_caps),
6191         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
6192         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_render):
6193         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
6194         (gst_ximagesink_ximage_new):
6195         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
6196         Various gsize and gssize printf fixes. Fixes #372507.
6197
6198 2006-11-13  Wim Taymans  <wim@fluendo.com>
6199
6200         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
6201         (vorbis_dec_push_forward), (vorbis_dec_push_reverse),
6202         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
6203         (vorbis_dec_flush_decode), (vorbis_dec_chain_reverse),
6204         (vorbis_dec_chain_forward), (vorbis_dec_chain):
6205         * ext/vorbis/vorbisdec.h:
6206         First stab at vorbis reverse playback.
6207
6208 2006-11-13  Wim Taymans  <wim@fluendo.com>
6209
6210         * gst-libs/gst/audio/gstbaseaudiosink.c:
6211         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
6212         * gst-libs/gst/audio/gstbaseaudiosink.h:
6213         Make the clock sync code more accurate wrt resampling and playback
6214         at different rates.
6215         
6216         * gst-libs/gst/audio/gstringbuffer.c:
6217         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit):
6218         * gst-libs/gst/audio/gstringbuffer.h:
6219         Use better algorithm to interpolate sample rates. 
6220
6221 2006-11-13  Michael Smith  <msmith@fluendo.com>
6222
6223         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page):
6224           Improve a debug line slightly.
6225
6226         * ext/ogg/gstogmparse.c: (gst_ogm_parse_plugin_init):
6227           Call gst_riff_init() in plugin_init, to avoid getting errors from
6228           the debug system (unrelated changes to another plugin made this turn
6229           up; not sure why).
6230
6231 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
6232
6233         Patch by: Sergey Scobich  <sergery.scobich at gmail com>
6234
6235         * win32/common/libgsttag.def:
6236           Add missing symbol (#366492).
6237
6238 2006-11-09  Tim-Philipp Müller  <tim at centricular dot net>
6239
6240         * gst/playback/gststreamselector.c: (gst_stream_selector_dispose):
6241           Don't unref a NULL pad.
6242
6243 2006-11-09  Wim Taymans  <wim@fluendo.com>
6244
6245         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
6246         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_perform_seek),
6247         (gst_ogg_demux_handle_page), (gst_ogg_demux_chain),
6248         (gst_ogg_demux_loop_forward), (gst_ogg_demux_loop_reverse),
6249         (gst_ogg_demux_loop):
6250         Implement first stab at reverse playback.
6251
6252 2006-11-07  Stefan Kost  <ensonic@users.sf.net>
6253
6254         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
6255         (gst_riff_create_video_template_caps):
6256           add h263/h264 variants to the caps, Fixes #363118
6257
6258 2006-11-06  Tim-Philipp Müller  <tim at centricular dot net>
6259
6260         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
6261         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
6262           Use g_strerror instead of strerror so we get UTF-8.
6263
6264 2006-11-03  David Schleef  <ds@schleef.org>
6265
6266         * ext/ogg/gstoggdemux.c:
6267         * ext/ogg/gstoggmux.c:
6268           Add/remove KW-DIRAC header here, since it is ogg-specific.
6269
6270 2006-11-03  Michael Smith  <msmith@fluendo.com>
6271
6272         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
6273           Recognise more mpeg4 elementary video streams.
6274
6275 2006-11-02  Edward Hervey  <edward@fluendo.com>
6276
6277         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
6278         Lower the probability of mp3 typefinding functions if we don't find a
6279         valid mp3 header at the start of the file.
6280         Closes #369482
6281
6282 2006-11-02  Wim Taymans  <wim@fluendo.com>
6283
6284         * ext/theora/gsttheoradec.h:
6285         * ext/theora/theoradec.c: (gst_theora_dec_init),
6286         (theora_dec_sink_event), (theora_dec_chain_forward),
6287         (theora_dec_flush_decode), (theora_dec_chain_reverse),
6288         (theora_dec_chain):
6289         Document and partially implement an algorithm for doing reverse playback
6290         of theora video.
6291
6292 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
6293
6294         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
6295
6296         * win32/common/config.h:
6297         * win32/common/interfaces-enumtypes.c:
6298         * win32/common/libgsttag.def:
6299         * win32/vs8/gst-plugins-base.sln:
6300         * win32/vs8/libgstaudioresample.vcproj:
6301         * win32/vs8/libgstinterfaces.vcproj:
6302         * win32/vs8/libgstogg.vcproj:
6303         * win32/vs8/libgstriff.vcproj:
6304         * win32/vs8/libgsttag.vcproj:
6305         * win32/vs8/libgsttheora.vcproj:
6306         * win32/vs8/libgstvideoscale.vcproj:
6307         * win32/vs8/libgstvorbis.vcproj:
6308           Misc. VS8 build fixes: fix syntax in config.h, add missing entries
6309           to libgsttag.def; add missing dependencies for some vs8 projects;
6310           re-arrange placement of .def files in vs8 projects (#366334).
6311
6312 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
6313
6314         * ext/ogg/gstogg.c:
6315           Remove unused variable.
6316
6317         * ext/ogg/gstoggdemux.c:
6318           Fix Wim's surname in plugin description.
6319
6320 2006-10-31  Wim Taymans  <wim@fluendo.com>
6321
6322         * gst-plugins-base.spec.in:
6323         spec new .h file. Fixes #368310.
6324
6325 2006-10-31  Michael Smith  <msmith@fluendo.com>
6326
6327         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
6328         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
6329         (gst_multi_fd_sink_get_stats),
6330         (gst_multi_fd_sink_remove_client_link),
6331         (gst_multi_fd_sink_queue_buffer),
6332         (gst_multi_fd_sink_handle_clients):
6333         * gst/tcp/gstmultifdsink.h:
6334           Make using the remove or clear signals threadsafe.
6335           Make calling get-stats with an invalid fd not segfault.
6336           Fixes 368273.
6337
6338 2006-10-31  Wim Taymans  <wim@fluendo.com>
6339
6340         * gst-libs/gst/rtp/Makefile.am:
6341         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
6342         (gst_base_rtp_audio_payload_init):
6343         Fix and activate base audio payloader.
6344
6345 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
6346
6347         * gst/typefind/gsttypefindfunctions.c: (qtif_type_find),
6348         (plugin_init):
6349           Add typefinder for QuickTime Image Files (see #366156).
6350
6351 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
6352
6353         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
6354           Another typo fix (#366212).
6355
6356 2006-10-27  Wim Taymans  <wim@fluendo.com>
6357
6358         * gst/volume/gstvolume.c: (volume_transform_ip):
6359         Use stream time to synchronize volume property instead of rather random
6360         timestamps. This is needed when gnonlin does its time shifting.
6361
6362 2006-10-27  Wim Taymans  <wim@fluendo.com>
6363
6364         Patch by: Mark Nauwelaerts <manauw at skynet dot be>
6365
6366         * ext/ogg/gstoggmux.c: (gst_ogg_mux_release_pad):
6367         Remove the pad from the element in release_pad. Fixes #364812.
6368
6369 2006-10-27  Tim-Philipp Müller  <tim at centricular dot net>
6370
6371         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
6372         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
6373           Explicitly create our custom buffer classes at a thread-safe
6374           location as well, since g_type_class_ref() doesn't seem to be
6375           entirely thread-safe either (#365501; also see #349410).
6376
6377 2006-10-26  Tim-Philipp Müller  <tim at centricular dot net>
6378
6379         * gst-libs/gst/riff/riff-read.c: (freeform_string_to_utf8),
6380         (gst_riff_parse_info):
6381           If strings in INFO chunk are not UTF-8, do something similar to
6382           what we do for ID3v1 tags: check a number of environment variables
6383           (GST_AVI_TAG_ENCODING, GST_RIFF_TAG_ENCODING, GST_TAG_ENCODING) for
6384           character sets to try, otherwise try the current locale and/or fall
6385           back on ISO-8859-1. Fixes #360552.
6386
6387 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
6388
6389         * gst/videotestsrc/gstvideotestsrc.c:
6390         (gst_video_test_src_pattern_get_type),
6391         (gst_video_test_src_set_pattern):
6392         * gst/videotestsrc/gstvideotestsrc.h:
6393         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_checkers1),
6394         (gst_video_test_src_checkers2), (gst_video_test_src_checkers4),
6395         (gst_video_test_src_checkers8):
6396         * gst/videotestsrc/videotestsrc.h:
6397           Add a bunch of exciting new checkers patterns.
6398
6399 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
6400
6401         * gst/subparse/Makefile.am:
6402         * gst/subparse/gstsubparse.c:
6403         (gst_sub_parse_data_format_autodetect),
6404         (gst_sub_parse_format_autodetect), (handle_buffer),
6405         (gst_sub_parse_chain), (gst_subparse_type_find), (plugin_init):
6406         * gst/subparse/gstsubparse.h:
6407         * gst/subparse/tmplayerparse.c: (tmplayer_parse_line),
6408         (parse_tmplayer):
6409         * gst/subparse/tmplayerparse.h:
6410           Add support for TMPlayer-type subtitles (#362845).
6411
6412         * tests/check/elements/subparse.c: (test_tmplayer_do_test),
6413         (GST_START_TEST), (subparse_suite):
6414           Add some basic unit tests for the above.
6415
6416 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
6417
6418         * tests/check/elements/audiorate.c: (test_injector_base_init),
6419         (test_injector_class_init), (test_injector_chain),
6420         (test_injector_init), (probe_cb), (do_perfect_stream_test),
6421         (GST_START_TEST), (audiorate_suite):
6422           More tests for audiorate: inject buffers to check behaviour when
6423           buffers overlap.
6424
6425 2006-10-21  Tim-Philipp Müller  <tim at centricular dot net>
6426
6427         * tests/check/Makefile.am:
6428         * tests/check/elements/.cvsignore:
6429         * tests/check/elements/audiorate.c: (probe_cb), (got_buf),
6430         (do_perfect_stream_test), (GST_START_TEST), (audiorate_suite):
6431           Add some basic unit tests for audiorate. Disabled at the moment
6432           since it doesn't pass yet (see bug #363119).
6433
6434 2006-10-20  Tim-Philipp Müller  <tim at centricular dot net>
6435
6436         * gst/subparse/gstsubparse.c: (subrip_fix_up_markup),
6437         (parse_subrip), (handle_buffer):
6438           Add missing closing tags for markup and fix broken markup,
6439           otherwise pango won't render anything (fixes #357531). Also,
6440           make sure the text we send out is always NUL-terminated
6441           (better safe than sorry etc.).
6442
6443         * tests/check/elements/subparse.c: (test_srt_do_test),
6444         (test_srt):
6445           Some more tests for .srt incl. tests for the above stuff.
6446
6447 2006-10-20  Julien MOUTTE  <julien@moutte.net>
6448
6449         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
6450         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
6451         Patch by: Stefan Kost  <ensonic@users.sf.net>
6452         Try to redraw borders only when needed. Apparently this consumes
6453         resources on small devices... :-O (#363607)
6454
6455 2006-10-20  Michael Smith  <msmith@fluendo.com>
6456
6457         * gst/tcp/gstmultifdsink.c:
6458         (gst_multi_fd_sink_client_queue_buffer):
6459           If caps change, then update the client's idea of the caps so that we
6460           don't end up re-sending streamheaders for every single buffer after
6461           the caps change.
6462
6463 2006-10-20  Michael Smith  <msmith@fluendo.com>
6464
6465         * ext/ogg/gstoggparse.c: (gst_ogg_parse_dispose),
6466         (gst_ogg_parse_append_header), (gst_ogg_parse_chain):
6467           Set caps on pushed buffers; fix up refcounting of caps objects.
6468
6469 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
6470
6471         * gst/typefind/gsttypefindfunctions.c: (mmsh_type_find),
6472         (plugin_init):
6473           Typefind mmsh header data packet to application/x-mmsh (#362625).
6474
6475 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
6476
6477         * tests/check/Makefile.am:
6478         * tests/check/elements/.cvsignore:
6479         * tests/check/elements/subparse.c: (buffer_from_static_string),
6480         (setup_subparse), (teardown_subparse), (test_srt_do_test),
6481         (GST_START_TEST), (subparse_suite):
6482           Add very simple unit test for subparse.
6483
6484 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
6485
6486         * gst/subparse/gstsubparse.c: (strip_trailing_newlines),
6487         (parse_subrip):
6488           Strip trailing newlines from subtitle text output.
6489
6490 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
6491
6492         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
6493         (gst_sub_parse_change_state):
6494           Fix memleak; clear subparse->textbuf n state change function.
6495
6496 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
6497
6498         * gst/subparse/gstsubparse.c:
6499         (gst_sub_parse_data_format_autodetect):
6500           Don't require subrip (.srt) files to start with a chunk number of 1.
6501
6502 2006-10-18  Wim Taymans  <wim@fluendo.com>
6503
6504         * gst-libs/gst/audio/gstbaseaudiosink.c:
6505         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
6506         * gst-libs/gst/audio/gstbaseaudiosink.h:
6507         Extract rate from the NEWSEGMENT event.
6508         Use commit_full to also take rate adjustment into account when writing
6509         samples to the ringbuffer.
6510         
6511         * gst-libs/gst/audio/gstringbuffer.c:
6512         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit),
6513         (gst_ring_buffer_read):
6514         * gst-libs/gst/audio/gstringbuffer.h:
6515         Added _commit_full() to also take rate into account.
6516         Use simple interpolation algorithm to resample audio.
6517         API: gst_ring_buffer_commit_full()
6518
6519         * tests/examples/seek/scrubby.c: (speed_cb), (do_seek):
6520         * tests/examples/seek/seek.c: (segment_done):
6521         Don't try to seek with 0.0 rate, just pause instead.
6522         Remove bogus debug line.
6523
6524 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
6525
6526         * gst/playback/gstplaybasebin.c: (subbin_startup_sync_msg),
6527         (setup_source):
6528           Catch async errors when starting up the subtitle bin, so we can
6529           stop waiting and continue with the main film instead of hanging
6530           forever. Fixes #339366.
6531
6532         * tests/check/elements/playbin.c: (playbin_suite):
6533           Enable unit test for the above.
6534
6535 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
6536
6537         * tests/check/Makefile.am:
6538         * tests/check/elements/.cvsignore:
6539         * tests/check/elements/playbin.c: (GST_START_TEST),
6540         (gst_red_video_src_uri_get_type),
6541         (gst_red_video_src_uri_get_protocols),
6542         (gst_red_video_src_uri_get_uri), (gst_red_video_src_uri_set_uri),
6543         (gst_red_video_src_uri_handler_init),
6544         (gst_red_video_src_init_type), (gst_red_video_src_base_init),
6545         (gst_red_video_src_create), (gst_red_video_src_class_init),
6546         (gst_red_video_src_init), (plugin_init), (playbin_suite):
6547           Some small and basic unit tests for playbin; not very useful yet,
6548           but at least a start.
6549
6550 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
6551
6552         * gst/playback/gstplaybin.c: (setup_sinks):
6553           The old pad activation spiel.
6554
6555 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
6556
6557         * gst/playback/gstplaybasebin.c: (setup_source):
6558           Don't hang forever if the subbin already fails to start up in 
6559           the state change to PAUSED (#339366).
6560
6561 2006-10-17  Tim-Philipp Müller  <tim at centricular dot net>
6562
6563         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_list_channels),
6564         (gst_tuner_set_channel), (gst_tuner_get_channel),
6565         (gst_tuner_list_norms), (gst_tuner_set_norm), (gst_tuner_get_norm),
6566         (gst_tuner_set_frequency), (gst_tuner_get_frequency),
6567         (gst_tuner_signal_strength), (gst_tuner_find_norm_by_name),
6568         (gst_tuner_find_channel_by_name):
6569           Fix some function guards, add some more function guards.
6570
6571 2006-10-17  Jan Schmidt  <thaytan@mad.scientist.com>
6572
6573         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
6574         (remove_element_chain):
6575         Don't return a pad from get_our_ghost_pad unless it is actually the
6576         one we want.
6577         Change a cast in remove_element_chain slightly.
6578
6579 2006-10-13  Julien MOUTTE  <julien@moutte.net>
6580
6581         * tests/examples/seek/seek.c: (do_seek), (start_seek),
6582         (rate_spinbutton_changed_cb), (segment_done), (msg_state_changed):
6583         Segment seeking needs to use the rate and set stop to -1.
6584
6585 2006-10-13  Wim Taymans  <wim@fluendo.com>
6586
6587         * gst-libs/gst/audio/gstbaseaudiosink.c:
6588         (gst_base_audio_sink_setcaps):
6589         Don't crash when ringbuffer is not yet created.
6590         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
6591         Fixes #361634.
6592
6593         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
6594         * gst/playback/gststreamselector.c:
6595         (gst_stream_selector_request_new_pad):
6596         Activate pads befre adding them to running elements.
6597
6598 2006-10-13  Julien MOUTTE  <julien@moutte.net>
6599
6600         * tests/examples/seek/seek.c: (do_seek), (start_seek),
6601         (rate_spinbutton_changed_cb), (msg_state_changed): Stop the scale
6602         updater when we start grabing the slider. Don't wait for the
6603         pipeline to be PAUSED.
6604
6605 2006-10-13  Tim-Philipp Müller  <tim at centricular dot net>
6606
6607         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_list_tracks),
6608         (gst_mixer_set_volume), (gst_mixer_get_volume),
6609         (gst_mixer_set_mute), (gst_mixer_set_option),
6610         (gst_mixer_get_option), (gst_mixer_mute_toggled),
6611         (gst_mixer_record_toggled), (gst_mixer_volume_changed),
6612         (gst_mixer_option_changed):
6613           Guard mixer interface functions against bogus arguments.
6614
6615 2006-10-12  Julien MOUTTE  <julien@moutte.net>
6616
6617         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
6618         (play_cb), (pause_cb), (stop_cb), (rate_spinbutton_changed_cb),
6619         (msg_state_changed), (main): Use state-changed messages to trigger
6620         start/stop of scale update timer. Indeed the scale slider was
6621         jumping here and there because the update timer was activated 
6622         before seek completed. This fixes instant applying of rate changes
6623         by pressing the spinbutton like a crazy man !
6624
6625 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
6626
6627         Patch by: Sebastien Cote  <sebas642 at yahoo.ca>
6628
6629         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
6630         (gst_basertppayload_finalize):
6631           Fix two small memory leaks (#361456).
6632
6633 2006-10-10  Julien MOUTTE  <julien@moutte.net>
6634
6635         * tests/examples/seek/seek.c: (do_seek),
6636         (rate_spinbutton_changed_cb): When changing spinbutton we try
6637         to change the rate on the fly.
6638
6639 2006-10-10  Wim Taymans  <wim@fluendo.com>
6640
6641         * gst-libs/gst/riff/riff-ids.h:
6642         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
6643         (gst_riff_create_audio_template_caps):
6644         Add WMS caps.
6645
6646 2006-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6647
6648         Patch by: Josep Torra Valles <josep@fluendo.com>
6649
6650         * ext/gnomevfs/gstgnomevfssink.c:
6651         * ext/gnomevfs/gstgnomevfssrc.c:
6652         Fix URI interface implementation return type.
6653         * ext/pango/gsttextoverlay.c: (gst_text_overlay_set_property):
6654         Fix what looks like a copy/paste issue when assigning values.
6655         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
6656         (gst_audio_filter_template_get_type):
6657         Cast to prevent Forte warnings.
6658         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
6659         Fix URI interface implementation return type.
6660         gst_pad_query_position requires a signed integer pointer as
6661         3rd parameter, GstClockTime is unsigned.
6662         * gst/audioconvert/audioconvert.c:
6663         Fix integer overflow when treated as signed.
6664         * gst/audioresample/resample.c: (resample_add_input_data):
6665         Cast to prevent warnings on Forte.
6666         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette):
6667         Fix integer overflow when treated as signed.
6668         * gst/ffmpegcolorspace/imgconvert_template.h:
6669         Fix integer overflow when treated as signed. RGBA_OUT shifts bits.
6670         * gst/playback/gstdecodebin.c: (queue_filled_cb),
6671         (cleanup_decodebin):
6672         Who initialises a guint to -1!
6673         Cast function pointers to prevent warnings on Forte.
6674         * gst/playback/gstplaybasebin.c: (queue_deadlock_check),
6675         (queue_threshold_reached):
6676         Cast function pointers correctly to prevent warnings on Forte.
6677         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
6678         Cast function pointers correctly to prevent warnings on Forte.
6679         * gst/subparse/gstssaparse.c: (gst_ssa_parse_setcaps):
6680         Obvious change to unsigned, 0xEF > max signed char.
6681         * gst/tcp/gstmultifdsink.c: (get_buffers_max), (count_burst_unit):
6682         GstClockTime is unsigned, initialise correctly.
6683         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
6684         Cast so pointer arithemetic doesn't cause warnings on Forte.
6685         * gst/videorate/gstvideorate.c:
6686         Use correct return value.
6687         * tests/examples/seek/scrubby.c:
6688         GstClockTime is unsigned, initialise correctly.
6689
6690 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
6691
6692         Patch by: Ferenc Gerlits  <fgerlits at gmail com>
6693
6694         * gst/typefind/gsttypefindfunctions.c:
6695           Recognise XML files and XML-like files shorter than 256 bytes as
6696           well (fixes #359237).
6697
6698 2006-10-09  Edgard Lima <edgard.lima@indt.org.br>
6699
6700         Patch by: Renato Filho <renato.filho@indt.org.br>
6701         
6702         * gst/typefind/gsttypefindfunctions.c:
6703         Added typefind functions to video/x-nuv media.
6704         
6705 2006-10-08  Tim-Philipp Müller  <tim at centricular dot net>
6706
6707         * gst-libs/gst/interfaces/xoverlay.c:
6708         (gst_x_overlay_set_xwindow_id), (gst_x_overlay_expose):
6709           Some more guards against invalid input.
6710
6711 2006-10-07  Julien MOUTTE  <julien@moutte.net>
6712
6713         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event): 
6714         Useless goto.
6715         * tests/examples/seek/seek.c: (do_seek),
6716         (rate_spinbutton_changed_cb), (main): Add a rate spinbutton in
6717         seek example to experiment with rates != 1.0 (reverse playback !)
6718
6719 2006-10-06  Stefan Kost  <ensonic@users.sf.net>
6720
6721         * gst-libs/gst/interfaces/xoverlay.c:
6722           Unref message in doc-example (spotted by Robert McQueen)
6723
6724 2006-10-06  Wim Taymans  <wim@fluendo.com>
6725
6726         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
6727         (mpeg1_parse_header), (mpeg1_sys_type_find):
6728         printf fix.
6729
6730 2006-10-06  Wim Taymans  <wim@fluendo.com>
6731
6732         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
6733         (close_pad_link):
6734         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
6735         Activate dynamic pads before adding them to the element.
6736
6737 2006-10-06  Michael Smith  <msmith@fluendo.com>
6738
6739         * gst-libs/gst/floatcast/floatcast.h:
6740           Fix obviously-bogus macros; use the correct types.
6741
6742 2006-10-06  Wim Taymans  <wim@fluendo.com>
6743
6744         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6745         (gst_base_rtp_depayload_change_state):
6746         Also call parent state change function to activate pads.
6747
6748         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
6749         (mpeg1_parse_header), (mpeg1_sys_type_find):
6750         Add some more debug info in mpeg typefinding.
6751
6752 2006-10-06  Michael Smith  <msmith@fluendo.com>
6753
6754         * ext/theora/theoradec.c: (theora_dec_chain):
6755           Zero byte theora packets are valid and well-defined; don't warn on
6756           them.
6757
6758 2006-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
6759
6760         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
6761         (gst_multi_fd_sink_get_stats), (find_limits),
6762         (gst_multi_fd_sink_queue_buffer):
6763           API: add dropped_buffers to the get-stats GValueArray
6764
6765 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
6766
6767         * ext/alsa/gstalsadeviceprobe.c:
6768         (gst_alsa_device_property_probe_get_values):
6769         * ext/alsa/gstalsasink.c: (set_hwparams):
6770         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_elem_pad),
6771         (gst_ogg_chain_new_stream), (gst_ogg_demux_read_chain):
6772         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers),
6773         (gst_ogg_mux_process_best_pad):
6774         * ext/ogg/gstoggparse.c: (gst_ogg_parse_new_stream),
6775         (gst_ogg_parse_chain):
6776         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header):
6777         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
6778         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_setup),
6779         (gst_vorbis_enc_buffer_check_discontinuous):
6780         * ext/vorbis/vorbisparse.c: (vorbis_parse_src_query):
6781         * gst-libs/gst/audio/gstbaseaudiosink.c:
6782         (gst_base_audio_sink_render):
6783         * gst-libs/gst/cdda/gstcddabasesrc.c:
6784         (gst_cdda_base_src_handle_track_seek):
6785         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6786         (gst_base_rtp_depayload_push_full):
6787         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
6788         * gst/audioresample/resample.c: (resample_input_pushthrough):
6789         * gst/playback/gstplaybasebin.c: (queue_out_of_data):
6790         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
6791         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
6792         (wavpack_type_find):
6793         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
6794         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
6795         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
6796         * tests/check/elements/volume.c: (GST_START_TEST):
6797           Printf format fixes.
6798
6799 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
6800
6801         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_caps):
6802           Fix a simple mistake (see the docs)
6803           Fixes #359580
6804
6805 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
6806
6807         * docs/plugins/Makefile.am:
6808         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6809         * docs/plugins/gst-plugins-base-plugins-sections.txt:
6810         * docs/plugins/gst-plugins-base-plugins.args:
6811         * docs/plugins/gst-plugins-base-plugins.hierarchy:
6812         * docs/plugins/inspect/plugin-adder.xml:
6813         * docs/plugins/inspect/plugin-alsa.xml:
6814         * docs/plugins/inspect/plugin-audioconvert.xml:
6815         * docs/plugins/inspect/plugin-audiorate.xml:
6816         * docs/plugins/inspect/plugin-audioresample.xml:
6817         * docs/plugins/inspect/plugin-audiotestsrc.xml:
6818         * docs/plugins/inspect/plugin-cdparanoia.xml:
6819         * docs/plugins/inspect/plugin-decodebin.xml:
6820         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
6821         * docs/plugins/inspect/plugin-gdp.xml:
6822         * docs/plugins/inspect/plugin-gnomevfs.xml:
6823         * docs/plugins/inspect/plugin-libvisual.xml:
6824         * docs/plugins/inspect/plugin-ogg.xml:
6825         * docs/plugins/inspect/plugin-pango.xml:
6826         * docs/plugins/inspect/plugin-playbin.xml:
6827         * docs/plugins/inspect/plugin-subparse.xml:
6828         * docs/plugins/inspect/plugin-tcp.xml:
6829         * docs/plugins/inspect/plugin-theora.xml:
6830         * docs/plugins/inspect/plugin-typefindfunctions.xml:
6831         * docs/plugins/inspect/plugin-video4linux.xml:
6832         * docs/plugins/inspect/plugin-videorate.xml:
6833         * docs/plugins/inspect/plugin-videoscale.xml:
6834         * docs/plugins/inspect/plugin-videotestsrc.xml:
6835         * docs/plugins/inspect/plugin-volume.xml:
6836         * docs/plugins/inspect/plugin-vorbis.xml:
6837         * docs/plugins/inspect/plugin-ximagesink.xml:
6838         * docs/plugins/inspect/plugin-xvimagesink.xml:
6839           Add vorbistag element to docs; update version numbers to 0.10.10.1.
6840
6841 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
6842
6843         Patch by: James "Doc" Livingston <doclivingston at gmail com>
6844
6845         * ext/vorbis/Makefile.am:
6846         * ext/vorbis/vorbis.c: (plugin_init):
6847         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_class_init),
6848         (vorbis_parse_parse_packet), (vorbis_parse_chain):
6849         * ext/vorbis/vorbisparse.h:
6850         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_base_init),
6851         (gst_vorbis_tag_class_init), (gst_vorbis_tag_init),
6852         (gst_vorbis_tag_parse_packet):
6853         * ext/vorbis/vorbistag.h:
6854           Add new vorbistag element which derives from vorbisparse
6855           and is essentially the same as well, only that it implements
6856           the GstTagSetter interface and can modify the stream's
6857           vorbiscomment on the fly (#335635).
6858
6859         * tests/check/Makefile.am:
6860         * tests/check/elements/.cvsignore:
6861         * tests/check/elements/vorbistag.c: (setup_vorbistag),
6862         (cleanup_vorbistag), (buffer_probe), (start_pipeline),
6863         (get_buffer), (stop_pipeline), (_create_codebook_header_buffer),
6864         (_create_audio_buffer), (GST_START_TEST), (vorbistag_suite):
6865           Add unit test for new vorbistag element.
6866
6867 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
6868
6869         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init),
6870         (vorbis_parse_push_headers), (vorbis_parse_chain):
6871           Set BOS flag in packet structure to fix 'jump depends
6872           on unitialized value' errors in valgrind; various minor
6873           clean-ups.
6874
6875 2006-09-30  Jan Schmidt  <thaytan@mad.scientist.com>
6876
6877         * gst/playback/gstdecodebin.c: (close_pad_link):
6878         Fix typo in a debug statement.
6879
6880         * gst/playback/gstplaybasebin.c: (probe_triggered),
6881         (new_decoded_pad_full), (new_decoded_pad), (subs_new_decoded_pad),
6882         (gen_source_element), (source_new_pad), (analyse_source),
6883         (setup_source):
6884         When handling no_more_pads in new_decoded_pad, make sure to treat
6885         subtitle pads correctly. Fixes playback with subtitle files.
6886
6887         Move a recurring message to LOG level.
6888
6889         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
6890         The maximum value for the Xv colorkey on this Radeon is 0xFFFFFFFF,
6891         which ends up as -1 when cast to an int. Make the logic handle the
6892         max value as an unsigned mask and only change the colorkey when it's
6893         a value we recognise.
6894
6895 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
6896
6897         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
6898         Removed empty * between paragraphs
6899
6900 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
6901
6902         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
6903         * gst-libs/gst/rtp/README:
6904         Moved some documentation into .c file
6905
6906 2006-09-29  Wim Taymans  <wim@fluendo.com>
6907
6908         * gst/playback/gstdecodebin.c: (no_more_pads):
6909         Fix compilation.
6910
6911 2006-09-29  Wim Taymans  <wim@fluendo.com>
6912
6913         * gst/playback/gstdecodebin.c: (new_caps):
6914         Remove g_print
6915
6916         * gst/playback/gstplaybin.c:
6917         Add some docs.
6918
6919 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
6920
6921         * tests/check/Makefile.am:
6922           Re-enable cddabasesrc test to see if it works again
6923           now.
6924
6925 2006-09-29  Wim Taymans  <wim@fluendo.com>
6926
6927         * gst/playback/gstplaybasebin.c: (setup_subtitle),
6928         (gen_source_element):
6929         Handle invalid URIs a bit more gracefully.
6930
6931 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
6932
6933         * tests/check/pipelines/oggmux.c:
6934           Remove obsolete comment.
6935
6936 2006-09-29  Michael Smith  <msmith@fluendo.com>
6937
6938         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
6939         (gst_ogg_mux_release_pad), (gst_ogg_mux_push_buffer),
6940         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
6941         (gst_ogg_mux_send_headers), (gst_ogg_mux_process_best_pad),
6942         (gst_ogg_mux_collected):
6943           Commit patch from James "Doc" Livingston, adds proper EOS handling
6944           in oggmux. GStreamer can, for the first time ever, create a valid
6945           Ogg file! Yay!
6946
6947         * tests/check/pipelines/oggmux.c: (check_chain_final_state),
6948         (oggmux_suite):
6949           Reenable tests now that they pass.
6950
6951 2006-09-29  Wim Taymans  <wim@fluendo.com>
6952
6953         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
6954         Stop reading commands when EOF (we read 0) as well.
6955
6956 2006-09-28  Wim Taymans  <wim@fluendo.com>
6957
6958         * gst/playback/gstdecodebin.c: (dynamic_create), (dynamic_free),
6959         (close_pad_link), (dynamic_remove), (no_more_pads), (new_caps),
6960         (find_dynamic), (unlinked), (close_link):
6961         Implement delayed caps linking needed for element with a lot of
6962         different caps on the src pads that get fixed at runtime.
6963         Improve management of dynamic elements.
6964
6965         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
6966         (group_destroy), (group_commit), (check_queue), (queue_overrun),
6967         (gen_preroll_element), (remove_groups), (unknown_type),
6968         (add_element_stream), (no_more_pads_full), (no_more_pads),
6969         (sub_no_more_pads), (source_no_more_pads), (preroll_unlinked),
6970         (new_decoded_pad), (setup_subtitle), (array_has_value),
6971         (gen_source_element), (source_new_pad), (has_all_raw_caps),
6972         (analyse_source), (remove_decoders), (make_decoder),
6973         (remove_source), (setup_source), (finish_source), (prepare_output),
6974         (gst_play_base_bin_change_state):
6975         * gst/playback/gstplaybasebin.h:
6976         Use more _CAST instead of full type checking casts.
6977         Small cleanups, plug some leaks.
6978         Handle dynamic sources.
6979         Add some helper functions to create lists of strings used for
6980         blacklisting and other stuff.
6981         Refactor some code dealing with analysing the source.
6982         Re-enable sources without pads (like cd:// or other selfcontained
6983         elements).
6984
6985 2006-09-28  Wim Taymans  <wim@fluendo.com>
6986
6987         * gst-libs/gst/audio/gstbaseaudiosink.c:
6988         (gst_base_audio_sink_render):
6989         When we have a timestamp, we can still perform clipping.
6990         When we have no clock, we must play the sample ASAP.
6991
6992 2006-09-28  Wim Taymans  <wim@fluendo.com>
6993
6994         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
6995         Set caps on outgoing buffers.
6996
6997         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
6998         (gst_video_rate_event), (gst_video_rate_chain):
6999         * gst/videorate/gstvideorate.h:
7000         Fix videorate some more. Fixes #357977
7001
7002 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
7003
7004         * tests/check/elements/adder.c: (adder_suite):
7005           Don't set timeout to 6 seconds when we're running
7006           in valgrind ... (and how is 6 seconds longer than
7007           the default anyway?)
7008
7009 2006-09-28  Wim Taymans  <wim@fluendo.com>
7010
7011         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
7012         (gst_audio_rate_sink_event), (gst_audio_rate_convert),
7013         (gst_audio_rate_convert_segments), (gst_audio_rate_chain):
7014         Keep sink and src segment to keep track of time and support more
7015         input formats.
7016         Fix bogus next_offset and run_time calculation, don't understand how
7017         this could have worked before. Fixes #357976.
7018         Remove some unneeded vars.
7019
7020 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
7021
7022         * gst/playback/gstplaybin.c: (remove_sinks):
7023           Only remove visualisation from visbin if there is a visbin (or:
7024           don't throw warnings when closing totem without playing a file).
7025
7026 2006-09-27  Wim Taymans  <wim@fluendo.com>
7027
7028         * gst-libs/gst/audio/gstbaseaudiosink.c:
7029         (gst_base_audio_sink_render):
7030         Add some more info in a WARNING.
7031
7032         * gst-libs/gst/audio/gstbaseaudiosrc.c:
7033         (gst_base_audio_src_create):
7034         Handle PAUSE in create function, use new -core addition to
7035         wait for playing. Fixes pausing and resuming capture from an
7036         audiosrc.
7037
7038         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
7039         (gst_ring_buffer_read):
7040         Constify some more.
7041         Caller supports interrupted reads now.
7042
7043 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
7044
7045         * tests/check/Makefile.am:
7046           Another attempt to make the gen64 buildbot happy.
7047
7048 2006-09-27  Stefan Kost  <ensonic@users.sf.net>
7049
7050         Patch by: Jonathan Matthew <jonathan@kaolin.wh9.net>
7051
7052         * ext/libvisual/visual.c: (gst_visual_clear_actors),
7053         (gst_visual_chain), (gst_visual_change_state):
7054           Libvisual plugin was not passing audio data to libvisual 0.4.0 
7055           correctly. Fixes #357800
7056
7057 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
7058
7059         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline):
7060           Add timeout to _get_state() so we see which pipeline it is
7061           that causes trouble on the gen64 build bot.
7062
7063 2006-09-27  Wim Taymans  <wim@fluendo.com>
7064
7065         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7066         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_push_full),
7067         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_process),
7068         (gst_base_rtp_depayload_set_gst_timestamp):
7069         the source pad always uses fixed caps.
7070
7071 2006-09-27  Wim Taymans  <wim@fluendo.com>
7072
7073         * docs/libs/gst-plugins-base-libs-docs.sgml:
7074         * docs/libs/gst-plugins-base-libs-sections.txt:
7075         * gst-libs/gst/audio/gstaudioclock.c:
7076         * gst-libs/gst/audio/gstaudioclock.h:
7077         * gst-libs/gst/audio/gstaudiosink.c:
7078         * gst-libs/gst/audio/gstaudiosink.h:
7079         * gst-libs/gst/audio/gstaudiosrc.c:
7080         * gst-libs/gst/audio/gstbaseaudiosink.c:
7081         (gst_base_audio_sink_render):
7082         * gst-libs/gst/audio/gstbaseaudiosink.h:
7083         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init):
7084         * gst-libs/gst/audio/gstbaseaudiosrc.h:
7085         * gst-libs/gst/audio/gstringbuffer.h:
7086         Added docs for the audio libs.
7087
7088 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
7089
7090         * tests/check/Makefile.am:
7091           Temporarily disable test that fails on the bots for unknown reasons.
7092
7093 2006-09-26 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
7094
7095         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
7096         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
7097         Moved AudioCodecType into priv
7098         Renamed all gst_basertpaudiopayload to gst_base_rtp_audio_payload prefixes
7099
7100 2006-09-25  Wim Taymans  <wim@fluendo.com>
7101
7102         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
7103         (add_fakesink), (remove_fakesink), (pad_probe), (close_pad_link),
7104         (is_demuxer_element), (try_to_link_1), (get_our_ghost_pad),
7105         (new_pad):
7106         Cleanups and small leak fixes.
7107         Added Depayloaders to valid list of autopluggable elements.
7108
7109 2006-09-25  Wim Taymans  <wim@fluendo.com>
7110
7111         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
7112         (gst_play_bin_vis_blocked), (gst_play_bin_set_property),
7113         (gen_video_element), (gen_text_element), (gen_audio_element),
7114         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
7115         (gst_play_bin_set_clock_func), (gst_play_bin_change_state):
7116         Detect NO_PREROLL state change returns and disable clock distribution to
7117         the sinks so that sync is disabled.
7118         Avoid some type checking and do simple casts instead.
7119         Small cleanups, fix some FIXMEs.
7120         Be more robust when linking user specified elements, catch an report
7121         errors. Fixes #357404.
7122         Fix some leaks in the error paths.
7123
7124 2006-09-25  Stefan Kost  <ensonic@users.sf.net>
7125
7126         * ChangeLog:
7127           ChangeLog surgery for missing bug-number
7128
7129 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
7130
7131         Patch by: Peter Kjellerstedt  <pkj at axis com>
7132
7133         * gst/playback/test.c:
7134           Fix compilation with uClibc and -Werror (#357591).
7135
7136 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
7137
7138         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
7139           Parse dates that are followed by a time as well (#357532).
7140
7141         * tests/check/libs/tag.c: (test_vorbis_tags):
7142           Add unit test for this.
7143
7144 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
7145
7146         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
7147         (gst_audio_convert_transform_caps):
7148         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor):
7149         * gst/videotestsrc/videotestsrc.h:
7150           A few array const-ifications.
7151
7152 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
7153
7154         * tests/check/Makefile.am:
7155           See if this makes the build bots happy.
7156
7157         * tests/check/libs/cddabasesrc.c:
7158           UTF8-ise my name.
7159
7160 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
7161
7162         Patch by: Young-Ho Cha <ganadist at chollian dot net>
7163
7164         * gst/subparse/samiparse.c: (handle_start_font),
7165         (fix_invalid_entities):
7166           More case-insensitivity for certain tags; recognise entities with
7167           decimal codes as special entities as well (#357330).
7168
7169 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
7170
7171         * gst-libs/gst/Makefile.am:
7172           Need to build tag directory before cdda.
7173
7174 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
7175
7176         * docs/libs/gst-plugins-base-libs-sections.txt:
7177         * gst-libs/gst/cdda/Makefile.am:
7178         * gst-libs/gst/cdda/gstcddabasesrc.c:
7179         (gst_cdda_base_src_base_init):
7180         * gst-libs/gst/cdda/gstcddabasesrc.h:
7181         * gst-libs/gst/tag/tag.h:
7182         * gst-libs/gst/tag/tags.c: (gst_tag_register_tags_internal),
7183         (gst_tag_register_musicbrainz_tags):
7184           Move GST_TAG_CDDA_* tags into libgsttag and make libgstcddabasesrc
7185           depend on libgsttag. This is required so we can extract/read tags like
7186           DISCID without depending on libgstcddabasesrc (which used to register
7187           them).
7188
7189         * gst-libs/gst/tag/gstvorbistag.c:
7190           Add vorbiscomment mapping for CDDB_DISCID and MUSICBRAINZ_DISCID
7191           tags (also see #347848).
7192
7193         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1):
7194           Log vorbis comments we are actually writing. Const-ify array.
7195
7196 2006-09-23  Wim Taymans  <wim@fluendo.com>
7197
7198         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
7199         Improve buffering a bit by avoiding a deadlock because we cannot assume
7200         the underrun is always called.
7201
7202 2006-09-23  Wim Taymans  <wim@fluendo.com>
7203
7204         Patch by: Young-Ho Cha <ganadist at chollian dot net>
7205
7206         * gst-libs/gst/riff/riff-ids.h:
7207         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
7208         (gst_riff_create_audio_template_caps):
7209         Added MPEG-4 AAC and id and caps. Fixes #357289
7210         Added WMA9 Lossless id.
7211
7212 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
7213
7214         * ext/gnomevfs/gstgnomevfssrc.c:
7215           Fix misleading docs addition.
7216
7217         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
7218           Get rid of compiler warning the right way.
7219
7220 2006-09-22  Wim Taymans  <wim@fluendo.com>
7221
7222         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7223         (gst_base_rtp_depayload_finalize),
7224         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
7225         (gst_base_rtp_depayload_push_full),
7226         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_push),
7227         (gst_base_rtp_depayload_process),
7228         (gst_base_rtp_depayload_set_gst_timestamp),
7229         (gst_base_rtp_depayload_queue_release):
7230         * gst-libs/gst/rtp/gstbasertpdepayload.h:
7231         Small cleanups.
7232         Fix some leaks.
7233         Refactored the process method and added methods to push from the process
7234         vmethod.
7235         Use _scale functions.
7236         API: gst_base_rtp_depayload_push_ts
7237         API: gst_base_rtp_depayload_push
7238
7239         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
7240         timestamps are uint.
7241
7242 2006-09-22  Stefan Kost  <ensonic@users.sf.net>
7243
7244         * gst-libs/gst/interfaces/xoverlay.c:
7245           Remove unused statement from doc example.
7246
7247 2006-09-21  Stefan Kost  <ensonic@users.sf.net>
7248
7249         * gst-libs/gst/interfaces/videoorientation.c:
7250         (gst_video_orientation_iface_init),
7251         (gst_video_orientation_get_hflip),
7252         (gst_video_orientation_get_vflip),
7253         (gst_video_orientation_get_hcenter),
7254         (gst_video_orientation_get_vcenter),
7255         (gst_video_orientation_set_hflip),
7256         (gst_video_orientation_set_vflip),
7257         (gst_video_orientation_set_hcenter),
7258         (gst_video_orientation_set_vcenter):
7259           Add since tags to new API docs, ChangeLog surgery (forgot API keyword
7260           in ChangeLog)
7261
7262 2006-09-21  Tim-Philipp Müller  <tim at centricular dot net>
7263
7264         * tests/check/Makefile.am:
7265         * tests/check/elements/.cvsignore:
7266         * tests/check/elements/ffmpegcolorspace.c: (rgb_format_to_caps),
7267         (create_rgb_conversions), (rgb_conversion_free),
7268         (right_shift_colour), (fix_expected_colour), (check_rgb_buf),
7269         (got_buf_cb), (GST_START_TEST), (ffmpegcolorspace_suite):
7270           Add unit test for ffmpegcolorspace (RGB <=> RGB only so far),
7271           but disable for now since it doesn't pass (something wrong with
7272           RGBA somewhere).
7273
7274 2006-09-21  Wim Taymans  <wim@fluendo.com>
7275
7276         * gst/playback/gstplaybasebin.c: (group_commit),
7277         (queue_deadlock_check), (queue_overrun), (queue_threshold_reached),
7278         (queue_out_of_data), (gen_preroll_element),
7279         (preroll_remove_overrun), (probe_triggered):
7280         Refactor handling of overrun detection.
7281         Separate handling of group completion and deadlock detection when doing
7282         network buffering. This should fix some deadlocks that were not detected
7283         because the group was completed.
7284         Add more comments, improve debugging.
7285
7286 2006-09-21  Wim Taymans  <wim@fluendo.com>
7287
7288         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
7289         * tests/check/libs/audio.c:
7290         Some more compilation fixes.
7291
7292 2006-09-21  Wim Taymans  <wim@fluendo.com>
7293
7294         * gst-libs/gst/audio/gstringbuffer.c:
7295         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
7296         (gst_ring_buffer_read):
7297         Early morning compilation fix.
7298
7299 2006-09-20  Wim Taymans  <wim@fluendo.com>
7300
7301         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
7302         * tests/check/elements/multifdsink.c: (GST_START_TEST):
7303         * tests/check/elements/videorate.c: (GST_START_TEST):
7304         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
7305         * tests/check/pipelines/oggmux.c: (eos_buffer_probe):
7306         Fix some warnings.
7307
7308 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
7309
7310         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
7311         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
7312         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
7313           Handcrafted merge to help CVS understanding what I changed and what
7314           not.
7315
7316 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
7317
7318         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
7319         (gst_xvimagesink_get_times):
7320           change colorkey behaviour back according to #354773 comment 6/7
7321
7322 2006-09-19  Michael Smith  <msmith@fluendo.com>
7323
7324         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
7325         (gst_multi_fd_sink_class_init), (get_buffers_max), (find_limits),
7326         (gst_multi_fd_sink_recover_client),
7327         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_set_property),
7328         (gst_multi_fd_sink_get_property):
7329         * gst/tcp/gstmultifdsink.h:
7330           Implement stubbed out properties unit-type, units-soft-max,
7331           units-max, to allow specifying maximum sizes in units other than
7332           buffers.
7333           Fixes #355935
7334
7335 2006-09-19  Wim Taymans  <wim@fluendo.com>
7336
7337         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
7338         (gst_riff_create_audio_template_caps):
7339         Reorder the audio formats a bit for clarity.
7340         Detect and create caps for MSGSM and MSN (WAV49).
7341         Fixes #356596.
7342
7343         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
7344         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
7345         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
7346         Small cleanups, move error handling out of normal flow for clarity.
7347
7348 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
7349
7350         * docs/libs/gst-plugins-base-libs-docs.sgml:
7351         * docs/libs/gst-plugins-base-libs.types:
7352         * gst-libs/gst/interfaces/Makefile.am:
7353         * gst-libs/gst/interfaces/videoorientation.c:
7354         (gst_video_orientation_get_type),
7355         (gst_video_orientation_iface_init),
7356         (gst_video_orientation_get_hflip),
7357         (gst_video_orientation_get_vflip),
7358         (gst_video_orientation_get_hcenter),
7359         (gst_video_orientation_get_vcenter),
7360         (gst_video_orientation_set_hflip),
7361         (gst_video_orientation_set_vflip),
7362         (gst_video_orientation_set_hcenter),
7363         (gst_video_orientation_set_vcenter):
7364         * gst-libs/gst/interfaces/videoorientation.h:
7365           API: Add new interface to control video orientation (fixes #354908)
7366
7367 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
7368
7369         * gst/videotestsrc/gstvideotestsrc.c:
7370           Use G_UNLIKELY in _create and log one more detail.
7371           
7372         (gst_video_test_src_get_times), (gst_video_test_src_create):
7373         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
7374           Use gst_util_uint64_scale_int in _get_times().
7375
7376 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
7377
7378         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support)
7379           Give better warning message (add object and detail).
7380
7381 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
7382
7383         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
7384         (gst_xvimagesink_get_times):
7385           xvimage assumed that XV_COLORKEY can be set in RGB888 format (fixes
7386           #354773), use gst_util_uint64_scale_int in _get_times()
7387
7388 2006-09-18  Michael Smith  <msmith@fluendo.com>
7389
7390         * ext/ogg/gstoggmux.c: (gst_ogg_mux_push_buffer):
7391           Timestamps are unsigned; comparision against GST_CLOCK_TIME_NONE was
7392           always true, leading to dropping all timestamps.
7393
7394 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
7395
7396         * ext/libvisual/visual.c: (gst_vis_src_negotiate),
7397         (gst_visual_chain), (gst_visual_change_state):
7398           update to work also with libvisual 0.4 API, fix double unref (#355914)
7399           
7400         * tools/gst-launch-ext.1.in:
7401         * tools/gst-visualise.1.in:
7402           remove references to old man-pages
7403
7404         * tests/examples/seek/seek.c: (main):
7405           add real meadi-buttons, add tool-tips for the seek-options, arrange
7406           seek options in a table
7407
7408 2006-09-18  Michael Smith  <msmith@fluendo.com>
7409
7410         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear),
7411         (gst_ogg_mux_push_buffer):
7412           Don't generate out-of-order timestamps from oggmux, instead clamp
7413           output timestamps to be >= the previously output ts.
7414           Fixes #355595
7415
7416 2006-09-18  Michael Smith  <msmith@fluendo.com>
7417
7418         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
7419         (gst_multi_fd_sink_class_init):
7420           Updates, fixes, and typo corrections for multifdsink. No functional
7421           changes.
7422
7423 2006-09-17  Michael Smith  <msmith@fluendo.com>
7424
7425         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find):
7426           Don't crash on truncated files - check that we got an 8 byte buffer
7427           before trying to memcmp it.
7428
7429 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
7430
7431         * gst/playback/gstplaybasebin.c: (get_active_source):
7432           Make stream-switching appear instant to the application
7433           (ie. make sure that a g_object_get on 'current-foo' returns
7434           the stream previously set with g_object_set(). Totem needs
7435           this to update stream-related meta-info (like audio-codec)
7436           correctly when switching streams.
7437
7438 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
7439
7440         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer),
7441         (gst_alsa_mixer_ensure_track_list):
7442           Try harder to guess which mixer track is the master mixer
7443           track (instead of just taking the first one that has a pvolume).
7444           Fixes #342228.
7445
7446 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
7447
7448         reviewed by: <delete if not using a buddy>
7449
7450         * gst-libs/gst/audio/audio.h:
7451         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
7452
7453 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
7454
7455         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
7456         (gst_audio_convert_transform_caps):
7457           Get structure-name just once.
7458
7459 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
7460
7461         * tests/check/elements/audioresample.c: (GST_START_TEST):
7462         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
7463         * tests/check/elements/volume.c: (GST_START_TEST):
7464         * tests/check/elements/vorbisdec.c: (GST_START_TEST):
7465         * tests/check/pipelines/oggmux.c: (validate_ogg_page), (eos_watch),
7466         (test_pipeline), (GST_START_TEST):
7467         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
7468         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
7469           Fix big batch of compiler warnings.
7470
7471 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
7472
7473         * ext/gnomevfs/gstgnomevfssrc.c:
7474           Add docs about icydemux usage in connection with gnomevfssrc
7475
7476         * ext/libvisual/visual.c:
7477         * ext/ogg/gstoggaviparse.c:
7478         * ext/ogg/gstoggdemux.c:
7479         * ext/ogg/gstoggmux.c:
7480         * ext/ogg/gstoggparse.c:
7481         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
7482         * gst-libs/gst/audio/gstaudiosink.c:
7483         * gst-libs/gst/audio/gstaudiosrc.c:
7484         * gst/audiorate/gstaudiorate.c:
7485           More G_OBJECT macro fixing.
7486
7487         * gst/audiotestsrc/gstaudiotestsrc.h:
7488           Fix wrong info in header due to copy & paste
7489
7490 2006-09-15  Wim Taymans  <wim@fluendo.com>
7491
7492         * gst-libs/gst/audio/gstbaseaudiosink.c:
7493         (gst_base_audio_sink_get_time), (gst_base_audio_sink_callback):
7494         * gst-libs/gst/audio/gstbaseaudiosrc.c:
7495         (gst_base_audio_src_get_time), (gst_base_audio_src_fixate),
7496         (gst_base_audio_src_get_times), (gst_base_audio_src_get_offset),
7497         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
7498         Do the delay calculation in the source/sink base classes as this is
7499         specific for the capture/playback mode.
7500         Try to fixate a bit better, like round depth up to a multiple of 8
7501         bigger than width.
7502         Handle underruns correctly by marking DISCONT on buffers and adjusting
7503         timestamps to handle the gap.
7504         Set offset/offset_end correctly on buffers.
7505
7506         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_pause),
7507         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
7508         (gst_ring_buffer_read):
7509         Remove resync and underrun recovery from the ringbuffer.
7510         Fix ringbuffer read code on under/overrun.
7511
7512 2006-09-15  Wim Taymans  <wim@fluendo.com>
7513
7514         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
7515         (gst_play_base_bin_init), (fill_buffer), (check_queue),
7516         (queue_threshold_reached), (gst_play_base_bin_set_property),
7517         (gst_play_base_bin_get_property):
7518         * gst/playback/gstplaybasebin.h:
7519         Don't use a 0 low watermark when buffering, it is catching starvation
7520         way too late. Instead, use a 3 second queue with 30 and 95
7521         percent low/high watermarks. 
7522         Added queue-min-threshold property to configure low watermark.
7523         Use new _buffering message API.
7524         Make queue_threshold variable big enough to store a uint64 time value.
7525         API: playbin::queue-min-threshold property.
7526
7527 2006-09-15  Wim Taymans  <wim@fluendo.com>
7528
7529         * configure.ac:
7530         We require 0.10.10.1 now because of _wait_preroll().
7531
7532         * gst-libs/gst/audio/gstbaseaudiosink.c:
7533         (gst_base_audio_sink_render):
7534         Use gst_base_sink_wait_preroll().
7535
7536 2006-09-15  Wim Taymans  <wim@fluendo.com>
7537
7538         * ext/alsa/gstalsasink.c: (xrun_recovery), (gst_alsasink_write):
7539         * ext/alsa/gstalsasrc.c: (xrun_recovery), (gst_alsasrc_read):
7540         Use DEBUG_OBJECT more.
7541
7542 === release 0.10.10 ===
7543
7544 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
7545
7546         patch by: Michael Smith <msmith at fluendo dot com>
7547
7548         * gst/tcp/gstmultifdsink.c: (is_sync_frame),
7549         (gst_multi_fd_sink_client_queue_buffer),
7550         (gst_multi_fd_sink_new_client):
7551         * tests/check/elements/multifdsink.c: (GST_START_TEST),
7552         (multifdsink_suite):
7553           Fix implementation of sync-method 'next-keyframe'
7554           Closes #354594
7555
7556 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
7557
7558         patch by: Wim Taymans <wim at fluendo dot com>
7559
7560         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
7561         This patch removes the RANDOM flag that was incorrectly introduced with
7562         revision 1.91.  Fixes #354590
7563
7564 2006-09-05  Tim-Philipp Müller  <tim at centricular dot net>
7565
7566         * tests/check/Makefile.am:
7567           Random variation in Makefile line to see if it makes the
7568           gen64-base-full bot any happier.
7569
7570 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
7571
7572         * tests/check/pipelines/oggmux.c: (oggmux_suite):
7573           Disable test that fails at the moment (killed after timeout).
7574
7575 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
7576
7577         Patch by: James Livingston  <doclivingston at gmail.com>
7578
7579         * tests/check/Makefile.am:
7580         * tests/check/pipelines/.cvsignore:
7581         * tests/check/pipelines/oggmux.c: (get_page_codec),
7582         (check_chain_final_state), (fail_if_audio), (validate_ogg_page),
7583         (eos_buffer_probe), (start_pipeline), (stop_pipeline), (eos_watch),
7584         (test_pipeline), (test_vorbis), (test_theora), (test_vorbis_theora),
7585         (test_theora_vorbis), (oggmux_suite):
7586           Add simple unit test for oggmux from #337026 with checking for the
7587           EOS flags disabled for the time being.
7588
7589 2006-09-04  Wim Taymans  <wim@fluendo.com>
7590
7591         patch by: Alessandro Dessina <alessandro nnva org>
7592
7593         * ext/ogg/gstoggmux.c:
7594         Add cmml caps to oggmux. Fixes #353912
7595
7596 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
7597
7598         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
7599           Returning a return value often helps. In this case, we
7600           don't need the return value anyway, so just get rid of it.
7601           Should make build bots much happier.
7602
7603 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
7604
7605         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure),
7606         (paint_get_structure), (gst_video_test_src_get_size),
7607         (gst_video_test_src_smpte), (gst_video_test_src_snow),
7608         (gst_video_test_src_unicolor), (paint_setup_AYUV),
7609         (paint_hline_AYUV), (paint_setup_ARGB8888), (paint_setup_ABGR8888),
7610         (paint_setup_RGBA8888), (paint_setup_BGRA8888), (paint_hline_str4):
7611         * gst/videotestsrc/videotestsrc.h:
7612           Add support for AYUV and the various RGBA formats. Initialise
7613           fields of paintinfo structs allocated on the stack.
7614
7615         * tests/check/elements/videotestsrc.c: (right_shift_colour),
7616         (fix_expected_colour), (check_rgb_buf), (got_buf_cb),
7617         (check_rgb_buf), (videotestsrc_suite):
7618           Add unit tests for videotestsrc's RGB output.
7619
7620 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
7621
7622         * gst/videotestsrc/gstvideotestsrc.c:
7623         (gst_video_test_src_pattern_get_type),
7624         (gst_video_test_src_set_pattern):
7625         * gst/videotestsrc/gstvideotestsrc.h:
7626         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor),
7627         (gst_video_test_src_black), (gst_video_test_src_white),
7628         (gst_video_test_src_red), (gst_video_test_src_green),
7629         (gst_video_test_src_blue):
7630         * gst/videotestsrc/videotestsrc.h:
7631           Add more uni-colour patterns ("white", "red", "green", and "blue").
7632
7633 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
7634
7635         * gst/videotestsrc/videotestsrc.c: (paint_setup_YVYU):
7636           Fix stride for YVYU, should be word-aligned (#353658).
7637
7638 2006-08-31  Tim-Philipp Müller  <tim at centricular dot net>
7639
7640         * gst/adder/gstadder.c: (gst_adder_src_event):
7641           Fix build.
7642
7643 2006-08-31  Edward Hervey  <edward@fluendo.com>
7644
7645         * gst/adder/gstadder.c: (forward_event_func),
7646         (gst_adder_src_event), (gst_adder_collected),
7647         (gst_adder_change_state):
7648         * gst/adder/gstadder.h:
7649         Remember the start position asked in the incoming seeks, so we can
7650         output GST_EVENT_NEW_SEGMENT with a correct position value (instead
7651         of assuming it will always be 0).
7652
7653 2006-08-31  Edward Hervey  <edward@fluendo.com>
7654
7655         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
7656         (gst_ogg_demux_finalize), (gst_ogg_demux_perform_seek),
7657         (gst_ogg_demux_loop):
7658         Send the GST_EVENT_NEW_SEGMENT from the streaming thread.
7659
7660 2006-08-30  Tim-Philipp Müller  <tim at centricular dot net>
7661
7662         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7663         (gst_ffmpegcsp_get_unit_size):
7664           Return FALSE instead of returning a random false unit
7665           size when the format isn't known/supported (even if
7666           this shouldn't happen under normal circumstances).
7667
7668 2006-08-29  Wim Taymans  <wim@fluendo.com>
7669
7670         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
7671
7672         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create),
7673         (gst_gnome_vfs_src_start):
7674         Try harder to get the size from a uri by using _info_uri() when
7675         _info_from_handle() does not give us enough info. 
7676         Also follow symlinks when getting the size.
7677         Partially Fixes #332864.
7678
7679 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
7680
7681         Patch by: Viktor Peters  <viktor dot peters at gmail dot com>
7682
7683         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
7684         (gst_alsa_mixer_update), (gst_alsa_mixer_get_volume),
7685         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
7686         (gst_alsa_mixer_set_record):
7687         * ext/alsa/gstalsamixertrack.c:
7688         (gst_alsa_mixer_track_update_alsa_capabilities),
7689         (alsa_track_has_cap), (gst_alsa_mixer_track_new),
7690         (gst_alsa_mixer_track_update):
7691         * ext/alsa/gstalsamixertrack.h:
7692           Improve and fix mixer track handling, in particular better handling
7693           of alsa's pvolume/pswitch/cvolume/cswitch capabilities; create
7694           separate track objects for tracks that have both capture and playback
7695           volume (and label them differently as well so they're not mistakenly
7696           assumed to be duplicates); classify mixer tracks that only affect
7697           the audible volume of something (rather than the capture volume)
7698           as playback tracks. Redefine/fix meaning of RECORD and MUTE flags
7699           for capture tracks to correspond to alsa-pswitch alsa-cswitch
7700           (following the meaning documented in the mixer interface header
7701           file); add support for alsa's exclusive cswitch groups; update/sync
7702           state/flags better if mixer settings are changed by another
7703           application. Fixes #336075.
7704
7705 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
7706
7707         * gst/playback/gstplaybin.c:
7708           Improve docs: add section about BUFFERING messages sent by playbin.
7709
7710 2006-08-29  Michael Smith  <msmith@fluendo.com>
7711
7712         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_push_buffer),
7713         (gst_vorbis_enc_buffer_check_discontinuous),
7714         (gst_vorbis_enc_chain):
7715           Ignore explicit DISCONT marked on buffers (which is often spurious,
7716           particularly when using multiple segments), in favour of solely
7717           using the timestamps/durations.
7718
7719 2006-08-29  Edward Hervey  <edward@fluendo.com>
7720
7721         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
7722         Don't rely on incoming buffers offset anymore, since it is completely
7723         broken when using multiple segments.
7724         Instead convert the incoming buffers timestamp to running time, and
7725         then convert that value to the offsets.
7726         Also inform GstSegment of the last outputted stop position, which is
7727         needed if we received several segments with an unknown stop value.
7728
7729 2006-08-29  Thomas Vander Stichele  <thomas at apestaart dot org>
7730
7731         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
7732           fix buffer unreffing on a header push failure
7733
7734 2006-08-28  Wim Taymans  <wim@fluendo.com>
7735
7736         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_sink_event),
7737         (gst_audio_rate_chain):
7738         Make the metadata of the buffer writable before changing its
7739         flags.
7740
7741 2006-08-28  Wim Taymans  <wim@fluendo.com>
7742
7743         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
7744         (gst_audio_rate_setcaps), (gst_audio_rate_init),
7745         (gst_audio_rate_sink_event), (gst_audio_rate_src_event),
7746         (gst_audio_rate_chain), (gst_audio_rate_change_state):
7747         Fix audiorate some more.
7748         Reset and resync counters on flush and READY.
7749         Handle the DISCONT flag correctly.
7750         Use GstSegment to track position.
7751         Fail when not negotiated.
7752         Fixes #353234.
7753
7754 2006-08-25  Michael Smith  <msmith@fluendo.com>
7755
7756         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
7757           Fix spelling.
7758           Remove accidently included debug line.
7759
7760 2006-08-25  Wim Taymans  <wim@fluendo.com>
7761
7762         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
7763         Small cleanups.
7764         If a buffer is received with no caps, make the buffer metadata
7765         writable and set the caps, making sure that we don't screw up the
7766         refcounts.
7767
7768 2006-08-25  Michael Smith  <msmith@fluendo.com>
7769
7770         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset),
7771         (gst_gdp_pay_reset_streamheader), (gst_gdp_pay_chain):
7772           Fix memory leaks and misleading debug messages, add a couple of
7773           comments.
7774
7775         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats),
7776         (gst_multi_fd_sink_render):
7777           Do not use gst_buffer_make_writable() in a basesink render method,
7778           as it may incorrectly unref the buffer. Instead, use convoluted
7779           dance to avoid copying the buffer except when we need to.
7780
7781 2006-08-25  Michael Smith  <msmith@fluendo.com>
7782
7783         * ext/vorbis/vorbisenc.c:
7784         (gst_vorbis_enc_buffer_check_discontinuous):
7785           Allow very small discontinuities in the timestamps. These we can't
7786           do anything useful with anyway (because vorbis's timestamps have
7787           only sample granularity), and are commonly produced by elements with
7788           minor bugs. Allow up to 1/2 a sample out.
7789           Fixes #351742.
7790
7791 2006-08-24  Wim Taymans  <wim@fluendo.com>
7792
7793         * tests/examples/seek/seek.c: (seek_cb), (start_seek), (stop_seek),
7794         (play_scrub_toggle_cb), (main):
7795         Add a checkbox to enable play scrubbing. Makes it possible to disable
7796         normal scrubbing.
7797
7798 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
7799
7800         * tests/check/elements/.cvsignore:
7801           make buildbot happy
7802
7803 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
7804
7805         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
7806         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init),
7807         (gst_ogm_parse_class_init), (gst_ogm_parse_dispose),
7808         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
7809         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
7810         (gst_ogm_parse_stream_header), (gst_ogm_parse_comment_packet),
7811         (gst_ogm_text_parse_strip_trailing_zeroes),
7812         (gst_ogm_parse_data_packet), (gst_ogm_parse_chain),
7813         (gst_ogm_parse_sink_event), (gst_ogm_parse_change_state):
7814           Refactor ogm parse, do better input checking, misc. clean-ups.
7815           Cache incoming events and push them once the source pad has
7816           been created. Don't pass unterminated strings to sscanf().
7817           Strip trailing zeroes from subtitle text output, since they
7818           are not valid UTF-8. Don't push vorbiscomment packets on
7819           the subtitle text pad. Output perfect streams if possible.
7820
7821 2006-08-23  Wim Taymans  <wim@fluendo.com>
7822
7823         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
7824         Waits for tasks to settle down so that we clean up correctly for 
7825         valgrind.
7826
7827 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
7828
7829         * tests/check/libs/tag.c: (GST_START_TEST), (taglists_are_equal):
7830           Unit test fixes: \377 is more likely to fit into 8 bits than \777;
7831           actually return return value in taglists_are_equal.
7832
7833 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
7834
7835         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
7836           Fix crash due to broken bitstream parsing on x86-64: can't make
7837           any assumptions about sizeof(struct) due to alignment/packing
7838           differences on different architectures. Fixes #351790.
7839
7840 2006-08-22  Wim Taymans  <wim@fluendo.com>
7841
7842         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
7843         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
7844         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
7845         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
7846         (gst_riff_parse_info):
7847         Protect public functions against bad input.
7848         Do some cleanups.
7849         Fix documentation.
7850
7851 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
7852
7853         * gst-libs/gst/riff/riff-ids.h:
7854         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
7855           Add voxware audio IDs (even if we can't play it) (#351795).
7856
7857 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
7858
7859         * gst-libs/gst/riff/riff-media.c:
7860         (gst_riff_create_video_template_caps),
7861         (gst_riff_create_audio_template_caps),
7862         (gst_riff_create_iavs_template_caps):
7863           Const-ify some arrays and use G_N_ELEMENTS instead
7864           of wasting oodles of RAM on terminator bits.
7865
7866 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
7867
7868         * gst-libs/gst/tag/gstvorbistag.c:
7869         (gst_tag_list_to_vorbiscomment_buffer):
7870         * tests/check/libs/tag.c: (GST_START_TEST):
7871           And the same for _to_vorbiscomment_buffer(): allow
7872           id_data_len == 0 for speex.
7873
7874 2006-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
7875
7876         * configure.ac:
7877         * docs/plugins/Makefile.am:
7878         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7879         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7880         * docs/plugins/inspect/plugin-gdp.xml:
7881         * gst/gdp/Makefile.am:
7882         * tests/check/Makefile.am:
7883           Move GDP plugin to -base from -bad.  Closes #347783.
7884
7885 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
7886
7887         * gst-libs/gst/tag/gstvorbistag.c:
7888         (gst_tag_list_from_vorbiscomment_buffer):
7889           Allow id_data_len == 0 (needed for vorbis comments in Speex files).
7890           Also add some checks to make sure we don't memcmp() beyond the end of
7891           vorbiscomment buffer if the ID to check for is larger than the buffer.
7892
7893         * tests/check/libs/tag.c: (GST_START_TEST):
7894           Some more tests for gst_tag_list_from_vorbiscomment_buffer().
7895
7896 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
7897
7898         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1),
7899         (gst_vorbis_enc_set_metadata):
7900           Use vorbis comment utility functions from libgsttag
7901           instead of re-inventing the wheel (partially fixes #347091).
7902
7903 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
7904
7905         * tests/check/elements/audioconvert.c: (GST_START_TEST):
7906         Fix leaks. Wait for state transitions that might happen ASYNC, as well
7907         as some that won't.
7908
7909 2006-08-21  Wim Taymans  <wim@fluendo.com>
7910
7911         * docs/libs/Makefile.am:
7912         * docs/libs/gst-plugins-base-libs-sections.txt:
7913         * docs/libs/gst-plugins-base-libs.types:
7914         Don't try to GObject scan the netbuffer as it's not a GObject.
7915         Fixes #351308.
7916
7917         * gst-libs/gst/netbuffer/gstnetbuffer.c:
7918         * gst-libs/gst/netbuffer/gstnetbuffer.h:
7919         Document GstNetBuffer.
7920
7921 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
7922
7923         * tests/check/elements/audioconvert.c: (GST_START_TEST),
7924         (audioconvert_suite):
7925           Add testcase for caps-size-explosion
7926
7927 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
7928
7929         * gst/audioconvert/gstaudioconvert.c:
7930         (gst_audio_convert_get_unit_size), (set_structure_widths):
7931           Lower debug, use g_assert in _get_unit_size
7932
7933         * gst/audioresample/gstaudioresample.c:
7934         (audioresample_get_unit_size):
7935         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7936         (gst_ffmpegcsp_get_unit_size):
7937         * gst/videoscale/gstvideoscale.c: (gst_video_scale_get_unit_size):
7938           use g_assert in _get_unit_size
7939
7940 2006-08-18  Wim Taymans  <wim@fluendo.com>
7941
7942         * docs/libs/gst-plugins-base-libs-sections.txt:
7943         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_set_packet_len),
7944         (gst_rtp_buffer_pad_to), (gst_rtp_buffer_get_payload_subbuffer),
7945         (gst_rtp_buffer_get_payload_buffer):
7946         * gst-libs/gst/rtp/gstrtpbuffer.h:
7947         Document GstRTPBuffer.
7948         Added function to efficiently strip payload headers.
7949         API: gst_rtp_buffer_get_payload_subbuffer()
7950
7951 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
7952
7953         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
7954         (gst_tag_to_vorbis_comments):
7955           Serialise unknown vorbis comments into GST_TAG_EXTENDED_COMMENT
7956           tags and deserialise them properly as well (#347091).
7957           Add some more gtk-doc blurbs and also some g_return_if_fail().
7958
7959         * tests/check/libs/tag.c: (GST_START_TEST),
7960         (back_to_vorbis_comments), (taglists_are_equal), (tag_suite):
7961           More tests.
7962
7963 2006-08-17  Wim Taymans  <wim@fluendo.com>
7964
7965         * ext/ogg/Makefile.am:
7966         * ext/ogg/gstogg.c: (plugin_init):
7967         * ext/ogg/gstoggaviparse.c: (gst_ogg_avi_parse_get_type),
7968         (gst_ogg_avi_parse_base_init), (gst_ogg_avi_parse_class_init),
7969         (gst_ogg_avi_parse_init), (gst_ogg_avi_parse_finalize),
7970         (gst_ogg_avi_parse_setcaps), (gst_ogg_avi_parse_event),
7971         (gst_ogg_avi_parse_push_packet), (gst_ogg_avi_parse_chain),
7972         (gst_ogg_avi_parse_change_state), (gst_ogg_avi_parse_plugin_init):
7973         Added ogg-in-avi parser element. Fixes #140139.
7974
7975         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
7976         Fixed a bug in oggdemux debug code.
7977
7978         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
7979         (gst_riff_create_audio_template_caps):
7980         Recognise Ogg in the AVI extensible wave format.
7981
7982 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
7983
7984         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
7985           Make buffer durations add up (duration should be next_ts-ts for
7986           perfect streams). Fixes CD ripping to Ogg/Vorbis with vorbisenc
7987           from CVS.
7988
7989         * tests/check/libs/cddabasesrc.c: (gst_cd_foo_src_close),
7990         (test_buffer_timestamps), (cddabasesrc_suite):
7991           Add unit test for the above.
7992
7993         * tests/check/Makefile.am:
7994           Don't know why cddabasesrc test was in VALGRIND_TO_FIX, remove
7995           to see what happens.
7996
7997 2006-08-16  Wim Taymans  <wim@fluendo.com>
7998
7999         * ext/alsa/gstalsasink.c: (gst_alsasink_set_property),
8000         (gst_alsasink_open):
8001         * ext/alsa/gstalsasrc.c: (gst_alsasrc_set_property),
8002         (gst_alsasrc_open):
8003         Avoid setting and using a NULL device name.
8004         Print more info when we fail to open a device.
8005
8006 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
8007
8008         * docs/libs/gst-plugins-base-libs-sections.txt:
8009         * gst-libs/gst/tag/tag.h:
8010         * gst-libs/gst/tag/tags.c: (gst_tag_parse_extended_comment):
8011           API: add gst_tag_parse_extended_comment() (#351426).
8012
8013         * tests/check/Makefile.am:
8014         * tests/check/libs/.cvsignore:
8015         * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite), (main):
8016           Add unit test for gst_tag_parse_extended_comment().
8017
8018 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
8019
8020         * sys/ximage/ximagesink.c: (gst_ximagesink_get_property):
8021         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_property):
8022           Fix leak (#351502).
8023
8024 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
8025
8026         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
8027         * docs/plugins/gst-plugins-base-plugins-sections.txt:
8028         * docs/plugins/gst-plugins-base-plugins.args:
8029         * gst/playback/gstplaybin.c:
8030           Document playbin.
8031           
8032         * docs/plugins/inspect/plugin-adder.xml:
8033         * docs/plugins/inspect/plugin-alsa.xml:
8034         * docs/plugins/inspect/plugin-audioconvert.xml:
8035         * docs/plugins/inspect/plugin-audiorate.xml:
8036         * docs/plugins/inspect/plugin-audioresample.xml:
8037         * docs/plugins/inspect/plugin-audiotestsrc.xml:
8038         * docs/plugins/inspect/plugin-cdparanoia.xml:
8039         * docs/plugins/inspect/plugin-decodebin.xml:
8040         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
8041         * docs/plugins/inspect/plugin-gnomevfs.xml:
8042         * docs/plugins/inspect/plugin-ogg.xml:
8043         * docs/plugins/inspect/plugin-pango.xml:
8044         * docs/plugins/inspect/plugin-playbin.xml:
8045         * docs/plugins/inspect/plugin-subparse.xml:
8046         * docs/plugins/inspect/plugin-tcp.xml:
8047         * docs/plugins/inspect/plugin-theora.xml:
8048         * docs/plugins/inspect/plugin-typefindfunctions.xml:
8049         * docs/plugins/inspect/plugin-video4linux.xml:
8050         * docs/plugins/inspect/plugin-videorate.xml:
8051         * docs/plugins/inspect/plugin-videoscale.xml:
8052         * docs/plugins/inspect/plugin-videotestsrc.xml:
8053         * docs/plugins/inspect/plugin-volume.xml:
8054         * docs/plugins/inspect/plugin-vorbis.xml:
8055         * docs/plugins/inspect/plugin-ximagesink.xml:
8056         * docs/plugins/inspect/plugin-xvimagesink.xml:
8057           Update to CVS version.
8058
8059 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
8060
8061         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
8062         (gst_play_bin_set_property), (gst_play_bin_get_property),
8063         (value_list_append_structure_list),
8064         (gst_play_bin_handle_redirect_message),
8065         (gst_play_bin_handle_message):
8066           API: GstPlayBin::connection-speed
8067           Add "connection-speed" property; re-order redirect messages with
8068           multiple redirect locations depending on the minimum bitrate if
8069           that information is available and a connection speed is set
8070           (#350399).
8071
8072 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
8073
8074         * gst/playback/gstplaybin.c:
8075           Update max volume to the same value that the volume element uses.
8076
8077 2006-08-14  Wim Taymans  <wim@fluendo.com>
8078
8079         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
8080         Less uglyness..
8081
8082 2006-08-14  Wim Taymans  <wim@fluendo.com>
8083
8084         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
8085         (gst_ogg_demux_get_next_page), (gst_ogg_demux_perform_seek),
8086         (gst_ogg_demux_read_chain), (gst_ogg_demux_loop):
8087         Add some more debug info.
8088         Don't crash when a seek failed.
8089         Actually return the result of the seek instead of TRUE.
8090         Ignore multiple BOS pages with the same serial so that we don't create
8091         the same stream multiple times.
8092         Post an error when we fail to do the initial seek.
8093
8094 2006-08-13  Wim Taymans  <wim@fluendo.com>
8095
8096         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
8097         (gst_alsa_detect_channels), (gst_alsa_probe_supported_formats):
8098         Small code cleanup.
8099
8100         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
8101         (gst_alsa_mixer_new):
8102         Remove hack that always set the device to hw:0*.
8103         Properly find the card name for whatever device was configured.
8104         Do some better debugging.
8105         Fixes #350784.
8106
8107         * ext/alsa/gstalsamixerelement.c:
8108         (gst_alsa_mixer_element_set_property),
8109         (gst_alsa_mixer_element_change_state):
8110         Cleanups.
8111         Handle setting of a NULL device name better.
8112
8113 2006-08-11  Wim Taymans  <wim@fluendo.com>
8114
8115         * gst/adder/gstadder.c:
8116         Don't clip float values. Fixes #350900.
8117
8118 2006-08-11  Andy Wingo  <wingo@pobox.com>
8119
8120         * gst/tcp/gsttcp.c: Really fix the build?
8121
8122         * gst/tcp/gsttcp.h: For now, always disable deprecation here --
8123         fixes the build.
8124
8125 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
8126
8127         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes):
8128           Float caps shouldn't have a "signed" field.
8129
8130 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
8131
8132         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query):
8133           Implement SEEKING query in its most basic form, so that we can
8134           at least check if we're seekable or not (#350655).
8135
8136 2006-08-09  Tim-Philipp Müller  <tim at centricular dot net>
8137
8138         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
8139           The checks here are not even close to anything that would
8140           justify MAXIMUM probability, lowering to POSSIBLE until someone
8141           fixes the checks (case at hand: quicktime redirection files
8142           might start with 00 00 01 XX and pass the checks here just
8143           fine, see #350399).
8144
8145 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
8146
8147         Patch by: Sjoerd Simons  <sjoerd at luon net>
8148
8149         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find):
8150           Better detection for multipart/x-mixed-replace: accept leading
8151           whitespaces before the boundary marker as well (as our very own
8152           multipartmux used to produce) (#349068).
8153
8154 2006-08-07  Tim-Philipp Müller  <tim at centricular dot net>
8155
8156         Patch by: Young-Ho Cha  <ganadist at chollian net>
8157
8158         * gst-libs/gst/riff/riff-ids.h:
8159         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
8160         (gst_riff_create_audio_template_caps):
8161           Detect DTS audio streams (#350157).
8162
8163 2006-08-05  Andy Wingo  <wingo@pobox.com>
8164
8165         * ext/theora/gsttheoraparse.h:
8166         * ext/theora/theoraparse.c (gst_theora_parse_class_init)
8167         (theora_parse_dispose, theora_parse_set_property)
8168         (theora_parse_get_property, theora_parse_munge_granulepos)
8169         (theora_parse_push_buffer, theora_parse_change_state):
8170         API: GstTheoraParse::synchronization-points
8171         Add a property 'synchronization-points' to fix badly synchronized oggs.
8172
8173 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
8174
8175         * tests/check/Makefile.am:
8176         * tests/check/libs/.cvsignore:
8177         * tests/check/libs/audio.c: (structure_contains_channel_positions),
8178         (fixed_caps_have_channel_positions), (GST_START_TEST),
8179         (audio_suite), (main):
8180           Add a few tests for the channel position stuff in libgstaudio.
8181
8182 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
8183
8184         * ext/alsa/gstalsa.c: (caps_add_channel_configuration),
8185         (gst_alsa_detect_channels):
8186         * ext/alsa/gstalsasink.c:
8187           Add support for cards that (only) do more than 8 channels,
8188           like the Delta 44 (#345188).
8189
8190         * gst-libs/gst/audio/multichannel.c:
8191         (gst_audio_check_channel_positions):
8192         * gst-libs/gst/audio/multichannel.h:
8193           API: add GST_AUDIO_CHANNEL_POSITION_NONE, which stands for an
8194           unspecified channel position and cannot be combined with any
8195           of the other audio channel positions; adjust position layout
8196           checks accordingly (#345188).
8197
8198 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
8199
8200         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
8201           Recognise ancient RealAudio files (see #349779).
8202
8203 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
8204
8205         Patch by: Jens Granseuer  <jensgr at gmx net>
8206
8207         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
8208           Add typefinder for Interplay's MVE format (#348973).
8209
8210 2006-08-02  Wim Taymans  <wim@fluendo.com>
8211
8212         Patch by: Marcel Moreaux <marcelm at luon dot net>
8213
8214         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8215         (gst_base_rtp_depayload_add_to_queue):
8216         * gst-libs/gst/rtp/gstbasertpdepayload.h:
8217         Handle RTP sequence number rollover.
8218         Disable jitterbuffer by default.
8219
8220 2006-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
8221
8222         * gst/audioresample/gstaudioresample.c: (audioresample_stop),
8223         (audioresample_set_caps):
8224         Don't leak references to the incoming caps. Clean them up when
8225         stopping.
8226
8227         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
8228         (gst_video_scale_finalize):
8229         Don't leak our temporary pixel buffer.
8230
8231         * tests/check/Makefile.am:
8232         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline),
8233         (GST_START_TEST), (simple_launch_lines_suite):
8234
8235         Fix leaks and re-enable the test for valgrind checking.
8236
8237 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
8238
8239         Patch by: Sjoerd Simons  <sjoerd at luon net>
8240
8241         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find),
8242         (plugin_init):
8243           Add typefind function for multipart/x-mixed-replace (#348916).
8244
8245 2006-07-28  Wim Taymans  <wim@fluendo.com>
8246
8247         * gst/adder/gstadder.c: (gst_adder_setcaps),
8248         (gst_adder_query_duration):
8249         Fix leak in duration query.
8250         Reflow some docs and notes.
8251
8252 2006-07-28  Michael Smith  <msmith@fluendo.com>
8253
8254         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST),
8255         (vorbisenc_suite):
8256           Enable Andy's extra vorbisenc test, now that it passes. Also fix one
8257           aspect of it.
8258
8259 2006-07-28  Michael Smith  <msmith@fluendo.com>
8260
8261         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps),
8262         (gst_vorbis_enc_sink_getcaps), (gst_vorbis_enc_buffer_from_packet),
8263         (gst_vorbis_enc_push_buffer),
8264         (gst_vorbis_enc_buffer_check_discontinuous),
8265         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
8266         * ext/vorbis/vorbisenc.h:
8267           Handle discontinuities in the input vorbis stream correctly,
8268           so that the output is properly timestamped (and has good granulepos
8269           values). Needs some oggmux fixes too.
8270
8271 2006-07-27  Wim Taymans  <wim@fluendo.com>
8272
8273         patch by: Kai Vehmanen <kv2004 eca cx>
8274
8275         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8276         (gst_base_rtp_depayload_chain),
8277         (gst_base_rtp_depayload_handle_sink_event),
8278         (gst_base_rtp_depayload_change_state):
8279         Don't send multiple newsegments with different formats.
8280         Fixes #348677.
8281
8282 2006-07-26  Wim Taymans  <wim@fluendo.com>
8283
8284         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
8285         (gst_ogg_demux_do_seek), (gst_ogg_demux_read_chain):
8286         Make seeking in ogg more accurate again by doing the more correct
8287         granuletime to stream time conversion.
8288
8289 2006-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
8290
8291         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
8292         (gst_multi_fd_sink_new_client):
8293           debug a little more understandably
8294           do not use goto as a substitute for break, especially if
8295           break is also being used
8296
8297 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
8298
8299         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
8300         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
8301           Remove GLib-2.6 compatibility cruft.
8302
8303 2006-07-24  Wim Taymans  <wim@fluendo.com>
8304
8305         * gst-libs/gst/audio/gstbaseaudiosink.c:
8306         (gst_base_audio_sink_render):
8307         Don't try to align a sample to an unknown value.
8308
8309 2006-07-24  Wim Taymans  <wim@fluendo.com>
8310
8311         * gst-libs/gst/audio/gstbaseaudiosink.c:
8312         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
8313         When the audio clock is slaved to another clock, never try to align
8314         samples but trust the rate interpolation algorithm.
8315
8316 2006-07-24  Wim Taymans  <wim@fluendo.com>
8317
8318         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
8319         Don't try to calculate silence samples, base class does this much
8320         better now.
8321
8322         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
8323         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps),
8324         (gst_ring_buffer_acquire):
8325         Calculate silence samples correctly.
8326
8327         * gst-libs/gst/audio/gstringbuffer.h:
8328         Add _CAST macro.
8329
8330 2006-07-22  Tim-Philipp Müller  <tim at centricular dot net>
8331
8332         * gst/typefind/gsttypefindfunctions.c: (xml_check_first_element):
8333           Limit search for the first markup tag to the first few kB of
8334           the file. If we don't find one there, it's highly unlikely that
8335           this is an XML(-ish) file.
8336
8337 2006-07-21  Andy Wingo  <wingo@pobox.com>
8338
8339         * tests/check/pipelines/theoraenc.c (test_discontinuity): Similar
8340         test to the one in vorbisenc. Also commented out.
8341
8342         * tests/check/pipelines/vorbisenc.c: 
8343         (test_discontinuity): New test, commented out until Mike lands
8344         some elite vorbisenc patches.
8345
8346         * tests/check/pipelines/theoraenc.c: Port to bufferstraw.
8347         Bufferstraw was actually factored out of these tests. Now we share
8348         code yay.
8349
8350         * configure.ac (GST_MAJORMINOR): Rev core requirements to 0.10.9.1
8351         for bufferstraw addition to gstcheck.
8352
8353 2006-07-21  Wim Taymans  <wim@fluendo.com>
8354
8355         * ext/theora/theoradec.c: (clip_buffer):
8356         Better clipping.
8357
8358 2006-07-21  Wim Taymans  <wim@fluendo.com>
8359
8360         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
8361         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
8362         (gst_audioringbuffer_release), (gst_audioringbuffer_stop):
8363         Fix leak.
8364         Avoid type casting when we can.
8365
8366         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_dispose):
8367         Fix mem leak.
8368
8369 2006-07-20  Tim-Philipp Müller  <tim at centricular dot net>
8370
8371         * ext/alsa/gstalsamixerelement.c:
8372         (gst_alsa_mixer_element_change_state):
8373           Make state change fail if the specified device can't be opened
8374           for some reason.
8375
8376 2006-07-20  Wim Taymans  <wim@fluendo.com>
8377
8378         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
8379         (cb_newpad), (main):
8380         Example of a small audio/video player using decodebin.
8381
8382 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
8383
8384         * gst-libs/gst/riff/riff-ids.h:
8385           Add 'fact' chunk id
8386
8387 2006-07-19  Wim Taymans  <wim@fluendo.com>
8388
8389         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8390         (gst_base_rtp_depayload_chain),
8391         (gst_base_rtp_depayload_change_state):
8392         Don't assert when not negotiated but post a meaningfull 
8393         error message. Fixes #347918.
8394
8395         * gst-libs/gst/rtp/gstbasertppayload.c:
8396         Add comment about better default MTU size.
8397
8398         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
8399         Small cleanups, start docs.
8400
8401 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
8402
8403         Patch by: Martin Szulecki
8404
8405         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_property):
8406           If "device-name" is requested and the device is not
8407           open, try to temporarily open it to obtain this
8408           information (#342494).
8409
8410 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
8411
8412         * gst-libs/gst/tag/gstid3tag.c:
8413           Add TSSE <=> GST_TAG_ENCODER mapping (see #347898).
8414
8415         * gst-libs/gst/tag/gsttageditingprivate.h:
8416         * gst-libs/gst/tag/gstvorbistag.c:
8417           Some more random const-ifications.
8418
8419 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
8420
8421         * gst-libs/gst/riff/riff-ids.h:
8422         * gst-libs/gst/riff/riff-media.c:
8423         (gst_riff_create_video_template_caps):
8424           Add more FOURCCs (sort list to make stuff easier to find),
8425           add comment what those 16 bytes in struct _gst_riff_strh according to
8426           one avi-dumper are
8427
8428 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
8429
8430         * gst-libs/gst/audio/multichannel.c:
8431         (gst_audio_check_channel_positions),
8432         (gst_audio_fixate_channel_positions):
8433           Const-ify two arrays.
8434
8435 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
8436
8437         * ext/alsa/gstalsa.c: (caps_add_channel_configuration):
8438           Fix typo, so that alsasink also advertises 8 channels
8439           if that's supported (tags: can, worms, open, alsa, ph34r).
8440
8441 2006-07-17  Wim Taymans  <wim@fluendo.com>
8442
8443         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
8444         (gst_ogg_pad_submit_packet), (gst_ogg_demux_read_chain):
8445         *sigh*, when is the compiler going to warn when the comments
8446         are out-of-sync with the code.. Refix case of busted theora
8447         headers with 0 granule pos.
8448
8449 2006-07-14  Wim Taymans  <wim@fluendo.com>
8450
8451         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8452         (gst_base_rtp_depayload_wait),
8453         (gst_base_rtp_depayload_change_state),
8454         (gst_base_rtp_depayload_set_property),
8455         (gst_base_rtp_depayload_get_property):
8456         Fix 99% cpu load by waiting for absolute times on the
8457         clock. Fixes #347300.
8458
8459 2006-07-14  Andy Wingo  <wingo@pobox.com>
8460
8461         * ext/theora/gsttheoraparse.h: 
8462         * ext/theora/theoraparse.c (theora_parse_drain_event_queue)
8463         (theora_parse_push_headers, theora_parse_clear_queue)
8464         (theora_parse_drain_queue_prematurely, )
8465         (theora_parse_sink_event, theora_parse_change_state): Queue events
8466         until we initialized our state, like in vorbisparse.
8467
8468         * ext/vorbis/vorbisparse.h: 
8469         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_event_queue)
8470         (vorbis_parse_push_headers, vorbis_parse_clear_queue)
8471         (vorbis_parse_drain_queue_prematurely, )
8472         (vorbis_parse_sink_event, vorbis_parse_change_state): Queue events
8473         until we have initialized our state. Fixes seeking after an
8474         initial pad block.
8475
8476 2006-07-14  Andy Wingo  <wingo@pobox.com>
8477
8478         Patch by: Iain Holmes <iaingnome@gmail.com>
8479         
8480         * ext/ogg/gstoggdemux.c (gst_ogg_demux_finalize): Fix memleak.
8481
8482 2006-07-14  Jan Schmidt  <thaytan@mad.scientist.com>
8483
8484         * configure.ac:
8485         Bump nano back to CVS
8486
8487 === release 0.10.9 ===
8488
8489 2006-07-13  Jan Schmidt <thaytan@mad.scientist.com>
8490
8491         * configure.ac:
8492           releasing 0.10.9, "I walk the line"
8493
8494 2006-07-14  Michael Smith  <msmith@fluendo.com>
8495
8496         * tests/check/pipelines/vorbisenc.c: (stop_pipeline):
8497           Move a g_cond_signal to earlier to avoid sometimes deadlocking
8498           (commonly happens when running this test under valgrind) when trying
8499           to remove the buffer probe.
8500
8501 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
8502
8503         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
8504         Fix missing g_unlock from the previous commit
8505
8506 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
8507
8508         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
8509         (gst_ximagesink_change_state):
8510         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
8511         (gst_xvimagesink_change_state):
8512         Implement a locking order to ensure we always take the object lock
8513         before the x_lock and never vice-versa.
8514
8515 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
8516
8517         * gst/playback/gstdecodebin.c: (find_compatibles):
8518         Fix a caps leak when linking (#347304)
8519
8520         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
8521         (gst_ximagesink_ximage_destroy), (gst_ximagesink_xcontext_clear),
8522         (gst_ximagesink_change_state):
8523         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
8524         (gst_xvimage_buffer_finalize), (gst_xvimagesink_check_xshm_calls),
8525         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
8526         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_change_state):
8527         Don't leak shared memory resources. Use the object lock to protect
8528         against the xcontext disappearing while returning a buffer from the
8529         pipeline. (#347304)
8530
8531 2006-07-12  Edward Hervey  <edward@fluendo.com>
8532
8533         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize),
8534         (vorbis_handle_comment_packet):
8535         gst_tag_list_merge() returns a new object. Take that into account when
8536         using it. This avoids memleak.
8537         Revert previous commit which is not needed.
8538
8539 2006-07-12  Edward Hervey  <edward@fluendo.com>
8540
8541         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize):
8542         Reset the decoder in finalize so that all fields get cleared.
8543
8544 2006-07-12  Wim Taymans  <wim@fluendo.com>
8545
8546         * gst-libs/gst/audio/gstbaseaudiosrc.c:
8547         (gst_base_audio_src_set_clock),
8548         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create):
8549         Don't try to post an error message when setting the clock fails
8550         as this can happen when adding an element to a bin which will then
8551         deadlock. Fixes #347296.
8552
8553 2006-07-12  Edward Hervey  <edward@fluendo.com>
8554
8555         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
8556         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
8557         (vorbis_handle_type_packet):
8558         Post tag messages on the bus even if we're not initialized.
8559         If we're not initialized, we still postpone the event pushing of tags.
8560
8561 2006-07-12  Wim Taymans  <wim@fluendo.com>
8562
8563         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
8564         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
8565         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
8566         Revert last two changes that broke the freeze.
8567
8568 2006-07-12  Wim Taymans  <wim@fluendo.com>
8569
8570         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
8571         basesink calculates silence sample correctly for us.
8572
8573 2006-07-12  Wim Taymans  <wim@fluendo.com>
8574
8575         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
8576         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
8577         Calculate correct silence samples so we don't fill our ringbuffer
8578         with noise.
8579
8580 2006-07-12  Edward Hervey  <edward@fluendo.com>
8581
8582         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
8583         (gst_vorbis_dec_reset), (vorbis_dec_sink_event),
8584         (vorbis_handle_comment_packet), (vorbis_handle_type_packet):
8585         * ext/vorbis/vorbisdec.h:
8586         Delay sending events (newsegment, tags) until the decoder is properly
8587         initialized.
8588         Fixes #347295
8589
8590 2006-07-11  Jan Schmidt  <thaytan@mad.scientist.com>
8591
8592         * tests/check/elements/audioconvert.c: (get_float_mc_caps),
8593         (get_int_mc_caps), (GST_START_TEST), (audioconvert_suite):
8594           Patch from #347221 adding a test for audioconvert
8595           channel remappings.
8596
8597 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
8598
8599         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
8600         (gst_ssa_parse_parse_line):
8601           Don't include the terminating NUL in the buffer size,
8602           it's only there for extra paranoia (would add random
8603           '*' characters at the end of each subtitle since the
8604           terminator itself is not valid UTF-8 technically).
8605           Also fix indenting after boilerplate macro.
8606
8607 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
8608
8609         * gst/playback/gstdecodebin.c: (close_pad_link):
8610           Also emit 'unknown-type' signal (which should really be
8611           called unhandled-type) if we found potential decoders/demuxers
8612           in the registry but none of them worked in the end (as in the
8613           case where the plugins don't exist any longer but are still
8614           listed in the registry). Fixes #329798.
8615
8616 2006-07-08  Andy Wingo  <wingo@pobox.com>
8617
8618         * theoraparse.c (theora_parse_push_buffer)
8619         (theora_parse_drain_queue_prematurely, theora_parse_drain_queue):
8620         Add some more debugging. Fix granulepos reconstruction in the face
8621         of discontinuities.
8622
8623 2006-07-06  Wim Taymans  <wim@fluendo.com>
8624
8625         * gst-libs/gst/audio/gstbaseaudiosink.c:
8626         (gst_base_audio_sink_class_init),
8627         (gst_base_audio_sink_provide_clock):
8628         Use gobject_class instead of G_OBJECT_CLASS (klass)
8629
8630         * gst-libs/gst/audio/gstbaseaudiosrc.c:
8631         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
8632         (gst_base_audio_src_set_clock), (gst_base_audio_src_provide_clock),
8633         (gst_base_audio_src_get_time),
8634         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create),
8635         (gst_base_audio_src_create_ringbuffer):
8636         Fix latency and buffer-time constants and properties ala basesink.
8637         Implement pull based scheduling. Fixes #346527.
8638         Set default blocksize in GstBaseSrc to 0, we default to pushing out
8639         one segment.
8640         Refuse slaving to another clock instead of silently not working.
8641         Only provide a clock when we are actually able to do so.
8642         Various small cleanups and compiler hints.
8643
8644 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
8645
8646         Patch by: Lutz Mueller <lutz at topfrose de>
8647
8648         * gst/typefind/gsttypefindfunctions.c: (html_type_find),
8649         (plugin_init):
8650           Add typefinding for text/html (#346581).
8651
8652 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
8653
8654         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
8655         (xml_check_first_element), (xml_type_find), (smil_type_find):
8656           Fix SMIL typefinding, make xml_check_first_element() more
8657           useful.
8658
8659 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
8660
8661         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
8662         (gst_play_base_bin_finalize), (decodebin_element_added_cb),
8663         (decodebin_element_removed_cb), (gst_play_base_bin_set_property):
8664         * gst/playback/gstplaybasebin.h:
8665           Protect list of elements with a subtitle-encoding property and
8666           the subtitle encoding member itself with a lock of their own
8667           instead of using the object lock. This prevents a dead-lock in
8668           the element-remove callback in some circumstances when shutting
8669           down playbin.
8670
8671 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
8672
8673         * win32/common/libgsttag.def:
8674         Export some new functions.
8675         * win32/vs6/libgstogg.dsp:
8676         Add a link to libgsttag-0.10.lib.
8677
8678 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
8679
8680         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
8681           Some const-ification.
8682
8683 2006-07-04  Wim Taymans  <wim@fluendo.com>
8684
8685         * gst/playback/gstplaybasebin.c: (is_stream), (gen_source_element):
8686         Improve checking if we are dealing with a stream. Added some
8687         more uris that need buffering.
8688
8689 2006-07-03  Edward Hervey  <edward@fluendo.com>
8690
8691         * ext/vorbis/vorbisdec.c: (vorbis_do_clip):
8692         Remove unused variable.
8693
8694 2006-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
8695
8696         * Makefile.am:
8697           include lcov.mak
8698         * configure.ac:
8699           add GCOV_LIBS to GST_LIBS
8700
8701 2006-07-02  Tim-Philipp Müller  <tim at centricular dot net>
8702
8703         Patch by: Michael Sheldon  <webmaster at mikeasoft com>
8704
8705         * ext/alsa/gstalsasrc.c:
8706           Add 32 bps to template caps and increase channels range
8707           from [1,2] to [1,MAX]. See #346326.
8708
8709 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
8710
8711         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
8712           Recognise 'WMVA' video codec fourcc (#345879).
8713           
8714 2006-06-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
8715          
8716         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
8717           Fixed nasty memory leak
8718
8719 2006-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
8720
8721         * gst/tcp/gsttcp.c: (gst_tcp_read_buffer),
8722         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps):
8723           fix logging
8724
8725 2006-06-23  Jan Schmidt  <thaytan@mad.scientist.com>
8726
8727         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
8728         (gst_decode_bin_init), (gst_decode_bin_finalize), (add_fakesink),
8729         (remove_fakesink), (pad_probe), (gst_decode_bin_change_state):
8730         Protect remove_fakesink using a mutex, so that we don't try and
8731         remove the fakesink simultaneously from multiple threads.
8732
8733         When going from READY to PAUSED, restore the fakesink, so that
8734         it is there when decodebin gets reused.
8735
8736 2006-06-23  Tim-Philipp Müller  <tim at centricular dot net>
8737
8738         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8739         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8740         * gst-libs/gst/rtp/gstbasertppayload.c:
8741         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8742         * gst/tcp/gstmultifdsink.c:
8743         * gst/tcp/gsttcpclientsink.c:
8744         * gst/tcp/gsttcpclientsrc.c:
8745         * gst/tcp/gsttcpserversink.c:
8746         * gst/tcp/gsttcpserversrc.c:
8747         * gst/videorate/gstvideorate.c:
8748         * gst/videotestsrc/gstvideotestsrc.c:
8749         * sys/v4l/gstv4ljpegsrc.c:
8750         * sys/v4l/gstv4lmjpegsink.c:
8751         * sys/v4l/gstv4lsrc.c:
8752         * tests/examples/seek/scrubby.c:
8753         * tests/examples/seek/seek.c:
8754           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503).
8755
8756 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
8757
8758         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum):
8759           Second field in GEnumValue shouldn't be a description,
8760           but a stringified version of the enum value.
8761
8762 2006-06-22  Wim Taymans  <wim@fluendo.com>
8763
8764         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
8765         (gst_ximage_buffer_free), (gst_ximagesink_ximage_put),
8766         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
8767         Avoid type checking in buffer casts.
8768         Avoid caps copy in buffer_alloc when we can.
8769         Use pad_peer_accept.
8770
8771 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
8772
8773         * gst-libs/gst/tag/tag.h:
8774           Oops, make that 'Since: 0.10.9'.
8775
8776 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
8777
8778         * docs/libs/gst-plugins-base-libs-sections.txt:
8779         * gst-libs/gst/tag/tag.h:
8780         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum),
8781         (gst_tag_image_type_get_type):
8782           API: add GstTagImageType enum to describe images contained
8783           in image tags (#345641).
8784
8785 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
8786
8787         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
8788           Fix warnings with gst-inspect: "buffers-min" property
8789           should be of G_TYPE_INT and not G_TYPE_INT64. Also fix
8790           typo in property description.
8791
8792 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
8793
8794         Patch by: Cody Russell <bratsche at gnome org>
8795
8796         * gst/audioresample/gstaudioresample.c:
8797         (gst_audioresample_class_init):
8798         * gst/playback/gststreamselector.c:
8799         (gst_stream_selector_class_init):
8800         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
8801         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
8802         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
8803         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
8804         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
8805         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
8806         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
8807         * gst/videotestsrc/gstvideotestsrc.c:
8808         (gst_video_test_src_class_init):
8809         * gst/volume/gstvolume.c: (gst_volume_class_init):
8810           Avoid unnecessary class cast check in class_init
8811           functions (#337747).
8812
8813 2006-06-21  Tim-Philipp Müller  <tim at centricular dot net>
8814
8815         * ext/pango/gsttextoverlay.c: (gst_text_overlay_make_utf8),
8816         (gst_text_overlay_video_chain):
8817           g_markup_escape_text() REALLY doesn't like non-UTF8 input
8818           and doesn't validate its input either (and neither did
8819           textoverlay it seems). Let's do that then and fix #345206.
8820
8821 2006-06-19  Wim Taymans  <wim@fluendo.com>
8822
8823         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
8824         (gst_unit_type_get_type), (gst_multi_fd_sink_class_init),
8825         (gst_multi_fd_sink_init), (gst_multi_fd_sink_add_full),
8826         (gst_multi_fd_sink_add), (gst_multi_fd_sink_handle_client_read),
8827         (find_syncframe), (find_limits), (assign_value),
8828         (count_burst_unit), (gst_multi_fd_sink_new_client),
8829         (gst_multi_fd_sink_handle_client_write),
8830         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_render),
8831         (gst_multi_fd_sink_set_property), (gst_multi_fd_sink_get_property),
8832         (gst_multi_fd_sink_change_state):
8833         * gst/tcp/gstmultifdsink.h:
8834         Added shiny new burst-on-connect methods.
8835         Add properties to control the minimal amount of data queued.
8836         Small cleanups.
8837         API: bytes-min property
8838         API: time-min property
8839         API: buffers-min property
8840         API: burst-unit property
8841         API: burst-value property
8842         API: add-full signal
8843
8844         * gst/tcp/gsttcp-marshal.list:
8845         Added new marshaller code for the new signal.
8846
8847         * tests/check/elements/multifdsink.c: (GST_START_TEST),
8848         (multifdsink_suite):
8849         Added testcases for new burst methods.
8850
8851 2006-06-19  Edward Hervey  <edward@fluendo.com>
8852
8853         * ext/theora/theoradec.c: (clip_buffer), (theora_dec_push):
8854         Implement clipping for accurate seeking.
8855         Closes #345225
8856
8857 2006-06-19  Wim Taymans  <wim@fluendo.com>
8858
8859         Patch by: Philip Jaegenstedt <philip at lysator dot liu dot se>
8860
8861         * gst/videoscale/gstvideoscale.c: (gst_video_scale_prepare_size),
8862         (gst_video_scale_transform):
8863         Make videoscale support RGBA, ARGB, BGRA and ABGR. Fixes #345131
8864
8865 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
8866
8867         * configure.ac:
8868           Fix --disable-external (can't set conditionals conditionally,
8869           #343602).
8870
8871 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
8872
8873         * tests/check/elements/audioresample.c: (test_reuse),
8874         (audioresample_suite):
8875           Add test case for bug #342789 fixed below.
8876
8877 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
8878
8879         * gst/audioresample/gstaudioresample.c:
8880         (gst_audioresample_class_init), (gst_audioresample_init),
8881         (audioresample_start), (audioresample_stop),
8882         (gst_audioresample_set_property), (gst_audioresample_get_property):
8883           Implement GstBaseTransform::start and ::stop so that audioresample
8884           can clear its internal state properly and be reused instead of
8885           causing non-negotiated errors with playbin under some circumstances
8886           (#342789).
8887
8888         * tests/check/elements/audioresample.c: (setup_audioresample),
8889         (cleanup_audioresample):
8890           Need to set element state here so that ::start and ::stop are
8891           called.
8892
8893 2006-06-16  Wim Taymans  <wim@fluendo.com>
8894
8895         Patch by: Young-Ho Cha <ganadist at chollian dot net>
8896
8897         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_vids):
8898         Parse extra data better, apparently it's right behind
8899         the normal strf header size. Fixes #343500.
8900
8901 2006-06-16  Wim Taymans  <wim@fluendo.com>
8902
8903         * ext/alsa/gstalsasink.c: (set_hwparams):
8904         If we fail to set the buffer_time and period_time alsa
8905         parameters, post a warning and leave alsa select a 
8906         default instead of failing. Fixes #342085
8907
8908 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
8909
8910         * docs/libs/gst-plugins-base-libs-sections.txt:
8911         * gst-libs/gst/cdda/gstcddabasesrc.h:
8912           Remove GST_CDDA_TAG_TRACK_TAGS again, it is #ifdef 0'ed
8913           out in the header file and shouldn't be listed in the docs.
8914
8915         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
8916           Must dereference pointer to fourcc in the debug statement.
8917
8918 2006-06-16  Stefan Kost  <ensonic@users.sf.net>
8919
8920         * docs/libs/Makefile.am:
8921         * docs/libs/gst-plugins-base-libs-docs.sgml:
8922         * docs/libs/gst-plugins-base-libs-sections.txt:
8923         * docs/libs/gst-plugins-base-libs.types:
8924         add remaining symbols into correct setions
8925         
8926         * gst-libs/gst/audio/gstringbuffer.c:
8927         fix incomplete docs
8928         
8929         * gst-libs/gst/audio/gstringbuffer.h:
8930         comment out not yet implemented function
8931         
8932         
8933         * gst-libs/gst/floatcast/floatcast.h:
8934         * gst-libs/gst/netbuffer/gstnetbuffer.c:
8935         add short descriptions
8936         
8937         
8938         * gst-libs/gst/interfaces/propertyprobe.c:
8939         fix return value docs   
8940         
8941         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
8942         simplify debug logging
8943         
8944         * gst-libs/gst/riff/riff-read.h:
8945         sync function prototype and docs
8946         
8947         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
8948         remove left over symbol
8949
8950 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
8951
8952         * autogen.sh:
8953         * configure.ac:
8954         * docs/Makefile.am:
8955           Use GST_PLUGIN_DOCS macro in configure.ac, add
8956           --enable-plugin-docs default to autogen.sh and use
8957           ENABLE_PLUGIN_DOCS conditional in Makefile.am (#344039).
8958
8959 2006-06-15  Wim Taymans  <wim@fluendo.com>
8960
8961         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
8962         (gst_ogg_demux_activate_chain), (gst_ogg_demux_combine_flows),
8963         (gst_ogg_demux_loop):
8964         Combine GstFlowReturn from the source pads to give a
8965         meaningfull result to the upstream peer or to stop the
8966         processing task in case of errors.
8967
8968 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
8969
8970         * gst/playback/gststreaminfo.c: (cb_probe):
8971           Try GST_TAG_CODEC as fallback when extracting the
8972           codec name; more debug info.
8973
8974 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
8975
8976         * ext/ogg/Makefile.am:
8977         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
8978           Extract language tags from ogm subtitle streams, so that
8979           the subtitle menu choices are labelled correctly in
8980           Totem (fixes #344708).
8981
8982 2006-06-14  Wim Taymans  <wim@fluendo.com>
8983
8984         Patch by: Alessandro Decina <alessandro at nnva dot org>
8985
8986         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_clear),
8987         (gst_ogg_mux_release_pad), (gst_ogg_mux_get_headers),
8988         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_init_collectpads),
8989         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
8990         Fix various leaks. Fixes #343699.
8991         Add x-smoke mime type.
8992
8993 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
8994
8995         * gst-libs/gst/riff/riff-ids.h:
8996           Add IDs for 'bext' chunks (see #343837).
8997
8998 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
8999
9000         Patch by: Young-Ho Cha  <ganadist at chollian net>
9001
9002         * gst/subparse/samiparse.c: (sami_context_pop_state),
9003         (handle_start_font), (end_sami_element):
9004           Honour font face tags in SAMI subtitles (#344503).
9005
9006 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
9007
9008         * po/POTFILES.in:
9009           add missing files containing translatable strings
9010
9011 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
9012
9013         * docs/libs/tmpl/.cvsignore:
9014           we don't want those *.sgml files in CVS either
9015
9016 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
9017
9018         * docs/libs/.cvsignore:
9019         * tests/check/elements/.cvsignore:
9020         * tests/check/libs/.cvsignore:
9021           ignore more
9022
9023 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
9024
9025         * docs/libs/Makefile.am:
9026           also commiting the changed Makefile.am (added more libs to the
9027           doc-build)
9028
9029 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
9030
9031         * docs/libs/gst-plugins-base-libs-docs.sgml:
9032         * docs/libs/gst-plugins-base-libs-sections.txt:
9033         * docs/libs/gst-plugins-base-libs.types:
9034           first batch of reordering things, add index & hierarchy
9035
9036 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
9037
9038         * configure.ac:
9039           use GST_PKG_CHECK_MODULES, cleans up output
9040
9041 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
9042
9043         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
9044           Add support for burn:// URIs (#343385); const-ify things a bit,
9045           use G_N_ELEMENTS instead of hard-coded array size.
9046
9047 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
9048
9049         Patch by: Young-Ho Cha  <ganadist at chollian net>
9050
9051         * gst/subparse/samiparse.c: (fix_invalid_entities), (parse_sami):
9052           Fix up broken entities before passing them to libxml *sigh*.
9053           (#343303).
9054           
9055 2006-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
9056
9057         * configure.ac:
9058           back to TRUNK
9059
9060 === release 0.10.8 ===
9061
9062 2006-06-09  Thomas Vander Stichele <thomas at apestaart dot org>
9063
9064         * configure.ac:
9065           releasing 0.10.8, "Moar gij ziet mij nie"
9066
9067 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
9068
9069         * configure.ac:
9070         * po/af.po:
9071         * po/az.po:
9072         * po/cs.po:
9073         * po/en_GB.po:
9074         * po/hu.po:
9075         * po/it.po:
9076         * po/nb.po:
9077         * po/nl.po:
9078         * po/or.po:
9079         * po/sq.po:
9080         * po/sr.po:
9081         * po/sv.po:
9082         * po/uk.po:
9083         * po/vi.po:
9084         * win32/common/config.h:
9085           0.10.7.2 prerelease
9086
9087 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
9088
9089         * docs/libs/tmpl/gstaudio.sgml:
9090         * docs/libs/tmpl/gstcolorbalance.sgml:
9091         * docs/libs/tmpl/gstmixer.sgml:
9092         * docs/libs/tmpl/gstringbuffer.sgml:
9093         * docs/libs/tmpl/gsttuner.sgml:
9094         * docs/libs/tmpl/gstxoverlay.sgml:
9095         * gst-libs/gst/audio/audio.c:
9096         * gst-libs/gst/audio/gstringbuffer.c:
9097         * gst-libs/gst/interfaces/colorbalance.c:
9098         * gst-libs/gst/interfaces/mixer.c:
9099         * gst-libs/gst/interfaces/tuner.c:
9100         * gst-libs/gst/interfaces/xoverlay.c:
9101           move last template doc snippets to source code and delete them
9102
9103 2006-06-06  Michael Smith  <msmith@fluendo.com>
9104
9105         * ext/theora/theoraparse.c: (theora_parse_drain_queue_prematurely),
9106         (theora_parse_drain_queue):
9107           Mark DELTA_UNIT on non-keyframes.
9108
9109 2006-06-03  Jan Schmidt  <thaytan@mad.scientist.com>
9110
9111         * gst-libs/gst/audio/gstbaseaudiosink.c:
9112         (gst_base_audio_sink_class_init), (gst_base_audio_sink_setcaps):
9113         * gst-libs/gst/audio/gstbaseaudiosink.h:
9114         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps),
9115         (gst_ring_buffer_samples_done):
9116         * gst-libs/gst/audio/gstringbuffer.h:
9117         Document better the fact that latency_time and buffer_time are values
9118         stored in microseconds, and not the usual GStreamer nanoseconds.
9119         Change the variables (compatibly) that store them from GstClockTime 
9120         to guint64 to make it more clear that they're not storing clock times.
9121         Also, remove the bogus property description that says the user can
9122         specify -1 to get the default value, since that's never been the case.
9123
9124         When computing the default segment size for the ring buffer, make it
9125         an integer number of samples.
9126
9127         When the sub-class indicates a delay greater than the number of
9128         samples we've written return 0 from the audio sink get_time method.
9129
9130 2006-06-02  Michael Smith  <msmith@fluendo.com>
9131
9132         * tests/check/elements/audioconvert.c: (set_channel_positions),
9133         (get_float_mc_caps), (get_int_mc_caps):
9134         * tests/check/elements/audioresample.c:
9135         * tests/check/elements/audiotestsrc.c: (GST_START_TEST):
9136         * tests/check/elements/videorate.c:
9137         * tests/check/elements/videotestsrc.c: (GST_START_TEST):
9138         * tests/check/elements/volume.c:
9139         * tests/check/elements/vorbisdec.c:
9140         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
9141           Don't busy-wait in tests; this was causing test timeouts very
9142           frequently when running under valgrind.
9143
9144 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
9145
9146         * gst/tcp/README:
9147         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_init),
9148         (gst_multi_fd_sink_remove_client_link),
9149         (gst_multi_fd_sink_client_queue_caps),
9150         (gst_multi_fd_sink_client_queue_buffer),
9151         (gst_multi_fd_sink_handle_client_write),
9152         (gst_multi_fd_sink_render):
9153         * gst/tcp/gstmultifdsink.h:
9154           make multifdsink properly deal with streamheader:
9155           - streamheader is taken from caps
9156           - buffers marked with IN_CAPS are not sent
9157           - streamheaders are sent, on connection, from the caps of the
9158             buffer where the client gets positioned to
9159           - further streamheader changes are done every time the client
9160             will receive a buffer with different caps
9161         * tests/check/elements/multifdsink.c: (GST_START_TEST),
9162         (gst_multifdsink_create_streamheader):
9163           add tests for this
9164
9165 2006-06-02  Michael Smith  <msmith@fluendo.com>
9166
9167         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
9168           Reinstate limit on channel count. Vorbis does not define the meaning
9169           of > 6 channels, so they're just independent channels. Gstreamer
9170           currently has no mechanism to represent N independent channels.
9171
9172 2006-06-02  Michael Smith  <msmith@fluendo.com>
9173
9174         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
9175           Don't arbitrarily restrict channel counts and rate in vorbis.
9176           In terms of effects likely on real-world files, this fixes 96kHz
9177           playback of vorbis.
9178
9179 2006-06-02  Michael Smith  <msmith@fluendo.com>
9180
9181         * gst/audioconvert/audioconvert.c: (float):
9182           More correct float->int conversion.
9183
9184 2006-06-02  Michael Smith  <msmith@fluendo.com>
9185
9186         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_perform_seek):
9187           Don't accidently send GST_CLOCK_TIME_NONE as a new segment start
9188           value. Fixes g-critical on trying to play back ogg containing
9189           unknown codec.
9190
9191 2006-06-02  Wim Taymans  <wim@fluendo.com>
9192
9193         * gst/playback/gstplaybasebin.c: (group_create), (group_commit),
9194         (setup_source):
9195         * gst/playback/gstplaybasebin.h:
9196         Make the subtitle detection work from any thread so we don't
9197         deadlock. Fixes #343397.
9198
9199 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
9200
9201         * gst/volume/Makefile.am:
9202           Seriously, it's not *that* hard to get compilation right.  Even
9203           a drunk can do it ! Add LIBOIL CFLAGS and LIBS
9204
9205 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
9206
9207         * gst/volume/gstvolume.c: (volume_choose_func),
9208         (volume_update_real_volume), (gst_volume_class_init),
9209         (gst_volume_init), (volume_process_float), (volume_process_int16),
9210         (volume_process_int16_clamp), (volume_set_caps),
9211         (volume_transform_ip), (plugin_init):
9212         * gst/volume/gstvolume.h:
9213         rewrite the passthrough check, split _int16 and _int16_clamp, fix
9214         another property desc., remove unused param from process function
9215         
9216         * tests/check/elements/volume.c: (volume_suite):
9217         reactivate the passthrough test
9218
9219 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
9220
9221         * ext/alsa/gstalsamixerelement.h:
9222         * ext/alsa/gstalsamixeroptions.h:
9223         * ext/alsa/gstalsamixertrack.h:
9224         * ext/gnomevfs/gstgnomevfssink.h:
9225         * ext/gnomevfs/gstgnomevfssrc.h:
9226         * ext/theora/gsttheoradec.h:
9227         * ext/theora/gsttheoraenc.h:
9228         * ext/theora/gsttheoraparse.h:
9229         * ext/vorbis/vorbisparse.h:
9230         * gst-libs/gst/audio/gstaudioclock.h:
9231         * gst-libs/gst/audio/gstaudiofilter.h:
9232         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
9233         * gst/audioconvert/gstaudioconvert.h:
9234         * gst/audioresample/gstaudioresample.h:
9235         * gst/audiotestsrc/gstaudiotestsrc.h:
9236         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
9237         * gst/playback/gststreamselector.h:
9238         * gst/tcp/gstmultifdsink.h:
9239         * gst/tcp/gsttcpclientsink.h:
9240         * gst/tcp/gsttcpclientsrc.h:
9241         * gst/tcp/gsttcpserversink.h:
9242         * gst/tcp/gsttcpserversrc.h:
9243         * gst/videorate/gstvideorate.h:
9244         * gst/videoscale/gstvideoscale.h:
9245         * gst/videotestsrc/gstvideotestsrc.h:
9246         * gst/volume/gstvolume.h:
9247         * sys/v4l/gstv4ljpegsrc.h:
9248         * sys/v4l/gstv4lmjpegsink.h:
9249         * sys/v4l/gstv4lmjpegsrc.h:
9250         * sys/v4l/gstv4lsrc.h:
9251         * sys/ximage/ximagesink.h:
9252         * sys/xvimage/xvimagesink.h:
9253         * tests/old/testsuite/alsa/sinesrc.h:
9254         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
9255
9256 2006-05-31  Wim Taymans  <wim@fluendo.com>
9257
9258         * ext/libvisual/visual.c: (gst_visual_reset),
9259         (gst_visual_sink_setcaps), (gst_visual_sink_event),
9260         (gst_visual_src_event), (get_buffer), (gst_visual_chain):
9261         Handle DISCONT.
9262         Use running time before doing QoS.
9263         Handle mono too.
9264
9265 2006-05-31  Thomas Vander Stichele  <thomas at apestaart dot org>
9266
9267         * docs/libs/Makefile.am:
9268           set a magic variable to indicate we know the docs are incomplete
9269
9270 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
9271
9272         * win32/common/libgstvideo.def:
9273           export gst_video_calculate_display_ratio
9274         * win32/vs6/libgstvideoscale.dsp:
9275           add link to libgstvideo-0.10.lib
9276
9277 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
9278
9279         * gst/playback/gstplaybasebin.c: (gen_source_element):
9280           Throw a more comprehensible error for rtsp:// URIs (rather
9281           than erroring out with a negotiation error later on) until
9282           we fix playbin to handle rtspsrc etc.
9283
9284 2006-05-30  Wim Taymans  <wim@fluendo.com>
9285
9286         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
9287         (gst_text_overlay_text_event):
9288         Added some FIXMEs.
9289
9290 2006-05-30  Wim Taymans  <wim@fluendo.com>
9291
9292         * gst/adder/gstadder.c: (gst_adder_class_init), (gst_adder_init),
9293         (gst_adder_request_new_pad), (gst_adder_release_pad):
9294         * gst/adder/gstadder.h:
9295         Implement release_request_pad.
9296         Make padcounter atomic.
9297
9298         * tests/check/elements/adder.c: (GST_START_TEST), (adder_suite):
9299         Added check for release_pad in adder.
9300
9301 2006-05-30  Wim Taymans  <wim@fluendo.com>
9302
9303         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream):
9304         Fix build again.
9305
9306 2006-05-30  Thomas Vander Stichele  <thomas at apestaart dot org>
9307
9308         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
9309         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
9310         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
9311         (gst_ogg_pad_submit_page), (gst_ogg_chain_new_stream),
9312         (gst_ogg_demux_seek), (gst_ogg_demux_get_data),
9313         (gst_ogg_demux_get_next_page), (gst_ogg_demux_do_seek),
9314         (gst_ogg_demux_bisect_forward_serialno),
9315         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_chains),
9316         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
9317           add more debugging
9318           clean up printf formats for granulepos and serialno
9319
9320 2006-05-30  Michael Smith  <msmith@fluendo.com>
9321
9322         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
9323         (gst_vorbis_enc_class_init), (gst_vorbis_enc_dispose),
9324         (gst_vorbis_enc_generate_sink_caps), (gst_vorbis_enc_sink_getcaps),
9325         (gst_vorbis_enc_init), (gst_vorbis_enc_buffer_from_header_packet),
9326         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
9327         * ext/vorbis/vorbisenc.h:
9328           Multi-channel caps negotiation, so we can do proper multichannel
9329           vorbis encoding, negotiated through audioconvert.
9330
9331 2006-05-30  Wim Taymans  <wim@fluendo.com>
9332
9333         * tests/check/elements/adder.c: (test_event_message_received),
9334         (test_play_twice_message_received), (GST_START_TEST),
9335         (adder_suite):
9336         Added check to show that #339935 is fixed with ongoing
9337         adder and collectpads fixes.
9338
9339 2006-05-29  Wim Taymans  <wim@fluendo.com>
9340
9341         * gst/adder/gstadder.c: (gst_adder_request_new_pad):
9342         Don't leak pad name.
9343
9344 2006-05-29  Wim Taymans  <wim@fluendo.com>
9345
9346         * gst/adder/gstadder.c: (gst_adder_query_duration),
9347         (forward_event_func), (forward_event), (gst_adder_src_event):
9348         Fix adder seeking.
9349         Make query/seeking code threadsafe.
9350
9351         * tests/check/Makefile.am:
9352         * tests/check/elements/adder.c: (test_event_message_received),
9353         (GST_START_TEST), (test_play_twice_message_received):
9354         Fix adder test case.
9355
9356 2006-05-29  Tim-Philipp Müller  <tim at centricular dot net>
9357
9358         Patch by: Young-Ho Cha  <ganadist at chollian net>
9359
9360         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
9361         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
9362         (set_encoding_element), (decodebin_element_added_cb),
9363         (decodebin_element_removed_cb), (setup_subtitle), (setup_source),
9364         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
9365         * gst/playback/gstplaybasebin.h:
9366           Add 'subtitle-encoding' property to playbin, so applications can
9367           force a subtitle encoding for non-UTF8 subtitles (#342268).
9368
9369         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init),
9370         (gst_sub_parse_set_property):
9371           Rename recently-added 'encoding' property to 'subtitle-encoding'
9372           (so it can be proxied by playbin/decodebin in a generic way
9373           with less danger of false positives).
9374
9375 2006-05-29  Michael Smith  <msmith@fluendo.com>
9376
9377         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
9378         (append_with_other_format), (set_structure_widths),
9379         (gst_audio_convert_transform_caps):
9380           Patch from #341562: give more specific audio caps in get_caps, so
9381           that basetransform  can make better decisions on what caps to
9382           negotiate.
9383
9384 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
9385
9386         * tests/check/elements/volume.c:
9387         make it compile again
9388
9389 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
9390
9391         * tests/check/elements/volume.c: (volume_suite):
9392         disable test until #343196 gets resolved
9393
9394 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
9395
9396         * gst/adder/gstadder.c: (gst_adder_get_type):
9397         Make it easier to copy&paste
9398         
9399         * gst/volume/Makefile.am:
9400         * gst/volume/gstvolume.c: (volume_update_real_volume),
9401         (gst_volume_set_volume), (gst_volume_set_mute),
9402         (gst_volume_class_init), (volume_process_int16), (volume_set_caps),
9403         (volume_transform_ip), (volume_update_mute),
9404         (volume_update_volume):
9405         * gst/volume/gstvolume.h:
9406         Add own debug category, move duplicate code to helper function, fix
9407         property texts, add more comments and prepare ffor liboil-goodness
9408         
9409         * tests/check/Makefile.am:
9410         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
9411         add test for mute and passtrough case, be a bit more verbose to track
9412         failure
9413         
9414         * tests/check/generic/states.c: (GST_START_TEST):
9415         catch elements that fail to instantiate
9416
9417 2006-05-28  Edward Hervey  <edward@fluendo.com>
9418
9419         * tests/check/pipelines/simple-launch-lines.c:
9420         * tests/check/pipelines/theoraenc.c:
9421         * tests/check/pipelines/vorbisenc.c:
9422         Comment out tests using parse_launch() if core was built without
9423         parsing capabilities.
9424
9425 2006-05-27  Edward Hervey  <edward@fluendo.com>
9426
9427         * tests/check/Makefile.am:
9428         Extra bonus points for whoever explains to ensonic that you are meant
9429         to test unit tests thoroughly before commiting them, especially if
9430         you know it's going to break.
9431         De-activated element/adder tests.
9432
9433 2006-05-27  Edward Hervey  <edward@fluendo.com>
9434
9435         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9436         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps):
9437         Marking caps conversion issues as GST_WARNING is way too verbose,
9438         Moving them to GST_LOG.
9439
9440 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
9441
9442         * README:
9443           Replace current README (containing the release notes from
9444           some 0.9.x version) with a proper README taken from the core.
9445
9446 2006-05-26  Wim Taymans  <wim@fluendo.com>
9447
9448         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
9449         (vorbis_dec_src_event), (vorbis_dec_sink_event), (vorbis_do_clip),
9450         (vorbis_dec_push), (vorbis_handle_data_packet), (vorbis_dec_chain),
9451         (vorbis_dec_change_state):
9452         Small cleanups.
9453         Add some FIXMEs
9454         Clip output samples to segment boundaries.
9455
9456 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
9457
9458         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
9459         (gst_ximagesink_xcontext_get), (gst_ximagesink_show_frame):
9460         Improve the errors produced on bad output, including some human
9461         readable description strings.
9462         Handle the (theoretical for ximagesink) case where the XServer 
9463         has a different idea about the size required for a particular 
9464         frame and gives us too small a memory allocation.
9465
9466 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
9467
9468         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
9469         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
9470         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
9471         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
9472         Improve the errors produced on bad output, including some human 
9473         readable description strings.
9474         Handle RGB Xv formats properly by transforming them into our 
9475         big-endian caps description.
9476         Use gst_caps_truncate to ensure that we never try and choose a
9477         non-fixed caps in buffer_alloc.
9478         Handle the case where the XServer has a different idea about the size
9479         required for a particular frame and gives us too small a memory
9480         allocation.
9481         Use -1 to indicate 'no image format', because 0 is a valid XServer
9482         image format number.
9483         Put RGB Xv formats at the end of the caps, so that we always prefer
9484         YUV format frames.
9485         Iterate the available Xv Encodings to determine the maximum width and
9486         height, and then return that in our caps.
9487         (Closes #315312, #337544)
9488
9489 2006-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
9490
9491         * gst/playback/gstdecodebin.c: (remove_fakesink), (pad_probe):
9492         When there is only one unfinished pad and it receives an event that
9493         doesn't match our requirements, we need to set alldone=FALSE so that
9494         the fakesink is not removed yet.
9495
9496 2006-05-25  Tim-Philipp Müller  <tim at centricular dot net>
9497
9498         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
9499           Use gst_type_find_helper_for_buffer() to find the type
9500           of stream from the first packet.
9501
9502         * configure.ac:
9503           Bump requirements to core CVS (needed for vorbis
9504           typefinding to work).
9505
9506 2006-05-24  Edward Hervey  <edward@fluendo.com>
9507
9508         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): 
9509         Added the 'prfl' atom type which MQV (no, it's not a typo) files
9510         contain.  Else they play perfectly fine with qtdemux.
9511
9512 2006-05-23  Stefan Kost  <ensonic@users.sf.net>
9513
9514         * ext/theora/theoradec.c:
9515         * ext/theora/theoraenc.c:
9516         * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
9517         * gst/audiorate/gstaudiorate.c:
9518           make more debug catagories static
9519         
9520         * tests/check/Makefile.am:
9521         * tests/check/elements/adder.c: (message_received),
9522         (test_event_message_received), (GST_START_TEST),
9523         (test_play_twice_message_received), (adder_suite):
9524           added test case for using element twice, extra bonus points for anyone
9525           who can make these test run reliably
9526
9527 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
9528
9529         * ext/theora/theoradec.c: (theora_dec_chain):
9530           Make work with time-stamped input buffers that do not
9531           have a granulepos in BUFFER_OFFSET_END (like theora
9532           buffers coming from matroskademux). Fixes #342448.
9533
9534 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
9535
9536         Patch by: Peter Kjellerstedt  <pkj at axis com>
9537
9538         * gst/tcp/Makefile.am:
9539           fdstresstest doesn't need Gtk+, fix compilation if 
9540           gtk is not available (#342566).
9541
9542 2006-05-19 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
9543          
9544         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
9545           80 line columns
9546           Removed redundant floor()
9547
9548 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
9549
9550         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
9551           On second thought, just skip JUNK chunks automatically, so
9552           the caller doesn't have to handle this. Fixes #342345.
9553           Also, return GST_FLOW_UNEXPECTED if we get a short read,
9554           not GST_FLOW_ERROR.
9555
9556 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
9557
9558         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
9559           Don't bail out on JUNK chunks with a size of 0 (would try to
9560           pull_range 0 bytes before, which sources don't like too much).
9561           See #342345.
9562
9563 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
9564
9565         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
9566         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
9567         Use the gstutil scaling function to preserve 64 bits while calculating
9568         output width and height from the display-aspect-ratio. (A continuation
9569         of #341542)
9570
9571 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
9572
9573         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
9574         (gst_xvimagesink_buffer_alloc):
9575         * sys/xvimage/xvimagesink.h:
9576         When performing buffer allocations, remember the caps and image format
9577         we return so that if the same caps are asked for next time we can
9578         return them immediately without doing any caps intersections.
9579
9580 2006-05-18 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
9581          
9582         * gst-libs/gst/rtp/README:
9583           Some new documentation
9584         * gst-libs/gst/rtp/gstrtpbuffer.h:       
9585           Added GST_RTP_PAYLOAD_DYNAMIC_STRING for use by children       
9586         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
9587         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:     
9588           New RTP audio base payloader class. Supports frame or sample based
9589           codecs.  Not enabled in Makefile.am until approved.
9590
9591 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
9592
9593         * tests/check/elements/alsa.c: (test_device_property_probe):
9594           Fix test case: don't try to free NULL GValueArray when there
9595           are no devices.
9596
9597 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
9598
9599         * tests/check/Makefile.am:
9600         * tests/check/elements/alsa.c: (test_device_property_probe),
9601         (alsa_suite), (main):
9602           Add simple test that runs a device property probe on alsasrc,
9603           alsasink and alsamixer. Disable valgrind check for now (too
9604           many leaks in libasound, and valgrind ignored my suppressions
9605           additions).
9606
9607 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
9608
9609         * ext/alsa/gstalsadeviceprobe.c: (gst_alsa_get_device_list),
9610         (gst_alsa_device_property_probe_probe_property),
9611         (gst_alsa_device_property_probe_needs_probe),
9612         (gst_alsa_device_property_probe_get_values),
9613         (gst_alsa_type_add_device_property_probe_interface):
9614         * ext/alsa/gstalsadeviceprobe.h:
9615         * ext/alsa/gstalsamixerelement.c:
9616         (gst_alsa_mixer_element_init_interfaces):
9617         * ext/alsa/gstalsamixerelement.h:
9618           Clean up and simplify alsa device probing. Make it actually work
9619           for multiple classes. Don't cache results any longer.
9620
9621         * ext/alsa/gstalsasink.c: (gst_alsasink_init_interfaces),
9622         (gst_alsasink_init):
9623         * ext/alsa/gstalsasrc.c: (gst_alsasrc_dispose),
9624         (gst_alsasrc_interface_supported), (gst_implements_interface_init),
9625         (gst_alsasrc_init_interfaces), (gst_alsasrc_set_property):
9626           Make alsasink and alsasrc implement the GstPropertyProbe interface
9627           for device probing (#342181).
9628           Patch by: Martin Szulecki  <gnomebugzilla at sukimashita com>
9629
9630 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
9631
9632         * gst/subparse/samiparse.c: (handle_start_font):
9633           Don't ignore return value of strtol (++compiler_happiness).
9634
9635 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
9636
9637         Patch by: Young-Ho Cha  <ganadist chollian net>
9638
9639         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
9640         (gst_sub_parse_class_init), (gst_sub_parse_init),
9641         (gst_sub_parse_set_property), (gst_sub_parse_get_property),
9642         (convert_encoding):
9643         * gst/subparse/gstsubparse.h:
9644           Add 'encoding' property (#341681).
9645
9646         * gst/subparse/samiparse.c: (characters_sami):
9647           Output is pango markup, so we need to escape text
9648           between tags (#342143).
9649
9650 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
9651
9652         * gst-libs/gst/audio/multichannel.c:
9653         (gst_audio_check_channel_positions):
9654           It's okay to have caps with channels=1 and a channel position
9655           different from GST_AUDIO_CHANNEL_POSITION_FRONT_MONO
9656           (deinterleavers might want to keep the position in the caps,
9657           so that they can be re-interleaved again properly later).
9658           Leave check for unexpected 2-channel layouts intact for now.
9659
9660 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9661
9662         * gst/tcp/gsttcp.c: (gst_tcp_socket_read):
9663         Return GST_FLOW_UNEXPECTED when we have an eos on the socket so
9664         basesrc can do its job correctly.
9665
9666 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
9667
9668         * ext/alsa/Makefile.am:
9669         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
9670         (gst_alsa_detect_formats), (get_channel_free_structure),
9671         (caps_add_channel_configuration), (gst_alsa_detect_channels),
9672         (gst_alsa_probe_supported_formats):
9673         * ext/alsa/gstalsa.h:
9674         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
9675           Refactor and improve caps probing code: probe signedness
9676           when we probe the supported formats/widths; set endianness
9677           to the one we actually probed for (ie. cpu endianness).
9678           
9679         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (gst_alsasrc_getcaps),
9680         (gst_alsasrc_close):
9681         * ext/alsa/gstalsasrc.h:
9682           Implement caps probing for alsasrc.
9683
9684 2006-05-15  Wim Taymans  <wim@fluendo.com>
9685
9686         * ext/theora/theoradec.c: (gst_theora_dec_reset),
9687         (theora_dec_src_query), (theora_dec_src_event),
9688         (theora_dec_sink_event), (theora_handle_comment_packet),
9689         (theora_handle_data_packet), (theora_dec_change_state):
9690         Cleanups, add some G_LIKELY.
9691         Use segment helpers instead of our own wrong code.
9692         Clear queued buffers on seek and READY.
9693
9694         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
9695         (vorbis_dec_convert), (vorbis_dec_src_query),
9696         (vorbis_dec_src_event), (vorbis_dec_sink_event),
9697         (vorbis_handle_comment_packet), (vorbis_dec_push),
9698         (vorbis_handle_data_packet), (vorbis_dec_chain),
9699         (vorbis_dec_change_state):
9700         * ext/vorbis/vorbisdec.h:
9701         Remove old useless packetno variable.
9702         Do position query properly.
9703         Add some G_LIKELY.
9704         Do cleanup of queued buffers in new helper function
9705         and use it.
9706
9707 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
9708
9709         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
9710           Query supported sample rates. Fixes #341732.
9711
9712 2006-05-15  Julien MOUTTE  <julien@moutte.net>
9713
9714         * gst/playback/gstdecodebin.c: (cleanup_decodebin),
9715         (gst_decode_bin_change_state): Make decodebin reusable
9716         when going from PAUSE_TO_READY and then back to PAUSED.
9717         Fixes #331678.
9718
9719 2006-05-15  Wim Taymans  <wim@fluendo.com>
9720
9721         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types),
9722         (vorbis_dec_convert), (vorbis_dec_src_query),
9723         (vorbis_dec_sink_query), (vorbis_dec_src_event),
9724         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
9725         (vorbis_dec_clean_queued), (vorbis_dec_push),
9726         (vorbis_handle_data_packet), (vorbis_dec_change_state):
9727         Cleanups. Use refcounting and DEBUG_OBJECT.
9728         Reset segment on flush, use code methods instead of our
9729         own wrong version.
9730         Fix potential memleak.
9731
9732 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
9733
9734         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
9735         (gst_alsasink_init):
9736         * ext/alsa/gstalsasink.h:
9737           Don't leak allocated snd_output_t structure if there's
9738           more than one alsasink instance at a time (#341873).
9739           Also fix GObject macros in header file.
9740           
9741 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
9742
9743         * gst/subparse/gstsubparse.c:
9744         (gst_sub_parse_data_format_autodetect):
9745           Don't use libxml functions in the typefinding code.
9746
9747 2006-05-15  Wim Taymans  <wim@fluendo.com>
9748
9749         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
9750         Fix seeking performance in the case where a non-header 
9751         packet has a 0 granulepos (busted theora case). 
9752         Fixes #341719
9753         (nvdr: thanks Wim for not mentioning who spotted and fixed it in
9754          the first place, you limelight stealer you)
9755
9756 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
9757
9758         * gst/subparse/gstsubparse.c:
9759         (gst_sub_parse_data_format_autodetect):
9760           Improve SAMI typefinding: handle case where there are
9761           whitespaces or newlines in front of the first <SAMI>
9762           tag (#169936).
9763
9764 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
9765
9766         * configure.ac:
9767           Build video4linux plugin even if there's no XVIDEO, just
9768           without implementing the GstXOverlay interface (#334002).
9769          
9770 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
9771
9772         * configure.ac:
9773         * ext/libvisual/visual.c: (gst_visual_actor_plugin_is_gl),
9774         (plugin_init):
9775           Add tentative support for libvisual-0.4 (#336881).
9776
9777 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
9778
9779         Patch by: Young-Ho Cha <ganadist at chollian net>
9780
9781         * gst/subparse/samiparse.c: (handle_start_font):
9782           Need to map "silver" colour explicitly (#169936).
9783
9784 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
9785
9786         Patch by: Young-Ho Cha  <ganadist at chollian net>
9787
9788         * gst/subparse/Makefile.am:
9789         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
9790         (parser_state_dispose), (gst_sub_parse_data_format_autodetect),
9791         (gst_sub_parse_format_autodetect), (feed_textbuf),
9792         (gst_subparse_type_find), (plugin_init):
9793         * gst/subparse/gstsubparse.h:
9794         * gst/subparse/samiparse.c:
9795         * gst/subparse/samiparse.h:
9796           Add support for SAMI subtitles (#169936).
9797
9798 2006-05-14  Michael Smith  <msmith@fluendo.com>
9799
9800         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
9801           Fix #341696: crash when mixing L+R+C to mono or stereo.
9802         * tests/check/Makefile.am:
9803         * tests/check/elements/audioconvert.c: (set_channel_positions),
9804         (get_float_mc_caps), (get_int_mc_caps), (GST_START_TEST),
9805         (audioconvert_suite):
9806           Add test for the above, including some generic framework bits for
9807           testing multichannel things.
9808
9809 === release 0.10.7 ===
9810
9811 2006-05-14  Jan Schmidt <thaytan@mad.scientist.com>
9812
9813         * configure.ac:
9814           releasing 0.10.7, "Leave the gun"
9815
9816 2006-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
9817
9818         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
9819         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
9820         Fix the build.
9821
9822 2006-05-12  Jan Schmidt  <thaytan@mad.scientist.com>
9823
9824         * docs/libs/gst-plugins-base-libs-docs.sgml:
9825         * docs/libs/gst-plugins-base-libs-sections.txt:
9826         * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio):
9827         * gst-libs/gst/video/video.h:
9828         * gst/videoscale/Makefile.am:
9829         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
9830         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
9831         * tests/check/Makefile.am:
9832         * tests/check/libs/video.c: (GST_START_TEST), (video_suite),
9833         (main):
9834           Fix integer overflow problem with pixel-aspect-ratio calculations
9835           in videoscale and xvimagesink (#341542)
9836
9837 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
9838
9839         * gst-libs/gst/tag/gstid3tag.c:
9840           Map GST_IMAGE_TAG to and from ID2v2 APIC frames (#341557).
9841
9842 2006-05-12  Sebastien Moutte  <sebastien@moutte.net>
9843
9844         * win32/MANIFEST:
9845           update win32 files listing
9846
9847 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
9848
9849         patch by: Sjoerd Simons (sjoerd@luon.net)
9850
9851         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
9852         (group_create), (group_destroy), (add_stream),
9853         (gst_play_base_bin_get_property),
9854         (gst_play_base_bin_get_streaminfo_value_array):
9855         * gst/playback/gstplaybasebin.h:
9856           API: GstPlayBaseBin::stream-info-value-array property
9857           use a more bindings-friendly way of exposing streaminfo
9858           using a GValueArray.  Tested in ipython.
9859           Closes #341114
9860
9861 2006-05-11  Wim Taymans  <wim@fluendo.com>
9862
9863         * gst/playback/gstdecodebin.c: (try_to_link_1), (queue_enlarge),
9864         (queue_underrun_cb), (queue_filled_cb):
9865         Also catch queue underruns but don't do anything yet.
9866         Refactor and comment queue enlarging code a bit.
9867
9868         * gst/playback/gstplaybasebin.c: (queue_overrun),
9869         (queue_threshold_reached), (queue_out_of_data),
9870         (gen_preroll_element):
9871         If a queue over/underruns check that we don't create nasty
9872         deadlocks when the min-threshold is not reached but the
9873         max-bytes is. In those cases disable max-bytes when we
9874         know that the queue is fed timed data.
9875         Add more comments.
9876
9877 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
9878
9879         * gst/playback/gstplaybin.c: (gen_audio_element):
9880           Make playbin automatically plug an 'audioresample'
9881           element before the audio sink as well. This solves
9882           problems with sinks that only accept a very specific
9883           sample rate, like esdsink (e.g. #340379).
9884
9885 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
9886
9887         * gst/playback/gstplaybasebin.c: (gen_source_element):
9888           Make http sources send special headers so that we receive
9889           icecast metadata if the http stream is an icecast stream
9890           (otherwise the server will just ignore them). This also
9891           means that from now on users will need the 'icydemux'
9892           element from gst-plugins-good installed if they want to
9893           listen to icecast radio streams. (#341432, #333657).
9894
9895 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
9896
9897         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_remove_client_link),
9898         (gst_multi_fd_sink_new_client), (gst_multi_fd_sink_stop):
9899           remove stupid example from docs - it should come with a simple
9900           C program instead.
9901           Clean up/fix docs
9902         * tests/check/elements/multifdsink.c: (wait_bytes_served),
9903         (fail_if_can_read), (GST_START_TEST),
9904         (gst_multifdsink_create_streamheader), (multifdsink_suite):
9905           add a test for changing streamheader which exposes a bug in
9906           multifdsink
9907
9908 2006-05-11  Michael Smith  <msmith@fluendo.com>
9909
9910         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
9911         (gst_gnome_vfs_src_received_headers_callback):
9912         * ext/gnomevfs/gstgnomevfssrc.h:
9913           Don't set icy-caps unless we have a sane interval value. Move
9914           interval to a local variable; we never use it outside this function.
9915
9916 2006-05-11  Wim Taymans  <wim@fluendo.com>
9917
9918         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
9919         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
9920         Register special buffer types along with the objects so
9921         that they are not registered at runtime from N different
9922         streaming threads since they are not threadsafe.
9923
9924 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
9925
9926         * tests/check/elements/multifdsink.c: (wait_bytes_served),
9927         (GST_START_TEST), (fail_unless_read), (multifdsink_suite):
9928           add two more tests, one doing streamheader
9929
9930 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
9931
9932         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_stop):
9933           clean up the bufqueue when shutting down
9934         * tests/check/Makefile.am:
9935         * tests/check/elements/multifdsink.c: (setup_multifdsink),
9936         (cleanup_multifdsink), (GST_START_TEST), (multifdsink_suite),
9937         (main):
9938           add a test for the leak that was just fixed
9939
9940 2006-05-10  Wim Taymans  <wim@fluendo.com>
9941
9942         * gst/adder/gstadder.c: (gst_adder_setcaps),
9943         (gst_adder_query_duration), (gst_adder_query), (forward_event),
9944         (gst_adder_src_event), (gst_adder_sink_event),
9945         (gst_adder_class_init), (gst_adder_finalize),
9946         (gst_adder_request_new_pad), (gst_adder_collected):
9947         * gst/adder/gstadder.h:
9948         Updated some docs. Added comments and FIXMEs all over the place.
9949         Improve debugging info.
9950         Fix leak on finalize by not calling the parent.
9951         Implement duration query.
9952         Make event forwarding threadsafe.
9953         Correctly send NEWSEGMENT at start and after flush.
9954         Handle EOS correctly.
9955         Post error when not negotiated.
9956
9957         * tests/check/elements/adder.c: (GST_START_TEST):
9958         Added FIXME in the test.
9959
9960 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
9961
9962         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
9963         (gst_text_overlay_halign_get_type),
9964         (gst_text_overlay_wrap_mode_get_type):
9965         * ext/theora/theoradec.c: (theora_handle_type_packet),
9966         (theora_handle_data_packet):
9967         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
9968         (theora_enc_sink_setcaps), (theora_enc_chain):
9969         * gst-libs/gst/cdda/gstcddabasesrc.c:
9970         (gst_cdda_base_src_mode_get_type):
9971         * gst/audiotestsrc/gstaudiotestsrc.c:
9972         (gst_audiostestsrc_wave_get_type):
9973         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
9974         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
9975         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
9976         (gst_sync_method_get_type), (gst_unit_type_get_type),
9977         (gst_client_status_get_type):
9978         * gst/videoscale/gstvideoscale.c:
9979         (gst_video_scale_method_get_type):
9980         * gst/videotestsrc/gstvideotestsrc.c:
9981         (gst_video_test_src_pattern_get_type):
9982         * gst/videotestsrc/videotestsrc.c: (paint_setup_I420),
9983         (paint_setup_YV12), (paint_setup_YUY2), (paint_setup_UYVY),
9984         (paint_setup_YVYU), (paint_setup_IYU2), (paint_setup_Y41B),
9985         (paint_setup_Y42B), (paint_setup_Y800), (paint_setup_YVU9),
9986         (paint_setup_YUV9), (paint_setup_RGB888), (paint_setup_BGR888),
9987         (paint_setup_RGB565), (paint_setup_xRGB1555):
9988           Const-ify GEnumValue and GFlagsValue arrays. Use
9989           GST_ROUND_UP_* macros instead of home-made ones.
9990
9991 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
9992
9993         * configure.ac:
9994           Require core CVS for the new newsegment stuff.
9995
9996 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
9997
9998         Patch by: Sjoerd Simons  <sjoerd at luon net>
9999
10000         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type):
10001           Register nick for enum value (#341160).
10002
10003 2006-05-09  Stefan Kost  <ensonic@users.sf.net>
10004
10005         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find),
10006         (plugin_init):
10007          backout typefind patch #340375
10008          
10009         * tests/check/elements/adder.c: (message_received),
10010         (GST_START_TEST), (adder_suite):
10011           redo, signal-handling of test
10012
10013 2006-05-09  Wim Taymans  <wim@fluendo.com>
10014
10015         * gst/adder/gstadder.c: (gst_adder_request_new_pad),
10016         (gst_adder_collected):
10017         * gst/adder/gstadder.h:
10018         Remove bogus segment merging and forwarding, we don't
10019         care about timestamps anyway and we just produce a
10020         continuous stream. 
10021         Also create a nice NEWSEGMENT event when we start.
10022         Use _scale_int some more.
10023
10024 2006-05-09  Edward Hervey  <edward@fluendo.com>
10025
10026         * tests/icles/stress-xoverlay.c:
10027         Fix if core was built without parsing support.
10028
10029 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
10030
10031         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10032           Add SEDG (Samsung MPEG-4) fourcc.
10033
10034 2006-05-09  Edward Hervey  <edward@fluendo.com>
10035
10036         * tests/icles/stress-xoverlay.c:
10037         * tests/examples/volume/volume.c:
10038         Fix if core was built without parsing support.
10039
10040         * tests/examples/seek/seek.c:
10041         Disable the parse_launch example if core was built without parsing
10042         support.
10043
10044 2006-05-08  Edward Hervey  <edward@fluendo.com>
10045
10046         * autogen.sh: (CONFIGURE_DEF_OPT): 
10047         libtoolize on Darwin/MacOSX is called glibtoolize
10048
10049 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
10050
10051         * tests/check/Makefile.am:
10052         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST):
10053           Disable the adder test, until the build-slaves posses the kindness to 
10054           either like it or to give valid reason for not doing so 
10055
10056 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
10057
10058         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
10059         (adder_suite):
10060           Shuffle NULL state change around and raise timeout more
10061
10062 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
10063
10064         * gst/typefind/gsttypefindfunctions.c: (mp4_find_box),
10065         (mp4_type_find), (plugin_init):
10066           Add typefind to distinguish between "audio/x-m4a" and new type
10067           "video/mp4". Fixes #340375
10068
10069         * tests/check/elements/adder.c: (adder_suite):
10070           Raise timeout to make buildbot happy
10071
10072 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
10073
10074         * gst/adder/gstadder.c: (gst_adder_sink_event),
10075         (gst_adder_request_new_pad), (gst_adder_change_state):
10076         * gst/adder/gstadder.h:
10077         * tests/check/Makefile.am:
10078         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
10079         (adder_suite), (main):
10080           Add sink-event handling to adder. It tries to merge incomming
10081           newsegment-events. Added test to check if segment_done is comming
10082           through. Fixes #340060
10083
10084 2006-05-05  Andy Wingo  <wingo@pobox.com>
10085
10086         * ext/theora/theoraparse.c (gst_theora_parse_init)
10087         (theora_parse_src_convert, theora_parse_src_query):
10088         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init)
10089         (vorbis_parse_convert, vorbis_parse_src_query): Add convert and
10090         query functions on the source pads of the theora and vorbis parse
10091         elements. Fixes position querying when doing a remux.
10092
10093 2006-05-05  Michael Smith  <msmith@fluendo.com>
10094
10095         * ext/theora/theoraparse.c: (parse_granulepos),
10096         (theora_parse_drain_queue_prematurely),
10097         (theora_parse_queue_buffer), (theora_parse_sink_event):
10098           Fix flushing.
10099           Fix invalid granulepos outputs when starting with a non-keyframe.
10100
10101 2006-05-05  Jan Schmidt  <thaytan@mad.scientist.com>
10102
10103         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find),
10104         (mpeg1_sys_type_find), (ogganx_type_find), (sw_data_destroy):
10105         Rearrange MPEG system stream detection, fixing some memleaks in the
10106         process.
10107         Constify the data for STARTS_WITH and RIFF helper handlers. Make sure
10108         they clean up their data correctly.
10109         Remove unused ogganx caps and move the 'is_annodex' check to inside
10110         the 'is_ogg' if statement.
10111
10112 2006-05-05  Wim Taymans  <wim@fluendo.com>
10113
10114         * gst/playback/gstdecodebin.c: (cleanup_decodebin):
10115         Properly remove ghostpads. Fixes #340392
10116
10117 2006-05-04  David Schleef  <ds@schleef.org>
10118
10119         * gst/typefind/gsttypefindfunctions.c:
10120
10121 2006-05-03  Jan Schmidt  <thaytan@mad.scientist.com>
10122
10123         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
10124         (mpeg_ts_probe_headers), (mpeg_ts_type_find):
10125
10126         When typefinding an MP3 in push-based mode, don't penalise the
10127         probability down to 74% when we found 5 valid frames just because we
10128         can't peek the end of the file.
10129
10130         Make the probability for detecting MPEG Transport Streams based on the
10131         number of sequential headers we successfully detected.
10132
10133 2006-05-03  Wim Taymans  <wim@fluendo.com>
10134
10135         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
10136         (vorbis_dec_push), (vorbis_dec_chain):
10137         Still produce an error when we receive an empty packet.
10138
10139 2006-05-03  Wim Taymans  <wim@fluendo.com>
10140
10141         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
10142         (gst_ogg_chain_mark_discont), (gst_ogg_chain_new_stream),
10143         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek):
10144         Mark buffers with DISCONT after seek and after activating new
10145         chains.
10146
10147         * ext/theora/gsttheoradec.h:
10148         * ext/theora/theoradec.c: (gst_theora_dec_reset),
10149         (theora_get_query_types), (theora_dec_sink_event),
10150         (theora_dec_push), (theora_handle_data_packet), (theora_dec_chain),
10151         (theora_dec_change_state):
10152         Fix frame counter.
10153         Detect and mark DISCONT buffers.
10154
10155         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
10156         (vorbis_dec_sink_event), (vorbis_dec_push), (vorbis_dec_chain),
10157         (vorbis_dec_change_state):
10158         * ext/vorbis/vorbisdec.h:
10159         Use GstSegment.
10160         Detect and mark DISCONT buffers.
10161         Don't crash on 0 sized buffers.
10162
10163 2006-05-03  Wim Taymans  <wim@fluendo.com>
10164
10165         * gst/volume/gstvolume.c: (volume_funcfind), (volume_set_caps),
10166         (volume_transform_ip):
10167         Increase "volume" property to 10.0. Fixes #340369.
10168         Set the process function to NULL when capsnego fails so that
10169         we properly error out.
10170
10171 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
10172
10173         * gst/playback/gstplaybin.c: (add_sink):
10174         * gst/playback/test.c: (main):
10175         * gst/playback/test5.c: (dump_element_stats):
10176         * gst/playback/test6.c: (main):
10177           free caps using gst_caps_unref, don't leak caps-strings
10178
10179 2006-05-01  Tim-Philipp Müller  <tim at centricular dot net>
10180
10181         * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
10182         (plugin_init):
10183           Refine musepack typefinding a bit. Return MAXIMUM
10184           probability when we detect stream version 7 to make
10185           sure the mpeg audio typefinder doesn't trump us.
10186
10187 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
10188
10189         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
10190           Protect against unexpected NULL strf_data buffer.
10191
10192 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
10193
10194         * tests/check/elements/audioconvert.c: (verify_convert),
10195         (GST_START_TEST):
10196           interpret the out[] buffer in the order the bytes are actually
10197           put in, which is LITTLE_ENDIAN, not BYTE_ORDER.
10198           Other tests should use BYTE_ORDER since the array is filled in
10199           with actual values
10200
10201 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
10202
10203         * tests/check/elements/audioconvert.c: (verify_convert),
10204         (GST_START_TEST):
10205           when a test fails, give an indication of which it is
10206
10207 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
10208
10209         * gst-libs/gst/cdda/gstcddabasesrc.c:
10210           compile fix; strtol() needs <stdlib.h>
10211
10212 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
10213
10214         * ext/alsa/gstalsamixerelement.c:
10215         * ext/alsa/gstalsasrc.c:
10216         * ext/cdparanoia/gstcdparanoiasrc.c:
10217         * ext/gnomevfs/gstgnomevfssink.c:
10218         * ext/gnomevfs/gstgnomevfssrc.c:
10219         * ext/ogg/gstoggdemux.c:
10220         * ext/ogg/gstoggmux.c:
10221         * ext/ogg/gstoggparse.c:
10222         * ext/ogg/gstogmparse.c:
10223         * ext/pango/gstclockoverlay.c:
10224         * ext/pango/gsttextoverlay.c:
10225         * ext/pango/gsttextrender.c:
10226         * ext/pango/gsttimeoverlay.c:
10227         * ext/theora/theoradec.c:
10228         * ext/theora/theoraenc.c:
10229         * ext/vorbis/vorbisdec.c:
10230         * ext/vorbis/vorbisenc.c:
10231         * gst-libs/gst/audio/gstaudiofilter.c:
10232         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
10233         * gst/audioconvert/gstaudioconvert.c:
10234         * gst/audiorate/gstaudiorate.c:
10235         * gst/audioresample/gstaudioresample.c:
10236         * gst/audiotestsrc/gstaudiotestsrc.c:
10237         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10238         * gst/playback/gstdecodebin.c:
10239         * gst/playback/gstplaybin.c:
10240         * gst/playback/gststreamselector.c:
10241         * gst/subparse/gstsubparse.c:
10242         * gst/tcp/gstmultifdsink.c:
10243         * gst/tcp/gsttcpclientsink.c:
10244         * gst/tcp/gsttcpclientsrc.c:
10245         * gst/tcp/gsttcpserversink.c:
10246         * gst/tcp/gsttcpserversrc.c:
10247         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
10248         * gst/videorate/gstvideorate.c:
10249         * gst/videoscale/gstvideoscale.c:
10250         * gst/videotestsrc/gstvideotestsrc.c:
10251         * gst/volume/gstvolume.c:
10252         * sys/v4l/gstv4ljpegsrc.c:
10253         * sys/v4l/gstv4lmjpegsink.c:
10254         * sys/v4l/gstv4lmjpegsrc.c:
10255         * sys/v4l/gstv4lsrc.c:
10256         * sys/ximage/ximagesink.c:
10257         * sys/xvimage/xvimagesink.c:
10258         * tests/check/libs/cddabasesrc.c:
10259           make GstElementDetails const
10260
10261 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
10262
10263         * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
10264         (gst_adder_init):
10265           send events from src-pad to all sink-pads fixes #338657
10266
10267 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
10268
10269         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps),
10270         (alsasink_parse_spec):
10271           query width capabilities from alsa, fixes #338919
10272
10273 2006-04-28  Wim Taymans  <wim@fluendo.com>
10274
10275         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
10276         (gst_multi_fd_sink_remove_client_link):
10277         * gst/tcp/gstmultifdsink.h:
10278         Fix race condition in multifdsink that can lead to spurious 
10279         duplicate clients. this patch adds a new signal that is fired when
10280         multifdsink has removed all references to the fd.
10281         Fixes #339574.
10282         Updated documentation.
10283         API: client-fd-removed signal added
10284
10285 2006-04-28  Michael Smith  <msmith@fluendo.com>
10286
10287         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats):
10288           When asking g_value_array_new to prealloc elements, we may as well
10289           ask for the right number of elements.
10290
10291 2006-04-28  Wim Taymans  <wim@fluendo.com>
10292
10293         * gst-libs/gst/audio/gstbaseaudiosink.c:
10294         (gst_base_audio_sink_drain), (gst_base_audio_sink_event),
10295         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
10296         patch to make timestamp checking more tollerant to rounding 
10297         errors given that real discontinuities are to be marked on
10298         buffers. Fixes some asf files and #338778.
10299         Also avoid some crashers when we receive an event in the 
10300         NULL state.
10301
10302 2006-04-28  Michael Smith  <msmith@fluendo.com>
10303
10304         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
10305         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
10306         (gst_gnome_vfs_src_get_property),
10307         (gst_gnome_vfs_src_send_additional_headers_callback),
10308         (gst_gnome_vfs_src_received_headers_callback),
10309         (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_start),
10310         (gst_gnome_vfs_src_stop):
10311         * ext/gnomevfs/gstgnomevfssrc.h:
10312           Remove ICY handling (mostly) from gnomevfssrc, in favour of
10313           proper shared support within icydemux.
10314
10315 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10316
10317         * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
10318         (gst_video_rate_swap_prev), (gst_video_rate_chain):
10319           fix up docs
10320           fix a leak when no caps negotiated
10321           fix counting of input frames
10322         * tests/check/elements/.cvsignore:
10323         * tests/check/elements/videorate.c: (assert_videorate_stats),
10324         (GST_START_TEST), (videorate_suite):
10325           add tests for these
10326
10327 2006-04-28  Wim Taymans  <wim@fluendo.com>
10328
10329         * gst-libs/gst/audio/gstringbuffer.c:
10330         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
10331         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
10332         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
10333         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
10334         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
10335         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
10336         (gst_ring_buffer_commit), (gst_ring_buffer_read),
10337         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
10338         (gst_ring_buffer_clear), (gst_ring_buffer_may_start):
10339         Check arguments passed to public functions instead of
10340         crashing.
10341
10342 2006-04-28  Wim Taymans  <wim@fluendo.com>
10343
10344         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
10345         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
10346         GstBaseAudioSrc must be live or it does not work.
10347
10348         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audio_src_init):
10349         Don't set live to TRUE as this is the default in the parentclass.
10350
10351 2006-04-28  Wim Taymans  <wim@fluendo.com>
10352
10353         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps),
10354         (gst_video_scale_fixate_caps), (gst_video_scale_src_event):
10355         Videoscale doesn't pass on pixel-aspect ratio. Handle all
10356         fixation cases better. Fixes #338991
10357
10358 2006-04-28  Wim Taymans  <wim@fluendo.com>
10359
10360         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
10361         Handle 0/1 framerate correctly Fixes #331901.
10362
10363 2006-04-28  Wim Taymans  <wim@fluendo.com>
10364
10365         * tests/check/elements/audioconvert.c: (get_float_caps),
10366         (GST_START_TEST), (audioconvert_suite):
10367         Added check for correct clipping when doing float samples
10368         in audioconvert.
10369
10370 2006-04-28  Wim Taymans  <wim@fluendo.com>
10371
10372         * gst/videorate/gstvideorate.c: (gst_video_rate_event),
10373         (gst_video_rate_chain):
10374         Print more debugging info.
10375
10376 2006-04-28  Wim Taymans  <wim@fluendo.com>
10377
10378         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
10379         (resample_set_state_from_caps):
10380         Add support for other formats audioresample can handle such as
10381         32 bits in and float and 64 bits float. Fixes #301759
10382
10383 2006-04-28  Wim Taymans  <wim@fluendo.com>
10384
10385         * gst/audioconvert/audioconvert.c: (float):
10386         correctly clip float samples > 1.0. Fixes #338718
10387
10388 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
10389
10390         Patch by: Young-Ho Cha  <ganadist at chollian net>
10391
10392         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
10393         (gst_text_overlay_render_text):
10394           Don't strip newlines from the text. Also, center lines
10395           within multi-line paragraphs (#339405).
10396
10397 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
10398
10399         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find):
10400           Fix wavpack typefinding to work in more cases (don't peek
10401           for chunks of multiple hundred kBs at once, but process
10402           things step-by-step in smaller units). Fixes #339786.
10403
10404 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10405
10406         * configure.ac:
10407           back to HEAD
10408
10409 === release 0.10.6 ===
10410
10411 2006-04-28  Thomas Vander Stichele <thomas at apestaart dot org>
10412
10413         * configure.ac:
10414           releasing 0.10.6, "Chao"
10415
10416 2006-04-26  David Schleef  <ds@schleef.org>
10417
10418         * gst/videoscale/gstvideoscale.c: Add call to oil_init().
10419           Fixes #338897.
10420
10421 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
10422
10423         * configure.ac:
10424         * win32/common/config.h:
10425           new prerelease
10426
10427 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
10428
10429         patch by: Wim Taymans
10430
10431         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
10432         (gst_ogg_demux_perform_seek):
10433           make sure correct newsegments are sent, so that the decoder
10434           and the demuxer agree on timestamps.  Fixes playback of a lot
10435           of Ogg files that do not start from 0.  Fixes #339833.
10436
10437 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
10438
10439         Patch by: Edward Hervey  <edward@fluendo.com>
10440
10441         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
10442         * tests/check/Makefile.am:
10443         * tests/check/elements/videorate.c: (assert_videorate_stats),
10444         (setup_videorate), (cleanup_videorate), (GST_START_TEST),
10445         (videorate_suite), (main):
10446           Fix an infinite loop if frames are passed in with wrongly ordered
10447           timestamps.  Fixes #339013.
10448
10449 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
10450
10451         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
10452
10453         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
10454           fix typefinding on some ISO files.  Fixes #339212.
10455
10456 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
10457
10458         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
10459
10460         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10461           add another H264 fourcc.  Fixes #339047.
10462
10463 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
10464
10465         Patch by: Jan Schmidt
10466
10467         * gst/playback/gststreamselector.c:
10468         (gst_stream_selector_bufferalloc):
10469           Restore old StreamSelector behaviour.
10470           Fixes #338419.
10471
10472 2006-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
10473
10474         * configure.ac:
10475         * win32/common/config.h:
10476           prerelease
10477
10478 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
10479
10480         Patch by: Antoine Tremblay  <hexa00 at gmail dot com>
10481
10482         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10483         (gst_base_rtp_depayload_finalize), (gst_base_rtp_depayload_push):
10484           Fix some memory leaks: on finalize, free buffers left in the queue
10485           before destroying the queue; in _push(), unref rtp_buf even if
10486           the process vfunc returned a NULL buffer as output buffer (#337548);
10487           demote some recuring debug messages to LOG level.
10488
10489 2006-04-11  Wim Taymans  <wim@fluendo.com>
10490
10491         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
10492         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
10493         (gst_ogg_chain_free), (gst_ogg_demux_sink_event),
10494         (gst_ogg_demux_loop):
10495         More cleanups.
10496         Respect segment stop when emiting EOS or SEGMENT_DONE.
10497         Fixes (#337945).
10498
10499 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
10500
10501         * gst/playback/gststreamselector.c:
10502         (gst_stream_selector_get_property):
10503           Don't leak pad name.
10504
10505 2006-04-10  Michael Smith  <msmith@fluendo.com>
10506
10507         * tests/check/Makefile.am:
10508         * tests/check/gst-plugins-base.supp:
10509           Suppress an old libtheora bug (fixed in more recent versions), so 
10510           that FC4 buildslaves can pass.
10511
10512 2006-04-10  Wim Taymans  <wim@fluendo.com>
10513
10514         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
10515         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
10516         (gst_ogg_demux_init), (gst_ogg_demux_finalize),
10517         (gst_ogg_demux_sink_event), (gst_ogg_demux_get_data),
10518         (gst_ogg_demux_loop):
10519         Don't leak events.
10520         Remember what error we got when finding chains, if we
10521         were shutdown, that would not be an error.
10522
10523 2006-04-10  Wim Taymans  <wim@fluendo.com>
10524
10525         * gst-libs/gst/audio/gstbaseaudiosink.c:
10526         (gst_base_audio_sink_event):
10527         Starting the ringbuffer when we did not acquire it can cause
10528         a deadlock, is pointless and causes nasty things for
10529         subclasses. 
10530         Fixes gst-launch audiotestsrc num-buffers=0 ! alsasink.
10531
10532 2006-04-10  Wim Taymans  <wim@fluendo.com>
10533
10534         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
10535         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
10536         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
10537         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
10538         (gst_ogg_demux_deactivate_current_chain),
10539         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
10540         (gst_ogg_demux_bisect_forward_serialno),
10541         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain):
10542         Add some more debugging.
10543
10544 2006-04-10  Wim Taymans  <wim@fluendo.com>
10545
10546         * ext/theora/theoradec.c: (theora_dec_src_event),
10547         (theora_handle_data_packet):
10548         Some more debug info.
10549
10550         * tests/examples/seek/seek.c: (start_seek), (main):
10551         Print element messages too.
10552
10553 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
10554
10555         * gst/audioresample/debug.h:
10556           replace debug macros with variable number of parameters
10557           by a simple alias to gstreamer standard debug macros 
10558          (#define RESAMPLE_ERROR GST_ERROR, __VA_ARGS__ is not
10559           supported by MSVC 6.0 and 7.1)
10560         * gst/audioresample/resample.h:
10561           define M_PI and rint for WIN32
10562         * win32/common/libgstaudio.def:
10563         * win32/common/libgstriff.def:
10564         * win32/common/libgsttag.def:
10565         * win32/common/libgstvideo.def:
10566           add new exported functions
10567         * win32/vs6:
10568           update project files
10569
10570 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
10571
10572         * ext/alsa/gstalsamixeroptions.c:
10573         (gst_alsa_mixer_options_class_init):
10574         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init):
10575         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_class_init):
10576         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
10577         * ext/ogg/gstoggparse.c: (gst_ogg_parse_class_init):
10578         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_class_init):
10579         * gst-libs/gst/audio/gstaudiofilter.c:
10580         (gst_audio_filter_class_init):
10581         * gst-libs/gst/audio/gstaudiosink.c:
10582         (gst_audioringbuffer_class_init):
10583         * gst-libs/gst/audio/gstaudiosrc.c:
10584         (gst_audioringbuffer_class_init):
10585         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_class_init):
10586         * gst-libs/gst/interfaces/colorbalancechannel.c:
10587         (gst_color_balance_channel_class_init):
10588         * gst-libs/gst/interfaces/mixeroptions.c:
10589         (gst_mixer_options_class_init):
10590         * gst-libs/gst/interfaces/mixertrack.c:
10591         (gst_mixer_track_class_init):
10592         * gst-libs/gst/interfaces/tunerchannel.c:
10593         (gst_tuner_channel_class_init):
10594         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_class_init):
10595         * gst-libs/gst/netbuffer/gstnetbuffer.c:
10596         (gst_netbuffer_class_init):
10597         * gst-libs/gst/rtp/gstbasertppayload.c:
10598         (gst_basertppayload_class_init):
10599         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
10600         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
10601         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
10602         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
10603         * gst/playback/gststreamselector.c:
10604         (gst_stream_selector_class_init):
10605         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
10606         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
10607         * sys/v4l/gstv4lcolorbalance.c:
10608         (gst_v4l_color_balance_channel_class_init):
10609         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_class_init):
10610         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
10611         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
10612         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_channel_class_init),
10613         (gst_v4l_tuner_norm_class_init):
10614         * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
10615         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
10616         * tests/old/testsuite/alsa/sinesrc.c: (sinesrc_class_init):
10617         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
10618
10619 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
10620
10621         * ext/pango/gsttextrender.h:
10622         * gst-libs/gst/audio/gstaudiosink.h:
10623         * gst-libs/gst/audio/gstaudiosrc.h:
10624         * gst-libs/gst/audio/gstbaseaudiosink.h:
10625         * gst-libs/gst/audio/gstbaseaudiosrc.h:
10626         * gst-libs/gst/audio/gstringbuffer.h:
10627         * gst-libs/gst/rtp/gstbasertpdepayload.h:
10628         * gst-libs/gst/rtp/gstbasertppayload.h:
10629         * gst-libs/gst/video/gstvideofilter.h:
10630         * gst-libs/gst/video/gstvideosink.h:
10631         * gst/playback/gstplaybasebin.h:
10632         * gst/tcp/gstmultifdsink.h:
10633         * sys/v4l/gstv4lelement.h:
10634         Fix broken GObject macros
10635
10636 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
10637
10638         * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec):
10639         More debug to trace why my USB headset is not working with gst
10640
10641 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
10642
10643         * gst/playback/gstplaybasebin.c: (group_destroy):
10644         Clean up our group elements properly in the case where it never 
10645         got committed - it still got added unconditionally to the bin.
10646
10647 2006-04-07  Wim Taymans  <wim@fluendo.com>
10648
10649         * ext/theora/theoradec.c: (theora_dec_sink_event),
10650         (theora_handle_data_packet), (theora_dec_chain):
10651         Unref unhandled events.
10652         Protect against empty buffers.
10653         Perform QoS on running time.
10654
10655 2006-04-07  Michael Smith  <msmith@fluendo.com>
10656
10657         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_set_header_on_caps),
10658         (gst_vorbis_enc_chain):
10659           Remove leaks from vorbisenc.
10660           Mostly minor changes, the only significant one is that now the
10661           buffers we set as 'streamheader' on the caps are copies of the
10662           original buffers, to avoid circular refcounting problems.
10663
10664 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
10665
10666         * gst/playback/gstplaybasebin.c: (mute_stream), (setup_substreams):
10667           Don't remove our mute-probe if someone else already did so.
10668           Don't set a 2nd one if there is already one pending on the pad.
10669
10670         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
10671         (do_playbin_seek):
10672           When a seek fails, ensure that playbin is still set back to playing.
10673           
10674         * gst/typefind/gsttypefindfunctions.c: (mpeg_ts_probe_headers),
10675         (mpeg_ts_type_find), (plugin_init):
10676           Add a typefind function for mpeg-ts streams. (Closes: #336617)
10677
10678 2006-04-06  Andy Wingo  <wingo@pobox.com>
10679
10680         * gst/videorate/gstvideorate.c (gst_video_rate_reset) 
10681         (gst_video_rate_init): Caps-related parameters should not be reset
10682         by a flush -- move their inits to the instance init function.
10683         (gst_video_rate_flush_prev): Don't complain if gst_pad_push
10684         is not OK, just return the result.
10685
10686         * gst/audiotestsrc/gstaudiotestsrc.c
10687         (gst_audio_test_src_class_init)
10688         (gst_audio_test_src_get_times): Re-enable is-live=true, as was
10689         broken by Stefan's commit on 24 March.
10690
10691         * ext/ogg/gstoggmux.c (gst_ogg_mux_push_buffer): Set caps on
10692         buffers being pushed out. Fixes oggmux ! multifdsink.
10693
10694 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
10695
10696         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
10697         (gst_vorbis_dec_init), (vorbis_dec_finalize):
10698         * ext/vorbis/vorbisdec.h:
10699         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_add_interfaces),
10700         (gst_vorbis_enc_base_init), (gst_vorbis_enc_class_init),
10701         (gst_vorbis_enc_sink_setcaps), (gst_vorbis_enc_convert_src),
10702         (gst_vorbis_enc_convert_sink), (gst_vorbis_enc_get_query_types),
10703         (gst_vorbis_enc_src_query), (gst_vorbis_enc_sink_query),
10704         (gst_vorbis_enc_init), (gst_vorbis_enc_get_tag_value),
10705         (gst_vorbis_enc_metadata_set1), (gst_vorbis_enc_set_metadata),
10706         (gst_vorbis_enc_setup), (gst_vorbis_enc_clear),
10707         (gst_vorbis_enc_buffer_from_packet),
10708         (gst_vorbis_enc_buffer_from_header_packet),
10709         (gst_vorbis_enc_push_buffer), (gst_vorbis_enc_push_packet),
10710         (gst_vorbis_enc_set_header_on_caps), (gst_vorbis_enc_sink_event),
10711         (gst_vorbis_enc_chain), (gst_vorbis_enc_output_buffers),
10712         (gst_vorbis_enc_get_property), (gst_vorbis_enc_set_property),
10713         (gst_vorbis_enc_change_state):
10714         * ext/vorbis/vorbisenc.h:
10715           Remove left-over 0.8 cruft; use GST_DEBUG_FUNCPTR; make
10716           vorbisenc adhere to the official nomenclature; use boilerplate
10717           macro.
10718
10719 2006-04-04  Andy Wingo  <wingo@pobox.com>
10720
10721         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
10722         Whoops, fix bug introduced. Bad hacker!
10723         
10724         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
10725         Properly handle the case where you get EOS before any buffers are
10726         received. Use gst_buffer_make_metadata_writable where appropriate.
10727
10728         * ext/theora/theoradec.c (theora_handle_data_packet): This value
10729         is often negative -- make it signed so as not to wrap around.
10730         Fixes segfaults introduced on 9 March.
10731
10732 2006-04-03  Wim Taymans  <wim@fluendo.com>
10733
10734         * ext/theora/gsttheoradec.h:
10735         * ext/theora/theoradec.c: (theora_dec_src_event):
10736         Don't try to store a gdouble in a gboolean.
10737         Small cleanups.
10738
10739 2006-04-03  Michael Smith  <msmith@fluendo.com>
10740
10741         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads):
10742           Oggmux sucks.
10743           Make it suck slightly less by writing out the final page.
10744           Still can't encode a vorbis-in-ogg file correctly, though.
10745
10746 2006-04-03  Andy Wingo  <wingo@pobox.com>
10747
10748         * ext/theora/theoraparse.c (theora_parse_drain_queue): Um, remove
10749         a g_print.
10750
10751         * ext/theora/theora.c (plugin_init): Register theoraparse.
10752
10753         * ext/theora/gsttheoraparse.h: 
10754         * ext/theora/theoraparse.c: New files implementing a theora
10755         parser. Now we can properly remux ogg/theora+vorbis, yay.
10756
10757         * ext/vorbis/vorbisparse.c: Add some docs and a copyright.
10758
10759 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
10760
10761         * gst/audiotestsrc/gstaudiotestsrc.c:
10762           Fixed the sample pipeline (see #323798)
10763
10764 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
10765
10766         * configure.ac:
10767         * win32/common/config.h:
10768         * win32/common/config.h.in:
10769           use AS_VERSION and AS_NANO
10770           more cleanups
10771
10772 2006-03-31  Andy Wingo  <wingo@pobox.com>
10773
10774         * ext/vorbis/vorbisparse.c (vorbis_parse_sink_event): Fix
10775         uninitialized variable return that would happen.
10776         
10777         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_queue): Fix
10778         uninitialized variable return that would never happen.
10779
10780         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init) 
10781         (vorbis_parse_sink_event): Add an event function to flush our
10782         state on a seek, and to drain buffers on a premature EOS.
10783         (vorbis_parse_push_headers, vorbis_parse_clear_queue) 
10784         (vorbis_parse_push_buffer, vorbis_parse_drain_queue_prematurely) 
10785         (vorbis_parse_chain, vorbis_parse_queue_buffer) 
10786         (vorbis_parse_drain_queue): Queue up buffers until we can set
10787         their timestamps and granulepos values.
10788
10789         * ext/vorbis/vorbisparse.h: Include the vorbis decoder headers,
10790         and keep track of data needed for deriving granulepos and
10791         timestamps for buffers.
10792
10793 2006-03-29  Wim Taymans  <wim@fluendo.com>
10794
10795         Patch by: j^ <j at bootlab dot org>
10796
10797         * ext/alsa/gstalsamixerelement.c:
10798         (gst_alsa_mixer_element_class_init):
10799         * ext/alsa/gstalsasink.c:
10800         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
10801         * ext/ogg/gstoggdemux.c:
10802         * ext/ogg/gstoggmux.c:
10803         * ext/ogg/gstoggparse.c:
10804         * ext/pango/gstclockoverlay.c:
10805         * ext/pango/gsttextoverlay.c:
10806         * ext/pango/gsttextrender.c:
10807         * ext/pango/gsttimeoverlay.c:
10808         * ext/theora/theoradec.c:
10809         * ext/theora/theoraenc.c:
10810         * ext/vorbis/vorbisdec.c:
10811         * ext/vorbis/vorbisenc.c:
10812         * gst/audioconvert/gstaudioconvert.c:
10813         * gst/subparse/gstsubparse.c:
10814         * gst/tcp/gstmultifdsink.c:
10815         * gst/tcp/gsttcpclientsink.c:
10816         * gst/tcp/gsttcpclientsrc.c:
10817         * gst/tcp/gsttcpserversink.c:
10818         * gst/tcp/gsttcpserversrc.c:
10819           better/unified long descriptions
10820           Fixes #336477
10821
10822 2006-03-29  Wim Taymans  <wim@fluendo.com>
10823
10824         * tests/examples/seek/seek.c: (end_scrub), (seek_cb), (start_seek),
10825         (stop_seek):
10826         Don't let double and triple clicks mess up our state.
10827
10828 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
10829
10830         * gst/playback/gstplaybin.c: (gen_video_element),
10831         (gen_text_element), (gen_audio_element), (gen_vis_element):
10832           Error out gracefully when we can't create any of the usual
10833           conversion elements for some reason. Also, don't try to
10834           create an audioscale (sic) element that's not used anyway.
10835
10836 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
10837
10838         * gst/playback/gstplaybasebin.c: (setup_source):
10839           Don't post RESOURCE_NOT_FOUND error when we can't find a source
10840           element for a particular protocol, that's confusing for users.
10841           Instead, post a RESOURCE_FAILED error, so that our own error
10842           message is actually shown in totem etc. (#336303).
10843
10844 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
10845
10846         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
10847
10848         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_finalize),
10849         (gst_gnome_vfs_src_get_icy_metadata):
10850           Fix some minor memory leaks (#336194).
10851
10852 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
10853
10854         * ext/gnomevfs/gstgnomevfs.c:
10855         (gst_gnome_vfs_location_to_uri_string):
10856         * ext/gnomevfs/gstgnomevfs.h:
10857         * ext/gnomevfs/gstgnomevfssink.c:
10858         (gst_gnome_vfs_sink_set_property):
10859         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_set_property):
10860           Make gnomevfssink accept filenames as well as URIs for the
10861           "location" property, just like gnomevfssrc does (and
10862           filesrc/filesink do) (#336190).
10863
10864 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
10865
10866         * tests/check/generic/clock-selection.c: (GST_START_TEST):
10867           set to NULL before unreffing, fixes a valgrind leak.
10868           Why was this not triggering the error that an object needs to
10869           be NULL before unreffing ?
10870         * win32/common/config.h:
10871           update
10872
10873 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
10874
10875         * gst/subparse/gstsubparse.c: (convert_encoding),
10876         (gst_sub_parse_change_state):
10877         * gst/subparse/gstsubparse.h:
10878           Text subtitle files may or may not be UTF-8. If it's not, we
10879           don't really want to see '?' characters in place of non-ASCII
10880           characters like accented characters. So let's assume the input
10881           is UTF-8 until we come across text that is clearly not. If it's
10882           not UTF-8, we don't really know what it is, so try the following:
10883           (a) see whether the GST_SUBTITLE_ENCODING environment variable
10884           is set; if not, check (b) if the current locale encoding is
10885           non-UTF-8 and use that if it is, or (c) assume ISO-8859-15 if
10886           the current locale encoding is UTF-8 and the environment variable
10887           was not set to any particular encoding. Not perfect, but better
10888           than nothing (and better than before, I think) (fixes #172848).
10889
10890 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
10891
10892         * configure.ac:
10893           update core requirement to 0.10.4.1 because of async_playback
10894           vmethod on GstBaseSink
10895
10896 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
10897
10898         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
10899         * gst/adder/gstadder.c: (gst_adder_init):
10900         use DEBUG_FUNCPTR for collectpads
10901
10902 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
10903
10904         * docs/plugins/Makefile.am:
10905         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10906         * docs/plugins/gst-plugins-base-plugins-sections.txt:
10907         * ext/cdparanoia/gstcdparanoiasrc.c:
10908         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_base_init),
10909         (gst_gnome_vfs_sink_class_init):
10910         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_base_init):
10911         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_base_init):
10912         * ext/ogg/gstoggmux.c:
10913         * ext/ogg/gstoggparse.c: (gst_ogg_parse_base_init):
10914         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
10915         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init):
10916         * ext/pango/gsttextoverlay.c:
10917         * ext/pango/gsttextrender.c:
10918         * ext/theora/theoradec.c:
10919         * ext/theora/theoraenc.c:
10920         * ext/vorbis/vorbisdec.c:
10921         * ext/vorbis/vorbisenc.c:
10922         * gst-libs/gst/audio/gstaudiofilter.c:
10923         (gst_audio_filter_base_init):
10924         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
10925         (gst_audio_filter_template_base_init):
10926         * gst/adder/gstadder.c: (gst_adder_get_type):
10927         * gst/adder/gstadder.h:
10928         * gst/audioconvert/gstaudioconvert.c:
10929         * gst/audiotestsrc/gstaudiotestsrc.c:
10930         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
10931         (gst_audio_test_src_create):
10932         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10933         * gst/playback/gstdecodebin.c:
10934         * gst/playback/gstplaybin.c:
10935         * gst/playback/gststreamselector.c:
10936         (gst_stream_selector_base_init):
10937         * gst/subparse/gstsubparse.c: (gst_sub_parse_base_init):
10938         * gst/volume/gstvolume.c:
10939         * sys/v4l/gstv4lmjpegsink.c:
10940         * sys/v4l/gstv4lmjpegsrc.c:
10941         * tests/check/libs/cddabasesrc.c:
10942         * tests/old/examples/gob/gst-identity2.gob:
10943           Add docs for adder, use GST_ELEMENT_DETAILS macro,
10944           define GstElementDetails at the top
10945
10946 2006-03-23  Sebastien Moutte  <sebastien@moutte.net>
10947
10948         * win32/common/libgstinterfaces.def:
10949         Add a lot of export functions for gst-python
10950         * win32/vs6/libgstinterfaces.dsp:
10951         Add a missing include folder in the project configuration
10952         
10953 2006-03-23  Wim Taymans  <wim@fluendo.com>
10954
10955         * gst-libs/gst/audio/gstbaseaudiosrc.c:
10956         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
10957         (gst_base_audio_src_change_state):
10958         Fix audio sources, forgot to make the ringbuffer
10959         startable...
10960
10961 2006-03-23  Wim Taymans  <wim@fluendo.com>
10962
10963         * gst-libs/gst/audio/gstbaseaudiosrc.c:
10964         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
10965         (gst_base_audio_src_change_state):
10966         unparent instead of unref the ringbuffer.
10967
10968 2006-03-23  Wim Taymans  <wim@fluendo.com>
10969
10970         * gst-libs/gst/audio/gstbaseaudiosink.c:
10971         (gst_base_audio_sink_class_init), (gst_base_audio_sink_async_play),
10972         (gst_base_audio_sink_do_play), (gst_base_audio_sink_change_state):
10973         Implement new async_play vmethod to start slaving and allow
10974         playback start in case of async PLAY state changes. 
10975
10976         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
10977         Enable QoS with new method in base class.
10978
10979 2006-03-23  Wim Taymans  <wim@fluendo.com>
10980
10981         Patch by: Julien MOUTTE <julien at moutte dot net>
10982
10983         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_query),
10984         (gst_video_test_src_do_seek), (gst_video_test_src_create):
10985         Partially handle 0 framerate, only EOS after the first frame
10986         is missing.
10987
10988 2006-03-23  Wim Taymans  <wim@fluendo.com>
10989
10990         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
10991
10992         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
10993         (gst_riff_create_video_template_caps):
10994         * gst/ffmpegcolorspace/avcodec.h:
10995         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10996         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
10997         (gst_ffmpegcsp_avpicture_fill):
10998         * gst/ffmpegcolorspace/imgconvert.c:
10999         Patch for support of YVU9 AVI files (#334822)
11000
11001 2006-03-22  Edward Hervey  <edward@fluendo.com>
11002
11003         * docs/design/design-decodebin.txt:
11004         Added design document for new decodebin
11005         (Target Caps): text/x-pango-markup is also a default target caps.
11006
11007 2006-03-22  Wim Taymans  <wim@fluendo.com>
11008
11009         * gst-libs/gst/audio/gstbaseaudiosink.c:
11010         (gst_base_audio_sink_dispose):
11011         Since we _parent the ringbuffer, we also need to
11012         _unparent instead of a plain _unref.
11013
11014 2006-03-22  Wim Taymans  <wim@fluendo.com>
11015
11016         * tests/examples/seek/seek.c: (end_scrub), (do_seek), (seek_cb),
11017         (stop_seek), (scrub_toggle_cb), (main):
11018         Add scrub checkbox.
11019
11020 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
11021
11022         * ext/ogg/gstoggparse.c: (gst_ogg_parse_find_stream),
11023         (gst_ogg_parse_chain):
11024           Fix very inefficient usage of linked lists (#335365).
11025
11026 2006-03-21  Edward Hervey  <edward@fluendo.com>
11027
11028         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
11029         * gst/playback/gstplaybin.c: (handoff):
11030         * gst/playback/gststreamselector.c:
11031         (gst_stream_selector_set_property):
11032         gcc 4.1 unreferenced pointer fixes.
11033         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
11034         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
11035         gst_buffer_ref() now takes a GstBuffer*.
11036
11037 2006-03-20  Julien MOUTTE  <julien@moutte.net>
11038
11039         * sys/xvimage/xvimagesink.c:
11040         (gst_xvimagesink_get_format_from_caps): Fix a memleak reported
11041         by Jan Schmidt.
11042
11043 2006-03-19  Tim-Philipp Müller  <tim at centricular dot net>
11044
11045         * gst/typefind/gsttypefindfunctions.c: (id3v2_type_find),
11046         (id3v1_type_find), (apetag_type_find), (plugin_init):
11047           Can't do tag preferences via probability, as tags would then
11048           lose against types that are recognised with MAXIMUM probability
11049           (like .wav); so let all tag typefinders return MAXIMUM themselves
11050           and order them via the rank. Split ID3v1 and ID3v2 typefinders so
11051           that we can prefer APE to ID3v1 (fixes #335028).
11052           
11053 2006-03-17  Wim Taymans  <wim@fluendo.com>
11054
11055         * gst-libs/gst/audio/gstbaseaudiosink.c:
11056         (gst_base_audio_sink_change_state):
11057         * gst-libs/gst/audio/gstringbuffer.c: (wait_segment),
11058         (gst_ring_buffer_may_start):
11059         * gst-libs/gst/audio/gstringbuffer.h:
11060         Only start playback if we are playing.
11061         should fix #330748.
11062
11063 2006-03-17  Jan Schmidt  <thaytan@mad.scientist.com>
11064
11065         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
11066         * win32/common/config.h:
11067           Revert accidental commits to these files.
11068
11069 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
11070
11071         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
11072
11073         * tests/Makefile.am:
11074           Don't try to build tests in tests/icles if we
11075           don't have X (#323852)
11076
11077 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
11078
11079         * gst-libs/gst/tag/gstid3tag.c:
11080           Add TXXX frame identifiers for replaygain stuff as used
11081           by some taggers (see #323721).
11082
11083 2006-03-16  Jan Schmidt  <thaytan@mad.scientist.com>
11084
11085         * gst/playback/gststreamselector.c:
11086         (gst_stream_selector_set_property),
11087         (gst_stream_selector_bufferalloc):
11088           Preserve the existing buggy streamselector behaviour by performing
11089           a fallback buffer allocation when downstream isn't linked yet.
11090           This should really be fixed in playbin by blocking pads until it's
11091           linked them.
11092           Also, use gst_pad_alloc_buffer instead of
11093           gst_pad_alloc_buffer_and_set.
11094
11095 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
11096
11097         * gst-libs/gst/tag/gstid3tag.c:
11098           Don't crash on unknown ID3v2 TXXX frames.
11099           
11100 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
11101
11102         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise):
11103           Chain up to the parent finalize method.
11104           Add 32-bit sample size to the template caps.
11105
11106         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
11107         (gst_riff_create_video_template_caps):
11108           Add the fourcc that the VMWare codec uses.
11109           
11110         * gst/playback/gststreamselector.c:
11111         (gst_stream_selector_set_property),
11112         (gst_stream_selector_bufferalloc),
11113         (gst_stream_selector_request_new_pad):
11114           For the active pad, forward buffer-alloc requests, otherwise
11115           return GST_FLOW_NOT_LINKED. This also prevents xvimagesink
11116           having to memcpy every frame when used by playbin.
11117
11118         * gst/tcp/gstmultifdsink.c:
11119         (gst_multi_fd_sink_handle_client_write):
11120           Get negotiated caps from the sink pad, rather than the sink
11121           pad's peer.
11122
11123 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
11124
11125         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
11126         
11127         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_pop_callbacks):
11128           Don't forget to set src->callbacks_pushed to FALSE again when
11129           popping them, otherwise re-activation in a different mode won't
11130           work (#334620).
11131
11132 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
11133
11134         Patch by: Sebastien Moutte  <sebastien moutte net>
11135
11136         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: (gst_ff_vid_caps_new),
11137         (gst_ff_aud_caps_new), (gst_ffmpeg_pixfmt_to_caps),
11138         (gst_ffmpeg_smpfmt_to_caps):
11139           Replace __VA_ARGS__ caps creation macros with varargs functions.
11140           Makes things compile on MSVC (#320765), looks nicer, and we can
11141           tell the compiler to check for the NULL terminator.
11142
11143 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
11144
11145         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
11146
11147         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
11148           Make sure the buffer we copy into is really always big
11149           enough, this time for real (#333488).
11150           
11151 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
11152
11153         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
11154           Add support for 24bpp DIB (#305279).
11155
11156 2006-03-14  Wim Taymans  <wim@fluendo.com>
11157
11158         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_init):
11159         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
11160         * gst/ffmpegcolorspace/gstffmpegcolorspace.c: (gst_ffmpegcsp_init):
11161         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
11162         (gst_video_scale_init), (gst_video_scale_src_event):
11163         Re-enable QoS after the release.
11164         Rework videoscale to use the base class src_event handler.
11165
11166 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
11167
11168         * configure.ac:
11169           back to CVS.
11170
11171 === release 0.10.5 ===
11172
11173 2006-03-13  Thomas Vander Stichele <thomas at apestaart dot org>
11174
11175         * configure.ac:
11176           releasing 0.10.5, "Net"
11177
11178 2006-03-13  Tim-Philipp Müller  <tim at centricular dot net>
11179
11180         * docs/plugins/Makefile.am:
11181           Part of previous cdparanoiasrc docs fixes, forgot to commit.
11182           
11183 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
11184
11185         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
11186         * docs/plugins/gst-plugins-base-plugins-sections.txt:
11187         * docs/plugins/gst-plugins-base-plugins.hierarchy:
11188           Add cdparanoiasrc to docs.
11189
11190         * gst-libs/gst/cdda/gstcddabasesrc.c:
11191           More GstCddaBaseSrc docs.
11192
11193 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
11194
11195         * docs/libs/gst-plugins-base-libs-sections.txt:
11196         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_user_tag):
11197         * gst-libs/gst/tag/tag.h:
11198           API: libgsttag: new method gst_tag_from_id3_user_tag().
11199
11200 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
11201
11202         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
11203           NULL-terminate array of mpeg4 video file extensions.
11204           Fixes crash on PPC (#334226).
11205
11206 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
11207
11208         * ext/gnomevfs/gstgnomevfssrc.c:
11209         (gst_gnome_vfs_src_check_get_range):
11210           gnome_vfs_uri_is_local() alone is not a good indicator
11211           whether we can operate in pull-mode with a specific URI,
11212           as it returns FALSE for file:// URIs that point to an
11213           NFS-mounted path. Be more conservative here: whitelist
11214           local files, blacklist http URIs and use the old
11215           mechanism for anything else (fixes #334216).
11216
11217 2006-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
11218
11219         * configure.ac:
11220           back to trunk
11221
11222 === release 0.10.4 ===
11223
11224 2006-03-10  Thomas Vander Stichele <thomas at apestaart dot org>
11225
11226         * configure.ac:
11227           releasing 0.10.4, "Power"
11228
11229 2006-03-10  Jan Schmidt  <thaytan@mad.scientist.com>
11230
11231         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
11232         Disable max-lateness by setting it to -1 for now, so that 
11233         we can bed QoS stuff in thoroughly between now and the next
11234         release.
11235
11236 2006-03-10  Tim-Philipp Müller  <tim at centricular dot net>
11237
11238         Patch by: Fabrizio Gennari
11239
11240         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
11241           Make sure we don't read beyond the palette buffer in case of
11242           broken or manipulated files (#333488)
11243
11244 2006-03-10  Edward Hervey  <edward@fluendo.com>
11245
11246         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
11247         Fix for variable not initialized.
11248
11249 2006-03-09  Wim Taymans  <wim@fluendo.com>
11250
11251         * ext/libvisual/visual.c: (gst_visual_get_type),
11252         (gst_visual_src_setcaps), (gst_vis_src_negotiate),
11253         (gst_visual_chain):
11254         Small cleanups.
11255
11256         * ext/theora/gsttheoradec.h:
11257         * ext/theora/theoradec.c: (gst_theora_dec_init),
11258         (gst_theora_dec_reset), (_theora_granule_time),
11259         (theora_dec_src_convert), (theora_dec_sink_convert),
11260         (theora_dec_src_query), (theora_dec_src_event),
11261         (theora_dec_sink_event), (theora_handle_comment_packet),
11262         (theora_handle_header_packet), (theora_dec_push),
11263         (theora_handle_data_packet), (theora_dec_chain),
11264         (theora_dec_change_state):
11265         Add simple QoS.
11266
11267 2006-03-09  Wim Taymans  <wim@fluendo.com>
11268
11269         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
11270         (audiocast_register_listener), (gst_gnome_vfs_src_start):
11271         Some cleanups.
11272
11273 2006-03-09  Wim Taymans  <wim@fluendo.com>
11274
11275         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
11276         Don't try to activate NULL chains.
11277
11278 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
11279
11280         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
11281           Fix invalid memory access to region before peek'd data (#332964).
11282
11283 2006-03-09  Wim Taymans  <wim@fluendo.com>
11284
11285         Patch by: Christophe Fergeau
11286
11287         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init):
11288         * ext/pango/gsttextrender.c: (gst_text_render_init):
11289         * gst/adder/gstadder.c: (gst_adder_init):
11290         Don't leak padtemplates, closes #333510.
11291
11292 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
11293
11294         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
11295           Fix invalid memory access: make sure string passed to
11296           regexec() is NUL-termianted.
11297
11298 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
11299
11300         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
11301         (mp3_type_find):
11302           Refactor mpeg/audio typefinding to make it more maintainable
11303           and easier to fine-tune. Make probing into middle of the file
11304           work properly (fixes #333900, also see #152688).
11305
11306 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
11307
11308         * gst/typefind/gsttypefindfunctions.c:
11309         (utf8_type_find_have_valid_utf8_at_offset):
11310           Remove part from previous commit that was bogus:
11311           g_utf8_validate() does in fact not accept embedded
11312           zeroes, so we don't need to check for those (thanks
11313           to Mike for the hint).
11314
11315 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
11316
11317         * gst/typefind/gsttypefindfunctions.c:
11318         (utf8_type_find_count_embedded_zeroes),
11319         (utf8_type_find_have_valid_utf8_at_offset), (utf8_type_find):
11320           Make plain/text typefinder more conservative: firstly, check
11321           for embedded zeroes, which are perfectly valid UTF-8 characters,
11322           but also a fairly good sign that something is not a plain text
11323           file; secondly, probe into the middle of the file if possible.
11324           If we can't probe into the middle, limit the probability value
11325           to be returned to TYPE_FIND_POSSIBLE (see #333900).
11326
11327 2006-03-08  Michael Smith  <msmith@fluendo.com>
11328
11329         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
11330           Make typefind function name for mpeg4 video unique.
11331
11332 2006-03-08  Wim Taymans  <wim@fluendo.com>
11333
11334         * ext/libvisual/visual.c: (gst_visual_init),
11335         (gst_visual_clear_actors), (gst_visual_dispose),
11336         (gst_visual_reset), (gst_visual_src_setcaps),
11337         (gst_visual_sink_setcaps), (gst_vis_src_negotiate),
11338         (gst_visual_sink_event), (gst_visual_src_event), (get_buffer),
11339         (gst_visual_chain), (gst_visual_change_state):
11340         Cleanups, post nice errors.
11341         Handle sink and src events.
11342         Implement simple QoS.
11343
11344         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
11345         Use new basesink methods to configure max-lateness.
11346         Small doc update.
11347
11348         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11349         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps):
11350         Debug statement cleanups.
11351
11352         * gst/volume/gstvolume.c: (gst_volume_class_init):
11353         Simple cleanup.
11354
11355 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
11356
11357         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
11358         (gst_text_overlay_init), (gst_text_overlay_set_property),
11359         (gst_text_overlay_get_property):
11360           Revert API/ABI break from March 1. Keep 'halign' and 'valign'
11361           as string type properties, but mark them deprecated. Add
11362           'halignment' and 'valignment' properties that use enums
11363           instead of strings.
11364
11365 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
11366
11367         Patch by: Fabrizio Gennari
11368
11369         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
11370           Allow palettes with less than 256 colours in AVI files
11371           (#333488)
11372
11373 2006-03-07  Julien MOUTTE  <julien@moutte.net>
11374
11375         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
11376         (gst_text_overlay_video_event): Fix wrong EOS handling on text
11377         pad. We were releasing the queued text buffer when we should keep
11378         it until video pad gets EOS or discard the text buffer because it's
11379         too old. That was eating the last subtitle buffer. Add some more
11380         debug.
11381
11382 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
11383
11384         * ext/pango/gsttextoverlay.c: (gst_text_overlay_render_text),
11385         (gst_text_overlay_video_chain):
11386           Fix invalid memory access (we can't access a buffer after it's been
11387           pushed downstream without taking a reference); fix memory leak (if
11388           there's no text to render, bail out before allocating stuff).
11389
11390 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
11391
11392         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
11393         (gst_text_overlay_setcaps_txt), (gst_text_overlay_video_chain):
11394         * ext/pango/gsttextoverlay.h:
11395           If input is plain text, escape it before passing it to
11396           pango_layout_set_markup().
11397
11398 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
11399
11400         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_chain):
11401           Don't ignore flow return from gst_pad_push().
11402
11403 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
11404
11405         Patch by: Fabrizio Gennari
11406
11407         * ext/libvisual/visual.c: (gst_visual_getcaps),
11408         (gst_visual_src_setcaps), (gst_visual_sink_setcaps):
11409         * ext/ogg/gstoggmux.c: (gst_ogg_mux_sinkconnect):
11410         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
11411         (gst_vorbisenc_convert_sink):
11412         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
11413         (gst_audio_duration_from_pad_buffer):
11414         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_link),
11415         (gst_audio_filter_chain):
11416         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11417         (gst_base_rtp_depayload_setcaps):
11418         * gst-libs/gst/video/video.c: (gst_video_frame_rate),
11419         (gst_video_get_size):
11420         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
11421           Don't leak references returned by gst_pad_get_parent()
11422           (#333663)
11423
11424 2006-03-06  Stefan Kost  <ensonic@users.sf.net>
11425
11426         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
11427           change location param details
11428         * gst/volume/gstvolume.c: (plugin_init):
11429           correct plugin description
11430
11431 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
11432
11433         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
11434         (gst_gnome_vfs_src_check_get_range):
11435           Override GstBaseSrc::check_get_range() in order to avoid opening
11436           the resource just to check whether we can operate in pull-mode or
11437           not - we can predict that pretty well from the URI alone. Should
11438           fix problems with last.fm (#331690). (Requires latest core CVS).
11439
11440 2006-03-06  Wim Taymans  <wim@fluendo.com>
11441
11442         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
11443         (gst_video_sink_class_init):
11444         Throw away frames that are later than 20 ms.
11445
11446 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
11447
11448         Patch by: Fabrizio Gennari
11449
11450         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
11451           Set depth on WMA caps (#333545)
11452
11453 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
11454
11455         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
11456         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
11457           put Theora BOS pages before others.  This hardcodes
11458           the Ogg/Theora I profile, but hey.
11459
11460 2006-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
11461
11462         * ext/ogg/README:
11463           updated with some examples
11464         * ext/theora/theoraenc.c: (granulepos_to_timestamp),
11465         (granulepos_add), (theora_buffer_from_packet):
11466         * ext/vorbis/vorbisenc.c: (granulepos_to_timestamp_offset),
11467         (granulepos_to_timestamp), (gst_vorbisenc_buffer_from_packet),
11468         (gst_vorbisenc_chain):
11469           implement strategy from ext/ogg/README
11470         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
11471         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
11472         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_compare_pads),
11473         (gst_ogg_mux_queue_pads), (gst_ogg_mux_collected):
11474           Fix muxer so that oggz-validate is happy with all streams;
11475           except for no eos mark, and the BOS page ordering
11476         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
11477         (check_buffer_granulepos):
11478         * tests/check/pipelines/vorbisenc.c: (check_buffer_granulepos):
11479           update tests to check for OFFSET being set as requested
11480           fixed type of granulepos, it's not a ClockTime
11481
11482 2006-03-05  Julien MOUTTE  <julien@moutte.net>
11483
11484         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
11485         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
11486         Check that the xvimage we are creating has a correct size
11487         before returning it. (#314897)
11488
11489 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
11490
11491         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
11492           Give id3 and ape tag typefinders a rank slightly higher
11493           than PRIMARY to ensure they're always run before any of
11494           the other typefinders (in particular wav and mp3) (#324186).
11495
11496 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
11497
11498         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
11499           Add support for '3IVD' fourcc (#333403).
11500
11501 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
11502
11503         * configure.ac:
11504           Bump requirements to GStreamer CVS for the new error enum.
11505
11506         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_render):
11507           Emit new GST_RESOURCE_ERROR_NO_SPACE_LEFT when there's no
11508           space left on the device (fixes #333352).
11509
11510 2006-03-04  Sebastien Moutte  <sebastien@moutte.net>
11511
11512         * win32/vs6:
11513           add a project file for libgstvolume
11514           update the workspace
11515
11516 2006-03-03  Thomas Vander Stichele  <thomas at apestaart dot org>
11517
11518         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
11519         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
11520         (GST_START_TEST):
11521           Fix for http://bugzilla.gnome.org/show_bug.cgi?id=333254
11522           Set IN_CAPS on header buffers
11523
11524 2006-03-02  Wim Taymans  <wim@fluendo.com>
11525
11526         * docs/plugins/Makefile.am:
11527         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
11528         * docs/plugins/gst-plugins-base-plugins-sections.txt:
11529         Add audioresample to docs.
11530
11531         * gst/audioconvert/gstaudioconvert.c:
11532         Add revision date.
11533
11534         * gst/audioresample/gstaudioresample.c:
11535         (gst_audioresample_base_init), (gst_audioresample_class_init),
11536         (gst_audioresample_init), (gst_audioresample_dispose),
11537         (audioresample_get_unit_size), (audioresample_transform_caps),
11538         (resample_set_state_from_caps), (audioresample_transform_size),
11539         (audioresample_set_caps), (audioresample_event),
11540         (audioresample_do_output), (audioresample_transform),
11541         (audioresample_pushthrough), (gst_audioresample_set_property),
11542         (gst_audioresample_get_property), (plugin_init):
11543         * gst/audioresample/gstaudioresample.h:
11544         Added docs.
11545         Small code cleanups.
11546
11547 2006-03-02  Wim Taymans  <wim@fluendo.com>
11548
11549         * docs/plugins/Makefile.am:
11550         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
11551         * docs/plugins/gst-plugins-base-plugins-sections.txt:
11552         Added videoscale to docs.
11553
11554         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
11555         (gst_video_rate_swap_prev), (gst_video_rate_event),
11556         (gst_video_rate_chain):
11557         Fix typo in docs.
11558
11559         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
11560         (gst_video_scale_init), (gst_video_scale_prepare_size),
11561         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
11562         (gst_video_scale_fixate_caps), (gst_video_scale_transform):
11563         * gst/videoscale/gstvideoscale.h:
11564         Added docs, examples.
11565         Some code cleanups.
11566         Post errors instead of g_warning.
11567
11568 2006-03-02  Wim Taymans  <wim@fluendo.com>
11569
11570         * docs/libs/gst-plugins-base-libs-docs.sgml:
11571         * docs/libs/gst-plugins-base-libs-sections.txt:
11572         * docs/libs/gst-plugins-base-libs.types:
11573         * docs/plugins/Makefile.am:
11574         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
11575         * docs/plugins/gst-plugins-base-plugins-sections.txt:
11576         Added some more docs to libs and plugins.
11577
11578         * gst-libs/gst/audio/gstringbuffer.c:
11579         (gst_ring_buffer_prepare_read), (gst_ring_buffer_clear):
11580         * gst-libs/gst/audio/gstringbuffer.h:
11581         Document ringbuffer some more.
11582
11583         * gst/videorate/gstvideorate.c: (gst_video_rate_class_init),
11584         (gst_video_rate_setcaps), (gst_video_rate_reset),
11585         (gst_video_rate_init), (gst_video_rate_flush_prev),
11586         (gst_video_rate_swap_prev), (gst_video_rate_event),
11587         (gst_video_rate_chain), (gst_video_rate_change_state):
11588         * gst/videorate/gstvideorate.h:
11589         Fix videorate to use segments.
11590         Make it work with 0/1 framerates (closes #331903)
11591         Handle EOS correctly.
11592         Added docs.
11593
11594 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
11595
11596         * ext/ogg/gstogmparse.c: (gst_ogm_parse_class_init),
11597         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
11598         (gst_ogm_text_parse_init), (gst_ogm_parse_change_state):
11599           In state change function, first chain up to parent class,
11600           then handle downwards state change stuff. Remove some
11601           commented out cruft from 0.8 code.
11602
11603 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
11604
11605         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
11606         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
11607         (gst_ogm_parse_sink_convert), (gst_ogm_parse_sink_query),
11608         (gst_ogm_parse_chain):
11609           Don't remove/re-add source pad if the new caps are the same as
11610           the old caps anyway (#333042). When removing source pad, don't
11611           unref it afterwards - we didn't ref it when adding. Sprinkle some
11612           GST_DEBUG_FUNCPTR goodness here and there. Don't leak references
11613           after using gst_pad_get_parent(). Return downstream flow return
11614           value in chain function.
11615
11616 2006-03-02  Wim Taymans  <wim@fluendo.com>
11617
11618         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
11619         * docs/plugins/gst-plugins-base-plugins.args:
11620         * docs/plugins/gst-plugins-base-plugins.hierarchy:
11621         * docs/plugins/gst-plugins-base-plugins.interfaces:
11622         * docs/plugins/gst-plugins-base-plugins.signals:
11623         Fix hierarchy, added some more elements to the docs.
11624
11625         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11626         (gst_ffmpegcsp_get_type):
11627         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
11628         Fix docs for ffmpegcolorspace.
11629
11630 2006-03-01  Tim-Philipp Müller  <tim at centricular dot net>
11631
11632         * gst/typefind/gsttypefindfunctions.c: (id3_type_find),
11633         (apetag_type_find), (ape_type_find), (plugin_init):
11634           Some typefinding fine-tuning:
11635           - rank ID3/APE tags in order of preference via probabilities, so that
11636             ID3v2 > APEv2 > APEv1 > ID3v1.
11637           - three or four bytes don't really justify MAXIMUM probability,
11638             change those to 'very likely' (musepack and monkeysaudio).
11639
11640 2006-03-01  Wim Taymans  <wim@fluendo.com>
11641
11642         * docs/plugins/Makefile.am:
11643         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
11644         * docs/plugins/gst-plugins-base-plugins-sections.txt:
11645         * ext/alsa/gstalsamixer.c:
11646         * ext/alsa/gstalsamixer.h:
11647         * ext/alsa/gstalsamixerelement.c:
11648         (gst_alsa_mixer_element_class_init), (gst_alsa_mixer_element_init):
11649         * ext/alsa/gstalsamixerelement.h:
11650         * ext/alsa/gstalsasink.c:
11651         * ext/alsa/gstalsasink.h:
11652         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
11653         (gst_alsasrc_init):
11654         * ext/alsa/gstalsasrc.h:
11655         Added alsa docs.
11656         Small code cleanups.
11657
11658 2006-03-01  Wim Taymans  <wim@fluendo.com>
11659
11660         * ext/theora/Makefile.am:
11661         Dist new header too,
11662
11663 2006-03-01  Wim Taymans  <wim@fluendo.com>
11664
11665         * docs/plugins/Makefile.am:
11666         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
11667         * docs/plugins/gst-plugins-base-plugins-sections.txt:
11668         * ext/gnomevfs/gstgnomevfssink.h:
11669         * ext/gnomevfs/gstgnomevfssrc.h:
11670         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
11671         * ext/vorbis/vorbisdec.h:
11672         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_sink):
11673         * ext/vorbis/vorbisenc.h:
11674         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps),
11675         (vorbis_parse_chain), (vorbis_parse_change_state):
11676         * ext/vorbis/vorbisparse.h:
11677         * gst/audioconvert/gstaudioconvert.h:
11678         * gst/tcp/gsttcpserversink.h:
11679         * gst/videotestsrc/gstvideotestsrc.c:
11680         * gst/videotestsrc/gstvideotestsrc.h:
11681         * gst/volume/gstvolume.c:
11682         * gst/volume/gstvolume.h:
11683         Fix some more docs.
11684         Added docs for vorbisdec and vorbisparse.
11685         Fix vorbisparse.
11686
11687 2006-03-01  Wim Taymans  <wim@fluendo.com>
11688
11689         * docs/plugins/Makefile.am:
11690         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
11691         * docs/plugins/gst-plugins-base-plugins-sections.txt:
11692         * ext/pango/gstclockoverlay.h:
11693         * ext/pango/gsttextoverlay.h:
11694         * ext/pango/gsttextrender.h:
11695         * ext/pango/gsttimeoverlay.h:
11696         * ext/theora/gsttheoradec.h:
11697         * ext/theora/gsttheoraenc.h:
11698         * ext/theora/theoradec.c:
11699         * ext/theora/theoraenc.c:
11700         * gst/audioconvert/gstaudioconvert.h:
11701         * gst/audiotestsrc/gstaudiotestsrc.h:
11702         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
11703         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
11704         * gst/tcp/gstmultifdsink.h:
11705         Updated/added documentation.
11706
11707         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
11708         (gst_text_overlay_halign_get_type),
11709         (gst_text_overlay_wrap_mode_get_type),
11710         (gst_text_overlay_base_init), (gst_text_overlay_class_init),
11711         (gst_text_overlay_init), (gst_text_overlay_set_property),
11712         (gst_text_overlay_get_property):
11713         Fix up properties to be enums instead of string to make bindings,
11714         introspection and automatic GUI creation possible.
11715         Add getters for the properties.
11716
11717 2006-02-28  Sebastien Moutte  <sebastien@moutte.net>
11718
11719         * gst/audiotestsrc/gstaudiotestsrc.c:
11720           added defines of M_PI and M_PI_2
11721         * gst/ffmpegcolorspace/avcodec.h:
11722           removed #include "stdint.h" for win32 as _stdint.h is 
11723           autogenerated to win32/common
11724         * win32/common/libgstaudio.def:
11725         * win32/common/libgsttag.def:
11726           added some exports
11727         * win32/vs6:
11728           some project files bugs corrected
11729         * win32/vs7:
11730           project files are reset to the default vs7 configuration 
11731           (they link to msvcr71.dll using default optimizations)
11732           
11733 2006-02-28  Wim Taymans  <wim@fluendo.com>
11734
11735         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
11736         Fix some docs.
11737
11738 2006-02-28  Edward Hervey  <edward@fluendo.com>
11739
11740         * ext/alsa/gstalsasrc.c:
11741         Set proper class on the ElementDetails:
11742         Source/Audio instead of Src/Audio/
11743
11744 2006-02-28  Edward Hervey  <edward@fluendo.com>
11745
11746         * gst/videoscale/vs_scanline.c:
11747         (vs_scanline_resample_nearest_RGBA):
11748         Revert optimization in videoscale. It should go in liboil and have
11749         an appropriate liboil function.
11750
11751 2006-02-28  Wim Taymans  <wim@fluendo.com>
11752
11753         * gst-libs/gst/audio/gstbaseaudiosink.c:
11754         (gst_base_audio_sink_provide_clock):
11755         Don't try to provide a clock in the NULL state.
11756
11757 2006-02-28  Wim Taymans  <wim@fluendo.com>
11758
11759         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
11760         (gst_ogg_pad_event), (gst_ogg_pad_internal_chain),
11761         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
11762         (gst_ogg_demux_deactivate_current_chain),
11763         (gst_ogg_demux_activate_chain), (gst_ogg_demux_do_seek),
11764         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_info),
11765         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
11766         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
11767         Use GstSegment infrastructure to remove duplicated code
11768         and handle more seek cases correctly.
11769
11770 2006-02-28  Wim Taymans  <wim@fluendo.com>
11771
11772         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11773         (gst_ffmpegcsp_transform):
11774         Don't ignore return code from ffmpeg convert function.
11775
11776         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
11777         Split out some long statements to ease debugging.
11778
11779 2006-02-27  Jan Schmidt  <thaytan@mad.scientist.com>
11780
11781         * ext/libvisual/visual.c: (gst_visual_init),
11782         (gst_vis_src_negotiate), (get_buffer), (plugin_init):
11783         Don't use gst_pad_use_fixed_caps, because it prevents downstream from
11784         being able to renegotiate the size. Instead, use the negotiation
11785         algorithm from the goom plugin to pick an initial output caps. 
11786
11787         Also, allow theoretical libvisual plugins that might support non-GL 
11788         output even if they also do GL.
11789
11790 2006-02-26  Julien MOUTTE  <julien@moutte.net>
11791
11792         * ext/libvisual/visual.c: (gst_visual_init),
11793         (gst_visual_src_setcaps), (get_buffer), (gst_visual_chain),
11794         (plugin_init): Load only non GL plugins. Fix some memleaks and 
11795         possible negotiation issues.
11796
11797 2006-02-25  Julien MOUTTE  <julien@moutte.net>
11798
11799         * gst-libs/gst/tag/tag.h: Adding Annodex tags here.
11800
11801 2006-02-24  Michael Smith  <msmith@fluendo.com>
11802
11803         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find),
11804         (cmml_type_find), (plugin_init):
11805           Fix CMML type find function to not require a specific minor version
11806           of the CMML header.
11807
11808           Add an MPEG4 video elementary stream typefind function.
11809
11810 2006-02-04  Michael Smith  <msmith@fluendo.com>
11811
11812         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
11813         (gst_ogg_pad_parse_skeleton_fisbone), (gst_ogg_pad_query_convert),
11814         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
11815         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
11816         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_collect_chain_info),
11817         (gst_ogg_demux_change_state), (gst_annodex_granule_to_time):
11818           Annodex support in ogg demuxer. Doesn't do very much without the
11819           other annodex patches (to come).
11820
11821 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
11822
11823         Patch by: Fabrizio Gennari <fabrizio dot get at tiscali dot it>
11824
11825         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
11826           Pick up palette for MS video v1 (#327028)
11827
11828 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
11829
11830         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11831         (gst_ffmpegcsp_caps_remove_format_info),
11832         (gst_ffmpegcsp_get_unit_size):
11833           The 'palette_data' field from incoming RGB caps shouldn't be
11834           proxied on outgoing YUV caps; also, restrict unit size
11835           adjustment in case of paletted data only to the unit that
11836           actually has a palette. Fixes #330711.
11837
11838 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
11839
11840         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11841         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
11842         (gst_ffmpegcsp_finalize), (gst_ffmpegcsp_class_init),
11843         (gst_ffmpegcsp_get_unit_size):
11844           Plug some memory leaks.
11845
11846 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
11847
11848         * sys/ximage/Makefile.am:
11849         * sys/xvimage/Makefile.am:
11850           Add some _CFLAGS and _LIBS that seem to be missing
11851           and/or required for Cygwin (see #317048).
11852
11853 2006-02-22  Wim Taymans  <wim@fluendo.com>
11854
11855         * ext/alsa/gstalsasrc.c:
11856         Fix description as pointed out by caugier.
11857
11858 2006-02-22  Tommi Myöhänen  <ext-tommi do myohanen at nokia dot com>
11859
11860         Reviewed by : Edward Hervey  <edward@fluendo.com>
11861
11862         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
11863         (qt_type_find):
11864         Better 3gp typefinding (#331526).
11865
11866 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
11867
11868         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
11869           Don't send EOS event here, the base class will send one for us.
11870
11871         * gst/playback/gstplaybasebin.c: (prepare_output):
11872           Subpictures without video stream aren't allowed either.
11873         
11874         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
11875           Fix debug statement copy'n'paste-o.
11876
11877 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
11878
11879         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume):
11880           Fix issues with mixer keeping state when muting/unmuting
11881           and when changing the volume whilst muted (see #331763
11882           and #331765).
11883
11884 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
11885
11886         * gst/subparse/gstsubparse.c: (subrip_unescape_formatting),
11887         (parse_subrip), (gst_sub_parse_format_autodetect):
11888           Set right caps given that we send escaped text. Also,
11889           honour <i></i>, <b></b> and <u></u> markers that can be found
11890           in .srt files (fixes #310202).
11891
11892 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
11893
11894         * gst-libs/gst/audio/mixerutils.c:
11895         (element_factory_rank_compare_func):
11896           Make order in which elements are tried more determinable.
11897
11898 2006-02-20  Julien MOUTTE  <julien@moutte.net>
11899
11900         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
11901         (remove_element_chain), (cleanup_decodebin),
11902         (gst_decode_bin_change_state): Make decodebin reusable by
11903         fixing remove_element_chain first and then introduce a
11904         cleaner in state change to ->NULL. (Closes #331678)
11905
11906 2006-02-19  Wim Taymans  <wim@fluendo.com>
11907
11908         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_open_file):
11909         use 0666 mask when creating files so umask gets applied
11910         correctly. Fixes #331295.
11911
11912 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
11913
11914         * gst/subparse/Makefile.am:
11915         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
11916         (gst_ssa_parse_dispose), (gst_ssa_parse_init),
11917         (gst_ssa_parse_class_init), (gst_ssa_parse_src_event),
11918         (gst_ssa_parse_sink_event), (gst_ssa_parse_setcaps),
11919         (gst_ssa_parse_remove_override_codes), (gst_ssa_parse_parse_line),
11920         (gst_ssa_parse_chain), (gst_ssa_parse_change_state):
11921         * gst/subparse/gstssaparse.h:
11922         * gst/subparse/gstsubparse.c: (plugin_init):
11923           Add very basic parser for SSA subtitle streams (as often
11924           found in matroska files).
11925
11926 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
11927
11928         * gst/playback/gstdecodebin.c: (mimetype_is_raw):
11929           That should be text/x-pango-markup, not text/x-pango-layout.
11930
11931 2006-02-19  Julien MOUTTE  <julien@moutte.net>
11932
11933         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize):
11934         Polishing.
11935
11936 2006-02-19  Julien MOUTTE  <julien@moutte.net>
11937
11938         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
11939         (gst_text_overlay_finalize), (gst_text_overlay_init),
11940         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
11941         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
11942         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
11943         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
11944         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
11945         Fix state change deadlock.
11946
11947 2006-02-19  Julien MOUTTE  <julien@moutte.net>
11948
11949         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
11950         (gst_text_overlay_finalize), (gst_text_overlay_init),
11951         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
11952         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
11953         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
11954         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
11955         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
11956         * ext/pango/gsttextoverlay.h: Fix seeking both for muxed formats
11957         and subtitles files.
11958
11959 2006-02-19  Julien MOUTTE  <julien@moutte.net>
11960
11961         * gst/playback/gstdecodebin.c: (mimetype_is_raw): pango layout
11962         should be considered as raw.
11963
11964 2006-02-19  Julien MOUTTE  <julien@moutte.net>
11965
11966         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
11967         (cb_probe):
11968         * gst/playback/gststreaminfo.h: Introduce language informations.
11969
11970 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
11971
11972         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
11973         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
11974         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
11975         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
11976         Set shared memory segments to be deleted as soon as we have attached,
11977         that way they get cleaned up automatically if we crash.
11978
11979 2006-02-18  Julien MOUTTE  <julien@moutte.net>
11980
11981         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_get_text): 
11982         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_get_text): Those
11983         functions are called with lock held.
11984
11985 2006-02-18  Julien MOUTTE  <julien@moutte.net>
11986
11987         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
11988         (gst_text_overlay_finalize), (gst_text_overlay_init),
11989         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
11990         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
11991         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
11992         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
11993         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
11994         (gst_text_overlay_change_state): Refactoring of textoverlay
11995         without collectpads. This now supports sparse subtitles coming
11996         from a demuxer instead of a sub file. Seeking is still broken 
11997         though. Need to discuss with wtay some more on how to handle
11998         seeking correctly.
11999         * ext/pango/gsttextoverlay.h:
12000         * gst/playback/gstplaybin.c: (setup_sinks): Support linking with
12001         subtitles coming from the demuxer.
12002
12003 2006-02-17  Wim Taymans  <wim@fluendo.com>
12004
12005         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
12006         (gst_vorbisenc_convert_sink):
12007         Use some more scaling functions.
12008
12009 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
12010
12011         * ext/cdparanoia/gstcdparanoiasrc.c:
12012         (gst_cd_paranoia_src_class_init), (gst_cd_paranoia_dummy_callback),
12013         (gst_cd_paranoia_paranoia_callback),
12014         (gst_cd_paranoia_src_signal_is_being_watched),
12015         (gst_cd_paranoia_src_read_sector):
12016         * ext/cdparanoia/gstcdparanoiasrc.h:
12017           Add back 'transport-error' and 'uncorrected-error' signals and
12018           make them actually be fired when bad stuff happens (#319340).
12019
12020 2006-02-17  Wim Taymans  <wim@fluendo.com>
12021
12022         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
12023         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
12024         (gst_ring_buffer_device_is_open), (gst_ring_buffer_acquire),
12025         (gst_ring_buffer_release), (gst_ring_buffer_set_flushing),
12026         (gst_ring_buffer_start), (gst_ring_buffer_pause_unlocked),
12027         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
12028         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
12029         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
12030         (gst_ring_buffer_commit), (gst_ring_buffer_prepare_read),
12031         (gst_ring_buffer_clear):
12032         Small cleanups.
12033         Added some G_LIKELY.
12034
12035 2006-02-17  Wim Taymans  <wim@fluendo.com>
12036
12037         * gst-libs/gst/audio/TODO:
12038         Update TODO
12039
12040         * gst-libs/gst/audio/gstbaseaudiosink.c:
12041         (gst_base_audio_sink_get_offset):
12042         When trying to play samples ASAP and we don't have a
12043         previous sample, try to play at position 0 instead of
12044         an invalid position.
12045
12046 2006-02-17  Wim Taymans  <wim@fluendo.com>
12047
12048         * ext/alsa/gstalsasink.c: (gst_alsasink_open),
12049         (gst_alsasink_reset):
12050         Also release lock when we get an error in _reset();
12051         fix an error message.
12052
12053 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
12054
12055         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
12056         (gst_alsasink_init), (get_channel_free_structure),
12057         (caps_add_channel_configuration), (gst_alsasink_getcaps),
12058         (gst_alsasink_close):
12059         * ext/alsa/gstalsasink.h:
12060           Add support for more than 2 channels (#326720).
12061
12062 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
12063
12064         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
12065           Set codec_name for WAVEFORMATEX as well. When we have 'normal PCM'
12066           with 4 or 6 channels, assume a default channel layout to make things
12067           work (not sure there's anything else we can do in those cases).
12068
12069 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
12070
12071         * gst-libs/gst/audio/multichannel.c:
12072           Minor docs fix.
12073
12074         * gst-libs/gst/riff/Makefile.am:
12075         * gst-libs/gst/riff/riff-ids.h:
12076         * gst-libs/gst/riff/riff-media.c:
12077         (gst_riff_wavext_add_channel_layout), (gst_riff_create_audio_caps):
12078           Add support for WAVEFORMATEX, eg. PCM audio with more than two
12079           channels and a channel layout map.
12080           
12081 2006-02-16  Mathieu Garcia <b0nk at free dot fr>
12082
12083         Reviewed by Edward Hervey  <edward@fluendo.com>
12084
12085         * gst/videoscale/vs_scanline.c: (vs_scanline_resample_nearest_RGBA): 
12086         C-level optimization of the RGBA nearest neighbour function.
12087         Eventually this might end up in liboil with vectorized versions.
12088
12089 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
12090
12091         * gst-libs/gst/audio/multichannel.c:
12092         (gst_audio_get_channel_positions):
12093           When we have more than 2 channels, but no channel layout is
12094           specified in the caps, return some default channel layout
12095           to the caller and warn about about a possibly buggy element
12096           (could be buggy filtercaps as well of course) (#317038).
12097
12098 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
12099
12100         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
12101           Add gst-libs/gst/cdda to list of lib search paths.
12102
12103 2006-02-15  Andy Wingo  <wingo@pobox.com>
12104
12105         * ext/ogg/gstoggmux.c (gst_ogg_mux_collected): When updating
12106         timestamp, update timestamp_end as well. Fixes a bugaboo. I hope
12107         to the Lord Jesus that I do not have to touch the ogg muxer ever
12108         again.
12109
12110 2006-02-15  Edward Hervey  <edward@fluendo.com>
12111
12112         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
12113         quicktime movie files can also contain 'uuid' atoms.
12114
12115 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
12116
12117         * gst/audioconvert/plugin.c: (plugin_init):
12118           Register the GstAudioChannelPosition enum type with the type
12119           system in the plugin_init function, so that it is known before
12120           any element actually makes use of multi-channel stuff. This is
12121           required for example if one wants to be able to deserialise/use
12122           a caps string with channel positions before any pipeline has
12123           been setup and started, like with gst-launch.
12124
12125 2006-02-14  Wim Taymans  <wim@fluendo.com>
12126
12127         * gst-libs/gst/audio/gstringbuffer.c:
12128         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_delay),
12129         (gst_ring_buffer_samples_done), (wait_segment),
12130         (gst_ring_buffer_commit), (gst_ring_buffer_clear):
12131         Add some compiler G_(UN_)LIKELY help.
12132         SIGNAL the ringbuffer waiters when going to PAUSED as well to
12133         make sure they can exit their functions. Should fix #330748
12134
12135 2006-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
12136
12137         * Makefile.am:
12138         * configure.ac:
12139         * win32/MANIFEST:
12140         * win32/common/_stdint.h:
12141           Windows does not have long long; copy the generated _stdint.h
12142         * win32/common/interfaces-enumtypes.c:
12143         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
12144         (gst_mixer_track_flags_get_type),
12145         (gst_tuner_channel_flags_get_type):
12146         * win32/common/multichannel-enumtypes.c:
12147         (gst_audio_channel_position_get_type):
12148           update
12149
12150 2006-02-13  Wim Taymans  <wim@fluendo.com>
12151
12152         * gst-libs/gst/audio/gstbaseaudiosink.c:
12153         (gst_base_audio_sink_get_time), (gst_base_audio_sink_preroll),
12154         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
12155         Always sync on first sample we receive when starting.
12156
12157 2006-02-13  Wim Taymans  <wim@fluendo.com>
12158
12159         * gst/playback/gstplaybin.c: (gen_vis_element):
12160         Update vis bin docs.
12161         Move queue after tee so we don't queue video buffers but
12162         audio samples instead. Fixes problems where the video queue
12163         is filled and the audio queue empty.
12164
12165 2006-02-13  Tim-Philipp Müller  <tim at centricular dot net>
12166
12167         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
12168           No need to push an EOS event here, GstBaseSrc will do that for us
12169           when we return FLOW_UNEXPECTED.
12170           
12171 2006-02-12  Wim Taymans  <wim@fluendo.com>
12172
12173         * gst-libs/gst/audio/gstbaseaudiosink.c:
12174         (gst_base_audio_sink_get_time), (gst_base_audio_sink_setcaps),
12175         (gst_base_audio_sink_drain), (gst_base_audio_sink_preroll),
12176         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
12177         Use scale functions when possible.
12178         Fix error messages.
12179         Free clockid when after waiting for EOS.
12180         Use G_(UN_)LIKLY when it makes sense.
12181         Fix sample clipping bug found by Arwed v. Merkatz fixes #330789.
12182
12183 2006-02-12  Edward Hervey  <edward@fluendo.com>
12184
12185         * gst/playback/gstplaybasebin.c: (prepare_output): 
12186         Remove stray semi-colon (fixes #330888).
12187
12188 2006-02-12  Jan Schmidt  <thaytan@mad.scientist.com>
12189
12190         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
12191         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
12192         Fix up the XShm call testing so that we catch errors, and don't
12193         cause new ones by attempting to detach from a segment we failed
12194         to attach to. Fixes #312439.
12195
12196 2006-02-10  Edward Hervey  <edward@fluendo.com>
12197
12198         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
12199         Added flv file typefind (video/x-flv).
12200
12201 2006-02-10  Edward Hervey  <edward@fluendo.com>
12202
12203         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
12204         (gst_riff_create_video_template_caps):
12205         Added FLV1 <==> 'video/x-flash-video,flvversion=1' conversion.
12206         Also added the caps to the default set of riff video caps.
12207
12208 2006-02-09  Andy Wingo  <wingo@pobox.com>
12209
12210         * ext/ogg/gstoggmux.c (GstOggPad): Keep track of both the start
12211         time and the end time of the last packet in the page.
12212         (gst_ogg_mux_pad_queue_page): In addition to setting the timestamp
12213         on the pages in our queue, set the duration as well. Reflow a
12214         debug statement.
12215         (gst_ogg_mux_collected): Keep track of GstOggPad->timestamp_end.
12216         Fixes bad muxing order.
12217
12218 2006-02-09  Thomas Vander Stichele  <thomas at apestaart dot org>
12219
12220         * gst-libs/gst/rtp/gstbasertppayload.c:
12221         (gst_basertppayload_setcaps), (gst_basertppayload_push):
12222           update seqnum before setting it on the packet; this makes sure
12223           that the timestamp and seqnum properties match after pushing
12224           a buffer
12225
12226 2006-02-09  Andy Wingo  <wingo@pobox.com>
12227
12228         * gst-libs/gst/audio/gstringbuffer.c
12229         (gst_ring_buffer_samples_done): Cast to guint64, fixes an integer
12230         overflow after 13.5 hours of recording. Kapow!
12231
12232         * ext/alsa/gstalsasrc.c (gst_alsasrc_delay): Clamp the delay to
12233         the buffer size -- we don't care about underrun/overrun reporting
12234         right now, just need to return a useful value.
12235
12236 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
12237
12238         * configure.ac:
12239           Back to CVS
12240
12241 === release 0.10.3 ===
12242
12243 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
12244
12245         * configure.ac:
12246           releasing 0.10.3, "Under Pressure"
12247
12248 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
12249
12250         * configure.ac:
12251         Drat. Bump libtool version number for new API.
12252         Prelease 0.10.2.3 (of 0.10.3)
12253
12254 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
12255
12256         * configure.ac:
12257         * win32/common/config.h:
12258         0.10.2.2 prerelease (of 0.10.3).
12259
12260 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
12261
12262         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_create):
12263           Revert Andy's newsegment change pending a more correct
12264           fix.
12265
12266 2006-02-08  Thomas Vander Stichele  <thomas at apestaart dot org>
12267
12268         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
12269         (qt_type_find), (plugin_init):
12270           detect more files as 3gp
12271           group and reorder the iso file formats
12272
12273 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
12274
12275         * ext/vorbis/vorbis.c: (plugin_init):
12276           Register musicbrainz tags, so apps don't have to.
12277
12278 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
12279
12280         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_from_vorbis_tag),
12281         (gst_tag_to_vorbis_tag):
12282           Make sure we called gst_tag_register_musicbrainz_tags()
12283           before possibly mapping a vorbiscomment string from/to a
12284           musicbrainz tag.
12285
12286 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
12287
12288         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
12289           In case we can't find the required number of consecutive
12290           mpeg audio frames to positively identify an MPEG audio
12291           stream, check if there's at least a valid mpeg audio
12292           frame right at offset 0 and if so suggest mpeg/audio
12293           caps with a very low probability (#153004).
12294
12295 2006-02-07  Andy Wingo  <wingo@pobox.com>
12296
12297         * gst/tcp/gsttcpclientsrc.c (gst_tcp_client_src_create): Switch to
12298         a TIME segment if we get timestamped buffers. Requires recent
12299         fixes in core to work properly.
12300
12301 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
12302
12303         * gst/playback/gstplaybasebin.c: (prepare_output):
12304           Don't print the URI as part of the error message, it
12305           makes error dialogs look rather ugly, especially if
12306           the URI is very long or has characters in it that
12307           need escaping.
12308
12309 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
12310
12311         * gst/playback/gstplaybasebin.c: (prepare_output):
12312           Error out if we have only text or subtitles, but nothing
12313           else. Also error out if we have subtitles but no video
12314           stream.
12315
12316 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
12317
12318         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
12319           Treat GNOME_VFS_RESULT_EOF as EOS, not as error (#329194).
12320           Post an error message on the bus when we encounter an
12321           error, which will hopefully be more meaningful than the
12322           'Internal Flow Error' message users get to see if we
12323           just return GST_FLOW_ERROR.
12324
12325 2006-02-07  Andy Wingo  <wingo@pobox.com>
12326
12327         * configure.ac (GST_MAJORMINOR): Update core version req to
12328         0.10.2.2, for the collectpads API addition (#330244).
12329
12330 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
12331
12332         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
12333           Return FALSE from plugin_init() when GnomeVFS can't
12334           be initialised for some reason (#328423).
12335
12336 2006-02-06  Julien MOUTTE  <julien@moutte.net>
12337
12338         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event): 
12339         Stick to seeking theory until i find the bug.
12340         * gst/subparse/gstsubparse.c: (parse_subrip): Fix debug.
12341
12342 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
12343
12344         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
12345         (theora_enc_finalize), (theora_enc_sink_setcaps),
12346         (theora_set_header_on_caps), (theora_enc_chain),
12347         (theora_enc_change_state):
12348         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
12349           Make theoraenc and the tests leak free. Like, really.
12350
12351 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
12352
12353         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
12354         (theora_enc_finalize), (theora_enc_sink_setcaps):
12355           Add a finalize method to ensure we clean up state even if
12356           someone omitted the state change back to NULL.
12357
12358         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1),
12359         (gst_vorbisenc_chain):
12360           Free some more leaked bits.
12361
12362         * tests/check/pipelines/theoraenc.c: (start_pipeline),
12363         (stop_pipeline):
12364           Wait for state changes to happen if they're ASYNC.
12365
12366           This ought to teach those fancy pants buildbots a lesson.
12367
12368 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
12369
12370         * gst-libs/gst/tag/gstid3tag.c:
12371           Add mapping for ID3 International Standard Recording Code
12372           tag "TSRC"
12373
12374 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
12375
12376         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1):
12377           Don't leak tag names.
12378
12379 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
12380
12381         * docs/libs/gst-plugins-base-libs-docs.sgml:
12382         * docs/libs/gst-plugins-base-libs-sections.txt:
12383         * gst-libs/gst/tag/gstid3tag.c:
12384         * gst-libs/gst/tag/gstvorbistag.c:
12385         * gst-libs/gst/tag/tags.c:
12386           Split libgsttag docs into multiple sections.
12387
12388 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
12389
12390         * docs/libs/Makefile.am:
12391         * docs/libs/gst-plugins-base-libs-docs.sgml:
12392         * docs/libs/gst-plugins-base-libs-sections.txt:
12393         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_tag):
12394         * gst-libs/gst/tag/gstvorbistag.c:
12395         * gst-libs/gst/tag/tag.h:
12396         * gst-libs/gst/tag/tags.c:
12397           Add libgsttag to the docs.
12398
12399 2006-02-05  Julien MOUTTE  <julien@moutte.net>
12400
12401         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize),
12402         (gst_text_overlay_init), (gst_text_overlay_src_event),
12403         (gst_text_overlay_collected): Fix clockoverlay.
12404
12405 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
12406
12407         * docs/libs/compiling.sgml:
12408           Fix typo: it's pkg-config, not pkg-gconfig
12409
12410         * docs/libs/gst-plugins-base-libs-docs.sgml:
12411         * docs/libs/gst-plugins-base-libs-sections.txt:
12412         * docs/libs/tmpl/gstgconf.sgml:
12413           There is no libgstgconf in 0.10, remove it
12414           from the docs.
12415
12416 2006-02-05  Julien MOUTTE  <julien@moutte.net>
12417
12418         * docs/libs/tmpl/gstcolorbalance.sgml: Updated.
12419         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
12420         (gst_text_overlay_src_event), (gst_text_overlay_collected):
12421         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
12422         (gst_sub_parse_class_init), (gst_sub_parse_init),
12423         (gst_sub_parse_src_event), (parse_mdvdsub), (parse_subrip),
12424         (parse_mpsub), (parser_state_init), (handle_buffer),
12425         (gst_sub_parse_chain), (gst_sub_parse_sink_event), (plugin_init):
12426         * gst/subparse/gstsubparse.h: Introduce seeking code.
12427
12428 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
12429
12430         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
12431           Add comment about LANGUAGE tag inconsistency (we want
12432           ISO-639-1, but extract three-letter identifiers?)
12433
12434         * po/POTFILES.in:
12435           Add two translatable files.
12436
12437 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
12438
12439         * gst-libs/gst/tag/Makefile.am:
12440         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
12441         * gst-libs/gst/tag/tag.h:
12442         * gst-libs/gst/tag/tags.c:
12443         (gst_tag_register_musicbrainz_tags_internal),
12444         (gst_tag_register_musicbrainz_tags):
12445           Forward-port some tags stuff from the 0.8 branch. This is
12446           mostly the addition of musicbrainz tags and their mapping
12447           to vorbistags, and a vorbistag mapping of the language tag.
12448
12449 2006-02-05  Julien MOUTTE  <julien@moutte.net>
12450
12451         * gst/playback/gstplaybin.c: (gen_text_element): Fix broken code
12452         refactoring.
12453
12454 2006-02-04  David Schleef  <ds@schleef.org>
12455
12456         * ext/ogg/gstoggmux.c:
12457         * gst/typefind/gsttypefindfunctions.c:
12458           Add Dirac typefinding and add dirac format to oggmux.
12459
12460 2006-02-03  Tim-Philipp Müller  <tim at centricular dot net>
12461
12462         * gst/playback/gstdecodebin.c: (try_to_link_1):
12463           Don't put essential function call into
12464           g_return_*() macro, otherwise it'll all be
12465           replaced by NOOPs when compiling with
12466           G_DISABLE_CHECKS defined.
12467
12468 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
12469
12470         * ext/ogg/gstoggdemux.c:
12471         * ext/ogg/gstoggparse.c:
12472         * gst/tcp/gsttcpserversink.c:
12473         * sys/v4l/v4lsrc_calls.c:
12474         * sys/v4l/v4lsrc_calls.h:
12475         Just make it compile with --disable-gst-debug.
12476
12477 2006-02-03  Wim Taymans  <wim@fluendo.com>
12478
12479         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
12480         (gst_alsasink_class_init), (gst_alsasink_init),
12481         (gst_alsasink_write), (gst_alsasink_reset):
12482         * ext/alsa/gstalsasink.h:
12483         Add lock to protect alsa calls.
12484         Implement reset to flush samples ASAP, does not work
12485         with dmix though.
12486
12487 2006-02-02  Wim Taymans  <wim@fluendo.com>
12488
12489         * gst-libs/gst/audio/gstbaseaudiosink.c:
12490         (gst_base_audio_sink_provide_clock):
12491         Ugh.. getting late I guess...
12492
12493 2006-02-02  Wim Taymans  <wim@fluendo.com>
12494
12495         * gst-libs/gst/audio/gstbaseaudiosink.c:
12496         (gst_base_audio_sink_provide_clock),
12497         (gst_base_audio_sink_set_property),
12498         (gst_base_audio_sink_get_property), (gst_base_audio_sink_render):
12499         Don't try to provide a clock when we are not negotiated since
12500         we might not be able to make it run.
12501
12502 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
12503
12504         * gst/playback/gstdecodebin.c: (try_to_link_1):
12505           Unlinking two source pads is ... hard.
12506
12507 2006-02-02  Wim Taymans  <wim@fluendo.com>
12508
12509         * gst-libs/gst/audio/TODO:
12510         Updated.
12511
12512         * gst-libs/gst/audio/gstbaseaudiosink.c:
12513         (gst_base_audio_sink_drain), (gst_base_audio_sink_event):
12514         On EOS, wait till the last sample is played before posting EOS.
12515
12516 2006-02-01  Philippe Kalaf <burger at speedy dot org>
12517
12518         Patch by: Kai Vehmanen
12519         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12520           Adds ability to enable newsegment bypass by setting queue_delay to
12521           zero. Also avoid thread being started if queue_delay is zero.
12522
12523 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
12524
12525         * gst/playback/test6.c: (new_decoded_pad_cb), (show_error), (main):
12526           Make test work again by connecting fakesinks to each decoded pad,
12527           which makes the pipeline wait until each fakesink has a buffer
12528           queued before going to PAUSED state. At that point we know the
12529           decodebin pads are negotiated.
12530
12531 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
12532
12533         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_query),
12534         (gst_cdda_base_src_handle_event):
12535         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
12536           Pass unhandled queries to the parent class's query function.
12537
12538 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
12539
12540         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_types),
12541         (gst_ogg_pad_src_query):
12542         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
12543         * ext/theora/theoradec.c: (theora_dec_src_query),
12544         (theora_dec_sink_query):
12545         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
12546         (vorbis_dec_sink_query):
12547         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
12548         (gst_vorbisenc_sink_query):
12549         * gst/adder/gstadder.c: (gst_adder_query):
12550           Pass unhandled queries upstream instead of just
12551           dropping them (#326447). Also, fix supported
12552           query types list for some elements.
12553
12554 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
12555
12556         * gst/typefind/gsttypefindfunctions.c: (au_type_find),
12557         (paris_type_find), (ilbc_type_find), (plugin_init):
12558           Fix typefinding for audio/x-au, audio/x-paris and
12559           audio/iLBC-sh. We cannot use the START_WITH macros
12560           here, because there can only be one typefind factory
12561           with the same name (caps), so the second one would
12562           replace the first one and the first one would never
12563           be called when doing typefinding (see #161712).
12564           
12565
12566 2006-01-31  Wim Taymans  <wim@fluendo.com>
12567
12568         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
12569         (vorbis_handle_header_packet), (vorbis_dec_push),
12570         (vorbis_handle_data_packet):
12571         Use scale_int when we can, add some more scaling.
12572         Check packettype before parsing it.
12573
12574 2006-01-31  Wim Taymans  <wim@fluendo.com>
12575
12576         * ext/theora/theoradec.c: (_theora_granule_time),
12577         (theora_dec_src_convert), (theora_dec_sink_convert):
12578         Call right _scale functions.
12579         Use parameter instead of some other random value.
12580
12581 2006-01-31  Wim Taymans  <wim@fluendo.com>
12582
12583         * ext/theora/theoradec.c: (_theora_granule_frame),
12584         (_theora_granule_time), (_inc_granulepos),
12585         (theora_dec_src_convert), (theora_dec_sink_convert),
12586         (theora_handle_type_packet), (theora_handle_data_packet),
12587         (theora_dec_chain):
12588         Use higher precision timestamps calculation.
12589         Convert some other conversions to _scale.
12590
12591 2006-01-31  Stefan Kost  <ensonic@users.sf.net>
12592
12593         * gst/audiotestsrc/gstaudiotestsrc.c:
12594         (gst_audio_test_src_create_sine_table), (plugin_init):
12595         * gst/volume/gstvolume.c: (plugin_init):
12596           initialize gst_controller before using
12597
12598 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
12599
12600         * tests/check/pipelines/theoraenc.c:
12601         * tests/check/pipelines/vorbisenc.c:
12602         Define constant using G_GINT64_CONSTANT to avoid errors when
12603         passing it around - otherwise it gets truncated to 32 bits.
12604
12605         Fixes failing tests.
12606
12607 2006-01-31  Andy Wingo  <wingo@pobox.com>
12608
12609         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_set_caps): Don't segfault if the
12610         caps being set doesn't have a framerate value. Basically a stopgap
12611         measure.
12612
12613         * ext/ogg/gstoggmux.c (GST_BUFFER_END_TIME): New macro. Not
12614         technically correct enough to put into core though.
12615         (gst_ogg_mux_dequeue_page): Use END_TIME instead of TIMESTAMP +
12616         DURATION. Fixes theoraenc ! oggmux.
12617
12618         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Fixate to the nearest
12619         fraction, not double.
12620
12621 2006-01-31  Sebastien Moutte  <sebastien@moutte.net>
12622
12623         * win32/vs7:
12624         add vs7 project files created by Sergey Scobich
12625
12626 2006-01-30  Sebastien Moutte  <sebastien@moutte.net>
12627
12628         * win32/vs8:
12629         add vs8 project files created by Sergey Scobich
12630         
12631 2006-01-30  Andy Wingo  <wingo@pobox.com>
12632
12633         * ext/ogg/gstoggmux.c (gst_ogg_mux_dequeue_page): Compare
12634         timestamp + duration, not just timestamp -- ogg pages should be
12635         ordered by stop time. Necessary fix given the change in vorbis
12636         timestamps.
12637
12638         * ext/theora/theoraenc.c (theora_enc_sink_setcaps) 
12639         (gst_theora_enc_init): Pull the granule shift out of the encoder.
12640         (granulepos_add): New function, handles the messiness of adjusting
12641         granulepos values.
12642         (theora_buffer_from_packet):
12643         (theora_enc_chain):
12644         (theora_enc_sink_event): Use granulepos_add, not +.
12645
12646         * tests/check/pipelines/theoraenc.c
12647         (check_buffer_granulepos_from_starttime): Just check the frame
12648         count, not the actual granulepos -- we can't dictate to the
12649         encoder when it should be placing keyframes.
12650
12651 2006-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
12652
12653         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
12654           SERVICE_NOT_AVAILABLE happens for example when you're trying to
12655           play an http:// stream from a server that's not serving
12656
12657 2006-01-30  Andy Wingo  <wingo@pobox.com>
12658
12659         * tests/check/pipelines/vorbisenc.c (TIMESTAMP_OFFSET): 
12660         * tests/check/pipelines/theoraenc.c (TIMESTAMP_OFFSET): Totally
12661         remove the UINT64_CONSTANT macro, doesn't appear to be needed or
12662         available.
12663
12664         * ext/theora/gsttheoraenc.h:
12665         * ext/theora/theoraenc.c: Same changes as were done to vorbisenc,
12666         although theoraenc was timestamping correctly. Added handling of
12667         streams that start with nonzero timestamps.
12668
12669         * tests/check/Makefile.am:
12670         * tests/check/pipelines/theoraenc.c: New file, basically does same
12671         tests as vorbisenc.
12672
12673         * tests/check/pipelines/vorbisenc.c: I claim these bugs.
12674
12675 2006-01-30  Wim Taymans  <wim@fluendo.com>
12676
12677         * gst-libs/gst/audio/gstaudiosink.c:
12678         (gst_audioringbuffer_class_init), (gst_audioringbuffer_release),
12679         (gst_audioringbuffer_pause):
12680         Implement pause that does not wait for completion.
12681
12682         * gst-libs/gst/audio/gstbaseaudiosink.c:
12683         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
12684         Don't drop buffers when going to PAUSED but perform preroll on
12685         remaining samples now that core base class supports this.
12686
12687         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_release),
12688         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_stop),
12689         (gst_ring_buffer_commit):
12690         Pause should not signal waiters.
12691         Implement return value of _commit correctly.
12692
12693 2006-01-30  Andy Wingo  <wingo@pobox.com>
12694
12695         * tests/check/Makefile.am (check_vorbis): Add pipelines/vorbisenc.
12696
12697         * ext/vorbis/vorbisenc.c (gst_vorbisenc_buffer_from_packet): Logic
12698         updated to timestamp from the first sample, not the last.
12699         (gst_vorbisenc_buffer_from_header_packet): New function, takes
12700         special care of granulepos and timestamp for header packets.
12701         (gst_vorbisenc_chain): Reflow, fix some leaks, and handle the case
12702         when the first buffer has a nonzero timestamp.
12703
12704         * ext/vorbis/vorbisenc.h (GstVorbisEnc.granulepos_offset)
12705         (GstVorbisEnc.subgranule_offset): New members. Take care of the
12706         case when the first audio buffer we get has a nonzero timestamp.
12707         (GstVorbisEnc.next_ts): Renamed from prev_ts, because now we
12708         properly timestamp vorbis buffers with the time of the first
12709         sample, not the last.
12710         
12711         * ext/vorbis/vorbisenc.c (granulepos_to_clocktime): Renamed from
12712         vorbis_granule_time_copy -- now it takes the granule/subgranule
12713         offset into account.
12714
12715         * tests/check/pipelines/vorbisenc.c: New test for correctness of
12716         timestamps, durations, and granulepos on buffers produced by
12717         vorbisenc.
12718
12719 2006-01-30  Jan Schmidt  <thaytan@mad.scientist.com>
12720
12721         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
12722         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
12723           Patch from Eric Jonas to support conversions to/from UYVY 
12724           (Fixes: #324626)
12725
12726 2006-01-30  Julien MOUTTE  <julien@moutte.net>
12727
12728         * gst/playback/gstplaybasebin.c: (group_commit), (queue_overrun),
12729         (setup_subtitle), (setup_source), (set_active_source):
12730         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
12731         (gen_text_element), (gen_audio_element), (gen_vis_element),
12732         (remove_sinks), (add_sink), (setup_sinks): Implement subtitles.
12733
12734 2006-01-29  Sebastien Moutte  <sebastien@moutte.net>
12735
12736         * gst-libs/gst/audio/audio.h: (GST_CLOCK_TIME_TO_FRAMES)
12737         * gst-libs/gst/audio/gstbaseaudiosink.c: (gst_base_audio_sink_render)
12738                 use gst_guint64_to_gdouble to be compliant with vs6
12739         * gst/playback/gstdecodebin.c: (try_to_link_1)
12740         * gst/videorate/videorate.c: (gst_video_rate_blank_data)
12741                 use G_GINT64_CONSTANT for int64 constants
12742         * win32/common/libgstinterfaces.def:
12743                 export some symbols (gst_mixer_get_type,gst_mixer_track_get_type)
12744         * win32/vs6:
12745                 update and add new project files
12746                 
12747 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
12748
12749         * Makefile.am:
12750         * win32/MANIFEST:
12751         * win32/common/interfaces-enumtypes.c:
12752         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
12753         (gst_mixer_track_flags_get_type),
12754         (gst_tuner_channel_flags_get_type):
12755         * win32/common/interfaces-enumtypes.h:
12756         * win32/common/multichannel-enumtypes.c:
12757         (gst_audio_channel_position_get_type):
12758         * win32/common/multichannel-enumtypes.h:
12759           add a win32-update rule like in core, and copy over enumtypes files
12760
12761 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
12762
12763         * win32/MANIFEST:
12764         * win32/common/config.h:
12765         * win32/common/config.h.in:
12766           add config files just like in core
12767
12768 2006-01-28  Tim-Philipp Müller  <tim at centricular dot net>
12769
12770         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format):
12771           Make gcc-4.1 happy (part of #327357).
12772
12773 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
12774
12775         * ext/alsa/gstalsasink.c: (gst_alsasink_init), (set_hwparams),
12776         (set_swparams), (gst_alsasink_prepare), (gst_alsasink_unprepare),
12777         (gst_alsasink_close), (gst_alsasink_write), (gst_alsasink_reset):
12778         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (set_hwparams),
12779         (set_swparams), (gst_alsasrc_open), (gst_alsasrc_prepare),
12780         (gst_alsasrc_unprepare), (gst_alsasrc_read):
12781           Update all error messages.  All of them should either use
12782           the default translated message, or actually provide a
12783           translatable string.
12784           Make the string for channel count problems meaningful.
12785
12786 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
12787
12788         * sys/v4l/v4l_calls.c: (gst_v4l_open):
12789           check for and throw RESOURCE_BUSY
12790
12791 2006-01-27  David Schleef  <ds@schleef.org>
12792
12793         * gst/videoscale/vs_scanline.c: Oops, *that's* why I never
12794           checked in this change -- it requires liboil features not
12795           in 0.3.6.  Revert parts.
12796
12797 2006-01-27  David Schleef  <ds@schleef.org>
12798
12799         * REQUIREMENTS:
12800         * configure.ac: update liboil requirement to 0.3.6
12801         * gst/videoscale/Makefile.am:
12802         * gst/videoscale/vs_scanline.c: liboilify
12803
12804 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
12805
12806         * ext/libvisual/visual.c: (get_buffer):
12807           When pad_alloc returns a GstFlowReturn other
12808           than GST_FLOW_OK, make sure it is passed upstream.
12809
12810 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
12811
12812         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
12813         (gst_alsasink_class_init):
12814           Free the device name string.
12815
12816         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
12817         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad),
12818         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_clear_collectpads):
12819           Don't remove a pad from the collectpads structure until it
12820           is released - it's a request pad, and may receive data again
12821           if the element gets moved back to PLAYING state.
12822
12823         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
12824           Ensure we turn on double buffering on the Xv port, and
12825           set the colour key to something dark and mysterious that
12826           isn't black.
12827
12828 2006-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
12829
12830         * ext/alsa/gstalsaplugin.c: (plugin_init):
12831         * ext/cdparanoia/gstcdparanoiasrc.c:
12832         (gst_cd_paranoia_src_base_init), (plugin_init):
12833         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
12834         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
12835           - a library should not call setlocale. see "Libraries" node in
12836             gettext manual
12837           - make sure all plugins that use translation do bindtextdomain
12838             to point to the localedir
12839         * gst/playback/gstplaybin.c: (gen_vis_element), (add_sink),
12840         (setup_sinks), (plugin_init):
12841           all this, and check for NULL when creating sinks
12842
12843 2006-01-27  Julien MOUTTE  <julien@moutte.net>
12844
12845         * gst/subparse/gstsubparse.c: (gst_subparse_type_find),
12846         (plugin_init): Make typefinding of subtitles work again.
12847
12848 2006-01-26  Tim-Philipp Müller  <tim at centricular dot net>
12849
12850         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
12851         (mp3_type_frame_length_from_header), (mp3_type_find),
12852         (wavpack_type_find), (m4a_type_find), (ircam_type_find),
12853         (plugin_init):
12854           Backport a bunch of typefinding fixes from the 0.8 branch.
12855           Also, improve wavpack typefinding: if we can't peek the
12856           entire wavpack block, try to parse the bits we can get and
12857           see if we find what we're looking for in those.
12858
12859 2006-01-26  Julien MOUTTE  <julien@moutte.net>
12860
12861         * sys/ximage/ximagesink.c:
12862         (gst_ximagesink_calculate_pixel_aspect_ratio):
12863         * sys/xvimage/xvimagesink.c:
12864         (gst_xvimagesink_calculate_pixel_aspect_ratio): Handle some
12865         more cases of pixel aspect ratio.
12866
12867 2006-01-26  Edward Hervey  <edward@fluendo.com>
12868
12869         * gst/playback/gstdecodebin.c: (pad_probe):
12870         Also consider the flush-start and tag events as unblockers
12871         for the pad probes.
12872
12873 2006-01-26  Julien MOUTTE  <julien@moutte.net>
12874
12875         * gst/playback/gstplaybin.c: (gst_play_bin_init),
12876         (gst_play_bin_dispose), (gst_play_bin_vis_unblocked),
12877         (gst_play_bin_vis_blocked), (gst_play_bin_set_property): 
12878         On the fly visualisation switch, works disabling, enabling as
12879         well but it won't be able to enable vis in a playbin that was
12880         created with no visualisation.
12881
12882 2006-01-25  Wim Taymans  <wim@fluendo.com>
12883
12884         * gst-libs/gst/audio/gstbaseaudiosink.c:
12885         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
12886         Undo previous commit that returned WRONG_STATE sooner, it breaks 
12887         resume after pause.
12888
12889 2006-01-25  Wim Taymans  <wim@fluendo.com>
12890
12891         * gst-libs/gst/audio/gstbaseaudiosink.c:
12892         (gst_base_audio_sink_setcaps), (gst_base_audio_sink_event),
12893         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render):
12894         Improve debugging.
12895         Post error when caps cannot be parsed.
12896         Resync on discontinuity in the stream.
12897         Clip samples to segment boundaries.
12898         return WRONG_STATE sooner when we are flushing.
12899
12900         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
12901         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
12902         Make audiosrc operate in TIME.
12903         Set TIMESTAMP and DURATION on buffers.
12904
12905 2006-01-24  Tim-Philipp Müller  <tim at centricular dot net>
12906
12907         * tests/examples/seek/seek.c: (main):
12908           Output tag messages as well.
12909
12910 2006-01-23  Edward Hervey  <edward@fluendo.com>
12911
12912         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
12913         (free_pad_probes), (remove_fakesink), (pad_probe),
12914         (close_pad_link), (gst_decode_bin_change_state):
12915         Replace GstPadBlockCallback with pad probes that detect
12916         first buffer AND eos before removing fakesink.
12917         Fixes hang with demuxers doing EOS while pre-rolling.
12918         Solves #328279
12919
12920 2006-01-23  Andy Wingo  <wingo@pobox.com>
12921
12922         * ext/alsa/gstalsasink.c:
12923         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12924         (gst_base_rtp_depayload_setcaps),
12925         (gst_base_rtp_depayload_add_to_queue),
12926         (gst_base_rtp_depayload_queue_release): GCC 2.95 fixes (#328263).
12927         
12928         Patch by: Jens Granseuer <jensgr at gmx dot net>
12929
12930 2006-01-22  Julien MOUTTE  <julien@moutte.net>
12931
12932         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
12933         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
12934         (gst_xvimagesink_buffer_alloc): Playbin keeps some ref to some 
12935         frames. We might get a frame destroyed after changing state to
12936         NULL, adding a safety check on xcontext.
12937
12938 2006-01-22  Tim-Philipp Müller  <tim at centricular dot net>
12939
12940         * gst-libs/gst/interfaces/xoverlay.c:
12941           Fix prepare-xwindow-id code example in the docs - we need to
12942           ignore all messages that aren't element messages as well.
12943           
12944 2006-01-21  Julien MOUTTE  <julien@moutte.net>
12945
12946         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
12947           I think one day i'll completely undestand how caps negotiation
12948           is supposed to work. This refactoring handles buffer_alloc
12949           called with caps we can't handle. We definitely don't want a
12950           set_caps with those caps, so we define and allocate a buffer
12951           we would like to receive.
12952
12953 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
12954
12955         * gst/playback/gstplaybasebin.c: (setup_source):
12956           Free iterator when done.
12957
12958 2006-01-17  Jan Schmidt  <thaytan@mad.scientist.com>
12959
12960         * gst-libs/gst/audio/gstbaseaudiosink.c:
12961         (gst_base_audio_sink_render):
12962           Fix playback of non-synchronised streams by assuming a rate
12963           of 1.0 instead of a random one.
12964
12965           Makes this work again:
12966
12967           gst-launch filesrc location=raw_audio.file ! 'audio/x-raw-int,
12968           endianness=(int)4321, signed=(boolean)true, width=(int)16,
12969           depth=(int)16, rate=(int)44100, channels=(int)2' ! audioconvert !
12970           audioresample ! alsasink
12971
12972 === release 0.10.2 ===
12973
12974 2006-01-16  Thomas Vander Stichele <thomas at apestaart dot org>
12975
12976         * configure.ac:
12977           releasing 0.10.2, "Then the devil is six"
12978
12979 2006-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
12980
12981         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
12982         * gst/playback/gststreamselector.c:
12983         (gst_stream_selector_set_property):
12984           Comment out broken code that connects to the state-changed signal.
12985           At this point, changing current stream selection is broken, but 
12986           stuff like gst-launch playbin current-audio=1 works and filters
12987           to the chosen stream.
12988
12989 2006-01-16  Thomas Vander Stichele  <thomas at apestaart dot org>
12990
12991         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
12992           Fix #327216 (null dereference in vorbisdec)
12993
12994 2006-01-16  Tim-Philipp Müller  <tim at centricular dot net>
12995
12996         * ext/theora/theoradec.c: (theora_handle_comment_packet):
12997           Post taglist actually on bus instead of just freeing it
12998           (fixes #327114 and totem bug #327080).
12999
13000         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
13001           Use gst_element_found_tags_for_pad(), so that the tags
13002           are sent downstream as an event as well.
13003
13004 2006-01-15  Thomas Vander Stichele  <thomas at apestaart dot org>
13005
13006         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
13007         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
13008         (gst_ximagesink_buffer_alloc):
13009         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
13010         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_show_frame),
13011         (gst_xvimagesink_buffer_alloc):
13012           move all regularly occurring messages to GST_LOG level
13013           add some more object logs
13014
13015 2006-01-14  Thomas Vander Stichele  <thomas at apestaart dot org>
13016
13017         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
13018           fix a silly segfault
13019
13020 2006-01-14  Tim-Philipp Müller  <tim at centricular dot net>
13021
13022         * docs/libs/gst-plugins-base-libs-docs.sgml:
13023         * docs/libs/gst-plugins-base-libs-sections.txt:
13024         * gst-libs/gst/audio/mixerutils.c:
13025         * gst-libs/gst/audio/mixerutils.h:
13026           Add docs for mixerutils stuff.
13027
13028 2006-01-13  Tim-Philipp Müller  <tim at centricular dot net>
13029
13030         * gst/playback/gstplaybasebin.c: (setup_source):
13031           Fix playback for sources that emit raw audio or
13032           raw video streams (e.g.: cd audio sources) (#325984).
13033
13034 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
13035
13036         * gst-libs/gst/audio/mixerutils.c:
13037         (gst_audio_mixer_filter_do_filter):
13038           actually save the element we create
13039
13040 2006-01-12  Tim-Philipp Müller  <tim at centricular dot net>
13041
13042         * gst-libs/gst/cdda/gstcddabasesrc.c:
13043         (gst_cdda_base_src_handle_track_seek):
13044           No need to post a tag message on the bus when seeking
13045           within the same track, only post it when the current
13046           track changes.
13047
13048 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
13049
13050         * gst/playback/gstplaybasebin.c: (group_destroy),
13051         (probe_triggered), (new_decoded_pad), (mute_group_type),
13052         (set_active_source):
13053         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
13054         * gst/playback/gststreamselector.c:
13055         (gst_stream_selector_base_init),
13056         (gst_stream_selector_set_property),
13057         (gst_stream_selector_request_new_pad):
13058           Reenable stream selection. These mechanisms need a complete overhaul
13059           in the face of 0.8->0.10 changes though.
13060
13061 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
13062
13063         * ext/ogg/gstoggdemux.c:
13064           Change the pad template to src_%d to match the pads that 
13065           are created from it. decodebin needs this information in order
13066           to decide that oggdemux is capable of producing multiple pads
13067           (and hence needs queues inserted).
13068
13069         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
13070         (gst_ogg_mux_collected):
13071           Make debug output more useful by using GST_PTR_FORMAT.
13072
13073 2006-01-11  Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
13074
13075         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
13076
13077         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
13078           Set depth and width for alaw/mulaw (fixes #326601).
13079
13080 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
13081
13082         * tests/icles/Makefile.am:
13083           don't build the tests if we don't have the libs
13084
13085 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
13086
13087         * ext/cdparanoia/gstcdparanoiasrc.c: (gst_cd_paranoia_src_close),
13088         (gst_cd_paranoia_paranoia_callback):
13089           Don't try to free NULL pointers.
13090
13091 2006-01-10  Edward Hervey  <edward@fluendo.com>
13092
13093         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain),
13094         (gst_audio_rate_change_state), (plugin_init):
13095         Add debugging category.
13096         Fix type issues.
13097         Add case for incoming buffers without valid offset/offset_end.
13098
13099 2006-01-10  Michael Smith  <msmith@fluendo.com>
13100
13101         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_dispose):
13102           Don't leak GCond in audio sources.
13103
13104 2006-01-10  Jan Schmidt  <thaytan@mad.scientist.com>
13105
13106         * gst/playback/gstplaybin.c: (gen_audio_element):
13107           Don't leak an autoaudiosink/alsasink when we generate
13108           a new audio element. (old code, I guess)
13109
13110 2006-01-10  Michael Smith  <msmith@fluendo.com>
13111
13112         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
13113           Support float audio in audiorate.
13114           Use width rather than depth for selecting sample width.
13115
13116 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
13117
13118         * gst/videotestsrc/videotestsrc.h:
13119           Use GLib types here (that way we don't have to include the
13120           generated _stdint.h header, which makes life easier for win32
13121           folks that don't use autotools for the build) (#325990, patch
13122           by: Sergey Scobich).
13123
13124 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
13125
13126         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
13127         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
13128         (gst_ring_buffer_pause), (wait_segment):
13129         * gst-libs/gst/audio/gstringbuffer.h:
13130           Name (private) union, makes Forte compiler happy (this time
13131           for real) (#324900).
13132
13133 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
13134
13135         * gst-libs/gst/audio/Makefile.am:
13136           Link against libgstinterfaces, needed for mixer
13137           and property probe stuff.
13138
13139 2006-01-09  Edward Hervey  <edward@fluendo.com>
13140
13141         * gst-libs/gst/Makefile.am:
13142
13143 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
13144
13145         * gst-libs/gst/audio/Makefile.am:
13146         * gst-libs/gst/audio/mixerutils.c:
13147         (gst_audio_mixer_filter_do_filter),
13148         (gst_audio_mixer_filter_check_element),
13149         (gst_audio_mixer_filter_probe_feature),
13150         (element_factory_rank_compare_func),
13151         (gst_audio_default_registry_mixer_filter):
13152         * gst-libs/gst/audio/mixerutils.h:
13153           Add gst_audio_default_registry_mixer_filter() utility
13154           function.
13155
13156 2006-01-03  Michael Smith  <msmith@fluendo.com>
13157
13158         * gst/audioresample/resample.h:
13159           As before, but for o_buf
13160
13161 2006-01-03  Michael Smith  <msmith@fluendo.com>
13162
13163         * gst/audioresample/resample.h:
13164           Declare struct _ResampleState.buffer as unsigned char *, not void *,
13165           since we do arithmetic on it.
13166
13167 2006-01-02  Tim-Philipp Müller  <tim at centricular dot net>
13168
13169         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
13170         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
13171         (gst_ring_buffer_pause), (wait_segment):
13172         * gst-libs/gst/audio/gstringbuffer.h:
13173           Sun's Forte compiler doesn't seem to like anonymous structs,
13174           so use same setup as in GstBaseSrc (fixes #324900).
13175
13176 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
13177
13178         * configure.ac:
13179         * gst/volume/Makefile.am:
13180         * gst/volume/demo.c:
13181           move old example to tests/examples/volume/volune.c
13182         * tests/examples/Makefile.am:
13183         * tests/examples/seek/seek.c: (main):
13184           change window-close event from "delete-event" to "destroy"
13185         * tests/examples/volume/Makefile.am:
13186         * tests/examples/volume/volume.c: (value_changed_callback),
13187         (setup_gui), (message_received), (eos_message_received), (main):
13188           fix event handling and bus usage
13189
13190 2005-12-29  Stefan Kost  <ensonic@users.sf.net>
13191
13192         * gst/audiotestsrc/gstaudiotestsrc.c:
13193         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
13194         (gst_audio_test_src_init), (gst_audio_test_src_src_fixate),
13195         (gst_audio_test_src_query), (gst_audio_test_src_create_sine),
13196         (gst_audio_test_src_create_square),
13197         (gst_audio_test_src_create_saw),
13198         (gst_audio_test_src_create_triangle),
13199         (gst_audio_test_src_create_silence),
13200         (gst_audio_test_src_create_white_noise),
13201         (gst_audio_test_src_create_pink_noise),
13202         (gst_audio_test_src_init_sine_table),
13203         (gst_audio_test_src_create_sine_table),
13204         (gst_audio_test_src_change_wave),
13205         (gst_audio_test_src_change_volume), (gst_audio_test_src_do_seek),
13206         (gst_audio_test_src_create), (gst_audio_test_src_set_property):
13207         * gst/audiotestsrc/gstaudiotestsrc.h:
13208           update to basesrc changes, implement segmented seeking and eos
13209           handling, add a 'sine-tab' waveform for performance critical playback
13210
13211 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
13212
13213         * po/POTFILES.in:
13214           ... and this time the other modified file that I missed last time.
13215
13216 2005-12-29  Michael Smith  <msmith@fluendo.com>
13217
13218         * gst/playback/gstdecodebin.c: (new_pad):
13219           Fix non-C89 variable declaration not at the start of a block. Should
13220           help some compilers.
13221
13222 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
13223
13224         * tests/check/Makefile.am:
13225           And now fix 'make distcheck' (builddir != srcdir)
13226
13227 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
13228
13229         * configure.ac:
13230         * ext/cdparanoia/Makefile.am:
13231         * ext/cdparanoia/gstcdparanoia.c:
13232         * ext/cdparanoia/gstcdparanoia.h:
13233         * ext/cdparanoia/gstcdparanoiasrc.c:
13234         (gst_cd_paranoia_mode_get_type), (gst_cd_paranoia_src_base_init),
13235         (gst_cd_paranoia_src_init), (gst_cd_paranoia_src_class_init),
13236         (gst_cd_paranoia_src_open), (gst_cd_paranoia_src_close),
13237         (gst_cd_paranoia_paranoia_callback),
13238         (gst_cd_paranoia_src_read_sector), (gst_cd_paranoia_src_finalize),
13239         (gst_cd_paranoia_src_set_property),
13240         (gst_cd_paranoia_src_get_property), (plugin_init):
13241         * ext/cdparanoia/gstcdparanoiasrc.h:
13242           New cdparanoiasrc element based on cddabasesrc; enable cdparanoia
13243           plugin again (there are still fixes required to playbin to make
13244           cdda:// uris work there).
13245
13246 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
13247
13248         * tests/check/Makefile.am:
13249           Fix test case compilation.
13250
13251 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
13252
13253         * gst-libs/gst/cdda/gstcddabasesrc.c:
13254         (gst_cdda_base_src_update_duration),
13255         (gst_cdda_base_src_calculate_cddb_id):
13256           An integer is not a string. Fix access to uninitialised variable.
13257
13258         * tests/check/Makefile.am:
13259           Add cddabasesrc unit test; also actually enable the vorbis test.
13260
13261         * tests/check/generic/states.c:
13262           Blacklist new cd audio elements as well.
13263
13264         * tests/check/libs/cddabasesrc.c:
13265           Unit test for GstCddaBaseSrc (discid calculation mostly).
13266
13267 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
13268
13269         * docs/libs/Makefile.am:
13270         * docs/libs/gst-plugins-base-libs-docs.sgml:
13271         * docs/libs/gst-plugins-base-libs-sections.txt:
13272         * docs/libs/gst-plugins-base-libs.types:
13273           Add docs for libgstcdda/GstCddaBaseSrc.
13274
13275         * gst-libs/gst/interfaces/mixertrack.h:
13276           Do one struct member per line with a semicolon at the end, that way
13277           even gtk-doc might parse it without complaining.
13278
13279 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
13280
13281         * configure.ac:
13282         * gst-libs/gst/Makefile.am:
13283         * gst-libs/gst/cdda/Makefile.am:
13284         * gst-libs/gst/cdda/base64.c:
13285         * gst-libs/gst/cdda/base64.h:
13286         * gst-libs/gst/cdda/gstcddabasesrc.c:
13287         (gst_cdda_base_src_mode_get_type), (gst_cdda_base_src_base_init),
13288         (gst_cdda_base_src_class_init), (gst_cdda_base_src_init),
13289         (gst_cdda_base_src_finalize), (gst_cdda_base_src_set_property),
13290         (gst_cdda_base_src_get_property),
13291         (gst_cdda_base_src_get_track_from_sector),
13292         (gst_cdda_base_src_get_query_types), (gst_cdda_base_src_convert),
13293         (gst_cdda_base_src_query), (gst_cdda_base_src_is_seekable),
13294         (gst_cdda_base_src_do_seek), (gst_cdda_base_src_handle_track_seek),
13295         (gst_cdda_base_src_handle_event), (gst_cdda_base_src_uri_get_type),
13296         (gst_cdda_base_src_uri_get_protocols),
13297         (gst_cdda_base_src_uri_get_uri), (gst_cdda_base_src_uri_set_uri),
13298         (gst_cdda_base_src_uri_handler_init),
13299         (gst_cdda_base_src_setup_interfaces),
13300         (gst_cdda_base_src_add_track), (gst_cdda_base_src_update_duration),
13301         (cddb_sum), (gst_cddabasesrc_calculate_musicbrainz_discid),
13302         (lba_to_msf), (gst_cdda_base_src_calculate_cddb_id),
13303         (gst_cdda_base_src_add_tags),
13304         (gst_cdda_base_src_add_index_associations),
13305         (gst_cdda_base_src_set_index), (gst_cdda_base_src_get_index),
13306         (gst_cdda_base_src_track_sort_func), (gst_cdda_base_src_start),
13307         (gst_cdda_base_src_clear_tracks), (gst_cdda_base_src_stop),
13308         (gst_cdda_base_src_create):
13309         * gst-libs/gst/cdda/gstcddabasesrc.h:
13310         * gst-libs/gst/cdda/sha1.c:
13311         * gst-libs/gst/cdda/sha1.h:
13312           Add new libgstcdda with GstCddaBaseSrc class.
13313
13314 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
13315
13316         * ext/gnomevfs/gstgnomevfssink.h:
13317           Use GstBaseSinkClass as parent_class member for class struct, not
13318           GstBaseSink.
13319
13320 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
13321
13322         Patch by: Michael Benes
13323
13324         * gst/videotestsrc/gstvideotestsrc.c:
13325         (gst_video_test_src_class_init), (gst_video_test_src_start):
13326           Add start method to reset running time and number of frames sent
13327           when starting up (fixes #324696)
13328
13329 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
13330
13331         * docs/plugins/Makefile.am:
13332         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13333         * docs/plugins/gst-plugins-base-plugins-sections.txt:
13334         * docs/plugins/gst-plugins-base-plugins.args:
13335         * docs/plugins/gst-plugins-base-plugins.hierarchy:
13336         * docs/plugins/gst-plugins-base-plugins.signals:
13337           Add docs stuff for gnomevfssrc and gnomevfssink.
13338
13339         * ext/gnomevfs/gstgnomevfssrc.c:
13340           Fix example pipeline in gtk-doc blurb.
13341
13342 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
13343
13344         * ext/gnomevfs/Makefile.am:
13345         * ext/gnomevfs/gstgnomevfs.c: (gst_gnome_vfs_uri_get_type),
13346         (gst_gnome_vfs_handle_copy), (gst_gnome_vfs_handle_free),
13347         (gst_gnome_vfs_handle_get_type), (plugin_init):
13348         * ext/gnomevfs/gstgnomevfs.h:
13349         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_do_init),
13350         (gst_gnome_vfs_sink_base_init), (gst_gnome_vfs_sink_class_init),
13351         (gst_gnome_vfs_sink_finalize), (gst_gnome_vfs_sink_init),
13352         (gst_gnome_vfs_sink_set_property),
13353         (gst_gnome_vfs_sink_get_property), (gst_gnome_vfs_sink_open_file),
13354         (gst_gnome_vfs_sink_close_file), (gst_gnome_vfs_sink_start),
13355         (gst_gnome_vfs_sink_stop), (gst_gnome_vfs_sink_handle_event),
13356         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render),
13357         (gst_gnome_vfs_sink_uri_get_type),
13358         (gst_gnome_vfs_sink_uri_get_protocols),
13359         (gst_gnome_vfs_sink_uri_get_uri), (gst_gnome_vfs_sink_uri_set_uri),
13360         (gst_gnome_vfs_sink_uri_handler_init):
13361         * ext/gnomevfs/gstgnomevfssink.h:
13362           Port gnomevfssink; add gtk-doc blurb.
13363
13364         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_type),
13365         (gst_gnome_vfs_src_base_init), (gst_gnome_vfs_src_class_init),
13366         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
13367         (gst_gnome_vfs_src_uri_get_type),
13368         (gst_gnome_vfs_src_uri_get_protocols),
13369         (gst_gnome_vfs_src_uri_get_uri), (gst_gnome_vfs_src_uri_set_uri),
13370         (gst_gnome_vfs_src_uri_handler_init),
13371         (gst_gnome_vfs_src_set_property), (gst_gnome_vfs_src_get_property),
13372         (gst_gnome_vfs_src_unicodify), (audiocast_thread_run),
13373         (gst_gnome_vfs_src_send_additional_headers_callback),
13374         (gst_gnome_vfs_src_received_headers_callback),
13375         (gst_gnome_vfs_src_push_callbacks),
13376         (gst_gnome_vfs_src_pop_callbacks),
13377         (gst_gnome_vfs_src_get_icy_metadata), (gst_gnome_vfs_src_create),
13378         (gst_gnome_vfs_src_is_seekable), (gst_gnome_vfs_src_get_size),
13379         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
13380         * ext/gnomevfs/gstgnomevfssrc.h:
13381           s/gst_gnomevfssrc/gst_gnome_vfs_src/; move header stuff to header
13382           file; add gtk-doc blurb with example pipelines.
13383
13384 === release 0.10.1 ===
13385
13386 2005-12-23  Thomas Vander Stichele <thomas at apestaart dot org>
13387
13388         * configure.ac:
13389           releasing 0.10.1, "Dobro Dedek"
13390
13391 2005-12-21  Edgard Lima <edgard.lima@indt.org.br>
13392
13393         * gst/typefind/gsttypefindfunctions.c:
13394         iLBC30 and iLBC20 added to typefind.
13395
13396 2005-12-20  Thomas Vander Stichele  <thomas at apestaart dot org>
13397
13398         * gst-libs/gst/audio/gstbaseaudiosink.c:
13399         (gst_base_audio_sink_class_init):
13400         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13401         (gst_base_audio_src_class_init):
13402           update strings, values are in microseconds
13403           change the default sink buffer time to something that is smaller
13404           (to help software volume mixing have a slightly lower delay) but
13405           still be acceptable on Wim's laptop
13406
13407 2005-12-20  Edward Hervey  <edward@fluendo.com>
13408
13409         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_template_caps):
13410         Made a quack, forgot to add DUCK to the riff video template.
13411
13412 2005-12-19  Edward Hervey  <edward@fluendo.com>
13413
13414         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_base_init),
13415         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
13416         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
13417         (gst_ogm_parse_chain):
13418         Make sure pads are initialized correctly.
13419         * gst-libs/gst/riff/riff-ids.h:
13420         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
13421         (gst_riff_create_video_template_caps):
13422         Add a whole bunch of FOURCC <=> MimeType.
13423         Extend the riff video pad template to support the newly added fourcc.
13424
13425 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
13426
13427         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
13428         (gst_ogg_demux_activate_chain):
13429           Extra debug output when activating/deactivating chains.
13430
13431         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
13432         (is_demuxer_element), (try_to_link_1), (remove_element_chain),
13433         (unlinked):
13434           Remove a queue from our list when it becomes unlinked.
13435           Don't add queues to elements in class 'Demux' if they
13436           can only produce one pad 
13437
13438 2005-12-18  Julien MOUTTE  <julien@moutte.net>
13439
13440         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_base_init),
13441         (gst_video_sink_get_type): Add a debug category.
13442
13443 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
13444
13445         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13446         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_handle_sink_event):
13447           Handle downstream newsegment by sending our own newsegment before the
13448           next buffer to be released. (#323900)
13449
13450 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
13451
13452         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13453         (gst_base_rtp_depayload_set_gst_timestamp):
13454           add queue delay to new segment as well (as opposed to just the first
13455           buffer). (bug #322347)
13456
13457 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
13458
13459         * ext/libvisual/visual.c: (make_valid_name):
13460           change some char* into char[]
13461         * gst/audiotestsrc/gstaudiotestsrc.c:
13462         (gst_audio_test_src_class_init), (gst_audio_test_src_do_seek),
13463         (gst_audio_test_src_create):
13464         * gst/audiotestsrc/gstaudiotestsrc.h:
13465           prepare to handle EOS and SEGMENT_DONE
13466
13467 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
13468
13469         * tests/check/generic/states.c: (GST_START_TEST):
13470           Blacklist cdparanoia element in state test.
13471
13472 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
13473
13474           Patch by: Benjamin Pineau
13475
13476         * gst/tcp/gsttcp.c:
13477         * gst/tcp/gsttcpclientsink.c:
13478         * gst/tcp/gsttcpserversink.c:
13479         * gst/tcp/gsttcpserversrc.c:
13480           Add <string.h> includes for memset and FD_ZERO (fixes #323878)
13481
13482 2005-12-15  Michael Smith  <msmith@fluendo.com>
13483
13484         * gst/videorate/gstvideorate.c: (gst_video_rate_blank_data),
13485         (gst_video_rate_chain):
13486           Fix timestamping for videorate when the first buffer it sees has a
13487           non-zero timestamp. Fix some misleading debug output.
13488
13489 2005-12-15  Michael Smith  <msmith@fluendo.com>
13490
13491         * gst/audioresample/gstaudioresample.c:
13492           Don't leak all input buffers to audioresample.
13493
13494 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
13495
13496         * ext/pango/gsttextoverlay.c: (gst_text_overlay_collected):
13497           Don't operate on empty text buffers. Strip newlines and
13498           tabs only from the end of the text, but leave them intact
13499           in the middle. Fix typo in gtk-doc description.
13500
13501 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
13502
13503         * gst/playback/gstplaybasebin.c:
13504         * gst/playback/gstplaybin.c: (handoff):
13505           Make sure the video frame buffer we return to apps via the
13506           "frame" property always has caps set on it. Modify
13507           _gst_gvalue_set_object() macro to handle NULL objects
13508           gracefully too.
13509
13510 2005-12-14  Stefan Kost  <ensonic@users.sf.net>
13511
13512         * gst/audiotestsrc/gstaudiotestsrc.c:
13513         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
13514         (gst_audio_test_src_setcaps), (gst_audio_test_src_src_query),
13515         (gst_audio_test_src_do_seek), (gst_audio_test_src_is_seekable),
13516         (gst_audio_test_src_create):
13517         * gst/audiotestsrc/gstaudiotestsrc.h:
13518         Adjust to some recent api changes and add wtays new cool seeking
13519         capabillities
13520
13521 2005-12-14  Tim-Philipp Müller  <tim at centricular dot net>
13522
13523         * ext/alsa/Makefile.am:
13524         * ext/alsa/gstalsadeviceprobe.c:
13525         * ext/alsa/gstalsadeviceprobe.h:
13526           Helper functions to add device probing via the GstPropertyProbe
13527           interface to a class.
13528
13529         * ext/alsa/gstalsamixer.h:
13530           Comment out GST_ALSA_MIXER, it returns a struct that's not
13531           used.
13532
13533         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
13534           Add some debug info. 
13535
13536         * ext/alsa/gstalsamixerelement.c:
13537         (gst_alsa_mixer_element_interface_supported),
13538         (gst_implements_interface_init),
13539         (gst_alsa_mixer_element_init_interfaces),
13540         (gst_alsa_mixer_element_class_init),
13541         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
13542         (gst_alsa_mixer_element_set_property),
13543         (gst_alsa_mixer_element_get_property),
13544         (gst_alsa_mixer_element_change_state):
13545         * ext/alsa/gstalsamixerelement.h:
13546           Add 'device' and 'device-name' properties. Add GstPropertyProbe
13547           for device handling (gnome-volume-control will need that).
13548
13549 2005-12-12  Christian Schaller  <uraeus@gnome.org>
13550
13551         * ext/Makefile.am: fix cdparanoia entry
13552         * gst-plugins-base.spec.in: add cdparanoia
13553
13554 2005-12-12  Michael Smith  <msmith@fluendo.com>
13555
13556         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
13557           Use the correct function to free list of typefind factories.
13558
13559 2005-12-12  Wim Taymans  <wim@fluendo.com>
13560
13561         * gst/videotestsrc/gstvideotestsrc.c:
13562         (gst_video_test_src_class_init), (gst_video_test_src_init),
13563         (gst_video_test_src_parse_caps), (gst_video_test_src_query),
13564         (gst_video_test_src_do_seek), (gst_video_test_src_is_seekable),
13565         (gst_video_test_src_create):
13566         * gst/videotestsrc/gstvideotestsrc.h:
13567         Implement seeking in videotestsrc.
13568         Small cleanups.
13569
13570 2005-12-12  Wim Taymans  <wim@fluendo.com>
13571
13572         * ext/cdparanoia/Makefile.am:
13573         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
13574         (gst_paranoia_endian_get_type), (_do_init),
13575         (cdparanoia_class_init), (cdparanoia_init),
13576         (cdparanoia_set_property), (cdparanoia_get_property),
13577         (cdparanoia_do_seek), (cdparanoia_is_seekable),
13578         (cdparanoia_create), (cdparanoia_start), (cdparanoia_stop),
13579         (cdparanoia_convert), (cdparanoia_get_query_types),
13580         (cdparanoia_query), (cdparanoia_set_index),
13581         (cdparanoia_uri_set_uri):
13582         * ext/cdparanoia/gstcdparanoia.h:
13583         Partially ported cdparanoia now that basesrc can support a
13584         plugin like this..
13585
13586 2005-12-12  Wim Taymans  <wim@fluendo.com>
13587
13588         * tests/examples/seek/scrubby.c: (main):
13589         Set higher priority for bus events so they don't get reordered with
13590         gtk gui events.
13591
13592         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
13593         (flush_toggle_cb), (main):
13594         Added checkbox to disable flushing seeks. 
13595         Disable scrubbing when doing non flushing seeks.
13596
13597 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
13598
13599         * gst/subparse/gstsubparse.c: (gst_sub_parse_init),
13600         (gst_sub_parse_do_seek), (gst_sub_parse_src_event), (parse_subrip),
13601         (parser_state_init), (handle_buffer), (gst_sub_parse_chain),
13602         (gst_sub_parse_sink_event), (gst_sub_parse_change_state):
13603           Implement some sort of event handling that doesn't rely on
13604           g_return_if_fail; make sure we always push the last chunk of an 
13605           .srt out when we receive an EOS; use gst_pad_alloc_buffer; fix
13606           state change function; remove some old cruft. Seeking is still
13607           rather unlikely to work though.
13608
13609         * tools/.cvsignore:
13610           Ignore more.
13611
13612 2005-12-11  Julien MOUTTE  <julien@moutte.net>
13613
13614         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): 
13615         Fixed a leak of the current image reference when cleaning up.
13616         Thanks to Arwed von Merkatz (alley_cat) for pointing it out.
13617
13618 2005-12-09  Michael Smith  <msmith@fluendo.com>
13619
13620         * tools/Makefile.am:
13621         * tools/gst-launch-ext-m.m:
13622           Remove gst-launch-ext. It doesn't work, and is no longer
13623           particularly useful.
13624
13625 2005-12-08  Luca Ognibene  <luogni@tin.it>
13626
13627         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
13628           don't pass random values to ogmparse convert function.
13629           Make seeking possible in the exile1.ogm file.
13630
13631 2005-12-07  Tim-Philipp Müller  <tim at centricular dot net>
13632
13633         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
13634         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
13635           Work around refcount problem with g_value_set_object() that occur
13636           if the core has been compiled against GLib-2.6 (g_value_set_object()
13637           will only g_object_ref() the element, but the caller will
13638           gst_object_unref() it and bad things will happen due to the way
13639           GstObjects are refcounted in the GLib-2.6 case). Fixes problems with
13640           totem for people on FC4 using Thomas's 0.10 RPMs.
13641           
13642 2005-12-07  Edward Hervey  <edward@fluendo.com>
13643
13644         Time to welcome ogm to 0.10 :)
13645         
13646         * ext/ogg/gstoggdemux.c: (internal_element_pad_added_cb),
13647         (gst_ogg_pad_typefind):
13648         Oggdemux can now properly typefind elements with dynamic pads.
13649         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
13650         Properly set caps on src pad, and set caps on outgoing buffers.
13651
13652 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
13653
13654         * ext/alsa/gstalsamixer.h:
13655         * ext/alsa/gstalsamixerelement.h:
13656         * ext/alsa/gstalsamixeroptions.h:
13657         * ext/alsa/gstalsamixertrack.h:
13658         * ext/alsa/gstalsasink.c:
13659         * ext/alsa/gstalsasink.h:
13660         * ext/alsa/gstalsasrc.c:
13661         * ext/alsa/gstalsasrc.h:
13662         * ext/cdparanoia/gstcdparanoia.h:
13663         * ext/gnomevfs/gstgnomevfsuri.h:
13664         * ext/ogg/gstoggdemux.c:
13665         * ext/ogg/gstoggmux.c:
13666         * ext/pango/gsttextoverlay.h:
13667         * ext/theora/theoradec.c:
13668         * ext/theora/theoraenc.c:
13669         * ext/vorbis/vorbisdec.h:
13670         * ext/vorbis/vorbisenc.c:
13671         * ext/vorbis/vorbisenc.h:
13672         * ext/vorbis/vorbisparse.h:
13673         * gst-libs/gst/audio/gstaudioclock.h:
13674         * gst-libs/gst/audio/gstaudiosink.c:
13675         * gst-libs/gst/audio/gstaudiosink.h:
13676         * gst-libs/gst/audio/gstaudiosrc.c:
13677         * gst-libs/gst/audio/gstaudiosrc.h:
13678         * gst-libs/gst/audio/gstbaseaudiosink.c:
13679         * gst-libs/gst/audio/gstbaseaudiosink.h:
13680         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13681         * gst-libs/gst/audio/gstbaseaudiosrc.h:
13682         * gst-libs/gst/audio/gstringbuffer.h:
13683         * gst-libs/gst/audio/multichannel.h:
13684         * gst-libs/gst/floatcast/floatcast.h:
13685         * gst-libs/gst/interfaces/colorbalance.c:
13686         * gst-libs/gst/interfaces/colorbalance.h:
13687         * gst-libs/gst/interfaces/colorbalancechannel.h:
13688         * gst-libs/gst/interfaces/mixer.h:
13689         * gst-libs/gst/interfaces/mixeroptions.h:
13690         * gst-libs/gst/interfaces/mixertrack.h:
13691         * gst-libs/gst/interfaces/navigation.h:
13692         * gst-libs/gst/interfaces/propertyprobe.h:
13693         * gst-libs/gst/interfaces/tuner.h:
13694         * gst-libs/gst/interfaces/tunerchannel.h:
13695         * gst-libs/gst/interfaces/tunernorm.h:
13696         * gst-libs/gst/interfaces/xoverlay.h:
13697         * gst-libs/gst/netbuffer/gstnetbuffer.h:
13698         * gst-libs/gst/riff/riff-ids.h:
13699         * gst-libs/gst/riff/riff-media.h:
13700         * gst-libs/gst/riff/riff-read.h:
13701         * gst-libs/gst/rtp/gstbasertpdepayload.h:
13702         * gst-libs/gst/rtp/gstbasertppayload.c:
13703         * gst-libs/gst/rtp/gstbasertppayload.h:
13704         * gst-libs/gst/rtp/gstrtpbuffer.c:
13705         * gst-libs/gst/rtp/gstrtpbuffer.h:
13706         * gst-libs/gst/tag/gsttageditingprivate.h:
13707         * gst-libs/gst/tag/gstvorbistag.c:
13708         (gst_tag_list_from_vorbiscomment_buffer):
13709         * gst-libs/gst/tag/tag.h:
13710         * gst-libs/gst/video/video.h:
13711         * gst/adder/gstadder.c:
13712         * gst/adder/gstadder.h:
13713         * gst/audioconvert/audioconvert.c:
13714         * gst/audioconvert/audioconvert.h:
13715         * gst/audioconvert/gstaudioconvert.c:
13716         * gst/audioconvert/gstchannelmix.c:
13717         * gst/audioconvert/gstchannelmix.h:
13718         * gst/audiorate/gstaudiorate.c:
13719         * gst/audioresample/buffer.h:
13720         * gst/audioresample/functable.h:
13721         * gst/audioresample/gstaudioresample.c:
13722         * gst/audioresample/resample.h:
13723         * gst/ffmpegcolorspace/avcodec.h:
13724         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
13725         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
13726         * gst/ffmpegcolorspace/imgconvert.c:
13727         * gst/ffmpegcolorspace/imgconvert_template.h:
13728         * gst/playback/gstdecodebin.c:
13729         * gst/playback/gstplaybasebin.h:
13730         * gst/playback/gstplaybin.c:
13731         * gst/playback/gststreaminfo.h:
13732         * gst/tcp/gstfdset.c:
13733         * gst/tcp/gstfdset.h:
13734         * gst/tcp/gstmultifdsink.c:
13735         * gst/tcp/gstmultifdsink.h:
13736         * gst/tcp/gsttcp.h:
13737         * gst/tcp/gsttcpclientsrc.c:
13738         * gst/tcp/gsttcpclientsrc.h:
13739         * gst/tcp/gsttcpplugin.h:
13740         * gst/tcp/gsttcpserversink.c:
13741         * gst/tcp/gsttcpserversrc.c:
13742         * gst/typefind/gsttypefindfunctions.c:
13743         * gst/videorate/gstvideorate.c:
13744         * gst/videotestsrc/gstvideotestsrc.h:
13745         * gst/videotestsrc/videotestsrc.h:
13746         * sys/v4l/gstv4lcolorbalance.h:
13747         * sys/v4l/gstv4ltuner.h:
13748         * sys/v4l/gstv4lxoverlay.h:
13749         * sys/v4l/v4l_calls.h:
13750         * sys/v4l/videodev_mjpeg.h:
13751         * tests/check/elements/audioconvert.c:
13752         * tests/check/elements/audioresample.c:
13753         * tests/check/elements/audiotestsrc.c:
13754         * tests/check/elements/videotestsrc.c:
13755         * tests/check/elements/volume.c:
13756         * tests/examples/seek/scrubby.c:
13757         * tests/examples/seek/seek.c:
13758           expand tabs
13759
13760 === release 0.10.0 ===
13761
13762 2005-12-05 Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13763
13764         * configure.ac:
13765           releasing 0.10.0, "Mont-d'or"
13766
13767 2005-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
13768
13769         * tests/examples/seek/Makefile.am:
13770         Build fix for when gtk is not available.
13771
13772 2005-12-05  Andy Wingo  <wingo@pobox.com>
13773
13774         * ext/libvisual/visual.c: (get_buffer):
13775         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
13776         * ext/pango/gsttextrender.c: (gst_text_render_chain):
13777         * ext/theora/theoradec.c: (theora_handle_data_packet):
13778         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
13779         (theora_enc_chain):
13780         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
13781         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
13782         Update for alloc_buffer changes.
13783
13784 2005-12-05  Andy Wingo  <wingo@pobox.com>
13785
13786         patch by: Kai Vehmanen <kv2004 eca cx>
13787         
13788         * gst-libs/gst/rtp/gstbasertpdepayload.c
13789         (gst_base_rtp_depayload_thread): Fix busy loop (#323017).
13790
13791 2005-12-04  Andy Wingo  <wingo@pobox.com>
13792
13793         patch by: Sebastien Cote <sebas642 yahoo ca>
13794         
13795         * pkgconfig/gstreamer-plugins-base.pc.in (Libs): Add -L flag.
13796         Fixes #319172.
13797
13798 2005-12-02  Tim-Philipp Müller  <tim at centricular dot net>
13799
13800         * docs/plugins/Makefile.am:
13801         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13802         * docs/plugins/gst-plugins-base-plugins-sections.txt:
13803         * docs/plugins/gst-plugins-base-plugins.hierarchy:
13804         * ext/pango/gstclockoverlay.c:
13805         * ext/pango/gsttextoverlay.c: 
13806         * ext/pango/gsttextrender.c:
13807         * ext/pango/gsttimeoverlay.c:
13808           Add gtk-doc blurbs to pango elements.
13809
13810 2005-12-02  Wim Taymans  <wim@fluendo.com>
13811
13812         * gst/audioresample/buffer.c: (audioresample_buffer_queue_flush):
13813         * gst/audioresample/buffer.h:
13814         * gst/audioresample/gstaudioresample.c:
13815         * gst/audioresample/gstaudioresample.h:
13816         * gst/audioresample/resample.c: (resample_input_flush),
13817         (resample_input_pushthrough), (resample_input_eos),
13818         (resample_get_output_size_for_input),
13819         (resample_get_input_size_for_output), (resample_get_output_size),
13820         (resample_get_output_data):
13821         * gst/audioresample/resample.h:
13822         * gst/audioresample/resample_ref.c: (resample_scale_ref):
13823         Fix audioresample, seek torture, new segments, reverse negotiation
13824         etc.. work fine.
13825
13826 2005-12-02  Wim Taymans  <wim@fluendo.com>
13827
13828         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
13829         Small cleanups.
13830
13831 2005-12-02  Wim Taymans  <wim@fluendo.com>
13832
13833         * gst/audioconvert/gstaudioconvert.c:
13834         (gst_audio_convert_transform):
13835         Post errors.
13836
13837 === release 0.9.7 ===
13838
13839 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13840
13841         * configure.ac:
13842           releasing 0.9.7, "Mi Perro No Tiene Ninguna Nariz"
13843
13844 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
13845
13846         * Makefile.am:
13847         * po/hu.po:
13848         * win32/MANIFEST:
13849         * win32/gst.sln:
13850           add win32 MANIFEST file
13851           do something to the hungarian translation
13852
13853 2005-12-01  Tim-Philipp Müller  <tim at centricular dot net>
13854
13855         * ext/Makefile.am:
13856           Add $(PANGO_DIR) to SUBDIRS
13857
13858         * ext/pango/gstclockoverlay.c:
13859         * ext/pango/gsttimeoverlay.c:
13860           Fix and improve element descriptions.
13861
13862 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13863
13864         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13865         * docs/plugins/inspect/plugin-libvisual.xml:
13866         * docs/plugins/inspect/plugin-pango.xml:
13867           add pango plugin to docs
13868
13869 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13870
13871         * configure.ac:
13872         * ext/Makefile.am:
13873           moved pango to base
13874
13875 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
13876
13877         * configure.ac:
13878         * tests/Makefile.am:
13879         * tests/icles/.cvsignore:
13880         * tests/icles/Makefile.am:
13881         * tests/icles/stress-xoverlay.c: (myclock), (open_display),
13882         (close_display), (resize_window), (move_window), (create_window),
13883         (terminate_playback), (pause_playback), (start_playback), (main):
13884           add stress test for xoverlay from Julien
13885
13886 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13887
13888         * docs/libs/tmpl/gstcolorbalance.sgml:
13889         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13890         * gst-libs/gst/rtp/gstbasertppayload.c:
13891         * gst-libs/gst/rtp/gstrtpbuffer.c:
13892         * gst-libs/gst/rtp/gstrtpbuffer.h:
13893           Do burger's rename for rtp payloaders and depayloaders
13894
13895 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
13896
13897         * win32/:
13898           add Visual Studio 6 build files
13899
13900 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
13901
13902         * docs/libs/gst-plugins-base-libs-docs.sgml:
13903         * docs/libs/gst-plugins-base-libs-sections.txt:
13904         * docs/libs/tmpl/gstaudio.sgml:
13905         * docs/libs/tmpl/gstringbuffer.sgml:
13906         * gst-libs/gst/interfaces/xoverlay.c:
13907         * gst-libs/gst/video/gstvideofilter.c:
13908         * gst-libs/gst/video/gstvideosink.c:
13909           update documentation
13910
13911 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
13912
13913         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_base_init),
13914         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_init),
13915         (gst_multi_fd_sink_finalize), (gst_multi_fd_sink_add),
13916         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
13917         (gst_multi_fd_sink_get_stats),
13918         (gst_multi_fd_sink_remove_client_link),
13919         (gst_multi_fd_sink_handle_client_read),
13920         (gst_multi_fd_sink_client_queue_data),
13921         (gst_multi_fd_sink_client_queue_caps),
13922         (gst_multi_fd_sink_client_queue_buffer),
13923         (gst_multi_fd_sink_new_client),
13924         (gst_multi_fd_sink_handle_client_write),
13925         (gst_multi_fd_sink_recover_client),
13926         (gst_multi_fd_sink_queue_buffer),
13927         (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_thread),
13928         (gst_multi_fd_sink_render), (gst_multi_fd_sink_set_property),
13929         (gst_multi_fd_sink_get_property), (gst_multi_fd_sink_start),
13930         (gst_multi_fd_sink_stop), (gst_multi_fd_sink_change_state):
13931         * gst/tcp/gstmultifdsink.h:
13932         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_get_type),
13933         (gst_tcp_client_sink_base_init), (gst_tcp_client_sink_class_init),
13934         (gst_tcp_client_sink_init), (gst_tcp_client_sink_finalize),
13935         (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
13936         (gst_tcp_client_sink_set_property),
13937         (gst_tcp_client_sink_get_property), (gst_tcp_client_sink_start),
13938         (gst_tcp_client_sink_stop), (gst_tcp_client_sink_change_state):
13939         * gst/tcp/gsttcpclientsink.h:
13940         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_base_init),
13941         (gst_tcp_client_src_class_init), (gst_tcp_client_src_init),
13942         (gst_tcp_client_src_finalize), (gst_tcp_client_src_getcaps),
13943         (gst_tcp_client_src_create), (gst_tcp_client_src_set_property),
13944         (gst_tcp_client_src_get_property), (gst_tcp_client_src_start),
13945         (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
13946         * gst/tcp/gsttcpclientsrc.h:
13947         * gst/tcp/gsttcpplugin.c: (plugin_init):
13948         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_base_init),
13949         (gst_tcp_server_sink_class_init), (gst_tcp_server_sink_init),
13950         (gst_tcp_server_sink_finalize),
13951         (gst_tcp_server_sink_handle_server_read),
13952         (gst_tcp_server_sink_removed), (gst_tcp_server_sink_handle_wait),
13953         (gst_tcp_server_sink_set_property),
13954         (gst_tcp_server_sink_get_property),
13955         (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
13956         * gst/tcp/gsttcpserversink.h:
13957         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_base_init),
13958         (gst_tcp_server_src_class_init), (gst_tcp_server_src_init),
13959         (gst_tcp_server_src_finalize), (gst_tcp_server_src_create),
13960         (gst_tcp_server_src_set_property),
13961         (gst_tcp_server_src_get_property), (gst_tcp_server_src_start),
13962         (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
13963         * gst/tcp/gsttcpserversrc.h:
13964           more borgifying
13965
13966 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
13967
13968         * docs/plugins/Makefile.am:
13969         * docs/plugins/gst-plugins-base-plugins.args:
13970         * docs/plugins/inspect/plugin-libvisual.xml:
13971         * gst/audioconvert/plugin.h:
13972         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_get_type),
13973         (gst_audio_rate_base_init), (gst_audio_rate_class_init),
13974         (gst_audio_rate_setcaps), (gst_audio_rate_init),
13975         (gst_audio_rate_chain), (gst_audio_rate_set_property),
13976         (gst_audio_rate_get_property), (gst_audio_rate_change_state),
13977         (plugin_init):
13978         * gst/audiotestsrc/gstaudiotestsrc.c:
13979         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_base_init),
13980         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
13981         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
13982         (gst_audio_test_src_get_query_types),
13983         (gst_audio_test_src_src_query), (gst_audio_test_src_create_sine),
13984         (gst_audio_test_src_create_square),
13985         (gst_audio_test_src_create_saw),
13986         (gst_audio_test_src_create_triangle),
13987         (gst_audio_test_src_create_silence),
13988         (gst_audio_test_src_create_white_noise),
13989         (gst_audio_test_src_init_pink_noise),
13990         (gst_audio_test_src_generate_pink_noise_value),
13991         (gst_audio_test_src_create_pink_noise),
13992         (gst_audio_test_src_change_wave), (gst_audio_test_src_get_times),
13993         (gst_audio_test_src_create), (gst_audio_test_src_set_property),
13994         (gst_audio_test_src_get_property), (gst_audio_test_src_start),
13995         (plugin_init):
13996         * gst/audiotestsrc/gstaudiotestsrc.h:
13997         * gst/subparse/gstsubparse.c: (gst_sub_parse_get_type),
13998         (gst_sub_parse_base_init), (gst_sub_parse_class_init),
13999         (gst_sub_parse_init), (gst_sub_parse_formats),
14000         (gst_sub_parse_src_eventmask), (gst_sub_parse_src_event),
14001         (convert_encoding), (get_next_line),
14002         (gst_sub_parse_data_format_autodetect),
14003         (gst_sub_parse_format_autodetect), (feed_textbuf), (handle_buffer),
14004         (gst_sub_parse_loop), (gst_sub_parse_chain),
14005         (gst_sub_parse_change_state), (gst_sub_parse_type_find),
14006         (plugin_init):
14007         * gst/subparse/gstsubparse.h:
14008         * gst/videorate/gstvideorate.c: (gst_video_rate_get_type),
14009         (gst_video_rate_base_init), (gst_video_rate_class_init),
14010         (gst_video_rate_transformcaps), (gst_video_rate_getcaps),
14011         (gst_video_rate_setcaps), (gst_video_rate_blank_data),
14012         (gst_video_rate_init), (gst_video_rate_event),
14013         (gst_video_rate_chain), (gst_video_rate_set_property),
14014         (gst_video_rate_get_property), (gst_video_rate_change_state),
14015         (plugin_init):
14016         * gst/videoscale/gstvideoscale.c:
14017         (gst_video_scale_method_get_type), (gst_video_scale_get_capslist),
14018         (gst_video_scale_src_template_factory),
14019         (gst_video_scale_sink_template_factory),
14020         (gst_video_scale_get_type), (gst_video_scale_base_init),
14021         (gst_video_scale_class_init), (gst_video_scale_init),
14022         (gst_video_scale_set_property), (gst_video_scale_get_property),
14023         (gst_video_scale_transform_caps), (gst_video_scale_get_format),
14024         (gst_video_scale_prepare_size), (parse_caps),
14025         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
14026         (gst_video_scale_fixate_caps), (gst_video_scale_prepare_image),
14027         (gst_video_scale_transform), (gst_video_scale_handle_src_event),
14028         (plugin_init):
14029         * gst/videoscale/gstvideoscale.h:
14030         * gst/videotestsrc/gstvideotestsrc.c:
14031         (gst_video_test_src_pattern_get_type),
14032         (gst_video_test_src_base_init), (gst_video_test_src_class_init),
14033         (gst_video_test_src_init), (gst_video_test_src_src_fixate),
14034         (gst_video_test_src_set_pattern),
14035         (gst_video_test_src_set_property),
14036         (gst_video_test_src_get_property), (gst_video_test_src_getcaps),
14037         (gst_video_test_src_parse_caps), (gst_video_test_src_setcaps),
14038         (gst_video_test_src_event), (gst_video_test_src_get_times),
14039         (gst_video_test_src_create), (plugin_init):
14040         * gst/videotestsrc/gstvideotestsrc.h:
14041         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_get_size),
14042         (gst_video_test_src_smpte), (gst_video_test_src_snow),
14043         (gst_video_test_src_black):
14044         * gst/videotestsrc/videotestsrc.h:
14045           borgify further
14046           clean up docs a little
14047
14048 2005-11-30  Wim Taymans  <wim@fluendo.com>
14049
14050         * gst-libs/gst/rtp/gstbasertpdepayload.h:
14051         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
14052         (gst_basertppayload_event), (gst_basertppayload_push),
14053         (gst_basertppayload_change_state):
14054         * gst-libs/gst/rtp/gstbasertppayload.h:
14055         closed #320644.
14056
14057 2005-11-30  Julien MOUTTE  <julien@moutte.net>
14058
14059         * docs/libs/gst-plugins-base-libs-docs.sgml:
14060         * docs/libs/gst-plugins-base-libs-sections.txt:
14061         * gst-libs/gst/video/gstvideofilter.c:
14062         * gst-libs/gst/video/gstvideosink.c:
14063         * gst-libs/gst/video/gstvideosink.h: Adding docs.
14064
14065 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14066
14067         * LICENSE:
14068           move
14069         * po/af.po:
14070         * po/az.po:
14071         * po/cs.po:
14072         * po/en_GB.po:
14073         * po/hu.po:
14074         * po/it.po:
14075         * po/nb.po:
14076         * po/nl.po:
14077         * po/or.po:
14078         * po/sq.po:
14079         * po/sr.po:
14080         * po/sv.po:
14081         * po/uk.po:
14082         * po/vi.po:
14083         * Makefile.am:
14084           update
14085         * scripts/autoplugins.sh:
14086           remove
14087
14088 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14089
14090         * Makefile.am:
14091         * configure.ac:
14092         * examples/Makefile.am:
14093         * examples/capsfilter/Makefile.am:
14094         * examples/capsfilter/capsfilter1.c:
14095         * examples/gob/Makefile.am:
14096         * examples/gob/gst-identity2.gob:
14097         * examples/indexing/.cvsignore:
14098         * examples/indexing/Makefile.am:
14099         * examples/indexing/indexmpeg.c:
14100         * examples/seeking/.cvsignore:
14101         * examples/seeking/Makefile.am:
14102         * examples/seeking/cdparanoia.c:
14103         * examples/seeking/cdplayer.c:
14104         * examples/seeking/chained.c:
14105         * examples/seeking/scrubby.c:
14106         * examples/seeking/seek.c:
14107         * examples/stats/Makefile.am:
14108         * examples/stats/mp2ogg.c:
14109         * examples/switch/.cvsignore:
14110         * examples/switch/Makefile.am:
14111         * examples/switch/switcher.c:
14112         * tests/Makefile.am:
14113         * tests/check/generic/.cvsignore:
14114         * tests/check/pipelines/.cvsignore:
14115         * tests/examples/Makefile.am:
14116         * tests/examples/seek/Makefile.am:
14117           reorganize stuff under tests/
14118
14119 2005-11-30  Edward Hervey  <edward@fluendo.com>
14120
14121         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
14122         Go away you stupid GstStaticPadTemplate memleak.
14123
14124 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
14125
14126         * gst-libs/gst/net/Makefile.am:
14127         * gst-libs/gst/net/README:
14128         * gst-libs/gst/net/gstnetbuffer.c:
14129         * gst-libs/gst/net/gstnetbuffer.h:
14130           this was moved to "netbuffer"
14131
14132 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
14133
14134         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_get_type),
14135         (gst_video_filter_class_init), (gst_video_filter_init):
14136         * gst-libs/gst/video/gstvideofilter.h:
14137           borgify name to bring in line with other classes
14138
14139 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
14140
14141         * gst/audioscale/.cvsignore:
14142         * gst/audioscale/Makefile.am:
14143         * gst/audioscale/README:
14144         * gst/audioscale/audioscale.vcproj:
14145         * gst/audioscale/dtof.c:
14146         * gst/audioscale/dtos.c:
14147         * gst/audioscale/functable.c:
14148         * gst/audioscale/gstaudioscale.c:
14149         * gst/audioscale/gstaudioscale.h:
14150         * gst/audioscale/private.h:
14151         * gst/audioscale/resample.c:
14152         * gst/audioscale/resample.h:
14153         * gst/audioscale/test.c:
14154           remove
14155
14156 2005-11-30  Edward Hervey  <edward@fluendo.com>
14157
14158         * gst-libs/gst/netbuffer/Makefile.am:
14159         really, really tired
14160
14161 2005-11-30  Edward Hervey  <edward@fluendo.com>
14162
14163         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
14164         Update for new GstTypeFindFactory _register()
14165
14166 2005-11-30  Edward Hervey  <edward@fluendo.com>
14167
14168         * gst-libs/gst/netbuffer/Makefile.am: (libgstnetbufferincludedir): 
14169         Let's not override libgstnet from core for no reason...
14170         (libgstnetbuffer_@GST_MAJORMINOR@_la_SOURCES):
14171         Ok, maybe not so quick next time.
14172
14173 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
14174
14175         * configure.ac:
14176         * gst-libs/gst/Makefile.am:
14177           moved gst-libs/gst/net to netbuffer through CVS surgery
14178           remove old directory
14179           updating build to accomodate
14180           (#322257)
14181
14182 2005-11-29  Andy Wingo  <wingo@pobox.com>
14183
14184         * pkgconfig/gstreamer-plugins-base.pc.in:
14185         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
14186         * gst-libs/gst/net/Makefile.am: Rename gstnet to gstnetbuffer
14187         (#322257).
14188
14189 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
14190
14191         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
14192         3rd time's the charm. Correct ref-counting for discarded buffers.
14193
14194 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
14195
14196         * gst/playback/gststreamselector.c:
14197         (gst_stream_selector_class_init),
14198         (gst_stream_selector_set_property),
14199         (gst_stream_selector_get_property),
14200         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
14201         Fix ref-counting
14202
14203 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
14204
14205         * gst/subparse/gstsubparse.c: (feed_textbuf):
14206           Don't access already unref'ed buffer.
14207
14208 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
14209
14210         * gst/playback/gststreamselector.c:
14211         (gst_stream_selector_class_init), (gst_stream_selector_init),
14212         (gst_stream_selector_dispose), (gst_stream_selector_set_property),
14213         (gst_stream_selector_get_property),
14214         (gst_stream_selector_get_linked_pad),
14215         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
14216         * gst/playback/gststreamselector.h:
14217         Add the active-pad property for playbin to use shortly. Ignore buffers
14218         from any other pad, returning GST_FLOW_NOT_LINKED
14219
14220 2005-11-29  Julien MOUTTE  <julien@moutte.net>
14221
14222         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find): Free the list,
14223         patch from bug #322704 (Alessandro Decina).
14224
14225 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
14226
14227         * gst-libs/gst/audio/Makefile.am:
14228           folded audiofilter into the audio library
14229
14230 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
14231
14232         * gst/videoscale/gstvideoscale.h:
14233         * gst/videoscale/gstvideoscale.c:
14234           remove unimplemented scale methods
14235
14236 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
14237
14238         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
14239           Don't leak caps.
14240
14241 2005-11-28  Julien MOUTTE  <julien@moutte.net>
14242
14243         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
14244         (gst_ximagesink_setcaps):
14245         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
14246         (gst_xvimagesink_setcaps): Fixed a tricky bug. When caps renegotiation
14247         happens (only visible on ximagesink but bug is in xv too) set_caps was
14248         destroying the internal x[v]image used to memcpy non locally alloced
14249         buffers so that it got renewed on next _chain. The issue is that 
14250         _expose will try to put that image as it reffed it in _put.
14251         Using gst_buffer_unref instead of destroy fixes it !
14252
14253 2005-11-28  Edward Hervey  <edward@fluendo.com>
14254
14255         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
14256         (try_to_link_1), (queue_filled_cb):
14257         Better use of the queues. Start with a small size queue and only increase
14258         the size of the queues when the other queues are empty.
14259
14260 2005-11-28  Thomas Vander Stichele  <thomas at apestaart dot org>
14261
14262         * gst-libs/gst/video/Makefile.am:
14263           compile in copied-over videofilter into the video library
14264         * gst-libs/gst/video/videosink.h:
14265           rename the header to gstvideosink.h since it's a base GstObject class
14266         * sys/ximage/ximagesink.h:
14267         * sys/xvimage/xvimagesink.h:
14268           use the new header
14269
14270 2005-11-28  Wim Taymans  <wim@fluendo.com>
14271
14272         * gst/playback/gstplaybasebin.c: (group_commit), (probe_triggered):
14273         * gst/playback/gstplaybasebin.h:
14274         Prepare to handle errors betters.
14275
14276         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
14277         Set sinks to PAUSED first before adding and linking them so that
14278         we don't interrupt dataflow.
14279
14280 2005-11-28  Wim Taymans  <wim@fluendo.com>
14281
14282         * gst-libs/gst/audio/TODO:
14283         Updated TODO
14284
14285         * gst-libs/gst/audio/gstaudiosink.c:
14286         (gst_audioringbuffer_open_device),
14287         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
14288         (gst_audioringbuffer_release):
14289         Small cleanups.
14290
14291         * gst-libs/gst/audio/gstbaseaudiosink.c:
14292         (gst_base_audio_sink_class_init), (gst_base_audio_sink_render),
14293         (gst_base_audio_sink_change_state):
14294         Slave to the master clock when going to PLAYING and unslave when
14295         going to PAUSED.
14296
14297         * gst-libs/gst/audio/gstringbuffer.c:
14298         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
14299         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
14300         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
14301         (gst_ring_buffer_clear_all), (wait_segment),
14302         (gst_ring_buffer_commit), (gst_ring_buffer_read),
14303         (gst_ring_buffer_advance):
14304         * gst-libs/gst/audio/gstringbuffer.h:
14305         Add some docs and cleanups.
14306
14307 2005-11-28  Julien MOUTTE  <julien@moutte.net>
14308
14309         * sys/xvimage/xvimagesink.c:
14310         (gst_xvimagesink_navigation_send_event): Fix navigation events
14311         coordinates translation with pixel aspect ratios.
14312
14313 2005-11-28  Julien MOUTTE  <julien@moutte.net>
14314
14315         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
14316         Use calculated video geometry from _setcaps instead of buffer
14317         caps to respect pixel aspect ratio. (fixes #322388)
14318
14319 2005-11-28  Julien MOUTTE  <julien@moutte.net>
14320
14321         * docs/libs/tmpl/gstcolorbalance.sgml:
14322         * docs/libs/tmpl/gstmixer.sgml:
14323         * docs/libs/tmpl/gstxoverlay.sgml:
14324         * gst-libs/gst/interfaces/xoverlay.c: Add docs for the Xoverlay
14325         interface.
14326
14327 2005-11-28  Julien MOUTTE  <julien@moutte.net>
14328
14329         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
14330         Refuse to create an XvImage if we can't find the format.
14331
14332 2005-11-28  Edward Hervey  <edward@fluendo.com>
14333
14334         * gst-libs/gst/riff/riff-media.c:
14335         (gst_riff_create_audio_template_caps):
14336         Add ATRAC3 to the list of riff-possible audio caps.
14337         I know we still don't have a plugin for atrac3, but it's saner to output
14338         that than a cryptic mimetype.
14339
14340 2005-11-27  Edward Hervey  <edward@fluendo.com>
14341
14342         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds):
14343         Don't try to create a zero-sized subbuffer.
14344
14345 2005-11-27  Julien MOUTTE  <julien@moutte.net>
14346
14347         * sys/ximage/ximagesink.c: (gst_ximage_buffer_free),
14348         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
14349         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_buffer_alloc),
14350         (gst_ximagesink_expose): Fixed a tricky race.
14351         * sys/ximage/ximagesink.h:
14352         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
14353         (gst_xvimagesink_expose): Fixed a tricky race.
14354         * sys/xvimage/xvimagesink.h:
14355
14356 2005-11-27  Edward Hervey  <edward@fluendo.com>
14357
14358         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
14359         (gst_decode_bin_init), (close_pad_link), (try_to_link_1):
14360         Remove unused properties, and add queues between demuxers and decoders
14361         so that a lot more files can preroll properly.
14362
14363 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
14364
14365         * gst-libs/gst/net/Makefile.am:
14366         * gst-libs/gst/rtp/Makefile.am:
14367         * gst-libs/gst/tag/Makefile.am:
14368           remove silly include
14369         * gst/tags/Makefile.am:
14370         * gst/tags/gsttagediting.c:
14371         * gst/tags/gsttageditingprivate.h:
14372         * gst/tags/tagedit.vcproj:
14373           remove directory, is as good as empty
14374
14375 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
14376
14377         * configure.ac:
14378           added GST_LIB_LDFLAGS and GST_ALL_LDFLAGS
14379         * gst-libs/Makefile.am:
14380         * gst-libs/gst/audio/Makefile.am:
14381         * gst-libs/gst/interfaces/Makefile.am:
14382         * gst-libs/gst/net/Makefile.am:
14383         * gst-libs/gst/riff/Makefile.am:
14384         * gst-libs/gst/rtp/Makefile.am:
14385         * gst-libs/gst/tag/Makefile.am:
14386         * gst-libs/gst/video/Makefile.am:
14387           and use them
14388
14389 2005-11-27  Julien MOUTTE  <julien@moutte.net>
14390
14391         * docs/libs/tmpl/gstcolorbalance.sgml:
14392         * docs/libs/tmpl/gstmixer.sgml:
14393         * docs/libs/tmpl/gstxoverlay.sgml:
14394         * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
14395         * sys/ximage/ximagesink.h:
14396         * sys/xvimage/xvimagesink.h: More and more documentation.
14397
14398 2005-11-26  Julien MOUTTE  <julien@moutte.net>
14399
14400         * docs/libs/gst-plugins-base-libs-docs.sgml:
14401         * docs/libs/gst-plugins-base-libs-sections.txt:
14402         * docs/libs/tmpl/gstcolorbalance.sgml:
14403         * docs/libs/tmpl/gstmixer.sgml:
14404         * docs/libs/tmpl/gstxoverlay.sgml: Add the XOverlay interface
14405         to documentation.
14406
14407 2005-11-26  Julien MOUTTE  <julien@moutte.net>
14408
14409         * docs/plugins/Makefile.am:
14410         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
14411         * docs/plugins/gst-plugins-base-plugins-sections.txt:
14412         * sys/xvimage/xvimagesink.c: Added doc for xvimagesink.
14413
14414 2005-11-26  Julien MOUTTE  <julien@moutte.net>
14415
14416         * docs/plugins/Makefile.am:
14417         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
14418         * docs/plugins/gst-plugins-base-plugins-sections.txt:
14419         * docs/plugins/inspect/plugin-adder.xml:
14420         * docs/plugins/inspect/plugin-alsa.xml:
14421         * docs/plugins/inspect/plugin-audioconvert.xml:
14422         * docs/plugins/inspect/plugin-audiorate.xml:
14423         * docs/plugins/inspect/plugin-audioresample.xml:
14424         * docs/plugins/inspect/plugin-audiotestsrc.xml:
14425         * docs/plugins/inspect/plugin-decodebin.xml:
14426         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
14427         * docs/plugins/inspect/plugin-gnomevfs.xml:
14428         * docs/plugins/inspect/plugin-ogg.xml:
14429         * docs/plugins/inspect/plugin-playbin.xml:
14430         * docs/plugins/inspect/plugin-subparse.xml:
14431         * docs/plugins/inspect/plugin-tcp.xml:
14432         * docs/plugins/inspect/plugin-theora.xml:
14433         * docs/plugins/inspect/plugin-typefindfunctions.xml:
14434         * docs/plugins/inspect/plugin-video4linux.xml:
14435         * docs/plugins/inspect/plugin-videorate.xml:
14436         * docs/plugins/inspect/plugin-videoscale.xml:
14437         * docs/plugins/inspect/plugin-videotestsrc.xml:
14438         * docs/plugins/inspect/plugin-volume.xml:
14439         * docs/plugins/inspect/plugin-vorbis.xml:
14440         * docs/plugins/inspect/plugin-ximagesink.xml:
14441         * docs/plugins/inspect/plugin-xvimagesink.xml: Updated version.
14442         * sys/ximage/ximagesink.c: Adding documentation for ximagesink.
14443
14444 2005-11-26  Edward Hervey  <edward@fluendo.com>
14445
14446         * gst/audiorate/gstaudiorate.c: (gst_audiorate_chain):
14447         Properly return GstFlowReturn from gst_pad_push in chain functions.
14448
14449 2005-11-25  Michael Smith  <msmith@fluendo.com>
14450
14451         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
14452         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
14453         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
14454         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
14455           Handle various conditions better when we don't understand a stream.
14456           Removes a heap of CRITICALs on ogg streams containing unknown data.
14457
14458 2005-11-24  Andy Wingo  <wingo@pobox.com>
14459
14460         * gst/tcp/gstmultifdsink.c (gst_multifdsink_handle_client_write):
14461         Be threadsafe.
14462
14463 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
14464
14465         * configure.ac: back to HEAD
14466
14467 === release 0.9.6 ===
14468
14469 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
14470
14471         * configure.ac:
14472           releasing 0.9.6, "White Eight"
14473
14474 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
14475
14476         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
14477         * docs/plugins/inspect/plugin-sine.xml:
14478           remove sinesrc some more
14479
14480 2005-11-23  Wim Taymans  <wim@fluendo.com>
14481
14482         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
14483         If we are reading too slowly, jump forward in the ringbuffer
14484         instead of blocking.
14485
14486 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
14487
14488         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
14489         (gst_visual_chain):
14490         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps):
14491         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps),
14492         (gst_videorate_chain):
14493         * gst/videotestsrc/gstvideotestsrc.c:
14494         (gst_videotestsrc_src_fixate), (gst_videotestsrc_create):
14495         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_fps),
14496         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query),
14497         (gst_v4lmjpegsrc_get), (gst_v4lmjpegsrc_getcaps):
14498         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
14499         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
14500           Updates for API changes
14501
14502 2005-11-23  Wim Taymans  <wim@fluendo.com>
14503
14504         * gst-libs/gst/audio/gstbaseaudiosink.c:
14505         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
14506         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
14507         Fix for calibration API change.
14508
14509 2005-11-23  Michael Smith <msmith@fluendo.com>
14510
14511         * gst-libs/gst/audio/multichannel.c:
14512         (gst_audio_get_channel_positions),
14513         (gst_audio_set_channel_positions),
14514         (gst_audio_set_structure_channel_positions_list),
14515         (gst_audio_fixate_channel_positions):
14516           Use gst_value_array_*() functions on value arrays, not
14517           gst_value_list_*().
14518
14519 2005-11-23  Edward Hervey  <edward@fluendo.com>
14520
14521         * autogen.sh:
14522         eheh, sinesrc is gone. Replacing sample srcfile by existing one.
14523         Fixes autogen
14524
14525 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
14526
14527         * check/Makefile.am:
14528         * check/elements/videotestsrc.c: (setup_videotestsrc),
14529         (cleanup_videotestsrc), (GST_START_TEST), (videotestsrc_suite),
14530         (main):
14531           add a test for videotestsrc
14532
14533 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
14534
14535         * gst/sine/.cvsignore:
14536         * gst/sine/Makefile.am:
14537         * gst/sine/gstsinesrc.c:
14538         * gst/sine/gstsinesrc.h:
14539         * gst/sine/sinesrc.vcproj:
14540           and remove sinesrc from the repository.  Closes #321446
14541
14542 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
14543
14544         * configure.ac:
14545         * gst-plugins-base.spec.in:
14546           remove sinesrc from the build
14547
14548 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
14549
14550         * check/Makefile.am:
14551         * check/elements/audiotestsrc.c: (setup_audiotestsrc),
14552         (cleanup_audiotestsrc), (GST_START_TEST), (audiotestsrc_suite),
14553         (main):
14554           add a test for audiotestsrc, testing all waves.  Even seems
14555           leak-free at first glance, nice job Stefan
14556
14557 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
14558
14559         * po/af.po:
14560         * po/az.po:
14561         * po/cs.po:
14562         * po/en_GB.po:
14563         * po/hu.po:
14564         * po/it.po:
14565         * po/nb.po:
14566         * po/nl.po:
14567         * po/or.po:
14568         * po/sq.po:
14569         * po/sr.po:
14570         * po/sv.po:
14571         * po/uk.po:
14572         * po/vi.po:
14573           Translation string updates
14574
14575         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
14576         (gst_v4lsrc_set_caps):
14577         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
14578         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
14579         * sys/v4l/v4lsrc_calls.h:
14580           Improve v4lsrc, by making it work again.
14581
14582 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
14583
14584         * ext/libvisual/visual.c: (gst_visual_chain):
14585           Fix the fps calculations.
14586
14587         * gst/ffmpegcolorspace/avcodec.h:
14588           Move structure element for clarity
14589
14590         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_init):
14591         * gst-libs/gst/interfaces/tunernorm.h:
14592         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_src_link):
14593         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
14594         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
14595         (gst_v4lmjpegsrc_get_fps), (gst_v4lmjpegsrc_src_convert),
14596         (gst_v4lmjpegsrc_src_query), (gst_v4lmjpegsrc_get),
14597         (gst_v4lmjpegsrc_getcaps):
14598         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
14599         (gst_v4lsrc_set_caps):
14600         * sys/v4l/gstv4lsrc.h:
14601         * sys/v4l/v4l_calls.c: (gst_v4l_open):
14602         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
14603         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
14604         * sys/v4l/v4lsrc_calls.h:
14605           Fractional framerates...
14606
14607 2005-11-22  Wim Taymans  <wim@fluendo.com>
14608
14609         * gst-libs/gst/audio/gstbaseaudiosink.c:
14610         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
14611         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
14612         And we provide a clock by default, of course...
14613
14614 2005-11-22  Wim Taymans  <wim@fluendo.com>
14615
14616         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init):
14617         This clock can be slaved to a master clock now.
14618
14619         * gst-libs/gst/audio/gstbaseaudiosink.c:
14620         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
14621         (gst_base_audio_sink_dispose), (gst_base_audio_sink_provide_clock),
14622         (gst_base_audio_sink_set_clock),
14623         (gst_base_audio_sink_set_property),
14624         (gst_base_audio_sink_get_property), (gst_base_audio_sink_preroll),
14625         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
14626         * gst-libs/gst/audio/gstbaseaudiosink.h:
14627         Handle slaving the internal clock to the clock selected in the
14628         pipeline.
14629         Add property to make the basesink not provide a clock.
14630
14631         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14632         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
14633         (gst_base_rtp_depayload_wait):
14634         * gst-libs/gst/rtp/gstbasertpdepayload.h:
14635         We can use the clock in GstElement, no need to store it ourselves.
14636
14637 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
14638
14639         * docs/libs/tmpl/gstaudio.sgml:
14640           update
14641         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
14642         (gst_paranoia_endian_get_type):
14643         * ext/theora/theoraenc.c: (gst_border_mode_get_type):
14644         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
14645         * gst/audiotestsrc/gstaudiotestsrc.c:
14646         (gst_audiostestsrc_wave_get_type):
14647         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
14648         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
14649         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
14650         (gst_sync_method_get_type), (gst_unit_type_get_type),
14651         (gst_client_status_get_type), (gst_multifdsink_class_init),
14652         (gst_multifdsink_new_client), (gst_multifdsink_recover_client),
14653         (gst_multifdsink_queue_buffer), (gst_multifdsink_set_property),
14654         (gst_multifdsink_get_property):
14655         * gst/tcp/gstmultifdsink.h:
14656         * gst/videoscale/gstvideoscale.c: (gst_videoscale_method_get_type):
14657         * gst/videotestsrc/gstvideotestsrc.c:
14658         (gst_videotestsrc_pattern_get_type):
14659           remove deprecated properties
14660           fix up enums to correctly have short lowercase dashed nicks
14661
14662 2005-11-22  Michael Smith <msmith@fluendo.com>
14663
14664         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
14665         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
14666           Add underscore.
14667
14668 2005-11-22  Michael Smith <msmith@fluendo.com>
14669
14670         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
14671         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
14672           Use utility method for scaling clocktime for fractional framerates.
14673
14674 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
14675
14676         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
14677         (gst_visual_chain):
14678         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
14679         * ext/theora/theoradec.c: (theora_handle_type_packet):
14680         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
14681         (theora_enc_chain):
14682         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
14683         * gst-libs/gst/video/video.c: (gst_video_frame_rate):
14684         * gst-libs/gst/video/video.h:
14685         * gst/ffmpegcolorspace/avcodec.h:
14686         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
14687         (gst_ffmpeg_caps_to_pixfmt):
14688         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14689         (gst_ffmpegcsp_set_caps):
14690         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
14691         (gst_videorate_setcaps), (gst_videorate_blank_data),
14692         (gst_videorate_chain):
14693         * gst/videotestsrc/gstvideotestsrc.c:
14694         (gst_videotestsrc_src_fixate), (gst_videotestsrc_getcaps),
14695         (gst_videotestsrc_parse_caps), (gst_videotestsrc_setcaps),
14696         (gst_videotestsrc_event), (gst_videotestsrc_create):
14697         * gst/videotestsrc/gstvideotestsrc.h:
14698         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
14699         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
14700         (gst_ximagesink_get_times), (gst_ximagesink_init):
14701         * sys/ximage/ximagesink.h:
14702         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
14703         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
14704         (gst_xvimagesink_get_times), (gst_xvimagesink_init):
14705         * sys/xvimage/xvimagesink.h:
14706           Convert elements to use fractions for their framerate.
14707           V4L elements to come later tonight.
14708
14709 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
14710
14711         * gst-libs/gst/audio/audio.c:
14712         * gst-libs/gst/audio/audio.h:
14713           remove some deprecated functions
14714
14715 2005-11-22  Andy Wingo  <wingo@pobox.com>
14716
14717         * Update for gst_tag_setter API changes.
14718
14719 2005-11-22  Andy Wingo  <wingo@pobox.com>
14720
14721         * ext/ogg/gstoggdemux.c (gst_ogg_pad_submit_packet)
14722         (gst_ogg_demux_perform_seek):
14723         * ext/theora/theoradec.c (theora_dec_sink_event):
14724         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): Run
14725         update-funcnames.
14726
14727 2005-11-22  Wim Taymans  <wim@fluendo.com>
14728
14729         * examples/seeking/seek.c: (main):
14730         Give higher priority to bus signals than the gtk events
14731         to fix a race condition in the segment looping.
14732
14733 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
14734
14735         * ext/theora/Makefile.am:
14736         * ext/vorbis/Makefile.am:
14737         * gst-libs/gst/tag/Makefile.am:
14738         * gst-plugins-base.spec.in:
14739           Rename libgsttagedit to libgsttag (#322117).
14740
14741 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
14742
14743         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
14744         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
14745           Call gst_x_overlay_prepare_xwindow_id() to give applications
14746           a final chance to set their own xwindow id before the video
14747           sink creates its own window.
14748
14749 2005-11-22  Julien MOUTTE  <julien@moutte.net>
14750
14751         * sys/xvimage/xvimagesink.c:
14752         (gst_xvimagesink_navigation_send_event): Handle navigation
14753         events correcly with borders if applicable.
14754
14755 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
14756
14757         Patch by: Luca Ognibene
14758
14759         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
14760         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
14761         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14762         (gst_ffmpegcsp_caps_remove_format_info):
14763         * gst/ffmpegcolorspace/imgconvert.c:
14764         * gst/ffmpegcolorspace/imgconvert_template.h:
14765           Forward-port fixes from the 0.8 branch (patch by Luca Ognibene,
14766           #318353); use gst_structure_has_name().
14767
14768 2005-11-22  Julien MOUTTE  <julien@moutte.net>
14769
14770         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
14771         (gst_ximagesink_class_init): Add debug macros on functions.
14772         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
14773         (gst_xvimagesink_xwindow_draw_borders),
14774         (gst_xvimagesink_xvimage_put),
14775         (gst_xvimagesink_xwindow_update_geometry),
14776         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_get_xv_support),
14777         (gst_xvimagesink_event_thread), (gst_xvimagesink_xcontext_get),
14778         (gst_xvimagesink_xcontext_clear),
14779         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
14780         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
14781         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
14782         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
14783         (gst_xvimagesink_get_property), (gst_xvimagesink_finalize),
14784         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
14785         * sys/xvimage/xvimagesink.h: Refactoring to handle aspect ratio,
14786         expose while being PAUSED, out of data flow navigation events, etc..
14787
14788 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
14789
14790         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
14791         * gst-libs/gst/audio/audio.h:
14792           fix prototype - wondering why the test worked regardless
14793
14794 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
14795
14796         * check/Makefile.am:
14797         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
14798         * gst-libs/gst/audio/audio.h:
14799           add a method that returns a proper GstClockTime
14800
14801 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
14802
14803         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_base_init),
14804         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_prepare_xwindow_id):
14805         * gst-libs/gst/interfaces/xoverlay.h:
14806           Remove everything having to do with the desired size; add 
14807           gst_x_overlay_prepare_xwindow_id() function; remove the
14808           'have-xwindow-id' signal and make gst_x_overlay_got_xwindow_id()
14809           post a message on the bus instead (#321816).
14810
14811         * sys/ximage/ximagesink.c: (gst_ximagesink_xoverlay_init):
14812         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps),
14813         (gst_xvimagesink_xoverlay_init):
14814           Remove desired size stuff (#321816).
14815
14816 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
14817
14818         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
14819         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
14820         (mpeg_video_type_find), (mpeg_video_stream_type_find):
14821           Terminate vararg functions with NULL instead of 0 to 
14822           make gcc4 happy.
14823
14824 2005-11-21  Andy Wingo  <wingo@pobox.com>
14825
14826         patch by: Sebastien Cote <sebas642@yahoo.ca>
14827         
14828         * gst-libs/gst/rtp/gstrtpbuffer.h: 
14829         * gst-libs/gst/rtp/gstrtpbuffer.c
14830         (gst_rtpbuffer_get_payload_buffer): New function. Fixes #321451.
14831
14832 2005-11-21  Andy Wingo  <wingo@pobox.com>
14833
14834         * gst/playback/gstplaybin.c (gen_audio_element) 
14835         (gen_video_element): Use the new MISSING_PLUGIN core error
14836         category. Closes #320060.
14837
14838         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): 
14839         * gst/videorate/gstvideorate.c (gst_videorate_event):
14840         * ext/theora/theoradec.c (theora_dec_sink_event): 
14841         * ext/theora/theoraenc.c (theora_enc_sink_event): Don't take
14842         stream lock.
14843
14844         * gst/subparse/gstsubparse.c (gst_subparse_src_event):
14845         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek): Update for
14846         stream lock changes.
14847
14848 2005-11-21  Wim Taymans  <wim@fluendo.com>
14849
14850         * gst-libs/gst/audio/gstbaseaudiosink.c:
14851         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
14852         (gst_base_audio_sink_provide_clock),
14853         (gst_base_audio_sink_set_clock), (gst_base_audio_sink_render),
14854         (gst_base_audio_sink_change_state):
14855         * gst/audioresample/gstaudioresample.c:
14856         Segment update fix.
14857
14858 2005-11-21  Andy Wingo  <wingo@pobox.com>
14859
14860         * *.h:
14861         * *.c: Ran scripts/update-macros. Oh yes.
14862
14863 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
14864
14865         * sys/ximage/Makefile.am:
14866         * sys/ximage/ximage.c:
14867           Rename ximage plugin to ximagesink (#321426) (Don't forget to
14868           remove your old libgstximage.* manually if necessary).
14869
14870 2005-11-21  Michael Smith <msmith@fluendo.com>
14871
14872         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup):
14873           Minimal fix for bug #320200: set the min/max bitrate in the correct
14874           units. A better fix would be to upgrade to the RATEMANAGE2
14875           interface, rather than using the deprecated interface used here, but
14876           that would require an update in our libvorbis dependency (to 1.1),
14877           which is probably undesirable.
14878
14879 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
14880
14881         * ext/libvisual/visual.c: (get_buffer):
14882         * gst-libs/gst/audio/gstbaseaudiosrc.c:
14883         (gst_base_audio_src_fixate):
14884         * gst/audioconvert/gstaudioconvert.c:
14885         (gst_audio_convert_fixate_caps):
14886         * gst/audioscale/gstaudioscale.c: (gst_audioscale_fixate):
14887         * gst/audiotestsrc/gstaudiotestsrc.c:
14888         (gst_audiotestsrc_src_fixate):
14889         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
14890         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps):
14891         * gst/videoscale/gstvideoscale.c: (gst_videoscale_fixate_caps):
14892         * gst/videotestsrc/gstvideotestsrc.c:
14893         (gst_videotestsrc_src_fixate):
14894         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
14895         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
14896           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
14897           (#322027)
14898
14899
14900 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
14901
14902         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
14903         (gst_riff_create_iavs_caps):
14904         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_file_header),
14905         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
14906         (gst_riff_parse_info):
14907         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure):
14908         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_caps):
14909         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
14910           Fixes for GST_FOURCC_FORMAT API change.
14911
14912 2005-11-21  Andy Wingo  <wingo@pobox.com>
14913
14914         patch by: Alessandro Dessina <alessandro nnva org>
14915
14916         * ext/ogg/gstoggmux.c (gst_ogg_mux_set_header_on_caps):
14917         * ext/ogg/gstoggparse.c (gst_ogg_parse_append_header)
14918         (gst_ogg_parse_chain):
14919         * ext/theora/theoraenc.c (theora_set_header_on_caps):
14920         * ext/vorbis/vorbisenc.c (gst_vorbisenc_set_header_on_caps):
14921         * ext/vorbis/vorbisparse.c (vorbis_parse_set_header_on_caps): Fix
14922         gst_value_list calls on arrays. Fixes #321962.
14923
14924 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
14925
14926         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
14927         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_queue_pads),
14928         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
14929         * gst/adder/gstadder.c: (gst_adder_init),
14930         (gst_adder_request_new_pad), (gst_adder_collected),
14931         (gst_adder_change_state):
14932           Update for gst_collectpads_foo() to gst_collect_pads_foo()
14933           API change.
14934
14935 2005-11-21  Michael Smith <msmith@fluendo.com>
14936
14937         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
14938         (gst_vorbisenc_chain), (gst_vorbisenc_output_buffers):
14939           Properly handle pad_push return values.
14940
14941 2005-11-20  Jan Schmidt  <thaytan@mad.scientist.com>
14942
14943         * gst-libs/gst/tag/Makefile.am:
14944         * gst-libs/gst/tag/gstvorbistag.c:
14945         (gst_tag_list_to_vorbiscomment_buffer):
14946           Remove obsolete vorbistag element and debug category.
14947
14948         * gst/playback/gstplaybasebin.c: (check_queue):
14949           Don't divide by 0 when queue-threshold is 0.
14950
14951         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property):
14952           Don't modify an existing pixel-aspect-ratio if we fail to read
14953           a new one.
14954
14955 2005-11-20  Wim Taymans  <wim@fluendo.com>
14956
14957         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_push_buffer),
14958         (gst_vorbisenc_push_packet):
14959         GST_PAD_IS_USABLE is gone, use the return value of
14960         the push or pad_alloc_buffer instead.
14961
14962 2005-11-18  Julien MOUTTE  <julien@moutte.net>
14963
14964         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
14965         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
14966         (gst_ximagesink_ximage_destroy),
14967         (gst_ximagesink_xwindow_draw_borders), (gst_ximagesink_ximage_put),
14968         (gst_ximagesink_xwindow_new),
14969         (gst_ximagesink_xwindow_update_geometry),
14970         (gst_ximagesink_handle_xevents), (gst_ximagesink_event_thread),
14971         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
14972         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_getcaps),
14973         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
14974         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_alloc),
14975         (gst_ximagesink_navigation_send_event),
14976         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_expose),
14977         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
14978         (gst_ximagesink_finalize), (gst_ximagesink_init),
14979         (gst_ximagesink_class_init):
14980         * sys/ximage/ximagesink.h: Refactoring of ximagesink.
14981         This new version brings correct software scaling, non flickering
14982         window while resizing, pixel aspect ratio handling, usage of
14983         hardware buffer pools, out of data flow event thread for 
14984         navigation and handling of expose events even when being PAUSED,
14985         a new property to keep video aspect ratio when resizing, etc...
14986
14987 2005-11-18  Julien MOUTTE  <julien@moutte.net>
14988
14989         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
14990         (gst_videoscale_fixate_caps): Introduce back caps fixate with
14991         handling of PAR.
14992
14993 2005-11-18  Edward Hervey  <bilboed@dvdsrc.fluendo.com>
14994
14995         * gst/playback/gstdecodebin.c: (gst_decode_bin_init): 
14996         Unsetting IS_SINK flag from the fakesink, so decodebin
14997         never behaves as a sink.
14998
14999 2005-11-17  Wim Taymans  <wim@fluendo.com>
15000
15001         * gst-libs/gst/audio/gstbaseaudiosrc.c:
15002         (gst_base_audio_src_change_state):
15003         Fix the audiosrc base class again, we did not unflush.
15004
15005 2005-11-17  Julien MOUTTE  <julien@moutte.net>
15006
15007         * examples/seeking/seek.c: (make_dv_pipeline),
15008         (make_vorbis_theora_pipeline), (make_avi_pipeline),
15009         (make_mpegnt_pipeline): Use VSINK everywhere, add a scaler
15010         to ogg/vorbis/theora pipeline.
15011
15012 2005-11-17  Wim Taymans  <wim@fluendo.com>
15013
15014         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
15015         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
15016         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
15017         Fix EOS on multiple streams.
15018         More debugging.
15019
15020 2005-11-16  Wim Taymans  <wim@fluendo.com>
15021
15022         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_configure_segment),
15023         (gst_ogg_demux_perform_seek):
15024         Segment done must include stream time.
15025
15026         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
15027         (gst_ogg_mux_clear), (gst_ogg_mux_init), (gst_ogg_mux_finalize),
15028         (gst_ogg_mux_change_state):
15029         Fix ogg muxer again.
15030
15031 2005-11-16  Wim Taymans  <wim@fluendo.com>
15032
15033         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init):
15034         Fix compile again.
15035
15036 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
15037
15038         * ext/libvisual/visual.c: (gst_visual_init):
15039         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
15040         * ext/ogg/gstoggparse.c: (gst_ogg_parse_init),
15041         (gst_ogg_parse_chain):
15042         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
15043         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init):
15044         * ext/theora/theoradec.c: (gst_theora_dec_init):
15045         * ext/theora/theoraenc.c: (gst_theora_enc_init):
15046         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
15047         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init):
15048         * gst/adder/gstadder.c: (gst_adder_class_init),
15049         (gst_adder_dispose):
15050         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
15051         * gst/subparse/gstsubparse.c: (gst_subparse_init):
15052         * gst/videorate/gstvideorate.c: (gst_videorate_init):
15053           Fix a whole set of pad template leaks
15054
15055 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
15056
15057         * check/generic/states.c: (GST_START_TEST):
15058           fix the test so that it only checks for elements that are part of
15059           this source module
15060
15061 2005-11-16  Michael Smith <msmith@fluendo.com>
15062
15063         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_reset),
15064         (gst_ogg_mux_init), (gst_ogg_mux_request_new_pad),
15065         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
15066         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
15067         (gst_ogg_mux_collected), (gst_ogg_mux_clear_collectpads),
15068         (gst_ogg_mux_change_state):
15069           Fix leaking collectpads.
15070
15071 2005-11-16  Edward Hervey  <edward@fluendo.com>
15072
15073         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
15074         (gst_videorate_event), (gst_videorate_chain):
15075         Handle segment seeks
15076
15077 2005-11-16  Wim Taymans  <wim@fluendo.com>
15078
15079         * gst-libs/gst/audio/gstbaseaudiosink.c:
15080         (gst_base_audio_sink_provide_clock),
15081         (gst_base_audio_sink_change_state):
15082         Set ringbuffer to non-flushing when going to PAUSED, set to
15083         flushing again when going to READY.
15084
15085         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
15086         (gst_ring_buffer_stop):
15087         Start in flushing mode by default.
15088         Don't set flushing in the _stop method, let the app call
15089         this explicitly.
15090
15091 2005-11-16  Julien MOUTTE  <julien@moutte.net>
15092
15093         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_center_rect):
15094         * gst-libs/gst/video/videosink.h: Add helper function needed
15095         for video sinks.
15096
15097 2005-11-16  Tim-Philipp Müller  <tim at centricular dot net>
15098
15099         * gst/videoscale/gstvideoscale.c:
15100         (gst_videoscale_handle_src_event):
15101           Don't leak reference to pad parent.
15102
15103 2005-11-16  Wim Taymans  <wim@fluendo.com>
15104
15105         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop):
15106         Set ringbuffer to flushing when stopping so that we don't
15107         block on wait_segment anymore and livelock.
15108
15109 2005-11-16  Wim Taymans  <wim@fluendo.com>
15110
15111         * examples/seeking/seek.c: (send_event), (do_seek),
15112         (loop_toggle_cb), (segment_done), (main):
15113         Added looping checkbox.
15114
15115 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
15116
15117         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
15118         (gst_ogg_demux_init):
15119         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
15120         (gst_vorbis_dec_init):
15121           revert unrefs, they don't pass make check
15122
15123 2005-11-15  Johan Dahlin  <johan@gnome.org>
15124
15125         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
15126         (gst_ogg_demux_init), (gst_ogg_demux_finalize):
15127         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
15128         (gst_vorbis_dec_init):
15129         Fix pad template leaks. 
15130
15131 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
15132
15133         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
15134           Make state change function thread safe.
15135
15136 2005-11-15  Edward Hervey  <edward@fluendo.com>
15137
15138         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
15139         (gst_ogg_demux_class_init):
15140         Implement GstElement::send_event, so we can send seek events
15141         in GST_STATE_READY
15142
15143 2005-11-14  Julien MOUTTE  <julien@moutte.net>
15144
15145         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new):
15146         Discovered how to take away flickering while resizing the
15147         window. Please don't put that in ximagesink, refactoring in
15148         progress.
15149
15150 2005-11-14  Michael Smith <msmith@fluendo.com>
15151
15152         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_client_queue_data),
15153         (gst_multifdsink_render):
15154           Don't leak GDP headers when using GDP mode (i.e. tcpserversink).
15155
15156 2005-11-14  Tim-Philipp Müller  <tim at centricular dot net>
15157
15158         * gst/playback/gstplaybin.c: (gen_audio_element):
15159           Use autoaudiosink, it tends to be more widely available than
15160           autoaudiiosink.
15161           
15162 2005-11-14  Andy Wingo  <wingo@pobox.com>
15163
15164         * gst/playback/gstplaybin.c (gen_audio_element): Use autoaudiosink
15165         as well if it is available. Fixes #316442.
15166
15167 2005-11-14  Michael Smith <msmith@fluendo.com>
15168
15169         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_init),
15170         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
15171         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
15172         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
15173         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_collected),
15174         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
15175         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_buffer_from_packet),
15176         (gst_vorbisenc_change_state):
15177           Fix a small memory leak in vorbisenc.
15178           Fix large memory leaks in oggmux, also fix lots of state change
15179           bugs in oggmux.
15180
15181 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
15182
15183         * gst/videotestsrc/gstvideotestsrc.c:
15184         (gst_videotestsrc_class_init), (gst_videotestsrc_init),
15185         (gst_videotestsrc_src_fixate):
15186           move fixation to a fixate function
15187           remove negotiate function, basesrc's is good enough
15188           fixes a bug for check when using the element alone
15189
15190 2005-11-13  Edward Hervey  <edward@fluendo.com>
15191
15192         * examples/seeking/seek.c: (do_seek), (accurate_toggle_cb),
15193         (key_toggle_cb), (main):
15194         Added checkboxes for adding/removing the accurate and key_unit seek
15195         flags.
15196
15197 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15198
15199         * configure.ac: back to HEAD
15200
15201 === release 0.9.5 ===
15202
15203 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
15204
15205         * configure.ac:
15206           releasing 0.9.5, "No No Kia"
15207
15208 2005-11-11  Edward Hervey  <edward@fluendo.com>
15209
15210         * examples/seeking/seek.c: (make_parselaunch_pipeline):
15211         Added parse-launch syntax seeking mode for the seeking example.
15212         This should help stress-test even more cases.
15213         Ex usage : ./seek 15 "filesrc location=uranus.avi ! decodebin ! xvimagesink"
15214
15215 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
15216
15217         * sys/xvimage/xvimagesink.c:
15218         (gst_xvimagesink_navigation_send_event):
15219           Check whether peer pad exists before sending navigation events
15220           to it.
15221
15222 2005-11-11  Michael Smith <msmith@fluendo.com>
15223
15224         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup),
15225         (gst_vorbisenc_buffer_from_packet):
15226         * ext/vorbis/vorbisenc.h:
15227           Set duration on encoded buffers. This allows oggmux's
15228           max_page_delay parameter to actually work.
15229
15230 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
15231
15232         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
15233         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
15234         (gst_ffmpegcsp_avpicture_fill):
15235         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15236         (gst_ffmpegcsp_get_unit_size), (gst_ffmpegcsp_transform):
15237           Make palettes work again (see #132341). Use our own macros
15238           for rounding up.
15239
15240 2005-11-10  Andy Wingo  <wingo@pobox.com>
15241
15242         * gst/playback/gstplaybasebin.c (prepare_output): Fix format
15243         string doober.
15244
15245 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
15246
15247         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15248         (gst_ffmpegcsp_transform_caps):
15249           Prefer passthrough in transform_caps
15250
15251 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
15252
15253         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
15254           check for ALSA errors properly, instead of relying on ALSA's
15255           error strings to serve to the user.
15256
15257 2005-11-10  Wim Taymans  <wim@fluendo.com>
15258
15259         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event), (gst_ogg_demux_init),
15260         (gst_ogg_demux_configure_segment), (gst_ogg_demux_perform_seek),
15261         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
15262         Modernise the seek code.
15263
15264 2005-11-10  Michael Smith <msmith@fluendo.com>
15265         
15266         * gst/playback/gstplaybasebin.c: (group_commit), (new_decoded_pad),
15267         (setup_substreams), (set_active_source):
15268           Unlock GROUP_LOCK in failure cases, so that we don't deadlock when
15269           trying to go to NULL if we failed to read a file.
15270
15271 2005-11-10  Wim Taymans  <wim@fluendo.com>
15272
15273         * gst/audiotestsrc/gstaudiotestsrc.c:
15274         (gst_audiotestsrc_class_init), (gst_audiotestsrc_get_times),
15275         (gst_audiotestsrc_create):
15276         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
15277         (gst_sinesrc_get_times), (gst_sinesrc_create):
15278         * gst/videotestsrc/gstvideotestsrc.c:
15279         (gst_videotestsrc_class_init), (gst_videotestsrc_get_times),
15280         (gst_videotestsrc_create):
15281         The base class can now sync for us.
15282
15283 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
15284
15285         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate): Check if the caps have
15286           a fourcc field. Fixes crash for gst-launch-0.9 v4lsrc
15287           name=source autoprobe=false autoprobe-fps=false copy-mode=1
15288           device=/dev/video0 ! ffmpegcolorspace ! "video/x-raw-yuv,
15289           format=(fourcc)I420" ! xvimagesink
15290
15291 2005-11-10  Tim-Philipp Müller  <tim at centricular dot net>
15292
15293         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
15294         (gst_sinesrc_get_query_types), (gst_sinesrc_src_query),
15295         (gst_sinesrc_newsegment):
15296           Send newsegment event in TIME format, set duration if
15297           num-buffers is set, fix duration querying.
15298
15299 2005-11-10  Michael Smith <msmith@fluendo.com>
15300
15301         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
15302         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
15303         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
15304         (gst_ogg_mux_collected):
15305          Fix EOS handling, partially. Now forwarding an EOS event once we have
15306          EOS on all pads works correctly. However, we still don't properly set
15307          EOS on the actual ogg stream pages.
15308
15309 2005-11-09  Tim-Philipp Müller  <tim at centricular dot net>
15310
15311         * gst/playback/gstplaybin.c: (gst_play_bin_dispose):
15312           Set elements to NULL state before disposing of them.
15313
15314 2005-11-08  Sebastien Cote  <sebas642 at yahoo dot ca>
15315
15316         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15317
15318         * gst-libs/gst/rtp/gstbasertpdepayload.c:
15319         (gst_base_rtp_depayload_init),
15320         (gst_base_rtp_depayload_set_gst_timestamp):
15321         * gst-libs/gst/rtp/gstbasertpdepayload.h:
15322           We need to send a newsegment event for each instance, not
15323           just for the first instance of this class (get rid of
15324           static variable in function). (#321011).
15325           
15326 2005-11-08  Michael Smith <msmith@fluendo.com>
15327
15328         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
15329         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_buffer),
15330         (gst_ogg_mux_dequeue_page), (gst_ogg_mux_pad_queue_page),
15331         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
15332           Forward port rewrite of muxing strategy to 0.9 version of oggmux.
15333           This makes us mux things correctly according to the ogg muxing
15334           rules. Still not handling EOS correctly right now, though.
15335
15336 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
15337
15338         * gst/audioconvert/gstaudioconvert.c:
15339           Fix typo in docs. 
15340
15341 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
15342
15343         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
15344         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new):
15345           Initialise segment_stop to GST_CLOCK_TIME_NONE when
15346           creating a new chain; should fix live streaming. Also
15347           add more debug output and fix a typo.
15348
15349 2005-11-08  Brian Cameron  <brian dot cameron at sun dot com>
15350
15351         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15352
15353         * gst/volume/gstvolume.c: (volume_set_caps):
15354           Fix compilation on Solaris with Forte. (#320923)
15355
15356 2005-11-08  Wim Taymans  <wim@fluendo.com>
15357
15358         * gst-libs/gst/audio/gstbaseaudiosink.c:
15359         (gst_base_audio_sink_render):
15360         No need to do a typecheck.
15361
15362 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
15363
15364         * ext/alsa/gstalsa.h:
15365           We register a debug category, so let's use it.
15366
15367 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
15368
15369         * gst-libs/gst/rtp/gstbasertpdepayload.c:
15370         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_wait):
15371         Fixed a small problem.
15372
15373 2005-11-04  Wim Taymans  <wim@fluendo.com>
15374
15375         * examples/seeking/Makefile.am:
15376         * examples/seeking/scrubby.c: (gst_element_factory_make_or_warn),
15377         (dynamic_link), (setup_dynamic_link), (make_wav_pipeline),
15378         (make_playerbin_pipeline), (format_value), (update_scale),
15379         (speed_cb), (seek_cb), (do_seek), (start_seek), (stop_seek),
15380         (play_cb), (pause_cb), (stop_cb), (print_message), (bus_message),
15381         (print_usage), (main):
15382         Added app for playback speed testing.
15383
15384         * examples/seeking/seek.c: (dynamic_link),
15385         (make_avi_msmpeg4v3_mp3_pipeline), (make_avi_pipeline),
15386         (make_mpeg_pipeline), (do_seek), (set_update_scale),
15387         (message_received), (main):
15388         Updated seek example.
15389
15390 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
15391
15392         * gst-libs/gst/rtp/gstbasertpdepayload.c:
15393         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
15394         (gst_base_rtp_depayload_thread), (gst_base_rtp_depayload_wait),
15395         (gst_base_rtp_depayload_set_clock):
15396         * gst-libs/gst/rtp/gstbasertpdepayload.h:
15397         Don't sleep on the bench (system clock) when you have a nice 
15398         comfortable bed (Gstreamer clock) to sleep on.
15399
15400 2005-11-03  Wim Taymans  <wim@fluendo.com>
15401
15402         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
15403         (gst_decode_bin_dispose), (free_dynamics), (remove_fakesink),
15404         (pad_blocked), (close_pad_link), (new_pad), (no_more_pads):
15405         Handle the case where a pad_block failed.
15406
15407 2005-11-02  Sebastien Cote  <sebas642@yahoo.ca> 
15408
15409         reviewed by: Zeeshan Ali  <zeenix@gmail.com>
15410
15411         * gst-libs/gst/rtp/gstbasertpdepayload.c:
15412         (gst_base_rtp_depayload_add_to_queue),
15413         (gst_base_rtp_depayload_push),
15414         (gst_base_rtp_depayload_set_gst_timestamp),
15415         (gst_base_rtp_depayload_queue_release):
15416           Fixes some bugs in the depayloader's queuing/de-queueing code.
15417
15418 2005-10-31  Michael Smith <msmith@fluendo.com>
15419
15420         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
15421         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
15422         (gst_ogg_demux_collect_chain_info), (gst_ogg_print):
15423           Patch from Alessandro Decina <alessandro@nnva.org>.
15424           Make oggdemux only find the final time in a chain, not per-pad,
15425           since the per-pad information can be very expensive to locate, and
15426           it isn't used anywhere. This makes reading a file containing
15427           OggSkeleton reasonably fast.
15428           Also, make chain finding work when there are logical bitstreams that
15429           can't be decoded. Fixes #319110.
15430
15431 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
15432
15433         * gst-libs/gst/rtp/gstbasertpdepayload.c:
15434         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
15435         (gst_base_rtp_depayload_chain),
15436         (gst_base_rtp_depayload_add_to_queue),
15437         (gst_base_rtp_depayload_push),
15438         (gst_base_rtp_depayload_set_gst_timestamp),
15439         (gst_base_rtp_depayload_queue_release),
15440         (gst_base_rtp_depayload_start_thread),
15441         (gst_base_rtp_depayload_set_property),
15442         (gst_base_rtp_depayload_get_property):
15443         * gst-libs/gst/rtp/gstbasertpdepayload.h:
15444         Some random fixes, to fullfill the desires of thomas.
15445
15446 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
15447
15448         * gst-libs/gst/rtp/gstbasertpdepayload.c:
15449         (gst_base_rtp_depayload_add_to_queue),
15450         (gst_base_rtp_depayload_push):
15451         Fixed the queueing algorithm.
15452
15453 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
15454
15455         * gst-libs/gst/rtp/gstbasertpdepayload.c:
15456         (gst_base_rtp_depayload_push):
15457         A small fix
15458
15459 2005-10-31  Wim Taymans  <wim@fluendo.com>
15460
15461         * gst-libs/gst/audio/gstringbuffer.h:
15462         Don't break ABI.
15463
15464         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
15465         (gst_ffmpeg_caps_to_pixfmt):
15466         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15467         (gst_ffmpegcsp_set_caps):
15468         Some more comments.
15469         Handle missing required caps fields better.
15470
15471 2005-10-31  Wim Taymans  <wim@fluendo.com>
15472
15473         * gst-libs/gst/audio/gstbaseaudiosink.c:
15474         (gst_base_audio_sink_event), (gst_base_audio_sink_get_offset),
15475         (gst_base_audio_sink_render):
15476         * gst-libs/gst/audio/gstringbuffer.c:
15477         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
15478         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
15479         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_pause),
15480         (gst_ring_buffer_stop), (wait_segment), (gst_ring_buffer_commit),
15481         (gst_ring_buffer_read):
15482         * gst-libs/gst/audio/gstringbuffer.h:
15483         Add flushing mode to the ringbuffer so that it in all cases does
15484         not try to handle more audio. This makes sure it does not try to
15485         block anymore when flushing and fixes a livelock.
15486
15487 2005-10-29  Tim-Philipp Müller  <tim at centricular dot net>
15488
15489         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
15490         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
15491         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain):
15492           Explicitly check for -1 values before doing a conversion
15493           and always map them to -1. (#315545)
15494
15495 2005-10-28  Thomas Vander Stichele  <thomas at apestaart dot org>
15496
15497         * gst/playback/gstplaybin.c: (gen_video_element):
15498           first try autovideosink, then xvimagesink, then error out
15499         * po/POTFILES.in:
15500           add translatable file
15501         * po/af.po:
15502         * po/az.po:
15503         * po/cs.po:
15504         * po/en_GB.po:
15505         * po/hu.po:
15506         * po/it.po:
15507         * po/nb.po:
15508         * po/nl.po:
15509         * po/or.po:
15510         * po/sq.po:
15511         * po/sr.po:
15512         * po/sv.po:
15513         * po/uk.po:
15514         * po/vi.po:
15515           update translations
15516
15517 2005-10-27  Philippe Khalaf <burger at speedy dot org> 
15518
15519         * gst-libs/gst/rtp/gstbasedepayload.c:
15520         * gst-libs/gst/rtp/gstbasedepayload.h:
15521           Minor cleanups
15522
15523 2005-10-27  Tim-Philipp Müller  <tim at centricular dot net>
15524
15525         * gst/playback/.cvsignore:
15526         * gst/playback/decodetest.c:
15527         * gst/playback/test3.c:
15528           Port these two tests as well.
15529
15530 2005-10-27  Wim Taymans  <wim@fluendo.com>
15531
15532         * ext/theora/theoradec.c: (theora_dec_src_query),
15533         (theora_dec_sink_event):
15534         * ext/theora/theoraenc.c: (theora_enc_sink_event),
15535         (theora_enc_change_state):
15536         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
15537         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
15538         Take proper locks when handling events.
15539
15540 2005-10-27  Wim Taymans  <wim@fluendo.com>
15541
15542         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_collected),
15543         (gst_adder_change_state):
15544         Fix timestamps and fix deadlock when stopping the collectpads.
15545
15546 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
15547
15548         * gst-libs/gst/rtp/gstrtpbuffer.h:
15549         Declaring the payload types as strings too so that they can be used
15550         in the padtemplate inialization.
15551
15552 2005-10-26  Andre Magalhaes  <andrunko@gmail.com>
15553
15554         reviewed by: Zeeshan Ali   <zeenix@gmail.com>
15555
15556         * gst-libs/gst/rtp/gstbasertpdepayload.c:
15557         (gst_base_rtp_depayload_class_init):
15558         Fixes a small but nasty bug. The derived elements no longer segfaults
15559         on finalization.
15560
15561 2005-10-26  Michael Smith <msmith@fluendo.com>
15562
15563         * gst/audioconvert/audioconvert.c: (audio_convert_clean_context):
15564           When clearing an audioconvert context, set tmpbufsize to zero, so
15565           we'll allocate it again later if required.
15566           This fixes audioconvert re-negotiating formats, which previously
15567           segfaulted with a NULL destination buffer.
15568
15569 2005-10-26  Zeeshan Ali <zeenix@gmail.com>
15570
15571         * gst-libs/gst/rtp/gstbasertpdepayload.c:
15572         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_push),
15573         (gst_base_rtp_depayload_set_gst_timestamp),
15574         (gst_base_rtp_depayload_queue_release):
15575         Fixed a smalll memleak.
15576
15577 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
15578         * gst-libs/gst/rtp/gstbasertpdepayload.c:
15579         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_init),
15580         (gst_base_rtp_depayload_finalize),
15581         (gst_base_rtp_depayload_setcaps),
15582         (gst_base_rtp_depayload_add_to_queue),
15583         (gst_base_rtp_depayload_push),
15584         (gst_base_rtp_depayload_set_gst_timestamp),
15585         (gst_base_rtp_depayload_queue_release),
15586         (gst_base_rtp_depayload_thread),
15587         (gst_base_rtp_depayload_change_state):
15588         * gst-libs/gst/rtp/gstbasertpdepayload.h:
15589         Changed the C++ comments to C comments
15590
15591 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
15592
15593         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init):
15594         * gst/tcp/gsttcpclientsrc.h:
15595         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init):
15596         * gst/tcp/gsttcpserversrc.h:
15597           Remove unused 'curoffset' structure member.
15598
15599 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
15600
15601         * gst-libs/gst/rtp/gstbasertpdepayload.c:
15602         (gst_base_rtp_depayload_base_init),
15603         (gst_base_rtp_depayload_finalize):
15604         * gst-libs/gst/rtp/gstbasertpdepayload.h:
15605         * gst-libs/gst/rtp/gstbasertppayload.h:
15606           The pad-template on the sinkpad should be set by the derived classes.
15607           Also added some useful macros.
15608
15609 2005-10-24  Wim Taymans  <wim@fluendo.com>
15610
15611         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
15612         Correctly flush decoder samples even if we could not
15613         copy them to an output buffer. Fixes #319618.
15614
15615 2005-10-24  Julien MOUTTE  <julien@moutte.net>
15616
15617         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
15618         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Check
15619         the caps against our xcontext caps.
15620
15621 2005-10-24  Wim Taymans  <wim@fluendo.com>
15622
15623         * gst-libs/gst/audio/gstbaseaudiosink.c:
15624         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
15625         Remove g_print
15626         Use sync property from baseclass to disable sync.
15627
15628 2005-10-24  Wim Taymans  <wim@fluendo.com>
15629
15630         * gst-libs/gst/audio/gstbaseaudiosink.c:
15631         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
15632         Buffers with no timestamps get aligned with previous buffers or
15633         on underrun, played ASAP.
15634
15635 2005-10-24  Julien MOUTTE  <julien@moutte.net>
15636
15637         * gst-libs/gst/video/video.h:
15638         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
15639         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
15640         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): And
15641         here comes my change on caps for framerate and geometry range.
15642         We are now accepting 1 to MAXINT for width and height, and from
15643         0.0 to MAXDOUBLE for framerate. That allows duration less png frames
15644         to be blended correctly in videomixer.
15645
15646 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
15647
15648         * configure.ac:
15649           back to HEAD
15650
15651 === release 0.9.4 ===
15652
15653 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15654
15655         * NEWS:
15656         * RELEASE:
15657         * configure.ac:
15658           releasing 0.9.4, "Velociraptor"
15659
15660 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15661
15662         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
15663         * po/POTFILES.in:
15664           STOPPED -> FAILED
15665
15666 2005-10-21  Wim Taymans  <wim@fluendo.com>
15667
15668         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
15669         (gst_decode_bin_dispose), (free_dynamics), (pad_unblocked),
15670         (pad_blocked), (close_pad_link), (new_pad):
15671         Don't try to remove elements twice.
15672
15673 2005-10-21  Wim Taymans  <wim@fluendo.com>
15674
15675         * ext/theora/theoradec.c: (theora_dec_src_query),
15676         (theora_dec_sink_event):
15677         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
15678         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
15679         (vorbis_handle_data_packet):
15680         * ext/vorbis/vorbisdec.h:
15681         Fix old naming.
15682
15683         * gst-libs/gst/audio/gstbaseaudiosink.c:
15684         (gst_base_audio_sink_render):
15685         Don't try to sync on buffers without a timestamp.
15686
15687 2005-10-21  Wim Taymans  <wim@fluendo.com>
15688
15689         * ext/theora/theoradec.c: (theora_dec_src_query),
15690         (theora_dec_sink_event):
15691         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
15692         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
15693         (vorbis_handle_data_packet):
15694         * ext/vorbis/vorbisdec.h:
15695         Fix old naming.
15696
15697 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
15698
15699         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types),
15700         (gst_vorbisenc_src_query):
15701           Implement position and duration queries.
15702
15703         * gst/playback/test3.c: (update_scale), (main):
15704           Fix for async state changes and print nicer output.
15705
15706 2005-10-20  Wim Taymans  <wim@fluendo.com>
15707
15708         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
15709         (dump_element_stats), (main):
15710         * gst/playback/test6.c: (main):
15711         Fix tests again
15712
15713 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
15714
15715         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
15716         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
15717           Don't use functions for position queries when handling
15718           duration queries.
15719
15720 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
15721
15722         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
15723         (vorbis_handle_data_packet), (vorbis_dec_chain),
15724         (vorbis_dec_change_state):
15725         * ext/vorbis/vorbisdec.h:
15726           Vorbis streams can be embedded in other container formats
15727           than ogg, container formats where the demuxer might set 
15728           timestamps on encoded vorbis buffers instead of those silly 
15729           granulepos thingies. In short: make vorbisdec handle 
15730           timestamps on incoming buffers as well.
15731
15732 2005-10-20  Wim Taymans  <wim@fluendo.com>
15733
15734         * gst/playback/gstplaybasebin.c: (group_destroy),
15735         (gst_play_base_bin_change_state):
15736         Fix leak.
15737         Handle case where playbasebin is now ASYNC because
15738         decodebin is.
15739
15740 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
15741
15742         * gst/audioconvert/Makefile.am:
15743         * gst/audioconvert/bufferframesconvert.c:
15744         * gst/audioconvert/plugin.c: (plugin_init):
15745         * gst/audioconvert/plugin.h:
15746           And bye bye buffer-frames-convert
15747
15748 2005-10-19  Wim Taymans  <wim@fluendo.com>
15749
15750         * check/elements/audioconvert.c:
15751         * docs/libs/tmpl/gstaudio.sgml:
15752         * docs/libs/tmpl/gstcolorbalance.sgml:
15753         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
15754         (vorbis_handle_identification_packet), (vorbis_handle_data_packet):
15755         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
15756         * gst-libs/gst/audio/audio.c: (gst_audio_structure_set_int):
15757         * gst-libs/gst/audio/audio.h:
15758         * gst/audioconvert/audioconvert.h:
15759         * gst/audioconvert/gstaudioconvert.c:
15760         (gst_audio_convert_parse_caps):
15761         * gst/volume/gstvolume.c:
15762         Bye bye buffer-frames.
15763
15764 2005-10-19  Wim Taymans  <wim@fluendo.com>
15765
15766         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
15767         (query_positions_elems), (query_positions_pads), (update_scale),
15768         (do_seek), (set_update_scale), (message_received), (main):
15769         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
15770         (gst_ogg_demux_perform_seek), (gst_ogg_demux_find_chains),
15771         (gst_ogg_demux_loop):
15772         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
15773         * ext/theora/theoradec.c: (theora_dec_src_query),
15774         (theora_dec_sink_event):
15775         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
15776         (vorbis_dec_sink_event), (vorbis_handle_data_packet):
15777         * gst/adder/gstadder.c: (gst_adder_query):
15778         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
15779         * gst/playback/test3.c: (update_scale):
15780         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
15781         (dump_element_stats), (main):
15782         * gst/playback/test6.c: (main):
15783         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
15784         Query API update.
15785
15786 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
15787
15788         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
15789         (xml_check_first_element), (xml_type_find), (smil_type_find),
15790         (plugin_init):
15791           Add typefinding for SMIL and for generic XML. Based on patch by
15792           Akos Maroy (#308663).
15793
15794 2005-10-18  Wim Taymans  <wim@fluendo.com>
15795
15796         * gst/playback/Makefile.am:
15797         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
15798         (gst_decode_bin_dispose), (dynamic_create), (dynamic_free),
15799         (free_dynamics), (pad_unblocked), (pad_blocked), (close_pad_link),
15800         (try_to_link_1), (new_pad), (no_more_pads), (type_found),
15801         (gst_decode_bin_change_state):
15802         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
15803         (gst_play_bin_send_event_to_sink):
15804         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
15805         (dump_element_stats), (main):
15806         * gst/playback/test6.c: (main):
15807         Make playbin async, it'll commit state to paused when all streams
15808         are detected.
15809         Remove ugly hack.
15810         Added test6.c to show async behaviour.
15811
15812 2005-10-18  Wim Taymans  <wim@fluendo.com>
15813
15814         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
15815         (gst_ogg_demux_perform_seek), (gst_ogg_demux_loop):
15816         Fix for segment-start/stop API change.
15817
15818 2005-10-18  Wim Taymans  <wim@fluendo.com>
15819
15820         * check/Makefile.am:
15821         * check/clocks/selection.c: (GST_START_TEST), (volume_suite),
15822         (main):
15823         Add future test for clock selection.
15824
15825 2005-10-18  Wim Taymans  <wim@fluendo.com>
15826
15827         * ext/alsa/gstalsasink.c: (gst_alsasink_init),
15828         (gst_alsasink_close):
15829         Set handle to NULL.
15830
15831         * gst-libs/gst/audio/gstringbuffer.c:
15832         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
15833         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
15834         (gst_ring_buffer_start), (gst_ring_buffer_pause),
15835         (gst_ring_buffer_stop), (gst_ring_buffer_commit),
15836         (gst_ring_buffer_read):
15837         More debug info.
15838
15839 2005-10-17  Stefan Kost  <ensonic@users.sf.net>
15840
15841         * gst/audiotestsrc/Makefile.am:
15842         * gst/sine/Makefile.am:
15843         * gst/volume/Makefile.am:
15844           fix broken build of controllerized plugins
15845
15846 2005-10-17  Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
15847
15848         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15849
15850         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
15851         (gst_riff_create_video_template_caps):
15852           Add support for Indeo-3 (IV32).
15853
15854 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
15855
15856         * configure.ac:
15857           rewrite
15858
15859 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
15860
15861         * gst-libs/gst/video/video.c: (gst_video_get_size):
15862         * gst/audiotestsrc/gstaudiotestsrc.c:
15863           doc updates
15864
15865 2005-10-17  Andy Wingo  <wingo@pobox.com>
15866
15867         * ext/ogg/gstoggmux.c (gst_ogg_mux_queue_pads): Fix bug introduced
15868         with the collectpads change.
15869         (gst_ogg_mux_send_headers): Elevate warning to a g_critical.
15870
15871         * gst/tcp/gstmultifdsink.c: Convert to use the boilerplate macro.
15872
15873         * gst/tcp/gsttcp.c (gst_tcp_socket_read): Comment update.
15874
15875         * ext/theora/theoraenc.c (theora_buffer_from_packet): Pass the
15876         alloc_buffer flow return to callers.
15877         (theora_enc_chain, theora_enc_chain): Adapt to buffer_from_packet
15878         change. Fix some memleaks in theoraenc.
15879
15880         * ext/ogg/gstoggmux.c (gst_ogg_mux_send_headers): Fix a segfault
15881         in strange circumstance.
15882
15883 2005-10-17  Julien MOUTTE  <julien@moutte.net>
15884
15885         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15886         (gst_ffmpegcsp_get_unit_size): We are asked to compute a buffer size
15887         from caps, let's use the caps...
15888
15889 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
15890
15891         * configure.ac:
15892           put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
15893
15894 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
15895
15896         * gst-libs/gst/interfaces/Makefile.am:
15897           fix silly typo
15898
15899 2005-10-16  Andy Wingo  <wingo@pobox.com>
15900
15901         * gst/playback/gstdecodebin.c
15902         (gst_element_set_state_like_a_crazy_man): New kraaaaaaazy
15903         function!
15904         (try_to_link_1): Increase kraziness level.
15905
15906 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
15907
15908         * configure.ac:
15909           restructure like the core one
15910         * gst-libs/gst/audio/Makefile.am:
15911         * gst-libs/gst/interfaces/Makefile.am:
15912         * gst-libs/gst/net/Makefile.am:
15913         * gst-libs/gst/riff/Makefile.am:
15914         * gst-libs/gst/rtp/Makefile.am:
15915         * gst-libs/gst/tag/Makefile.am:
15916         * gst-libs/gst/video/Makefile.am:
15917           use correct linker flags, now the libs are properly versioned
15918         * check/elements/audioconvert.c: (verify_convert):
15919         * ext/alsa/gstalsaplugin.c:
15920         * ext/cdparanoia/gstcdparanoia.c:
15921         * ext/gnomevfs/gstgnomevfs.c:
15922         * ext/libvisual/visual.c:
15923         * ext/ogg/gstogg.c:
15924         * ext/ogg/gstoggparse.c: (gst_ogg_parse_chain):
15925         * ext/theora/theora.c:
15926         * ext/vorbis/vorbis.c:
15927         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
15928         * gst-libs/gst/tag/gsttagediting.c:
15929         * gst-libs/gst/video/video.c:
15930         * gst/adder/gstadder.c:
15931         * gst/audioconvert/plugin.c:
15932         * gst/audiorate/gstaudiorate.c:
15933         * gst/audioresample/gstaudioresample.c:
15934         * gst/audioresample/resample_ref.c: (resample_scale_ref):
15935         * gst/audioscale/gstaudioscale.c:
15936         * gst/audioscale/resample.c:
15937         * gst/audiotestsrc/gstaudiotestsrc.c:
15938         * gst/ffmpegcolorspace/gstffmpeg.c:
15939         * gst/playback/gstdecodebin.c: (close_pad_link):
15940         * gst/playback/gstplaybin.c: (gen_video_element),
15941         (gen_audio_element):
15942         * gst/sine/gstsinesrc.c:
15943         * gst/subparse/gstsubparse.c:
15944         * gst/tags/gsttagediting.c:
15945         * gst/tcp/gsttcpplugin.c:
15946         * gst/typefind/gsttypefindfunctions.c:
15947         * gst/videorate/gstvideorate.c:
15948         * gst/videoscale/gstvideoscale.c:
15949         * gst/videotestsrc/gstvideotestsrc.c:
15950         * gst/volume/gstvolume.c:
15951         * sys/v4l/gstv4l.c:
15952         * sys/ximage/ximage.c:
15953         * sys/xvimage/xvimagesink.c:
15954           fix up defines
15955
15956 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
15957
15958         * ext/vorbis/vorbisenc.c:
15959         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
15960         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
15961         (gst_tag_to_vorbis_comments):
15962           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE.
15963
15964 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
15965
15966         * examples/stats/mp2ogg.c:
15967         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
15968           typo fixes
15969
15970 2005-10-13  Michael Smith <msmith@fluendo.com>
15971
15972         * ext/ogg/gstoggmux.c:
15973           Use magic glib macros to define constants as 64 bit, to ensure
15974           appropriate vararg passing.
15975
15976 2005-10-13  Michael Smith <msmith@fluendo.com>
15977
15978         * ext/ogg/gstoggmux.c:
15979         * gst/audioconvert/audioconvert.c: (float):
15980           Don't use LL suffix, as it's not portable, and neither of these
15981           uses required it anyway.
15982
15983 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
15984
15985         * examples/indexing/indexmpeg.c: (main):
15986         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get),
15987         (cdparanoia_open), (cdparanoia_close), (cdparanoia_event),
15988         (cdparanoia_convert), (cdparanoia_query):
15989         * ext/cdparanoia/gstcdparanoia.h:
15990         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
15991         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file),
15992         (gst_gnomevfssink_chain), (gst_gnomevfssink_change_state):
15993         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
15994         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init):
15995         * gst/playback/gststreamselector.c: (gst_stream_selector_init):
15996         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
15997         (gst_multifdsink_render), (gst_multifdsink_start),
15998         (gst_multifdsink_stop):
15999         * gst/tcp/gstmultifdsink.h:
16000         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init),
16001         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
16002         (gst_tcpclientsink_stop):
16003         * gst/tcp/gsttcpclientsink.h:
16004         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
16005         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_create),
16006         (gst_tcpclientsrc_start), (gst_tcpclientsrc_stop):
16007         * gst/tcp/gsttcpclientsrc.h:
16008         * gst/tcp/gsttcpserversink.h:
16009         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init),
16010         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
16011         (gst_tcpserversrc_stop):
16012         * gst/tcp/gsttcpserversrc.h:
16013         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
16014         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
16015         * sys/ximage/ximagesink.c: (gst_ximagesink_init):
16016           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
16017           moved bitshift from macro to enum definition
16018
16019 2005-10-12  Wim Taymans  <wim@fluendo.com>
16020
16021         * examples/seeking/Makefile.am:
16022         Oops.
16023
16024 2005-10-12  Wim Taymans  <wim@fluendo.com>
16025
16026         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
16027         (gst_ring_buffer_read), (gst_ring_buffer_clear):
16028         Don't assert on normal stuff.
16029
16030         * gst/playback/gstplaybin.c: (do_playbin_seek):
16031         API fix.
16032
16033 2005-10-12  Wim Taymans  <wim@fluendo.com>
16034
16035         * check/pipelines/simple_launch_lines.c: (run_pipeline):
16036         * examples/seeking/Makefile.am:
16037         * examples/seeking/cdplayer.c: (play_cb), (pause_cb), (stop_cb):
16038         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
16039         (do_seek), (set_update_scale), (message_received), (main):
16040         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
16041         (gst_ring_buffer_read), (gst_ring_buffer_clear):
16042         Update for _get_state() API change.
16043
16044 2005-10-11  Wim Taymans  <wim@fluendo.com>
16045
16046         * gst-libs/gst/audio/gstbaseaudiosink.c:
16047         (gst_base_audio_sink_render):
16048         * gst-libs/gst/audio/gstbaseaudiosrc.c:
16049         (gst_base_audio_src_create):
16050         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
16051         (gst_ring_buffer_read):
16052         Cleanups.
16053         Commit and read from ringbuffer in samples rather than bytes.
16054
16055 2005-10-11  Wim Taymans  <wim@fluendo.com>
16056
16057         * gst-libs/gst/audio/gstbaseaudiosink.c:
16058         (gst_base_audio_sink_render):
16059         Respect segment rate and accum when scheduling samples.
16060
16061 2005-10-11  Julien MOUTTE  <julien@moutte.net>
16062
16063         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
16064         (gst_ogg_mux_collected): Quick hack to fix build. We need to handle
16065         EOS correctly, that needs more work.
16066
16067 2005-10-11  Wim Taymans  <wim@fluendo.com>
16068
16069         * check/generic/states.c: (GST_START_TEST):
16070         remove old property.
16071
16072         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
16073         (gst_ogg_demux_perform_seek):
16074         * ext/theora/theoradec.c: (theora_dec_sink_event):
16075         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
16076         (vorbis_handle_data_packet):
16077         * gst-libs/gst/rtp/gstbasertpdepayload.c:
16078         (gst_base_rtp_depayload_set_gst_timestamp):
16079         * gst/videorate/gstvideorate.c: (gst_videorate_event):
16080         Update for newsegment API change.
16081
16082 2005-10-11  Michael Smith <msmith@fluendo.com>
16083
16084         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
16085         (do_playbin_seek), (gst_play_bin_send_event):
16086           Override send_event differently, so that we can takes bits of
16087           functionality from GstPipeline (special handling for seeks,
16088           including pausing/resuming, and resetting stream time) and still get
16089           the appropriate behaviour of only forwarding event to a single sink,
16090           rather than all of them.
16091           Unfortunately requires a lot of code duplication, but the
16092           alternatives are equally ugly in the end.
16093
16094 2005-10-11  Thomas Vander Stichele  <thomas at apestaart dot org>
16095
16096         * check/elements/audioconvert.c: (setup_audioconvert),
16097         (cleanup_audioconvert), (get_int_caps), (verify_convert),
16098         (GST_START_TEST), (audioconvert_suite):
16099           clean up tests a little, fix some leaks.
16100
16101 2005-10-10  Wim Taymans  <wim@fluendo.com>
16102
16103         * ext/alsa/gstalsasink.c:
16104         Also allow unsigned int.
16105
16106         * gst-libs/gst/audio/gstbaseaudiosrc.c:
16107         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
16108         Small cleanup
16109
16110 2005-10-10  Wim Taymans  <wim@fluendo.com>
16111
16112         * check/pipelines/simple_launch_lines.c: (run_pipeline):
16113         Small update, use API as stated in design docs.
16114
16115         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
16116         (update_scale), (do_seek), (seek_cb), (set_update_scale),
16117         (start_seek), (stop_seek), (play_cb), (pause_cb), (stop_cb),
16118         (message_received), (main):
16119         Updated seek example for GOption. Some usability improvements.
16120
16121 2005-10-10  Wim Taymans  <wim@fluendo.com>
16122
16123         * gst/audioconvert/audioconvert.h:
16124         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
16125         (gst_channel_mix_setup_matrix), (gst_channel_mix_mix):
16126         Alloc temp storage somewhere else where we can do it more
16127         portable.
16128
16129 2005-10-10  Wim Taymans  <wim@fluendo.com>
16130
16131         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_create),
16132         (gst_tcpserversrc_start):
16133         Don't block in accept while doing the state change, move
16134         to poll and make cancellable.
16135
16136 2005-10-09  Philippe Khalaf <burger@speedy.org>
16137
16138         * gst-libs/gst/rtp/rtpbasedepayload.c:
16139         Set timestamp and add queue delay to timestamp
16140         * gst-libs/gst/rtp/rtpbuffer.h:
16141         Set correct payload type for h263
16142
16143 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
16144
16145         * gst/audiotestsrc/gstaudiotestsrc.c:
16146         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_class_init),
16147         (gst_audiotestsrc_init), (gst_audiotestsrc_create_sine),
16148         (gst_audiotestsrc_create_square), (gst_audiotestsrc_create_saw),
16149         (gst_audiotestsrc_create_triangle),
16150         (gst_audiotestsrc_create_silence),
16151         (gst_audiotestsrc_create_white_noise),
16152         (gst_audiotestsrc_init_pink_noise),
16153         (gst_audiotestsrc_generate_pink_noise_value),
16154         (gst_audiotestsrc_create_pink_noise),
16155         (gst_audiotestsrc_change_wave):
16156         * gst/audiotestsrc/gstaudiotestsrc.h:
16157           fixed typo, added pink noise
16158
16159 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
16160
16161         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find),
16162         (plugin_init):
16163           Add wavpack and spc typefind functions from 0.8 branch.
16164
16165 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
16166
16167         * gst/typefind/gsttypefindfunctions.c: (tar_type_find),
16168         (ar_type_find), (msdos_type_find), (plugin_init):
16169           Add typefind functions for tar archives, ar archives,
16170           RAR archives, and msdos-executables (dlls, exe, etc.).
16171           Some of those would be wrongly identified as mpeg
16172           streams of some sort before (#315550).
16173
16174 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
16175
16176         * configure.ac:
16177         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16178         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16179         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
16180         * gst/audiotestsrc/Makefile.am:
16181         * gst/audiotestsrc/gstaudiotestsrc.c:
16182         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
16183         (gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
16184         (gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
16185         (gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
16186         (gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
16187         (gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
16188         (gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
16189         (gst_audiotestsrc_create_silence),
16190         (gst_audiotestsrc_create_white_noise),
16191         (gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
16192         (gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
16193         (gst_audiotestsrc_start), (plugin_init):
16194         * gst/audiotestsrc/gstaudiotestsrc.h:
16195           add new plugin and element
16196         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
16197           use gobject_class
16198
16199 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
16200
16201         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_class_init),
16202         (gst_adder_init), (gst_adder_request_new_pad),
16203         (gst_adder_change_state):
16204           Add query function to source pad, so adder reports the correct
16205           time/sample position when queried (#315457); fix state change
16206           function; use GST_DEBUG_FUNCPTR() for pad functions.
16207
16208 2005-10-08  Thomas Vander Stichele  <thomas at apestaart dot org>
16209
16210         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find):
16211           Fix leaks in typefind registration
16212           Clean up the gratuitous commenting and whitespacing a little
16213
16214 2005-10-08  Wim Taymans  <wim@fluendo.com>
16215
16216         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
16217         Only actually wait for the thread to be stopped if it's 
16218         running.
16219
16220 2005-10-08  Wim Taymans  <wim@fluendo.com>
16221
16222         * gst-libs/gst/audio/gstbaseaudiosink.c:
16223         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
16224         If we receive EOS we can start playback of what we had.
16225
16226 2005-10-08  Wim Taymans  <wim@fluendo.com>
16227
16228         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
16229         (gst_multifdsink_finalize), (multifdsink_hash_remove),
16230         (gst_multifdsink_stop):
16231         Fix crasher when going to NULL multiple times.
16232
16233 2005-10-06  Wim Taymans  <wim@fluendo.com>
16234
16235         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event),
16236         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
16237         * gst-libs/gst/audio/gstbaseaudiosrc.h:
16238         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
16239         patch from Edgard Lima <edgard.lima@indt.org.br>
16240         Fixed gstbaseaudiosrc adding ring buffer sync to it.
16241
16242 2005-10-06  Wim Taymans  <wim@fluendo.com>
16243
16244         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
16245         Report the FLOW_RETURN as string in the error message.
16246
16247         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_clear_all):
16248         Don't assert when clearing an unnegotiated buffer.
16249
16250 2005-10-04  Michael Smith <msmith@fluendo.com>
16251
16252         * gst/playback/gstplaybasebin.c: (group_destroy),
16253         (gen_preroll_element), (remove_groups), (setup_source):
16254         * gst/playback/gstplaybin.c: (remove_sinks), (add_sink),
16255         (setup_sinks), (gst_play_bin_send_event),
16256         (gst_play_bin_change_state):
16257           Set state to NULL before removing from bin. Fix refcounting.
16258
16259 2005-10-04  Michael Smith <msmith@fluendo.com>
16260
16261         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
16262           Correct refcounting in send_event() function. Previously was wrong
16263           if the first sink was unable to handle the event.
16264
16265 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
16266
16267         * configure.ac:
16268           back to development
16269
16270 === release 0.9.3 ===
16271
16272 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
16273
16274         * configure.ac:
16275           Releasing 0.9.3, "De Facto"
16276
16277 2005-10-03  Andy Wingo  <wingo@pobox.com>
16278
16279         * gst/playback/gstdecodebin.c (try_to_link_1)
16280         (remove_element_chain): set element to NULL before removing it.
16281
16282 2005-10-02  Johan Dahlin  <johan@gnome.org>
16283
16284         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols): 
16285         protect gst_gnomevfs_get_supported_uris by a mutex, to make it
16286         MT safe.
16287
16288 2005-10-02  Andy Wingo  <wingo@pobox.com>
16289
16290         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear) 
16291         (gst_ring_buffer_prepare_read): 
16292         * gst-libs/gst/audio/gstaudiosink.c (audioringbuffer_thread_func):
16293         Demote to LOG.
16294
16295 2005-09-29  Wim Taymans  <wim@fluendo.com>
16296
16297         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
16298         * ext/theora/theoradec.c: (theora_handle_data_packet):
16299         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
16300         Propagate error codes from alloc_buffer too.
16301
16302 2005-09-29  Wim Taymans  <wim@fluendo.com>
16303
16304         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
16305         We use fixed caps.
16306
16307         * gst/playback/Makefile.am:
16308         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
16309         (dump_element_stats), (main):
16310         Added example stream introspection code.
16311
16312 2005-09-28  Stefan Kost  <ensonic@users.sf.net>
16313
16314         * gst/adder/gstadder.c: (gst_adder_collected):
16315           fix adder for float elements
16316
16317 2005-09-28  Wim Taymans  <wim@fluendo.com>
16318
16319         * gst-libs/gst/audio/gstbaseaudiosink.c:
16320         (gst_base_audio_sink_class_init),
16321         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
16322         * gst-libs/gst/audio/gstbaseaudiosrc.c:
16323         (gst_base_audio_src_class_init),
16324         (gst_base_audio_src_provide_clock):
16325         get_clock -> provide_clock
16326
16327 2005-09-28  Andy Wingo  <wingo@pobox.com>
16328
16329         * gst/videotestsrc/gstvideotestsrc.c: Implement live source mode
16330         and unlocking.
16331
16332         * gst/sine/gstsinesrc.c (gst_sinesrc_unlock): Actually implement
16333         unlocking.
16334
16335         * gst/tcp/gsttcpclientsink.c (gst_tcpclientsink_base_init):
16336         Actually add the pad template.
16337         (gst_tcpclientsink_get_type): We're a base sink. Woot, works.
16338
16339         * gst/tcp/gsttcpserversrc.c: Go ahead and fix up serversrc while
16340         I'm at it...
16341
16342         * gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen
16343         from fdsrc. Get caps in create() instead of start() so it can be
16344         interrupted. Interruption somewhat untested.
16345
16346         * gst/tcp/gsttcp.c (gst_tcp_read_buffer, gst_tcp_socket_read):
16347         Proper EOS handling.
16348
16349 2005-09-27  Andy Wingo  <wingo@pobox.com>
16350
16351         * gst/tcp/gsttcpclientsrc.c: Cleaned up.
16352
16353         * gst/tcp/gsttcpserversrc.c: Cleaned up.
16354
16355         * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API.
16356
16357         * gst/tcp/gsttcp.h: 
16358         * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored
16359         out of tcpclientsrc.c. Cancellable.
16360         (gst_tcp_socket_read): Made private, cancellable, with better
16361         diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*.
16362         (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the
16363         whole buffer, and better diagnostics.
16364         (gst_tcp_gdp_read_caps): Same.
16365
16366         * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
16367
16368 2005-09-26  Andy Wingo  <wingo@pobox.com>
16369
16370         * gst/sine/gstsinesrc.h:
16371         * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code,
16372         change the 'sync' property to 'is-live' and implement it halfway,
16373         update for controller api change.
16374
16375         * gst/volume/gstvolume.c (volume_transform_ip): Update for
16376         controller api change.
16377
16378 2005-09-24  Wim Taymans  <wim@fluendo.com>
16379
16380         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
16381         * gst-libs/gst/audio/gstaudiosink.c:
16382         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
16383         (gst_audioringbuffer_stop):
16384         * gst-libs/gst/audio/gstbaseaudiosink.c:
16385         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
16386         (gst_base_audio_sink_change_state):
16387         * gst-libs/gst/audio/gstbaseaudiosink.h:
16388         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop),
16389         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
16390         (gst_ring_buffer_commit), (gst_ring_buffer_read):
16391         * gst-libs/gst/audio/gstringbuffer.h:
16392         Fix sync again. Moved sample alignment to basesink.
16393
16394 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
16395
16396         * docs/plugins/Makefile.am:
16397         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16398         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16399         * gst/volume/gstvolume.c:
16400           add/fix docs
16401         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
16402         * gst-libs/gst/audio/audio.h:
16403           add conversion macros for frames <-> clocktime
16404
16405 2005-09-23  David Schleef  <ds@schleef.org>
16406
16407         * gst/audioresample/Makefile.am:
16408         * gst/audioresample/debug.h:
16409         * gst/audioresample/gstaudioresample.c:
16410         * gst/audioresample/resample.c: Convert to using gst debugging
16411
16412 2005-09-22  Wim Taymans  <wim@fluendo.com>
16413
16414         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
16415         (gst_play_bin_send_event):
16416         Only seek on one sink, the first one that succeeds.
16417
16418 2005-09-22  Michael Smith <msmith@fluendo.com>
16419
16420         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
16421         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
16422         Don't flush encoder state unless we have an initialised encoder.
16423         Clear out encoder state on PAUSED_TO_READY.
16424
16425 2005-09-22  Wim Taymans  <wim@fluendo.com>
16426
16427         * gst-libs/gst/rtp/gstbasertppayload.c:
16428         (gst_basertppayload_class_init), (gst_basertppayload_init),
16429         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
16430         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
16431         (gst_basertppayload_is_filled), (gst_basertppayload_push),
16432         (gst_basertppayload_set_property),
16433         (gst_basertppayload_get_property),
16434         (gst_basertppayload_change_state):
16435         * gst-libs/gst/rtp/gstbasertppayload.h:
16436         Added max-ptime to control amount of data in the rtp packets.
16437
16438 2005-09-21  Andy Wingo  <wingo@pobox.com>
16439
16440         * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe
16441         thingies.
16442
16443         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose
16444         can be called multiple times, dogs.
16445
16446 2005-09-21  Wim Taymans  <wim@fluendo.com>
16447
16448         * gst-libs/gst/rtp/gstbasertppayload.c:
16449         (gst_basertppayload_class_init), (gst_basertppayload_init),
16450         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
16451         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
16452         (gst_basertppayload_push), (gst_basertppayload_get_property),
16453         (gst_basertppayload_change_state):
16454         Allow 0 ssrc too.
16455
16456 2005-09-21  Stefan Kost  <ensonic@users.sf.net>
16457
16458         * docs/libs/compiling.sgml:
16459           fixing typos
16460
16461 2005-09-20  Wim Taymans  <wim@fluendo.com>
16462
16463         * gst-libs/gst/rtp/gstbasertppayload.c:
16464         (gst_basertppayload_class_init), (gst_basertppayload_init),
16465         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
16466         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
16467         (gst_basertppayload_push), (gst_basertppayload_set_property),
16468         (gst_basertppayload_get_property),
16469         (gst_basertppayload_change_state):
16470         * gst-libs/gst/rtp/gstbasertppayload.h:
16471         Added property to configure sequence number offsets.
16472
16473 2005-09-20  Wim Taymans  <wim@fluendo.com>
16474
16475         * gst-libs/gst/rtp/gstbasertppayload.c:
16476         (gst_basertppayload_class_init), (gst_basertppayload_init),
16477         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
16478         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
16479         (gst_basertppayload_push), (gst_basertppayload_set_property),
16480         (gst_basertppayload_get_property),
16481         (gst_basertppayload_change_state):
16482         * gst-libs/gst/rtp/gstbasertppayload.h:
16483         Make timestamp offset configurable.
16484
16485 2005-09-20  Thomas Vander Stichele  <thomas at apestaart dot org>
16486
16487         * check/pipelines/simple_launch_lines.c: (run_pipeline):
16488           fix wrong pop/unref
16489
16490 2005-09-19  Torsten Schoenfeld  <kaffeetisch at gmx dot net>
16491
16492         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
16493
16494         * gst-libs/gst/interfaces/propertyprobe.c:
16495         (gst_property_probe_probe_property_name),
16496         (gst_property_probe_needs_probe_name),
16497         (gst_property_probe_get_values_name),
16498         (gst_property_probe_probe_and_get_values_name):
16499           Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or
16500           G_OBJECT_CLASS(klass), not G_OBJECT_CLASS(obj). (#316571)
16501
16502 2005-09-19  Thomas Vander Stichele  <thomas at apestaart dot org>
16503
16504         * check/Makefile.am:
16505           have some tests be disabled for valgrinding
16506         * check/elements/vorbisdec.c: (cleanup_vorbisdec),
16507         (GST_START_TEST):
16508         * ext/vorbis/vorbisdec.c: (vorbisdec_finalize):
16509           Fix A Leak.  Chain To Parent Finalize.
16510
16511 2005-09-19  Wim Taymans  <wim@fluendo.com>
16512
16513         * examples/seeking/seek.c: (make_wav_pipeline), (main):
16514         Fixed wav pipeline.
16515
16516 2005-09-19  Wim Taymans  <wim@fluendo.com>
16517
16518         * gst-libs/gst/rtp/gstbasertppayload.c:
16519         (gst_basertppayload_class_init), (gst_basertppayload_init),
16520         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
16521         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
16522         (gst_basertppayload_push), (gst_basertppayload_get_property),
16523         (gst_basertppayload_change_state):
16524         Posting ERROR and WARNING messages is good.
16525
16526 2005-09-19  Wim Taymans  <wim@fluendo.com>
16527
16528         * gst-libs/gst/rtp/gstbasertpdepayload.c:
16529         (gst_base_rtp_depayload_add_to_queue),
16530         (gst_base_rtp_depayload_push),
16531         (gst_base_rtp_depayload_set_gst_timestamp),
16532         (gst_base_rtp_depayload_queue_release):
16533         This one was not supposed to go in.
16534
16535 2005-09-19  Wim Taymans  <wim@fluendo.com>
16536
16537         * check/pipelines/simple_launch_lines.c: (run_pipeline):
16538         Fix for bus API.
16539
16540         * gst-libs/gst/rtp/gstbasertpdepayload.c:
16541         (gst_base_rtp_depayload_chain),
16542         (gst_base_rtp_depayload_add_to_queue),
16543         (gst_base_rtp_depayload_push),
16544         (gst_base_rtp_depayload_set_gst_timestamp),
16545         (gst_base_rtp_depayload_queue_release):
16546         Some cleanups.
16547
16548         * gst-libs/gst/rtp/gstbasertppayload.c:
16549         (gst_basertppayload_class_init), (gst_basertppayload_init),
16550         (gst_basertppayload_setcaps), (gst_basertppayload_set_options),
16551         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
16552         (gst_basertppayload_get_property),
16553         (gst_basertppayload_change_state):
16554         Added debugging category.
16555
16556 2005-09-18  David Schleef  <ds@schleef.org>
16557
16558         * gst/playback/gstdecodebin.c: free plugin list correctly
16559         * gst/playback/gstplaybin.c: emit warning if autovideosink
16560           and autoaudiosink can't be found (instead of segfaulting)
16561
16562 2005-09-17  Thomas Vander Stichele  <thomas at apestaart dot org>
16563
16564         * check/elements/audioconvert.c: (GST_START_TEST):
16565           try out 24 bit conversion
16566
16567 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
16568
16569         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
16570         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
16571         (gst_vorbisenc_output_buffers), (gst_vorbisenc_change_state):
16572         * ext/vorbis/vorbisenc.h:
16573           Fix EOS handling.  Still needs a fix in the ogg muxer to
16574           mark the last page as eos.
16575
16576 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
16577
16578         * common/gtk-doc-plugins.mak:
16579         * docs/plugins/Makefile.am:
16580         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16581         * gst/ffmpegcolorspace/Makefile.am:
16582         * gst/ffmpegcolorspace/avcodec.h:
16583         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16584         * gst/tcp/gstmultifdsink.c:
16585           fix up ffmpegcolorspace docs; extract header
16586
16587 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
16588
16589         * common/gtk-doc-plugins.mak:
16590         * docs/plugins/Makefile.am:
16591         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16592         * ext/theora/Makefile.am:
16593         * ext/theora/gsttheoraenc.h:
16594         * ext/theora/theoraenc.c:
16595         * ext/vorbis/vorbisenc.c:
16596           pick up signals and args for vorbis; add some docs for vorbis
16597
16598 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
16599
16600         * common/gstdoc-scangobj:
16601         * common/gtk-doc-plugins.mak:
16602         * docs/libs/Makefile.am:
16603         * docs/plugins/gst-plugins-base-plugins.args:
16604         * docs/plugins/gst-plugins-base-plugins.hierarchy:
16605         * docs/plugins/gst-plugins-base-plugins.interfaces:
16606         * docs/plugins/gst-plugins-base-plugins.prerequisites:
16607         * docs/plugins/gst-plugins-base-plugins.signals:
16608           only scanobj stuff from our source module.  Not sure yet
16609           if that's correct, given the hierarchy stuff :)
16610
16611 2005-09-15  Wim Taymans  <wim@fluendo.com>
16612
16613         * gst/audioconvert/gstaudioconvert.c:
16614         And enable 24 bits mode as well..
16615
16616 2005-09-15  Wim Taymans  <wim@fluendo.com>
16617
16618         * gst-libs/gst/rtp/Makefile.am:
16619         * gst-libs/gst/rtp/gstbasertppayload.c:
16620         (gst_basertppayload_get_type), (gst_basertppayload_base_init),
16621         (gst_basertppayload_class_init), (gst_basertppayload_init),
16622         (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
16623         (gst_basertppayload_chain), (gst_basertppayload_set_options),
16624         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
16625         (gst_basertppayload_set_property),
16626         (gst_basertppayload_get_property),
16627         (gst_basertppayload_change_state):
16628         * gst-libs/gst/rtp/gstbasertppayload.h:
16629         Added rtp payloader base class.
16630
16631 2005-09-15  Andy Wingo  <wingo@pobox.com>
16632
16633         * configure.ac (plugindir): Remove the EOL matcher from the
16634         regexp, as it causes me problems. Libtool? Make? Who knows?
16635
16636 2005-09-14  David Schleef  <ds@schleef.org>
16637
16638         * check/generic/states.c: 
16639         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
16640         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
16641           Fixes for changes in registry API.
16642
16643         * configure.ac: Only export gst_plugins_desc.  Add -no-undefined
16644           to GST_PLUGIN_LDFLAGS.
16645         * ext/libvisual/visual.c: Make the library shut up.
16646         * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
16647         * gst-libs/gst/audio/gstaudiofilter.c: same
16648
16649 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
16650
16651         * docs/plugins/Makefile.am:
16652         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16653         * docs/plugins/inspect/plugin-libvisual.xml:
16654         * docs/plugins/tmpl/element-tcpserversink.sgml:
16655         * ext/theora/theoraenc.c:
16656           add libvisual plugin and theoraenc element to docs
16657
16658 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
16659
16660         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16661         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16662         * ext/theora/theoraenc.c:
16663           add theoraenc
16664
16665 2005-09-13  Tim-Philipp Müller  <tim at centricular dot net>
16666
16667         * gst/audioconvert/Makefile.am:
16668           Audioconvert derives from GstBaseTransform and should
16669           link to the library with our base elements to avoid
16670           unresolved symbols. Makes things work with MinGW (#316160)
16671
16672         * gst/playback/test4.c: (main):
16673           Fix MinGW build problem and use g_usleep() instead of 
16674           sleep() (#316162)
16675
16676 2005-09-12  Wim Taymans  <wim@fluendo.com>
16677
16678         * gst/audioconvert/audioconvert.c: (float),
16679         (audio_convert_prepare_context), (audio_convert_convert):
16680         * gst/audioconvert/audioconvert.h:
16681         Cleanups, speedups, simplifications, added back support
16682         for 24 bits.
16683
16684 2005-09-11  Thomas Vander Stichele  <thomas at apestaart dot org>
16685
16686         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16687         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16688         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
16689         * docs/plugins/tmpl/element-tcpserversink.sgml:
16690         * gst/ffmpegcolorspace/gstffmpeg.c:
16691         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16692         * gst/videotestsrc/gstvideotestsrc.c:
16693         * gst/volume/gstvolume.c:
16694           add more elements to the docs
16695
16696 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
16697
16698         * check/Makefile.am:
16699         * check/pipelines/simple_launch_lines.c: (setup_pipeline),
16700         (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
16701           Add extra tests for basetransform based components. 
16702           Comment out the test_element_negotiation test until we decide
16703           if it's testing correct behaviour.
16704         * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
16705         (gst_visual_chain), (gst_visual_change_state):
16706           Slightly more correct but still bogus timestamping.
16707           Fix state change function.
16708         * gst/audioconvert/gstaudioconvert.c:
16709         (gst_audio_convert_class_init):
16710         * gst/audioresample/gstaudioresample.c:
16711         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16712         (gst_ffmpegcsp_class_init):
16713         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
16714         (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
16715         (gst_videoscale_prepare_image):
16716         * gst/volume/gstvolume.c: (gst_volume_class_init),
16717         (volume_transform_ip):
16718           Basetransform updates. Enable passthrough modes.
16719         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
16720         (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
16721         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
16722           Negotiation fix that allows the window to return to the original
16723           size and renegotiate passthrough upstream. Extra debug output.
16724
16725 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
16726
16727         * gst/sine/gstsinesrc.c:
16728         * gst/volume/gstvolume.c:
16729           fix up header include
16730
16731 2005-09-09  Stefan Kost  <ensonic@users.sf.net>
16732
16733         * gst-libs/gst/audio/gstbaseaudiosink.c:
16734         (gst_base_audio_sink_render):
16735         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
16736         * gst/volume/gstvolume.c: (gst_volume_class_init),
16737         (volume_transform):
16738           fixing lost sync, some more debugging
16739
16740 2005-09-08  Jan Schmidt  <thaytan@mad.scientist.com>
16741
16742         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
16743         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
16744         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
16745         (gst_xvimagesink_check_xshm_calls):
16746           Fix compilation when XShm is not available.
16747
16748 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
16749
16750         * ext/libvisual/visual.c: (gst_visual_dispose),
16751         (gst_visual_getcaps), (gst_visual_src_setcaps),
16752         (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
16753         (gst_visual_change_state):
16754           Finish fixing up libvisual plugin so that it runs. 
16755
16756 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
16757
16758         * ext/vorbis/vorbisenc.c:
16759         * gst-libs/gst/tag/gstvorbistag.c:
16760           gsttaginterface.h -> gsttagsetter.h
16761
16762 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
16763
16764         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
16765           added another test that failes for me (test is not active by default)
16766
16767 2005-09-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16768
16769         * configure.ac:
16770           v4l2 is no longer in gst-plugins-base
16771
16772 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
16773
16774         * configure.ac:
16775           In the output at the end, don't show the first plugin on the same
16776           line as "Core plug-ins, always built:".
16777           Indent the output as for other plugin categories
16778         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
16779           #define that can be used to not use peer buffer_alloc functions for
16780           test purposes.
16781         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
16782         (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
16783         (gst_ximagesink_show_frame):
16784         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
16785         (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
16786         (gst_xvimagesink_show_frame):
16787           Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
16788           fails gracefully instead of XError aborting or deadlocking.
16789
16790 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
16791
16792         * ext/libvisual/Makefile.am:
16793           link against gst-base-libs
16794
16795 2005-09-06  David Schleef  <ds@schleef.org>
16796
16797         * configure.ac: Enable libvisual plugin.
16798         * ext/libvisual/Makefile.am:
16799         * ext/libvisual/visual.c: Fixes to make it compile.
16800
16801 === release 0.9.2 ===
16802
16803 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
16804
16805         * NEWS:
16806         * RELEASE:
16807         * configure.ac:
16808         * docs/random/ChangeLog-0.8:
16809           releasing 0.9.2, "Spoon"
16810
16811 2005-09-05  Michael Smith <msmith@fluendo.com>
16812
16813         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
16814           libvorbis accepts quality as low as -0.1, not just 0.0. So accept
16815           that in the vorbisenc element.
16816
16817 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
16818
16819         * common/gtk-doc-plugins.mak:
16820         * docs/plugins/Makefile.am:
16821           fix distcheck
16822         * gst/audioresample/resample.c:
16823           fix wrong docstring
16824
16825 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
16826
16827         * common/gst-xmlinspect.py:
16828         * common/gtk-doc-plugins.mak:
16829           only inspect plugins for this given package
16830           require gst-python 0.9
16831
16832 2005-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
16833
16834         * Makefile.am:
16835         * autogen.sh:
16836         * common/gst-xmlinspect.py:
16837         * configure.ac:
16838         * docs/Makefile.am:
16839         * docs/plugins/inspect/plugin-alsa.xml:
16840         * docs/plugins/inspect/plugin-audioresample.xml:
16841         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
16842         * docs/plugins/inspect/plugin-ogg.xml:
16843         * docs/plugins/tmpl/element-gnomevfssink.sgml:
16844         * docs/plugins/tmpl/element-multifdsink.sgml:
16845         * docs/plugins/tmpl/element-tcpserversink.sgml:
16846         * docs/plugins/tmpl/element-vorbisenc.sgml:
16847         * gst-plugins-base.spec.in:
16848           various doc-related updates
16849
16850 2005-08-31  Wim Taymans  <wim@fluendo.com>
16851
16852         * gst-libs/gst/audio/gstbaseaudiosink.c:
16853         (gst_base_audio_sink_render):
16854         Resync if the buffer timestamps drift more than a 10th 
16855         of a second.
16856
16857 2005-08-31  Tim-Philipp Müller  <tim at centricular dot net>
16858
16859         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
16860         (gst_v4lsrc_get_property):
16861           The 'timestamp-offset' property is registered as an int64, so
16862           let's use g_value_{set|get}_int64() in our setter and getter
16863           functions (makes it work and fixes warnings with gst-inspect).
16864
16865 2005-08-30  Wim Taymans  <wim@fluendo.com>
16866
16867         * check/elements/audioconvert.c: (setup_audioconvert):
16868         * check/elements/audioresample.c: (setup_audioresample):
16869         * check/elements/volume.c: (setup_volume):
16870         Fix checks.
16871
16872 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
16873
16874         * common/gtk-doc-plugins.mak:
16875         * common/plugins.xsl:
16876         * docs/plugins/Makefile.am:
16877           make module a param
16878
16879 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
16880
16881         * examples/seeking/seek.c: (make_mp3_pipeline),
16882         (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
16883         (play_cb), (pause_cb), (stop_cb):
16884           update the example
16885
16886 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
16887
16888         * gst/volume/gstvolume.c: (gst_volume_class_init),
16889         (volume_transform):
16890           do not update controlled params, if buffer has no timestamp
16891
16892 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
16893
16894         * configure.ac:
16895         * gst/sine/Makefile.am:
16896         * gst/volume/Makefile.am:
16897           controllerized elements also need to link against controller-libs ;)
16898
16899 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
16900
16901         * docs/libs/tmpl/gstcolorbalance.sgml:
16902         * docs/libs/tmpl/gstgconf.sgml:
16903         * docs/libs/tmpl/gstmixer.sgml:
16904         * docs/libs/tmpl/gstringbuffer.sgml:
16905         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
16906         (gst_sinesrc_create):
16907         * gst/volume/gstvolume.c: (gst_volume_class_init),
16908         (volume_transform):
16909           controllerized two audio plugins
16910
16911 2005-08-29  Andy Wingo  <wingo@pobox.com>
16912
16913         * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push) 
16914         (vorbis_handle_data_packet): Fix some int overflow errors.
16915
16916         * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
16917         -1.
16918         (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
16919         valid.
16920         (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
16921         if it's valid. Fixed streaming-mode playback.
16922
16923         * check/elements/volume.c (cleanup_volume): Fix for running
16924         CK_FORK=no.
16925
16926         * check/elements/audioconvert.c: Convert from native endian, not
16927         little endian.
16928
16929 2005-08-29  Michael Smith <msmith@fluendo.com>
16930
16931         * ext/ogg/Makefile.am:
16932         * ext/ogg/gstogg.c: (plugin_init):
16933         * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
16934         (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
16935         (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
16936         (gst_ogg_parse_class_init), (gst_ogg_parse_init),
16937         (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
16938         (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
16939         (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
16940         (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
16941         Add an ogg parser element.
16942
16943 2005-08-28  Andy Wingo  <wingo@pobox.com>
16944
16945         * Updates for two-arg init from GST_BOILERPLATE_FULL.
16946
16947 2005-08-26  Wim Taymans  <wim@fluendo.com>
16948
16949         * gst/audioconvert/audioconvert.c: (if), (float),
16950         (audio_convert_get_func_index), (check_default),
16951         (audio_convert_clean_fmt), (audio_convert_prepare_context),
16952         (audio_convert_clean_context), (audio_convert_get_sizes),
16953         (audio_convert_convert):
16954         Cleanups.
16955
16956 2005-08-26  Wim Taymans  <wim@fluendo.com>
16957
16958         * gst/audioconvert/audioconvert.c: (if), (float),
16959         (audio_convert_get_func_index), (check_default),
16960         (audio_convert_clean_fmt), (audio_convert_prepare_context),
16961         (audio_convert_clean_context), (audio_convert_get_sizes),
16962         (audio_convert_convert):
16963         More elegant and working temp buffer selection algo.
16964
16965 2005-08-26  Wim Taymans  <wim@fluendo.com>
16966
16967         * gst/audioconvert/audioconvert.c: (if), (float),
16968         (audio_convert_get_func_index), (check_default),
16969         (audio_convert_clean_fmt), (audio_convert_prepare_context),
16970         (audio_convert_clean_context), (audio_convert_get_sizes),
16971         (get_temp_buffer), (audio_convert_convert):
16972         Use realloc else we lose our original data.
16973
16974 2005-08-26  Thomas Vander Stichele  <thomas at apestaart dot org>
16975
16976         * gst/audioresample/gstaudioresample.c:
16977           use base class' newsegment to properly timestamp
16978
16979 2005-08-26  Wim Taymans  <wim@fluendo.com>
16980
16981         * gst/audioconvert/audioconvert.c: (if), (float),
16982         (audio_convert_get_func_index), (check_default),
16983         (audio_convert_clean_fmt), (audio_convert_prepare_context),
16984         (audio_convert_clean_context), (audio_convert_get_sizes),
16985         (get_temp_buffer), (audio_convert_convert):
16986         * gst/audioconvert/gstaudioconvert.c:
16987         (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
16988         (gst_audio_convert_transform_caps),
16989         (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
16990         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
16991         Oops, allocate enough space to perform the channel mix.
16992
16993 2005-08-26  Wim Taymans  <wim@fluendo.com>
16994
16995         * gst/audioconvert/Makefile.am:
16996         * gst/audioconvert/audioconvert.c: (if), (float),
16997         (audio_convert_get_func_index), (check_default),
16998         (audio_convert_clean_fmt), (audio_convert_prepare_context),
16999         (audio_convert_clean_context), (audio_convert_get_sizes),
17000         (get_temp_buffer), (audio_convert_convert):
17001         * gst/audioconvert/audioconvert.h:
17002         * gst/audioconvert/gstaudioconvert.c:
17003         (gst_audio_convert_class_init), (gst_audio_convert_init),
17004         (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
17005         (gst_audio_convert_get_unit_size),
17006         (gst_audio_convert_transform_caps),
17007         (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
17008         (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
17009         * gst/audioconvert/gstaudioconvert.h:
17010         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
17011         (gst_channel_mix_fill_identical),
17012         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
17013         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
17014         (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
17015         (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
17016         (gst_channel_mix_mix):
17017         * gst/audioconvert/gstchannelmix.h:
17018         Cleanups, librarify a bit, optimize, better negotiation and more.
17019
17020 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
17021
17022         * ext/ogg/gstoggdemux.c: (ogg_find_peek):
17023         Another from MikeS:
17024         During typefinding, don't support negative offsets
17025         (offsets from the end of the stream) in our typefind->peek() function
17026         - nothing embedded in ogg ever needs them. However, we need to recognise
17027         those requests and reject them, otherwise we return invalid pointers.
17028
17029 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
17030
17031         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
17032         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
17033         (vorbisdec_finalize), (vorbis_handle_type_packet):
17034           Big shout-out to MikeS for fixing this giant memory leak.
17035           Huzzah!
17036
17037 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
17038
17039         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
17040         (audio_convert_get_unit_size):
17041           plug some leaks
17042
17043 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
17044
17045         * check/Makefile.am:
17046         * check/elements/audioconvert.c: (setup_audioconvert),
17047         (cleanup_audioconvert), (get_int_caps), (verify_convert),
17048         (GST_START_TEST), (audioconvert_suite), (main):
17049           add a test for audioconvert
17050         * gst/audioresample/gstaudioresample.c:
17051         * gst/audioresample/gstaudioresample.h:
17052           set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
17053           note that for buffers of 1/3 sec this means DURATION(c) is 
17054           one nanosecond more than for a and b
17055
17056 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
17057
17058         * check/Makefile.am:
17059         * check/elements/audioresample.c: (setup_audioresample),
17060         (cleanup_audioresample), (fail_unless_perfect_stream),
17061         (test_perfect_stream_instance), (GST_START_TEST),
17062           add a check for audioresample
17063         (audioresample_suite), (main):
17064         * check/elements/volume.c: (GST_START_TEST):
17065           remove unused method
17066         * gst/audioresample/gstaudioresample.c:
17067           set correct buffer parameters since we're changing them
17068         * gst/audioresample/resample_ref.c: (resample_scale_ref):
17069           add some debug
17070
17071 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
17072
17073         * gst/audioresample/debug.c:
17074         * gst/audioresample/gstaudioresample.c:
17075           add room for extra overlap samples when asked to transform size
17076           protect against possible mem corruption and check for discrepancies
17077           between written size and outbuffer's size so we can warn for
17078           potential problems
17079         * gst/audioresample/resample.c: (resample_init),
17080         (resample_get_output_size_for_input), (resample_get_output_size),
17081         (resample_set_n_channels), (resample_set_format):
17082           set debug level based on RESAMPLE_DEBUG env var
17083           make sure that get_output_size* returns a whole number of
17084           sample_size
17085           set sample_size each time either channel or format is set
17086         * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
17087         * gst/audioresample/resample_functable.c:
17088         (resample_scale_functable):
17089         * gst/audioresample/resample_ref.c: (resample_scale_ref):
17090           remove r->sample_size, it's done in resample.c now
17091           add some debugging to the ref implementation
17092           make sure we only give back bytes that are wholes of the sample
17093           size
17094
17095 2005-08-25  Jan Schmidt  <thaytan@mad.scientist.com>
17096         * gst/playback/gstplaybasebin.c: (fill_buffer):
17097         Revert unpopular change for GST_MESSAGE_SRC to GObject.
17098
17099 2005-08-25  Stefan Kost  <ensonic@users.sf.net>
17100
17101         * gst/volume/gstvolume.c:
17102           made set_caps function static
17103
17104 2005-08-24  Wim Taymans  <wim@fluendo.com>
17105
17106         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
17107         (gst_vorbisenc_change_state):
17108         Stop leaking taglists.
17109
17110 2005-08-24  Wim Taymans  <wim@fluendo.com>
17111
17112         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
17113         (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
17114         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
17115         (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
17116         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
17117         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
17118         Parse seeking events better.
17119         Unref static caps.
17120         Generate correct newsegment events, fixes seeking in live oggs.
17121
17122         * ext/theora/theoradec.c: (theora_dec_src_query),
17123         (theora_dec_src_event), (theora_dec_src_getcaps),
17124         (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
17125         Use newsegment values to report correct play time.
17126
17127         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
17128         (vorbis_dec_src_event), (vorbis_dec_sink_event):
17129         * ext/vorbis/vorbisdec.h:
17130         Parse and use newsegment values to report correct play time.
17131
17132         * gst-libs/gst/audio/gstbaseaudiosink.c:
17133         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
17134         Clear ringbuffer on flush.
17135         Use newsegment values to calculate playback time.
17136
17137         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
17138         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
17139         Basesink does newsegment calculations for us now.
17140
17141 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
17142
17143         * check/Makefile.am:
17144         * configure.ac:
17145           add core's plugins to the mix so that playbin works
17146         * check/generic/states.c: (GST_START_TEST):
17147           set a 0 timeout on pipelines, so they don't force the next
17148           state change
17149         * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
17150         (gst_play_base_bin_change_state):
17151           remove the crappy error handling and do GST error handling
17152
17153 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
17154
17155         * check/Makefile.am:
17156         * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
17157           add same test as to core, it bitches out on playbin atm.
17158
17159 2005-08-24  Wim Taymans  <wim@fluendo.com>
17160
17161         * configure.ac:
17162         Remove audioscale.
17163
17164 2005-08-24  Wim Taymans  <wim@fluendo.com>
17165
17166         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
17167         (gst_videoscale_prepare_size), (parse_caps),
17168         (gst_videoscale_set_caps), (gst_videoscale_get_size),
17169         (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
17170         (gst_videoscale_transform):
17171         * gst/videoscale/gstvideoscale.h:
17172         Refactor, make use of BaseTranform really well.
17173
17174 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
17175
17176         * configure.ac:
17177           compile audioresample
17178         * gst/audioresample/Makefile.am:
17179         * gst/audioresample/buffer.c:
17180         * gst/audioresample/functable.c:
17181         * gst/audioresample/gstaudioresample.c:
17182         * gst/audioresample/gstaudioresample.h:
17183         * gst/audioresample/resample.c:
17184         (resample_get_output_size_for_input):
17185         * gst/audioresample/resample.h:
17186         * gst/audioresample/resample_chunk.c:
17187         * gst/audioresample/resample_functable.c:
17188         * gst/audioresample/resample_ref.c:
17189           port to use basetransform; doesn't work in all cases yet
17190
17191 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
17192
17193         * gst/audioconvert/gstaudioconvert.c:
17194         (gst_audio_convert_class_init), (gst_audio_convert_init),
17195         (audio_convert_get_unit_size), (audio_convert_transform_caps),
17196         (audio_convert_fixate_caps), (audio_convert_set_caps),
17197         (audio_convert_transform),
17198         (gst_audio_convert_buffer_to_default_format),
17199         (gst_audio_convert_buffer_from_default_format),
17200         (gst_audio_convert_channels):
17201         * gst/audioconvert/gstchannelmix.c:
17202         * gst/audioconvert/gstchannelmix.h:
17203           port to basetransform
17204         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17205         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
17206         (gst_ffmpegcsp_get_unit_size):
17207         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
17208         (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
17209           fix for basetransform changes
17210
17211 2005-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
17212
17213         * check/Makefile.am:
17214           Add CHECK_CFLAGS and LDFLAGS
17215
17216         * gst/playback/gstplaybasebin.c: (fill_buffer):
17217           GST_MESSAGE_SRC became a GObject
17218
17219 2005-08-24  Wim Taymans  <wim@fluendo.com>
17220
17221         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
17222         (gst_ring_buffer_clear_all):
17223         * gst-libs/gst/audio/gstringbuffer.h:
17224         Added function to clear the ringbuffer.
17225
17226 2005-08-24  Andy Wingo  <wingo@pobox.com>
17227
17228         * sys/v4l/gstv4lelement.c (gst_v4lelement_start) 
17229         (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
17230         of _open and _close.
17231
17232         * sys/v4l/gstv4lxoverlay.h:
17233         * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
17234         an Xv connection here, instead of all the time. Make Xv only be
17235         loaded if you axe for it. Kindof a workaround for buggy behaviour
17236         of Xv when using remote xservers (XvQueryExtension would block).
17237         (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
17238         replace the _open and _close public API. Only start the xv
17239         connection if necessary.
17240         (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
17241
17242 2005-08-23  David Schleef  <ds@schleef.org>
17243
17244         * gst/audioresample/Makefile.am: Leet audioresampling code
17245         * gst/audioresample/buffer.c:
17246         * gst/audioresample/buffer.h:
17247         * gst/audioresample/debug.c:
17248         * gst/audioresample/debug.h:
17249         * gst/audioresample/functable.c:
17250         * gst/audioresample/functable.h:
17251         * gst/audioresample/gstaudioresample.c:
17252         * gst/audioresample/gstaudioresample.h:
17253         * gst/audioresample/resample.c:
17254         * gst/audioresample/resample.h:
17255         * gst/audioresample/resample_chunk.c:
17256         * gst/audioresample/resample_functable.c:
17257         * gst/audioresample/resample_ref.c:
17258
17259 2005-08-23  Wim Taymans  <wim@fluendo.com>
17260
17261         * examples/seeking/seek.c: (make_vorbis_pipeline),
17262         (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
17263         Small seek updates.
17264
17265 2005-08-23  Andy Wingo  <wingo@pobox.com>
17266
17267         * gst-libs/gst/audio/gstbaseaudiosrc.c
17268         (gst_base_audio_src_fixate): Only fixate endianness if it is
17269         present in the caps.
17270
17271 2005-08-22  Andy Wingo  <wingo@pobox.com>
17272
17273         * ext/alsa/gstalsasink.c (gst_alsasink_get_property): 
17274         * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
17275         device-name property.
17276
17277         * gst-libs/gst/audio/gstaudiosrc.h:
17278         * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
17279         close_device in the ring buffer, like gstaudiosink.
17280
17281         * ext/alsa/gstalsamixer.h:
17282         * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
17283         macro to implement the interface without much code. Cleanups. 
17284
17285         * ext/alsa/gstalsasrc.h:
17286         * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
17287         READY.
17288
17289         * ext/alsa/Makefile.am: Add new files.
17290         * ext/alsa/gstalsamixerelement.c: 
17291         * ext/alsa/gstalsamixerelement.c: Split element code out from
17292         mixer code so that alsasrc can be a mixer too.
17293
17294 2005-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
17295
17296         * check/elements/volume.c: (setup_volume), (cleanup_volume),
17297         (GST_START_TEST):
17298         * check/elements/vorbisdec.c: (setup_vorbisdec),
17299         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
17300         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
17301         (vorbis_handle_identification_packet),
17302         (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
17303         (vorbis_handle_header_packet), (vorbis_dec_push),
17304         (vorbis_dec_chain):
17305           use the setup/teardown methods to save code.  save code is good.
17306
17307 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
17308
17309         * check/Makefile.am:
17310           add ext dir for plugins
17311           add vorbisdec test conditionally
17312         * check/elements/volume.c: (setup_volume), (cleanup_volume),
17313         (GST_START_TEST), (volume_suite):
17314           add a test with wrong caps
17315         * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
17316         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
17317           add a vorbisdec test
17318         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
17319         (gst_ogg_demux_chain), (gst_ogg_demux_loop):
17320           clean up debug output
17321         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
17322           yay, fix a segfault/security issue in vorbisdec
17323           gst-launch fakesrc ! vorbisdec wasn't happy
17324         * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
17325         (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
17326         (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
17327         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
17328         (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
17329         (gst_vorbisenc_set_metadata), (get_constraints_string),
17330         (update_start_message), (gst_vorbisenc_setup),
17331         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
17332         (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
17333         (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
17334         (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
17335         * ext/vorbis/vorbisenc.h:
17336           march in line
17337         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17338         (gst_ffmpegcsp_transform):
17339           have the kow come home
17340         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
17341           debug my func ptr
17342         * gst/volume/gstvolume.c: (volume_set_caps):
17343           add a debug
17344
17345 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
17346
17347         * Makefile.am:
17348         * check/.cvsignore:
17349         * check/Makefile.am:
17350         * check/elements/.cvsignore:
17351         * check/elements/volume.c: (chain_func), (event_func),
17352         (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
17353         (main):
17354         * configure.ac:
17355           add unit test structure for gst-plugins-base
17356           add a test for volume
17357         * gst/volume/gstvolume.c: (gst_volume_list_tracks),
17358         (gst_volume_set_volume), (gst_volume_get_volume),
17359         (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
17360         (volume_funcfind), (volume_process_float), (volume_process_int16),
17361         (volume_set_caps), (volume_transform), (volume_update_mute),
17362         (volume_update_volume), (volume_set_property),
17363         (volume_get_property):
17364           document a little; use basetransform vmethod _set_caps
17365
17366 2005-08-19  Andy Wingo  <wingo@pobox.com>
17367
17368         * ext/alsa/gstalsamixertrack.h:
17369         * ext/alsa/gstalsamixertrack.c:
17370         * ext/alsa/gstalsamixeroptions.h:
17371         * ext/alsa/gstalsamixeroptions.c:
17372         * ext/alsa/gstalsamixer.h:
17373         * ext/alsa/gstalsamixer.c: Port to 0.9.
17374
17375         * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
17376         Remove gstalsa.c and alsaclock. No more cruft here.
17377         
17378 2005-08-18  Wim Taymans  <wim@fluendo.com>
17379
17380         * gst-libs/gst/rtp/gstbasertpdepayload.c:
17381         (gst_base_rtp_depayload_chain),
17382         (gst_base_rtp_depayload_add_to_queue),
17383         (gst_base_rtp_depayload_push),
17384         (gst_base_rtp_depayload_queue_release):
17385         * gst-libs/gst/rtp/gstbasertpdepayload.h:
17386         Fix for RTPBuffer changes.
17387
17388         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
17389         (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
17390         (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
17391         (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
17392         (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
17393         (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
17394         (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
17395         (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
17396         (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
17397         (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
17398         (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
17399         (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
17400         (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
17401         (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
17402         (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
17403         (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
17404         (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
17405         (gst_rtpbuffer_get_payload):
17406         * gst-libs/gst/rtp/gstrtpbuffer.h:
17407         Don't subclass GstBuffer but add methods and helper functions
17408         to construct and manipulate RTP packets in regular GstBuffers.
17409
17410 2005-08-18  Stefan Kost  <ensonic@users.sf.net>
17411
17412         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
17413           moved statement below switch
17414         * gst/volume/gstvolume.c: (gst_volume_class_init):
17415           added debug ptr
17416
17417 2005-08-16  Wim Taymans  <wim@fluendo.com>
17418
17419         * gst-libs/gst/audio/gstbaseaudiosrc.c:
17420         (gst_base_audio_src_change_state):
17421         Open and close device in READY<->NULL state change.
17422
17423 2005-08-16  Andy Wingo  <wingo@pobox.com>
17424
17425         * examples/seeking/Makefile.am: Don't compile non-compiling
17426         compiled objects with the compiler.
17427
17428         * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
17429         elements.
17430
17431 2005-08-12  Philippe Khalaf <burger@speedy.org>
17432         * gst-libs/gst/rtp/gstbasertpdepayload.c:
17433         * gst-libs/gst/rtp/gstbasertpdepayload.h:
17434           Made a thread to release the queue.
17435           Removed timestamp conversion for now.
17436
17437 2005-08-10  Philippe Khalaf <burger@speedy.org>
17438         * gst-libs/gst/rtp/gstbasertpdepayload.c:
17439         * gst-libs/gst/rtp/gstbasertpdepayload.h:
17440           Added rtp timestamp -> gst timestamp conversion.
17441           Fixed several problems with queue.
17442
17443 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
17444
17445         * gst-libs/gst/audio/gstaudioclock.h:
17446         * gst-libs/gst/audio/gstaudiofilter.h:
17447         * gst-libs/gst/audio/gstaudiosink.h:
17448         * gst-libs/gst/audio/gstaudiosrc.h:
17449         * gst-libs/gst/audio/gstbaseaudiosink.h:
17450         * gst-libs/gst/audio/gstbaseaudiosrc.h:
17451         * gst-libs/gst/audio/gstringbuffer.h:
17452         * gst-libs/gst/net/gstnetbuffer.h:
17453         * gst-libs/gst/rtp/gstbasertpdepayload.h:
17454         * gst-libs/gst/rtp/gstrtpbuffer.h:
17455           Add padding (you will need to rebuild gst-plugins-base,
17456           gst-plugins and all applications afterwards!)
17457
17458 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
17459
17460         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
17461         (gst_riff_parse_chunk):
17462           Fix bug in debug message and add some more debug messages.
17463
17464 2005-08-08  Edward Hervey  <edward@fluendo.com>
17465
17466         * gst-libs/gst/riff/riff-media.c:
17467         backported updates since branch
17468
17469 2005-08-08  Andy Wingo  <wingo@pobox.com>
17470
17471         * gst-libs/gst/audio/gstbaseaudiosink.c
17472         (gst_base_audio_sink_change_state): Open the device in NULL->READY
17473         like good elements should. Close on READY->NULL too.
17474
17475         * gst-libs/gst/audio/gstaudiosink.c
17476         (gst_audioringbuffer_open_device,
17477         (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
17478         (gst_audioringbuffer_release): Updates for new ring buffer API,
17479         hook into the new audio sink api.
17480
17481         * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
17482         (GstAudioSinkClass.close): Just open and close the device -- no
17483         resource allocation or configuration.
17484         (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
17485         vmethods, handle device setup and resource allocation.
17486
17487         * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
17488         (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
17489         base class API.
17490
17491         * gst-libs/gst/audio/gstringbuffer.h
17492         (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
17493         New vmethods.
17494
17495         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
17496         (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
17497         New API functions. The device should be opened before acquiring
17498         and closed after releasing.
17499
17500 2005-08-08  Tim-Philipp Müller  <tim at centricular dot net>
17501
17502         * gst-libs/gst/interfaces/mixer.h:
17503           Reset padding to GST_PADDING.
17504
17505 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17506
17507         * gst/playback/gstplaybin.c: (remove_sinks):
17508           Remove visualization from parent explicitely; works around some
17509           apparent refcount issue that I haven't tracked down yet.
17510
17511 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17512
17513         * ext/alsa/gstalsasink.c: (set_hwparams):
17514           Assign debug category, add negotiation debug msgs.
17515
17516 2005-08-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17517
17518         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
17519           Fix error code for file-not-found to NOT_FOUND.
17520
17521 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
17522
17523         * common/gtk-doc-plugins.mak:
17524         * docs/plugins/Makefile.am:
17525         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17526         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17527           renamed to actual element names, so much nicer to look at
17528         * docs/plugins/tmpl/gstmultifdsink.sgml:
17529           remove
17530         * docs/plugins/tmpl/multifdsink.sgml:
17531         * docs/plugins/tmpl/tcpserversink.sgml:
17532           add
17533         * ext/alsa/gstalsa.c:
17534         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
17535         * ext/ogg/gstoggmux.c:
17536         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
17537         * gst/playback/gstdecodebin.c:
17538         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
17539         * gst/tcp/gsttcpserversink.c:
17540           various fixes and documentation additions
17541
17542 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
17543
17544         * common/Makefile.am:
17545         * common/gstdoc-scangobj:
17546         * common/gtk-doc-plugins.mak:
17547         * common/gtk-doc.mak:
17548           add a custom scangobj that uses the registry
17549           add a custom gtk-doc-plugins.mak that uses it
17550           some doc build fixes
17551         * configure.ac:
17552         * docs/Makefile.am:
17553         * docs/plugins/Makefile.am:
17554         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17555         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17556         * docs/plugins/gst-plugins-base-plugins.types:
17557         * docs/plugins/tmpl/gstmultifdsink.sgml:
17558           add docs for one element, multifdsink
17559         * gst/adder/gstadder.h:
17560         * gst/volume/gstvolume.h:
17561           don't privatize enum
17562         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
17563         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
17564         (gst_sync_method_get_type), (gst_client_status_get_type),
17565         (gst_multifdsink_class_init),
17566         (gst_multifdsink_client_queue_buffer),
17567         (gst_multifdsink_handle_client_write):
17568         * gst/tcp/gstmultifdsink.h:
17569         * gst/tcp/gsttcp.h:
17570         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
17571         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
17572         (gst_tcpclientsink_render):
17573         * gst/tcp/gsttcpclientsink.h:
17574         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
17575         (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
17576         (gst_tcpclientsrc_start):
17577         * gst/tcp/gsttcpclientsrc.h:
17578         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
17579         (gst_tcpserversrc_init), (gst_tcpserversrc_create):
17580         * gst/tcp/gsttcpserversrc.h:
17581         * gst/typefind/gsttypefindfunctions.c:
17582           remove superfluous Type stuff
17583
17584 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17585
17586         * gst/playback/gstplaybin.c: (gen_video_element):
17587           Enable videoscale.
17588
17589 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17590
17591         * gst-libs/gst/gconf/gconf.c:
17592         * gst-libs/gst/gconf/gconf.h:
17593           Fix some Andy Problem [tm].
17594
17595 2005-08-04  Andy Wingo  <wingo@pobox.com>
17596
17597         * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
17598         * gst/ffmpegcolorspace/gstffmpegcolorspace.c
17599         (gst_ffmpegcsp_get_size): Adapt to API changes.
17600
17601         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
17602         Implement an in-place do-nothing transform.
17603
17604 2005-08-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17605
17606         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
17607         (gst_ximagesink_renegotiate_size):
17608           Do not set new window sizes yet if we prepare a new buffer size
17609           for upstream renegotiation (software scaling) at some point in the
17610           future, because this new size waqs not actually accepted yet. Once
17611           accepted, renegotiation later on will set the new sizes just fine.
17612           Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
17613           embedding testcase.
17614
17615 2005-08-03  Andy Wingo  <wingo@pobox.com>
17616
17617         * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
17618         (gst_ximagesink_buffer_alloc): 
17619         Protect the height, width, and desired_caps with the pool_lock.
17620         Fixes videotestsrc ! queue ! ximagesink.
17621
17622 2005-08-02  Edward Hervey  <edward@fluendo.com>
17623
17624         * gst/volume/gstvolume.c:
17625         include left from controller cleanup
17626
17627 2005-08-02  Jan Schmidt  <thaytan@mad.scientist.com>
17628         * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
17629           Stop collectpads before calling the parent state
17630           change function on PAUSED->READY.
17631
17632 2005-08-01  Jan Schmidt  <thaytan@mad.scientist.com>
17633         * configure.ac:
17634           When testing for X libs, use the X CFlags 
17635         * gst/adder/gstadder.c: (gst_adder_change_state):
17636           Stop the collectpads before calling parent state change function
17637           on PAUSED->READY, otherwise we deadlock deactivating pads.
17638
17639 2005-08-01  Stefan Kost  <ensonic@users.sf.net>
17640
17641         * configure.ac:
17642         * docs/libs/tmpl/gstcolorbalance.sgml:
17643         * docs/libs/tmpl/gstmixer.sgml:
17644         * examples/Makefile.am:
17645         * gst/sine/Makefile.am:
17646         * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
17647         (gst_sinesrc_set_property), (plugin_init):
17648         * gst/sine/gstsinesrc.h:
17649         * gst/volume/Makefile.am:
17650         * gst/volume/gstvolume.c: (gst_volume_set_volume),
17651         (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
17652         (volume_process_float), (volume_process_int16),
17653         (volume_set_property), (plugin_init):
17654         * gst/volume/gstvolume.h:
17655           deactivate and remove dparams (libgstcontrol)
17656
17657 2005-07-29  Wim Taymans  <wim@fluendo.com>
17658
17659         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
17660         Convert me to BaseTransform!! help..
17661
17662 2005-07-29  Andy Wingo  <wingo@pobox.com>
17663
17664         * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
17665         sinks.
17666
17667         * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
17668         support of both endiannesses.
17669
17670 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
17671
17672         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
17673           Fix confusing debug message (s/event/query/)
17674
17675 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
17676
17677         * gst/videotestsrc/videotestsrc.h:
17678           Use "_stdint.h" instead of <stdint.h>
17679
17680 2005-07-27  Wim Taymans  <wim@fluendo.com>
17681
17682         * ext/vorbis/Makefile.am:
17683         Revert wrong commit.
17684
17685 2005-07-27  Wim Taymans  <wim@fluendo.com>
17686
17687         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
17688         More compilation fixen.
17689
17690 2005-07-27  Wim Taymans  <wim@fluendo.com>
17691
17692         * gst-libs/gst/audio/gstbaseaudiosink.c:
17693         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
17694         (gst_base_audio_sink_create_ringbuffer),
17695         (gst_base_audio_sink_change_state):
17696         Fix compilation.
17697
17698 2005-07-27  Wim Taymans  <wim@fluendo.com>
17699
17700         * examples/seeking/seek.c: (setup_dynamic_link),
17701         (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
17702         (query_positions_elems), (query_positions_pads), (do_seek):
17703         Update seek example.
17704
17705         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
17706         (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
17707         (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
17708         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
17709         (gst_ogg_demux_handle_event),
17710         (gst_ogg_demux_deactivate_current_chain),
17711         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
17712         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
17713         (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
17714         (gst_ogg_demux_loop):
17715         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
17716         * ext/theora/theoradec.c: (theora_dec_src_event),
17717         (theora_dec_src_getcaps), (theora_dec_sink_event),
17718         (theora_dec_push), (theora_dec_chain):
17719         * ext/vorbis/Makefile.am:
17720         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
17721         (vorbis_dec_sink_event), (vorbis_dec_push),
17722         (vorbis_handle_data_packet):
17723         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
17724         (gst_vorbisenc_chain):
17725         * gst/playback/gststreaminfo.c: (cb_probe):
17726         * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
17727         * gst/videorate/gstvideorate.c: (gst_videorate_event):
17728         * gst/videoscale/gstvideoscale.c:
17729         (gst_videoscale_handle_src_event):
17730         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
17731         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
17732         (gst_ximagesink_navigation_send_event):
17733         * sys/xvimage/xvimagesink.c:
17734         (gst_xvimagesink_navigation_send_event):
17735         Various event updates and cleanups
17736
17737 2005-07-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17738
17739         * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
17740           Fix segfault for I420/YV12.
17741
17742 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17743
17744         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
17745           Report bitrate.
17746
17747 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17748
17749         * gst/playback/gstplaybin.c: (gen_video_element),
17750         (gen_audio_element):
17751           Switch to auto*sink elements as default sinks; add volume element
17752           so that volume control in totem works.
17753
17754 2005-07-21  Wim Taymans  <wim@fluendo.com>
17755
17756         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
17757         * gst/playback/gstplaybin.c: (setup_sinks),
17758         (gst_play_bin_change_state):
17759         Refcount fix and more comments.
17760
17761 2005-07-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17762
17763         * sys/ximage/Makefile.am:
17764         * sys/ximage/ximage.c: (plugin_init):
17765         * sys/ximage/ximagesink.c:
17766         Prepare for adding ximagesrc, rename of plugin to ximage etc.
17767         
17768
17769 2005-07-21  Wim Taymans  <wim@fluendo.com>
17770
17771         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
17772         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
17773         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
17774         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
17775         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
17776         (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
17777         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
17778         (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
17779         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
17780         Generate correct disconts for live chained oggs.
17781
17782         * gst-libs/gst/audio/gstbaseaudiosink.c:
17783         (gst_base_audio_sink_render),
17784         (gst_base_audio_sink_create_ringbuffer),
17785         (gst_base_audio_sink_change_state):
17786         Handle discont math correctly.
17787
17788         * gst/playback/gstplaybin.c: (add_sink):
17789         Some small debug cleanup.
17790
17791 2005-07-21  Wim Taymans  <wim@fluendo.com>
17792
17793         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (gst_ogg_pad_event),
17794         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
17795         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
17796         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
17797         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
17798         (gst_ogg_demux_init), (gst_ogg_demux_deactivate_current_chain),
17799         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
17800         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
17801         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
17802         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
17803         (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
17804         (gst_ogg_demux_change_state), (gst_ogg_print):
17805         Reorganize code to send the right disconts when in streaming
17806         mode.
17807
17808 2005-07-20  Andy Wingo  <wingo@pobox.com>
17809
17810         * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
17811         fix (?), fixes a seggie mcfalterson (#310894).
17812
17813 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17814
17815         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
17816         (gst_ogg_mux_set_header_on_caps):
17817         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
17818         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
17819         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
17820         * gst-libs/gst/audio/multichannel.c:
17821         (gst_audio_set_channel_positions),
17822         (gst_audio_set_structure_channel_positions_list):
17823         * gst/playback/gstdecodebin.c: (dynamic_create):
17824         * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
17825         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
17826           Fixes for API changes in core.
17827
17828 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17829
17830         * gst/playback/gstplaybasebin.c: (fill_buffer):
17831           Use _new_custom() so we can set custom message types for buffering
17832           messages.
17833
17834 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17835
17836         * configure.ac:
17837         * gst-libs/gst/Makefile.am:
17838         * gst-libs/gst/gconf/.cvsignore:
17839         * gst-libs/gst/gconf/Makefile.am:
17840         * gst-libs/gst/gconf/test-gconf.c:
17841         * pkgconfig/Makefile.am:
17842         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
17843         * pkgconfig/gstreamer-gconf.pc.in:
17844           Remove gconf stuff, use gconf elements instead from now on.
17845
17846 2005-07-20  Wim Taymans  <wim@fluendo.com>
17847
17848         * gst-libs/gst/audio/TODO:
17849         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
17850         (gst_audio_clock_get_internal_time):
17851         * gst-libs/gst/audio/gstaudioclock.h:
17852         * gst-libs/gst/audio/gstbaseaudiosink.c:
17853         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
17854         (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
17855         (gst_base_audio_sink_render),
17856         (gst_base_audio_sink_create_ringbuffer),
17857         (gst_base_audio_sink_change_state):
17858         Make sure the audio clock always returns an increasing value.
17859
17860 2005-07-19  Andy Wingo  <wingo@pobox.com>
17861
17862         * gst/videotestsrc/: Cleanups.
17863
17864 2005-07-19  Wim Taymans  <wim@fluendo.com>
17865
17866         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
17867         Better debugging.
17868
17869 2005-07-19  Wim Taymans  <wim@fluendo.com>
17870
17871         * examples/seeking/seek.c: (make_dv_pipeline),
17872         (make_vorbis_theora_pipeline), (query_rates),
17873         (query_positions_elems), (query_positions_pads), (do_seek):
17874         Make correct DV pipeline.
17875
17876 2005-07-18  Andy Wingo  <wingo@pobox.com>
17877
17878         * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
17879         default. Also because it's the only thing that really works. (This
17880         is used in the GConf elements).
17881         Use AS_LIBTOOL_TAGS.
17882
17883 2005-07-18  Wim Taymans  <wim@fluendo.com>
17884
17885         * gst/playback/gstdecodebin.c: (remove_element_chain):
17886         * gst/playback/gstplaybin.c: (add_sink):
17887         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
17888         (gst_stream_info_set_mute):
17889         * gst/playback/gststreamselector.c:
17890         (gst_stream_selector_get_linked_pad),
17891         (gst_stream_selector_getcaps), (gst_stream_selector_chain):
17892         More leak and compile fixes.
17893
17894 2005-07-18  Wim Taymans  <wim@fluendo.com>
17895
17896         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
17897         (query_rates), (query_positions_elems), (query_positions_pads),
17898         (do_seek), (seek_cb), (stop_seek):
17899         Updated seek example. 
17900
17901         * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
17902         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
17903         (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
17904         * gst/playback/gstplaybin.c: (add_sink):
17905         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
17906         (gst_stream_info_set_mute):
17907         Some refcount leak fixes.
17908
17909 2005-07-16  Wim Taymans  <wim@fluendo.com>
17910
17911         * gst-libs/gst/audio/gstbaseaudiosink.c:
17912         (gst_base_audio_sink_render):
17913         Align samples even if we have roundoff errors in the 
17914         timestamp conversion.
17915
17916 2005-07-16  Wim Taymans  <wim@fluendo.com>
17917
17918         * docs/libs/tmpl/gstringbuffer.sgml:
17919         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
17920         (query_rates), (query_positions_elems), (query_positions_pads),
17921         (update_scale), (do_seek):
17922         Updated seek example.
17923
17924         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
17925         (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
17926         (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
17927         (gst_ogg_demux_loop):
17928         Push out correct discont values.
17929
17930         * ext/theora/theoradec.c: (theora_dec_src_convert),
17931         (theora_dec_sink_convert), (theora_dec_src_getcaps),
17932         (theora_dec_sink_event), (theora_handle_type_packet),
17933         (theora_handle_header_packet), (theora_dec_push),
17934         (theora_handle_data_packet), (theora_dec_chain),
17935         (theora_dec_change_state):
17936         Better timestamping.
17937
17938         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
17939         (vorbis_dec_sink_event), (vorbis_dec_push),
17940         (vorbis_handle_data_packet), (vorbis_dec_chain):
17941         * ext/vorbis/vorbisdec.h:
17942         Better timestamping.
17943
17944         * gst-libs/gst/audio/gstbaseaudiosink.c:
17945         (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
17946         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
17947         Handle syncing on timestamps instead of sample offsets. Make
17948         use of DISCONT values as described in design docs.
17949
17950         * gst-libs/gst/audio/gstbaseaudiosrc.c:
17951         (gst_base_audio_src_get_time):
17952         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
17953         (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
17954         (gst_ring_buffer_read):
17955         * gst-libs/gst/audio/gstringbuffer.h:
17956         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
17957         (gst_ximagesink_show_frame):
17958         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
17959         Correcly convert buffer timestamp to stream time.
17960
17961 2005-07-16  Wim Taymans  <wim@fluendo.com>
17962
17963         * gst/audioconvert/gstaudioconvert.c:
17964         (gst_audio_convert_get_buffer):
17965         Timestamp buffers correctly.
17966
17967         * gst/playback/gstplaybin.c: (gen_video_element):
17968         Make internal fakesink silent.
17969
17970 2005-07-15  Wim Taymans  <wim@fluendo.com>
17971
17972         * gst/ffmpegcolorspace/Makefile.am:
17973         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17974         (gst_ffmpegcsp_caps_remove_format_info),
17975         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
17976         (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
17977         (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
17978         (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
17979         Ported ffmpegcolorspace to basetransform.
17980
17981         * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
17982         * gst/volume/gstvolume.c: (volume_transform):
17983         Ported to new API.
17984
17985 2005-07-14  Wim Taymans  <wim@fluendo.com>
17986
17987         * gst/videotestsrc/Makefile.am:
17988         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
17989         (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
17990         (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
17991         (gst_videotestsrc_init), (gst_videotestsrc_event),
17992         (gst_videotestsrc_create), (gst_videotestsrc_start),
17993         (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
17994         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
17995         (gst_videotestsrc_get_property):
17996         * gst/videotestsrc/gstvideotestsrc.h:
17997         Make videotestsrc a pushsrc.
17998
17999 2005-07-14  Wim Taymans  <wim@fluendo.com>
18000
18001         * gst/tcp/gstfdset.c: (gst_fdset_free):
18002         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
18003         (gst_multifdsink_add), (gst_multifdsink_remove),
18004         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
18005         (gst_multifdsink_remove_client_link),
18006         (gst_multifdsink_client_queue_data),
18007         (gst_multifdsink_client_queue_caps),
18008         (gst_multifdsink_client_queue_buffer),
18009         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
18010         (gst_multifdsink_stop):
18011         * gst/tcp/gstmultifdsink.h:
18012         0.8 backporting.
18013
18014         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
18015         Also draw image when not from a pool.
18016
18017 2005-07-14  Wim Taymans  <wim@fluendo.com>
18018
18019         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
18020         (mute_stream), (silence_stream):
18021         Small debug additions.
18022
18023 2005-07-14  Wim Taymans  <wim@fluendo.com>
18024
18025         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
18026         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
18027         (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
18028         Better error recovery, ignore unconnected pads and
18029         non-fatal errors.
18030
18031 2005-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
18032
18033         * docs/libs/tmpl/gstaudio.sgml:
18034         * docs/libs/tmpl/gstcolorbalance.sgml:
18035         * docs/libs/tmpl/gstgconf.sgml:
18036         * docs/libs/tmpl/gstmixer.sgml:
18037         * docs/libs/tmpl/gstringbuffer.sgml:
18038         * docs/libs/tmpl/gsttuner.sgml:
18039         * gst-libs/gst/audio/gstbaseaudiosrc.c:
18040         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
18041         (gst_tcpclientsrc_class_init):
18042         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
18043         (gst_tcpserversrc_class_init):
18044         * sys/v4l/gstv4lelement.c:
18045           more autistic cleanliness in functions/names/defines
18046
18047 2005-07-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18048
18049         * configure.ac:
18050           make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
18051           added manually to each Makefile.am so we are sure it goes
18052           *last* and doesn't add -L flags before linking in libs of our
18053           own, like, say, internal .la libs, that then accidentally pick
18054           up the installed copy.
18055         * docs/libs/Makefile.am:
18056         * ext/alsa/Makefile.am:
18057         * ext/cdparanoia/Makefile.am:
18058         * ext/gnomevfs/Makefile.am:
18059         * ext/libvisual/Makefile.am:
18060         * ext/ogg/Makefile.am:
18061         * ext/theora/Makefile.am:
18062         * ext/vorbis/Makefile.am:
18063         * gst-libs/gst/video/Makefile.am:
18064         * gst/adder/Makefile.am:
18065         * gst/audioconvert/Makefile.am:
18066         * gst/audiorate/Makefile.am:
18067         * gst/audioscale/Makefile.am:
18068         * gst/ffmpegcolorspace/Makefile.am:
18069         * gst/playback/Makefile.am:
18070         * gst/sine/Makefile.am:
18071         * gst/subparse/Makefile.am:
18072         * gst/tags/Makefile.am:
18073         * gst/tcp/Makefile.am:
18074         * gst/typefind/Makefile.am:
18075         * gst/videorate/Makefile.am:
18076         * gst/videoscale/Makefile.am:
18077         * gst/videotestsrc/Makefile.am:
18078         * gst/volume/Makefile.am:
18079         * sys/v4l/Makefile.am:
18080         * sys/ximage/Makefile.am:
18081         * sys/xvimage/Makefile.am:
18082           adapt properly to this change. This should make sure that
18083           plugins and libs properly link to the as-yet-uninstalled
18084           copies of stuff like libgstinterfaces and libgstvideo
18085
18086 2005-07-13  Andy Wingo  <wingo@pobox.com>
18087
18088         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
18089         (gst_v4lsrc_fixate): Fixate on format as well.
18090
18091         * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy) 
18092         (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
18093         buffer points to it.
18094         (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
18095         rather just doing X calls ourselves. Also fixes a memleak.
18096
18097 2005-07-12  Andy Wingo  <wingo@pobox.com>
18098
18099         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property) 
18100         (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init) 
18101         (gst_v4lsrc_create): Re-add the copy-mode property, default to
18102         TRUE to avoid deadlocks if an element holds on to our buffers.
18103
18104 2005-07-11  Thomas Vander Stichele  <thomas at apestaart dot org>
18105
18106         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
18107         (gst_sinesrc_init), (gst_sinesrc_create),
18108         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
18109         (gst_sinesrc_start):
18110         * gst/sine/gstsinesrc.h:
18111           removing num-buffers property before moving it
18112
18113 2005-07-10  Thomas Vander Stichele  <thomas at apestaart dot org>
18114
18115         * configure.ac:
18116           use overridable ERROR_CFLAGS
18117         * docs/libs/gst-plugins-base-libs.types:
18118         * docs/libs/tmpl/gstringbuffer.sgml:
18119         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
18120         (gst_alsasink_class_init):
18121         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
18122         (gst_alsasrc_class_init):
18123         * gst-libs/gst/audio/audio.h:
18124         * gst-libs/gst/audio/gstaudioclock.h:
18125         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
18126         (gst_audio_filter_base_init), (gst_audio_filter_class_init),
18127         (gst_audio_filter_link), (gst_audio_filter_init),
18128         (gst_audio_filter_chain), (gst_audio_filter_set_property),
18129         (gst_audio_filter_get_property),
18130         (gst_audio_filter_class_add_pad_templates):
18131         * gst-libs/gst/audio/gstaudiofilter.h:
18132         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
18133         (gst_audio_filter_template_get_type),
18134         (gst_audio_filter_template_base_init),
18135         (gst_audio_filter_template_class_init),
18136         (gst_audio_filter_template_init),
18137         (gst_audio_filter_template_set_property),
18138         (gst_audio_filter_template_get_property), (plugin_init),
18139         (gst_audio_filter_template_setup),
18140         (gst_audio_filter_template_filter),
18141         (gst_audio_filter_template_filter_inplace):
18142         * gst-libs/gst/audio/gstaudiosink.c:
18143         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
18144         (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
18145         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
18146         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
18147         (gst_audio_sink_base_init), (gst_audio_sink_class_init),
18148         (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
18149         * gst-libs/gst/audio/gstaudiosink.h:
18150         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
18151         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
18152         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
18153         (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
18154         (gst_audioringbuffer_delay), (gst_audio_src_base_init),
18155         (gst_audio_src_class_init), (gst_audio_src_init),
18156         (gst_audio_src_create_ringbuffer):
18157         * gst-libs/gst/audio/gstaudiosrc.h:
18158         * gst-libs/gst/audio/gstbaseaudiosink.c:
18159         (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
18160         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
18161         (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
18162         (gst_base_audio_sink_set_property),
18163         (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
18164         (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
18165         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
18166         (gst_base_audio_sink_create_ringbuffer),
18167         (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
18168         * gst-libs/gst/audio/gstbaseaudiosink.h:
18169         * gst-libs/gst/audio/gstbaseaudiosrc.c:
18170         (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
18171         (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
18172         (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
18173         (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
18174         (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
18175         (gst_base_audio_src_event), (gst_base_audio_src_create),
18176         (gst_base_audio_src_create_ringbuffer),
18177         (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
18178         * gst-libs/gst/audio/gstbaseaudiosrc.h:
18179         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
18180         (gst_ring_buffer_class_init), (gst_ring_buffer_init),
18181         (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
18182         (gst_ring_buffer_debug_spec_caps),
18183         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
18184         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
18185         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
18186         (gst_ring_buffer_start), (gst_ring_buffer_pause),
18187         (gst_ring_buffer_stop), (gst_ring_buffer_delay),
18188         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
18189         (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
18190         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
18191         (gst_ring_buffer_clear):
18192         * gst-libs/gst/audio/gstringbuffer.h:
18193         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
18194         (gst_video_sink_class_init), (gst_video_sink_get_type):
18195         * gst-libs/gst/video/videosink.h:
18196         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
18197         (gst_multifdsink_class_init),
18198         (gst_multifdsink_handle_client_write),
18199         (gst_multifdsink_change_state):
18200         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
18201         (gst_tcpclientsink_setcaps):
18202         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
18203         (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
18204         (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
18205         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
18206         (gst_ximagesink_send_pending_navigation),
18207         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
18208         (gst_ximagesink_class_init), (gst_ximagesink_get_type):
18209         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
18210         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
18211         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
18212         (gst_xvimagesink_send_pending_navigation),
18213         (gst_xvimagesink_navigation_send_event),
18214         (gst_xvimagesink_set_xwindow_id),
18215         (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
18216         (gst_xvimagesink_get_type):
18217         more macro splitting
18218
18219 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
18220
18221         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
18222           plug a memleak, allows me to import 1479 albums in one go
18223           in jamboree
18224         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
18225         (vorbis_handle_type_packet), (vorbis_dec_chain),
18226         (vorbis_dec_change_state):
18227           fix some format strings
18228
18229 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
18230
18231         * docs/libs/tmpl/gstcolorbalance.sgml:
18232         * docs/libs/tmpl/gstmixer.sgml:
18233         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
18234         (gst_alsasink_set_property), (gst_alsasink_get_property):
18235         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
18236         (gst_alsasrc_set_property), (gst_alsasrc_get_property):
18237           add device property
18238
18239 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
18240
18241         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
18242         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
18243         (audiocast_register_listener), (audiocast_thread_run),
18244         (gst_gnomevfssrc_send_additional_headers_callback),
18245         (gst_gnomevfssrc_received_headers_callback),
18246         (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
18247         (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
18248         (gst_gnomevfssrc_get_size):
18249           add/clean up debugging
18250         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
18251           cleanups
18252
18253 2005-07-07  Andy Wingo  <wingo@pobox.com>
18254
18255         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
18256         framerate. Need to get a handle on when exactly this function is
18257         called, tho.
18258
18259         * sys/v4l/v4lsrc_calls.h:
18260         * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
18261         (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
18262         (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
18263
18264         * sys/v4l/v4l_calls.h: Cast to V4lElement.
18265         * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
18266         v4lelements are sources.
18267
18268         * sys/v4l/gstv4lxoverlay.h:
18269         * sys/v4l/gstv4lxoverlay.c:
18270         * sys/v4l/gstv4ltuner.h:
18271         * sys/v4l/gstv4ltuner.c: Header loc fixen.
18272         
18273         * sys/v4l/gstv4lsrc.h:
18274         * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
18275         PushSrc/BaseSrc. Removed most sync-related properties, videorate
18276         or something should handle that. Made a live source.
18277
18278         * sys/v4l/gstv4lelement.h:
18279         * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
18280         signals. Some cleanups.
18281
18282         * sys/v4l/gstv4lcolorbalance.h: Interface header update.
18283
18284         * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
18285         stuff.
18286
18287         * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
18288         stuff.
18289
18290         * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
18291
18292 2005-07-07  Wim Taymans  <wim@fluendo.com>
18293
18294         * ext/theora/theoradec.c: (theora_get_query_types),
18295         (theora_dec_src_getcaps), (theora_dec_push):
18296         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
18297         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
18298         Remove deprecated/unused query types.
18299
18300 2005-07-06  Wim Taymans  <wim@fluendo.com>
18301
18302         * ext/alsa/Makefile.am:
18303         * ext/alsa/gstalsaplugin.c: (plugin_init):
18304         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
18305         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
18306         (gst_alsasrc_dispose), (gst_alsasrc_base_init),
18307         (gst_alsasrc_class_init), (gst_alsasrc_init),
18308         (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
18309         (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
18310         (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
18311         (gst_alsasrc_reset):
18312         * ext/alsa/gstalsasrc.h:
18313         * gst-libs/gst/audio/Makefile.am:
18314         * gst-libs/gst/audio/gstaudiosink.c:
18315         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
18316         (gst_audioringbuffer_start):
18317         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
18318         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
18319         (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
18320         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
18321         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
18322         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
18323         (gst_audiosrc_base_init), (gst_audiosrc_class_init),
18324         (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
18325         * gst-libs/gst/audio/gstaudiosrc.h:
18326         * gst-libs/gst/audio/gstbaseaudiosink.c:
18327         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
18328         (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
18329         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
18330         * gst-libs/gst/audio/gstbaseaudiosrc.c:
18331         (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
18332         (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
18333         (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
18334         (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
18335         (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
18336         (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
18337         (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
18338         (gst_baseaudiosrc_change_state):
18339         * gst-libs/gst/audio/gstbaseaudiosrc.h:
18340         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
18341         (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
18342         (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
18343         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
18344         (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
18345         (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
18346         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
18347         * gst-libs/gst/audio/gstringbuffer.h:
18348         Added audiosource base classes.
18349         Ported alsasrc, still very basic.
18350
18351 2005-07-06  Wim Taymans  <wim@fluendo.com>
18352
18353         * ext/theora/theoradec.c: (theora_dec_src_getcaps),
18354         (theora_dec_push), (theora_handle_data_packet):
18355         Prepare for better timestamp fix later.
18356
18357         * gst/audioconvert/gstaudioconvert.c:
18358         List most accurate caps first
18359
18360         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
18361         Use proper pad task function.
18362
18363         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
18364         (gst_xvimagesink_show_frame):
18365         Fix deadlock when alloc failed.
18366
18367 2005-07-05  Andy Wingo  <wingo@pobox.com>
18368
18369         * ext/gnomevfs/gstgnomevfssrc.c:
18370         * gst/sine/gstsinesrc.c:
18371         * gst/tcp/gsttcpserversrc.c:
18372         * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
18373
18374         * sys/v4l/: Port from 0.8.
18375
18376         * Many files: Null if we got it....
18377
18378 2005-07-05  Andy Wingo  <wingo@pobox.com>
18379
18380         * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read): 
18381         * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
18382         Signedness fixes.
18383
18384 2005-07-05  Wim Taymans  <wim@fluendo.com>
18385
18386         * configure.ac:
18387         * gst/tcp/Makefile.am:
18388         * gst/tcp/README:
18389         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
18390         (gst_multifdsink_base_init), (gst_multifdsink_class_init),
18391         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
18392         (is_sync_frame), (gst_multifdsink_handle_client_write),
18393         (gst_multifdsink_render), (gst_multifdsink_start),
18394         (gst_multifdsink_stop), (gst_multifdsink_change_state):
18395         * gst/tcp/gstmultifdsink.h:
18396         * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
18397         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
18398         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
18399         * gst/tcp/gsttcp.h:
18400         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
18401         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
18402         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
18403         (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
18404         * gst/tcp/gsttcpclientsink.h:
18405         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
18406         (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
18407         (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
18408         (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
18409         (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
18410         * gst/tcp/gsttcpclientsrc.h:
18411         * gst/tcp/gsttcpplugin.c: (plugin_init):
18412         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
18413         * gst/tcp/gsttcpserversink.h:
18414         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
18415         (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
18416         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
18417         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
18418         (gst_tcpserversrc_stop):
18419         * gst/tcp/gsttcpserversrc.h:
18420         * gst/tcp/gsttcpsink.c:
18421         * gst/tcp/gsttcpsink.h:
18422         * gst/tcp/gsttcpsrc.c:
18423         * gst/tcp/gsttcpsrc.h:
18424         Ported tcp plugins to 0.9. 
18425         
18426
18427 2005-07-05  Andy Wingo  <wingo@pobox.com>
18428
18429         * gst/playback/gstplaybasebin.c (fill_buffer):
18430         message_new_application fixen.
18431
18432         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
18433         Style fix.
18434
18435 2005-07-04  Wim Taymans  <wim@fluendo.com>
18436
18437         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
18438         Set caps on output buffer.
18439
18440 2005-07-04  Andy Wingo  <wingo@pobox.com>
18441
18442         * ext/gnomevfs/gstgnomevfssrc.c
18443         (gst_gnomevfssrc_received_headers_callback) 
18444         (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
18445         hopefully.
18446
18447         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
18448         No refcount leakage.
18449
18450         * configure.ac: Enable -Werror.
18451         
18452         * ext/theora/theoradec.c (theora_dec_src_getcaps):
18453         * gst/audioconvert/bufferframesconvert.c
18454         (buffer_frames_convert_fixate):
18455         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
18456         (gst_audio_convert_fixate):
18457         * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
18458         (gst_sinesrc_create): Fixate func changes.
18459         
18460         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
18461         (gst_ximagesink_buffer_alloc): Unused var.
18462
18463 2005-07-01  Andy Wingo  <wingo@pobox.com>
18464
18465         * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
18466         getcaps to do explicit caps. Needs to be done in all decoders,
18467         possibly via a base class.
18468
18469         * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
18470
18471         * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
18472         caps on the sink pad, just rely on the pad template. Also, setting
18473         ANY caps on a pad is not valid because the caps are not fixed.
18474
18475         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
18476         caps on the buffer, and get the width from the desired_caps if
18477         they're set.
18478         (gst_ximagesink_renegotiate_size): Implement via setting the
18479         desired_caps on the ximagesink.
18480         (gst_ximagesink_setcaps): Only reset the width of the player if it
18481         wasn't already set. Not sure if this is right.
18482         (gst_ximagesink_show_frame): Memcpy only for normal buffers.
18483
18484         * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
18485         that the user wants. NULL unless the window has been resized.
18486
18487         * gst/volume/gstvolume.c (volume_transform): Adapt to
18488         basetransform refcount changes.
18489         
18490 2005-07-01  Andy Wingo  <wingo@pobox.com>
18491
18492         * gst/videoscale/gstvideoscale.c:
18493         * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
18494         from BaseTransform, implements a transform_caps. Removed dead code
18495         including some PAR stuff that was never reached -- should probably
18496         be added back somehow.
18497
18498 2005-07-01  Andy Wingo  <wingo@pobox.com>
18499
18500         * gst/videoscale: Merge David's work from 0.8 branch. Changes to
18501         come later.
18502
18503 2005-06-30  Thomas Vander Stichele  <thomas at apestaart dot org>
18504
18505         * configure.ac:
18506         * docs/libs/Makefile.am:
18507         * docs/libs/gst-plugins-libs.types:
18508         * ext/alsa/Makefile.am:
18509         * ext/alsa/gstalsamixer.h:
18510         * ext/alsa/gstalsamixeroptions.h:
18511         * ext/alsa/gstalsamixertrack.h:
18512         * gst-libs/gst/Makefile.am:
18513         * gst-libs/gst/colorbalance/.cvsignore:
18514         * gst-libs/gst/colorbalance/Makefile.am:
18515         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
18516         * gst-libs/gst/colorbalance/colorbalance.c:
18517         * gst-libs/gst/colorbalance/colorbalance.h:
18518         * gst-libs/gst/colorbalance/colorbalance.vcproj:
18519         * gst-libs/gst/colorbalance/colorbalancechannel.c:
18520         * gst-libs/gst/colorbalance/colorbalancechannel.h:
18521         * gst-libs/gst/interfaces/Makefile.am:
18522         * gst-libs/gst/interfaces/colorbalance.c:
18523         (gst_color_balance_class_init):
18524         * gst-libs/gst/interfaces/colorbalance.h:
18525         * gst-libs/gst/interfaces/interfaces-marshal.list:
18526         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
18527         * gst-libs/gst/interfaces/mixer.h:
18528         * gst-libs/gst/interfaces/mixeroptions.h:
18529         * gst-libs/gst/interfaces/navigation.c:
18530         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
18531         * gst-libs/gst/interfaces/tuner.h:
18532         * gst/volume/Makefile.am:
18533         * gst/volume/gstvolume.c:
18534         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
18535         * sys/ximage/Makefile.am:
18536         * sys/ximage/ximagesink.c:
18537         * sys/xvimage/Makefile.am:
18538         * sys/xvimage/xvimagesink.c:
18539           fold in all interfaces into an interfaces dir, preserving CVS
18540           history
18541
18542 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18543
18544         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
18545           Fix build after riff changes.
18546
18547 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18548
18549         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
18550         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
18551         (gst_riff_create_video_template_caps),
18552         (gst_riff_create_audio_template_caps),
18553         (gst_riff_create_iavs_template_caps):
18554         * gst-libs/gst/riff/riff-media.h:
18555         * gst-libs/gst/riff/riff-read.h:
18556         * gst-libs/gst/riff/riff.c: (gst_riff_init):
18557           Add gst_riff_init() to initialize the debug category, instead
18558           of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
18559
18560 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18561
18562         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
18563           Oops, I shouldn't apply hacks.
18564
18565 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18566
18567         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
18568           Remove pad_loop function which doesn't work.
18569
18570 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18571
18572         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
18573           Send EOS when deactivating.
18574         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
18575         (check_queue), (queue_threshold_reached), (queue_out_of_data),
18576         (gen_preroll_element), (probe_triggered), (mute_stream),
18577         (silence_stream), (new_decoded_pad), (setup_substreams),
18578         (set_active_source):
18579         * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
18580         (remove_sinks), (add_sink):
18581         * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
18582           Change for new probe API.
18583
18584 2005-06-29  Wim Taymans  <wim@fluendo.com>
18585
18586         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
18587         * gst-libs/gst/audio/gstbaseaudiosink.c:
18588         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
18589         (gst_baseaudiosink_change_state):
18590         * gst-libs/gst/audio/gstbaseaudiosink.h:
18591         * gst-libs/gst/audio/gstringbuffer.c:
18592         (gst_ringbuffer_set_callback):
18593         Fix compilation error.
18594         Ringbuffer starts out as not running.
18595         Free our clock in dispose.
18596         When releasing the ringbuffer we need to renegotiate so
18597         clear the pad caps.
18598
18599 2005-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
18600
18601         * autogen.sh:
18602         * configure.ac:
18603         * docs/Makefile.am:
18604         * docs/libs/Makefile.am:
18605         * docs/libs/gst-plugins-libs-docs.sgml:
18606         * docs/libs/gst-plugins-libs-sections.txt:
18607         * docs/libs/gst-plugins-libs.types:
18608         * docs/libs/tmpl/gstaudio.sgml:
18609         * docs/libs/tmpl/gstcolorbalance.sgml:
18610         * docs/libs/tmpl/gstringbuffer.sgml:
18611         * gst-libs/gst/audio/gstringbuffer.c:
18612         (gst_ringbuffer_set_callback):
18613           reinstate gtk-doc docs for plugin libs
18614
18615 2005-06-28  Wim Taymans  <wim@fluendo.com>
18616
18617         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
18618         (gst_ogg_demux_init):
18619         Removed pad loop function.
18620
18621 2005-06-28  Wim Taymans  <wim@fluendo.com>
18622
18623         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
18624         If we're building a chain we are not in an error case
18625         when we queue a buffer.
18626
18627 2005-06-28  Andy Wingo  <wingo@pobox.com>
18628
18629         * *.c: Don't cast to GstObject before reffing/unreffing.
18630
18631 2005-06-27  Andy Wingo  <wingo@pobox.com>
18632
18633         * gst/videotestsrc/gstvideotestsrc.c
18634         (gst_videotestsrc_activate_push): Activation API changes.
18635
18636         * gst/playback/gstdecodebin.c (gst_decode_bin_change_state) 
18637         (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
18638         they have refs on the decodebin.
18639
18640         * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
18641         parent class.
18642         (gst_ogg_pad_typefind): Don't leak a pad ref.
18643         (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
18644         (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push) 
18645         (gst_ogg_demux_sink_activate_pull): Changes for activation API.
18646
18647 2005-06-27  Edward Hervey  <edward@fluendo.com>
18648
18649         * ext/theora/theoradec.c: (theora_dec_change_state): 
18650         re-arranged call to parent's state change in order to avoid locks (or
18651         worse).
18652
18653 2005-06-26  Edward Hervey  <edward@fluendo.com>
18654
18655         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
18656         2nd argument of 'unknow-type' signal is a GstCaps and not a
18657         GstMiniObject
18658
18659 2005-06-25  Jan Schmidt  <thaytan@mad.scientist.com>
18660         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
18661           Set the worker thread's running flag to TRUE before starting the
18662           thread.
18663         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
18664           Catch a failure to add typefind to the bin.
18665
18666 2005-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
18667
18668         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
18669         (gst_sinesrc_init), (gst_sinesrc_create),
18670         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
18671         (gst_sinesrc_start):
18672         * gst/sine/gstsinesrc.h:
18673           add num-buffers and timestamp-offset properties
18674         * gst/videotestsrc/gstvideotestsrc.c:
18675         (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
18676         (gst_videotestsrc_get_property):
18677           add timestamp-offset property
18678
18679 2005-06-23  Christian Schaller  <uraeus@gnome.org>
18680
18681         * configure.ac: add videorate
18682         * gst-plugins-base.spec.in: add videorate
18683
18684 2005-06-23  Wim Taymans  <wim@fluendo.com>
18685
18686         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
18687         (gst_videorate_getcaps), (gst_videorate_setcaps),
18688         (gst_videorate_event), (gst_videorate_chain):
18689         Fixed videorate, fixating an already fixated caps is not
18690         an error.
18691
18692 2005-06-23  Wim Taymans  <wim@fluendo.com>
18693
18694         * ext/ogg/README:
18695         * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
18696         Buffer on caps is not boxed anymore.
18697
18698 2005-06-22  Wim Taymans  <wim@fluendo.com>
18699
18700         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
18701         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
18702         Set buffers on caps as miniobjects and not as boxed.
18703
18704 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
18705
18706         * configure.ac:
18707           back to HEAD
18708
18709 === release 0.9.1 ===
18710
18711 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
18712
18713         * .cvsignore:
18714         * NEWS:
18715         * README:
18716         * RELEASE:
18717         * configure.ac:
18718         * po/af.po:
18719         * po/az.po:
18720         * po/cs.po:
18721         * po/en_GB.po:
18722         * po/hu.po:
18723         * po/it.po:
18724         * po/nb.po:
18725         * po/nl.po:
18726         * po/or.po:
18727         * po/sq.po:
18728         * po/sr.po:
18729         * po/sv.po:
18730         * po/uk.po:
18731         * po/vi.po:
18732           updates for release
18733
18734 2005-06-09  Andy Wingo  <wingo@pobox.com>
18735
18736         * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
18737         
18738 2005-06-09  Andy Wingo  <wingo@pobox.com>
18739
18740         * configure.ac:
18741         * gst-libs/gst/Makefile.am:
18742         * gst-libs/gst/net/Makefile.am:
18743         Add gstnet to build.
18744
18745 2005-06-09  Andy Wingo  <wingo@pobox.com>
18746
18747         * gst-libs/gst/gconf/gconf.c:
18748         * gst/playback/test.c:
18749         * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
18750         fixes.
18751
18752         * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
18753
18754         * ext/theora/theoraenc.c (theora_enc_chain): 
18755         * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
18756
18757         * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
18758         RealPad.
18759
18760 2005-06-02  Wim Taymans  <wim@fluendo.com>
18761
18762         * gst-libs/gst/net/Makefile.am:
18763         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
18764         * pkgconfig/gstreamer-libs.pc.in:
18765         Added net stuff, version net lib.
18766
18767 2005-06-02  Wim Taymans  <wim@fluendo.com>
18768
18769         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
18770         (query_rates), (query_positions_elems), (query_positions_pads),
18771         (do_seek):
18772         Updated seek example.
18773
18774 2005-06-02  Andy Wingo  <wingo@pobox.com>
18775
18776         * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
18777         * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
18778         list.
18779
18780         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
18781         remove the typefind, the bin dispose will do it for us. When it's
18782         removed and unreffed, the signal handler will be disconnected,
18783         too.
18784         (unlinked): It's too difficult to disconnect from unlinked
18785         handlers, as they are on pads not elements. Just punt if the pads
18786         aren't grandkids of the bin.
18787
18788 2005-06-02  Wim Taymans  <wim@fluendo.com>
18789
18790         * ext/ogg/README:
18791         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
18792         (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
18793         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
18794         * ext/theora/theoradec.c: (theora_dec_src_query),
18795         (theora_handle_data_packet):
18796         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
18797         (theora_enc_chain):
18798         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
18799         (vorbis_handle_data_packet):
18800         * gst/audioconvert/bufferframesconvert.c:
18801         (buffer_frames_convert_chain):
18802         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18803         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
18804         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
18805         (gst_ffmpegcsp_chain):
18806         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
18807         (gst_videorate_getcaps), (gst_videorate_setcaps),
18808         (gst_videorate_event), (gst_videorate_chain):
18809         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
18810         (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
18811         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
18812         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
18813         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
18814         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
18815         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
18816         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
18817         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
18818         Cleanups and buffer alloc.
18819
18820 2005-05-31  Wim Taymans  <wim@fluendo.com>
18821
18822         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
18823         Don't try to call the delay method when the device is not
18824         opened.
18825
18826 2005-05-31  Wim Taymans  <wim@fluendo.com>
18827
18828         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
18829         Get actual segment size and buffer size after opening
18830         the device.
18831
18832 2005-05-30  Wim Taymans  <wim@fluendo.com>
18833
18834         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
18835         (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
18836         Also FLUSH upstream, makes the loop function exit faster.
18837         
18838         * ext/theora/theoradec.c: (theora_dec_src_query):
18839         Some more debug info in the query.
18840         
18841         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
18842         (gst_ximagesink_setcaps):
18843         Release lock on par error, better error reporting.
18844
18845 2005-05-26  Wim Taymans  <wim@fluendo.com>
18846
18847         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
18848         (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
18849         (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
18850         Clear chains in READY
18851         Queue packets until the chain is activated.
18852
18853 2005-05-25  Wim Taymans  <wim@fluendo.com>
18854
18855         * gst-libs/gst/audio/gstaudiosink.c:
18856         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
18857         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
18858         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
18859         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
18860         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
18861         (gst_audiosink_create_ringbuffer):
18862         * gst-libs/gst/audio/gstbaseaudiosink.c:
18863         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
18864         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
18865         (gst_baseaudiosink_set_property), (build_linear_format),
18866         (debug_spec_caps), (debug_spec_buffer),
18867         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
18868         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
18869         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
18870         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
18871         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
18872         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
18873         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
18874         (gst_ringbuffer_play), (gst_ringbuffer_pause),
18875         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
18876         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
18877         (wait_segment), (gst_ringbuffer_commit),
18878         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
18879         (gst_ringbuffer_clear):
18880         Various small cleanups.
18881
18882         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
18883         (gst_audio_convert_change_state):
18884         * gst/subparse/gstsubparse.c: (gst_subparse_chain):
18885         No need to take the locks anymore.
18886
18887 2005-05-25  Wim Taymans  <wim@fluendo.com>
18888
18889         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
18890         (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
18891         (remove_element_chain), (no_more_pads), (unlinked), (close_link),
18892         (type_found):
18893         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
18894         (group_destroy), (group_commit), (queue_overrun),
18895         (gen_preroll_element), (no_more_pads), (preroll_unlinked),
18896         (mute_stream), (new_decoded_pad), (setup_substreams),
18897         (setup_source), (mute_group_type), (set_active_source),
18898         (gst_play_base_bin_change_state):
18899         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
18900         (gen_video_element), (gen_text_element), (gen_audio_element),
18901         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
18902         * gst/playback/gststreaminfo.c: (gst_stream_info_new),
18903         (gst_stream_info_dispose), (gst_stream_info_set_mute):
18904         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
18905         Some playbin cleanups mostly refcounting sloppyness.
18906
18907 2005-05-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18908
18909         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
18910           Work with streaming input.
18911
18912 2005-05-25  Wim Taymans  <wim@fluendo.com>
18913
18914         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18915         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
18916         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
18917         (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
18918         No need to take the STREAM lock anymore.
18919
18920 2005-05-25  Wim Taymans  <wim@fluendo.com>
18921
18922         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
18923         (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
18924         (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
18925         (gst_ogg_demux_chain), (gst_ogg_demux_loop),
18926         (gst_ogg_demux_sink_activate):
18927         * ext/theora/theoradec.c: (theora_dec_src_event),
18928         (theora_handle_comment_packet), (theora_dec_chain),
18929         (theora_dec_change_state):
18930         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
18931         (vorbis_handle_data_packet), (vorbis_dec_chain),
18932         (vorbis_dec_change_state):
18933         Remove STREAM locks as they are taken in core now.
18934         Never set bogus granulepos on vorbis/theora.
18935         Fix leaks in theoradec tag parsing.
18936
18937 2005-05-25  Wim Taymans  <wim@fluendo.com>
18938
18939         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
18940         Fix memleaks, GST_BUFFER_DATA() is not freed.
18941
18942 2005-05-25  Wim Taymans  <wim@fluendo.com>
18943
18944         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
18945         Open non-blocking, set to blocking mode afterwards to avoid
18946         lockups when audio device is busy.
18947
18948 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18949
18950         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
18951           This can't be good.
18952
18953 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18954
18955         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
18956         (gst_audio_convert_chain), (gst_audio_convert_link_src),
18957         (gst_audio_convert_setcaps):
18958           Implement instant setup switching.
18959
18960 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18961
18962         * gst/playback/gstplaybasebin.c: (probe_triggered):
18963           Fix missing unlock.
18964         * gst/playback/gstplaybin.c: (add_sink):
18965           First add, then link (otherwise pad link fails).
18966
18967 2005-05-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18968
18969         * examples/Makefile.am:
18970         fix buildbot (make distcheck)
18971
18972 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18973
18974         * gst/playback/gstplaybin.c: (gen_vis_element):
18975           Remove some wrong code. Doesn't work yet.
18976
18977 2005-05-19  Wim Taymans  <wim@fluendo.com>
18978
18979         * gst-libs/gst/net/Makefile.am:
18980         * gst-libs/gst/net/README:
18981         * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
18982         (gst_netbuffer_class_init), (gst_netbuffer_init),
18983         (gst_netbuffer_finalize), (gst_netbuffer_copy),
18984         (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
18985         (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
18986         (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
18987         * gst-libs/gst/net/gstnetbuffer.h:
18988         Added buffer subclass to store extra to/from addresses for
18989         network sources/sinks.
18990
18991 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18992
18993         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
18994           Don't lock an unassigned variable.
18995
18996 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18997
18998         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
18999           Increase buffer for video, decrease buffer for other media types.
19000         * gst/playback/gstplaybin.c: (gen_video_element),
19001         (gen_audio_element):
19002           Change names for debugging purposes.
19003
19004 2005-05-18  Wim Taymans  <wim@fluendo.com>
19005
19006         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19007         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
19008         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
19009         (gst_ffmpegcsp_chain):
19010         Enable buffer alloc passthrough if the source and dest
19011         formats are the same.
19012
19013 2005-05-17  Wim Taymans  <wim@fluendo.com>
19014
19015         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
19016         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
19017         (gst_ogg_demux_chain_unlocked):
19018         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
19019         (gst_audio_convert_caps_remove_format_info),
19020         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
19021         (gst_audio_convert_fixate), (gst_audio_convert_change_state):
19022         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19023         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
19024         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
19025         (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
19026         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
19027         (gst_ffmpegcsp_get_property):
19028         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
19029         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
19030         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
19031         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
19032         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
19033         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
19034         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
19035         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
19036         Leak fixes in oggdemux.
19037         Some cleanups in audioconvert.
19038         Make passthrough work along with buffer_alloc etc.
19039         Make buffer_alloc and buffer recycling actually work in
19040         xvimagesink.
19041
19042 2005-05-17  Thomas Vander Stichele  <thomas at apestaart dot org>
19043
19044         * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
19045           make the compiler happy
19046
19047 2005-05-17  Wim Taymans  <wim@fluendo.com>
19048
19049         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
19050         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
19051         (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
19052         (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
19053         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
19054         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
19055         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
19056         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
19057         (gst_xvimagesink_set_xwindow_id):
19058         * sys/xvimage/xvimagesink.h:
19059         Port xvimagesink to new MiniObject.
19060
19061 2005-05-17  Wim Taymans  <wim@fluendo.com>
19062
19063         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
19064         (gst_audiofilter_chain):
19065         * gst-libs/gst/audio/gstaudiosink.c:
19066         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
19067         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
19068         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
19069         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
19070         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
19071         (gst_audiosink_create_ringbuffer):
19072         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
19073         (gst_audio_convert_caps_remove_format_info),
19074         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
19075         (gst_audio_convert_fixate), (gst_audio_convert_channels):
19076         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19077         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
19078         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
19079         Fix passthrough in ffmpegcolorspace.
19080         Fix memset in audiosink on wrong memory.
19081
19082 2005-05-16  David Schleef  <ds@schleef.org>
19083
19084         * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
19085         to GstMiniObject.
19086
19087 2005-05-16  David Schleef  <ds@schleef.org>
19088
19089         Port from GstData to GstMiniObject.
19090         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
19091         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
19092         (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
19093         (gst_ogg_mux_collected):
19094         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
19095         * ext/theora/theoradec.c: (theora_handle_comment_packet),
19096         (theora_handle_data_packet):
19097         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
19098         (theora_set_header_on_caps), (theora_enc_chain):
19099         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
19100         (vorbis_handle_comment_packet):
19101         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
19102         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
19103         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
19104         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
19105         * gst/audioconvert/gstaudioconvert.c:
19106         (gst_audio_convert_get_buffer):
19107         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
19108         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
19109         (mute_stream), (silence_stream):
19110         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
19111         * gst/volume/gstvolume.c: (volume_transform):
19112         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
19113         (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
19114         (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
19115         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
19116         (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
19117         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
19118         (gst_ximagesink_buffer_alloc):
19119         * sys/ximage/ximagesink.h:
19120
19121 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19122
19123         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
19124         (fill_buffer), (check_queue), (queue_threshold_reached),
19125         (queue_out_of_data):
19126         * gst/playback/gstplaybasebin.h:
19127           Post buffer-fullness on the bus.
19128
19129 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19130
19131         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
19132         (try_to_link_1):
19133         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
19134         (group_commit), (probe_triggered), (setup_source),
19135         (gst_play_base_bin_change_state):
19136         * gst/playback/gstplaybasebin.h:
19137         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
19138         (gst_play_bin_init), (remove_sinks), (setup_sinks),
19139         (gst_play_bin_change_state):
19140           Move setup_output_pads into a virtual function, remove
19141           group-switch (no longer needed) and redirect (handled by bus
19142           now) signals.
19143
19144 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19145
19146         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
19147         (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
19148         (get_active_group), (get_building_group), (group_destroy),
19149         (group_commit), (check_queue), (queue_overrun),
19150         (queue_threshold_reached), (queue_out_of_data),
19151         (gen_preroll_element), (remove_groups), (unknown_type),
19152         (add_element_stream), (no_more_pads), (probe_triggered),
19153         (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
19154         (setup_substreams), (setup_source), (finish_source),
19155         (prepare_output), (muted_group_change_state),
19156         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
19157         (gst_play_base_bin_change_state):
19158         * gst/playback/gstplaybasebin.h:
19159         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
19160         (gst_play_bin_init), (gst_play_bin_set_property),
19161         (gen_video_element), (gen_text_element), (gen_audio_element),
19162         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
19163         (gst_play_bin_change_state):
19164         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
19165         (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
19166         (stream_info_change_state), (gst_stream_info_set_mute),
19167         (gst_stream_info_get_property):
19168         * gst/playback/gststreaminfo.h:
19169         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
19170         (gst_stream_selector_get_linked_pad),
19171         (gst_stream_selector_getcaps),
19172         (gst_stream_selector_get_linked_pads),
19173         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
19174         * gst/playback/gststreamselector.h:
19175           Rough port of playbin. Needs some more work, but is mostly done,
19176           and uses a few locks in important places, which should make stuff
19177           like chain-switches clean. Still uses GST_STATE() in a few places,
19178           which isn't all that good an idea, subtitles/elements disabled
19179           because no elements to test with and thus probably broken, query
19180           and event handling moved to GstBin, internal thread removed
19181           alltogether because the pipeline does that for us now. Can play
19182           Ogg/Vorbis files. Haven't tested anything else yet.
19183
19184 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19185
19186         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
19187           Do no-more-pads (needed for autoplugging).
19188
19189 2005-05-10  Andy Wingo  <wingo@pobox.com>
19190
19191         * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
19192         message to the bus with the tags. Still not sent downstream tho.
19193
19194         * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
19195         get_parent.
19196         (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
19197         avoid refcounting hassles.
19198
19199 2005-05-09  Andy Wingo  <wingo@pobox.com>
19200
19201         * gst/volume/Makefile.am:
19202         * gst/volume/demo.c
19203         * gst/volume/gstvolume.h
19204         * gst/volume/gstvolume.c: Port to 0.9 API, derive from
19205         basetransform. Probably need an audio filter base class.
19206
19207 2005-05-09  Wim Taymans  <wim@fluendo.com>
19208
19209         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
19210         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
19211         (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
19212         (gst_vorbisenc_chain):
19213         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
19214         (gst_audio_convert_caps_remove_format_info),
19215         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
19216         (gst_audio_convert_fixate), (gst_audio_convert_channels):
19217         Make caps writable before writing to it.
19218         Fix negotiation in audioconvert some more.
19219
19220 2005-05-09  Wim Taymans  <wim@fluendo.com>
19221
19222         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
19223         (gst_videorate_getcaps), (gst_videorate_setcaps),
19224         (gst_videorate_event), (gst_videorate_chain):
19225         Better negotiation.
19226
19227 2005-05-09  Wim Taymans  <wim@fluendo.com>
19228
19229         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
19230         (gst_videorate_getcaps), (gst_videorate_setcaps),
19231         (gst_videorate_blank_data), (gst_videorate_init),
19232         (gst_videorate_event), (gst_videorate_chain),
19233         (gst_videorate_change_state):
19234         Port videorate, do a better job at negotiation while we're at
19235         it.
19236
19237 2005-05-09  Jan Schmidt  <thaytan@mad.scientist.com>
19238
19239         * configure.ac:
19240           Disable libvisual
19241
19242         * examples/Makefile.am:
19243         * gst-libs/gst/audio/Makefile.am:
19244         * gst-libs/gst/riff/Makefile.am:
19245         * gst-libs/gst/tag/Makefile.am:
19246         * gst-libs/gst/video/Makefile.am:
19247           Fixups for missing variables.
19248
19249 2005-05-09  Wim Taymans  <wim@fluendo.com>
19250
19251         * examples/seeking/seek.c: (make_theora_pipeline),
19252         (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
19253         (query_rates), (query_positions_elems), (query_positions_pads),
19254         (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
19255         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
19256         (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
19257         (gst_ogg_pad_typefind), (gst_ogg_demux_init),
19258         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
19259         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
19260         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
19261         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
19262         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
19263         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
19264         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
19265         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
19266         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
19267         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
19268         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
19269         (theora_dec_src_convert), (theora_dec_sink_convert),
19270         (theora_dec_src_query), (theora_dec_sink_query),
19271         (theora_dec_src_event), (theora_dec_sink_event),
19272         (theora_handle_comment_packet), (theora_handle_type_packet),
19273         (theora_handle_header_packet), (theora_handle_data_packet),
19274         (theora_dec_chain):
19275         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
19276         (vorbis_dec_convert), (vorbis_dec_src_query),
19277         (vorbis_dec_sink_query), (vorbis_dec_src_event),
19278         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
19279         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
19280         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
19281         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
19282         (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
19283         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
19284         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
19285         (gst_play_bin_query):
19286         * gst/playback/test3.c: (update_scale):
19287         * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
19288         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
19289         * gst/subparse/gstsubparse.c: (gst_subparse_init):
19290         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
19291         (gst_videotestsrc_src_query):
19292         * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
19293         (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
19294         (paint_hline_YUV9):
19295         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
19296         Port to new query API.
19297         Updated seek.
19298         Cleanups in x[v]imagesink
19299
19300 2005-05-09  Andy Wingo  <wingo@pobox.com>
19301
19302         * ext/alsa/gstalsasink.h:
19303         * ext/gnomevfs/gstgnomevfssrc.c:
19304         (gst_gnomevfssrc_get_icy_metadata):
19305         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
19306         (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
19307         * ext/theora/theoradec.c (theora_dec_src_query)
19308         (theora_dec_src_event, theora_dec_sink_event)
19309         (theora_handle_comment_packet, theora_handle_data_packet):
19310         * ext/theora/theoraenc.c (theora_enc_chain):
19311         * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
19312         (vorbis_dec_sink_event, vorbis_handle_comment_packet):
19313         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
19314         * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
19315         (qt_type_find):
19316         * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
19317         (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
19318         (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
19319         (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
19320         (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
19321         (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
19322         (paint_setup_xBGR8888, paint_setup_RGBx8888)
19323         (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
19324         (paint_setup_RGB565, paint_setup_xRGB1555):
19325         * gst/videotestsrc/videotestsrc.h:
19326         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
19327         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
19328         (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
19329         GCC4 fixes.
19330         
19331         * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
19332         gst_pad_query_position. Fixes oggdemux.
19333
19334 2005-05-08  David Schleef  <ds@schleef.org>
19335
19336         * configure.ac: Require liboil.
19337         * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
19338         a few more.
19339         * gst/videotestsrc/videotestsrc.c:
19340         * gst/videotestsrc/videotestsrc.h:
19341
19342 2005-05-06  Wim Taymans  <wim@fluendo.com>
19343
19344         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19345         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
19346         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
19347         Well, unreffing a buffer right before pushing it is asking
19348         for trouble..
19349
19350 2005-05-06  Christian Schaller  <uraeus@gnome.org>
19351
19352         * pkgconfig/gstreamer-libs.pc.in: add missing library calls
19353
19354 2005-05-06  Wim Taymans  <wim@fluendo.com>
19355
19356         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
19357         (gst_audio_convert_caps_remove_format_info),
19358         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
19359         (gst_audio_convert_fixate), (gst_audio_convert_channels):
19360         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19361         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
19362         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
19363         * gst/sine/Makefile.am:
19364         * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
19365         (gst_sinesrc_class_init), (gst_sinesrc_init),
19366         (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
19367         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
19368         (gst_sinesrc_update_freq):
19369         * gst/sine/gstsinesrc.h:
19370         * gst/tcp/gstmultifdsink.c:
19371         * sys/xvimage/xvimagesink.c:
19372         Fixed negotiation wrt _peer_get_caps()
19373         Some cleanups.
19374
19375
19376 2005-05-06  Wim Taymans  <wim@fluendo.com>
19377
19378         * gst-libs/gst/audio/gstaudiosink.c:
19379         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
19380         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
19381         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
19382         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
19383         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
19384         (gst_audiosink_create_ringbuffer):
19385         * gst-libs/gst/audio/gstbaseaudiosink.c:
19386         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
19387         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
19388         (gst_baseaudiosink_set_property), (build_linear_format),
19389         (debug_spec_caps), (debug_spec_buffer),
19390         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
19391         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
19392         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
19393         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
19394         * gst-libs/gst/audio/gstbaseaudiosink.h:
19395         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
19396         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
19397         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
19398         (gst_ringbuffer_play), (gst_ringbuffer_pause),
19399         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
19400         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
19401         (wait_segment), (gst_ringbuffer_commit),
19402         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
19403         (gst_ringbuffer_clear):
19404         * gst-libs/gst/audio/gstringbuffer.h:
19405         Make the base audiosink return an error when there is no
19406         audiobuffer negotiated.
19407
19408 2005-05-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19409
19410         * ext/Makefile.am:
19411         Disable cdparanoia until someone ports it!
19412
19413 2005-05-06  Wim Taymans  <wim@fluendo.com>
19414
19415         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
19416         (gst_ogg_demux_sink_activate):
19417         And revert after wingo's revert.. sigh..
19418
19419 2005-05-05  Andy Wingo  <wingo@pobox.com>
19420
19421         * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
19422         GObject.
19423         * configure.ac: Return audiorate and subparse from the ghetto.
19424         Re-enable -Wall -Werror.
19425         * gst/subparse/gstsubparse.c:
19426         * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
19427         or chain-based. Cleaned up a bit. Not tested.
19428         
19429 2005-05-05  Christian Schaller <christian@fluendo.com> 
19430
19431         * Makefile.am: remove stuff that is not building
19432         * configure.ac: remove stuff that is not building
19433         * examples/Makefile.am: remove stuff that is not building
19434         * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
19435         * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
19436         * sys/Makefile.am: remove stuff that is not building
19437         * testsuite/Makefile.am: remove stuff that is not building
19438
19439 2005-05-05  Andy Wingo  <wingo@pobox.com>
19440
19441         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
19442         * gst-libs/gst/tag/gstvorbistag.c:
19443         (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
19444         * gst/adder/gstadder.h:
19445         * gst/audioconvert/gstchannelmix.c:
19446         (gst_audio_convert_fill_one_other):
19447         * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
19448         (gst_audiorate_init), (gst_audiorate_chain):
19449         * gst/playback/gstplaybasebin.c: (setup_source):
19450         * gst/playback/test3.c: (update_scale):
19451         Some GCC4 fixes
19452         
19453         * po/af.po:
19454         * po/az.po:
19455         * po/cs.po:
19456         * po/en_GB.po:
19457         * po/hu.po:
19458         * po/it.po:
19459         * po/nb.po:
19460         * po/nl.po:
19461         * po/or.po:
19462         * po/sq.po:
19463         * po/sr.po:
19464         * po/sv.po:
19465         * po/uk.po:
19466         * po/vi.po: Foo
19467
19468 2005-05-05  Wim Taymans  <wim@fluendo.com>
19469
19470         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
19471         (gst_audio_convert_caps_remove_format_info),
19472         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
19473         (gst_audio_convert_change_state), (gst_audio_convert_channels):
19474         * gst/videotestsrc/gstvideotestsrc.c:
19475         (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
19476         (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
19477         (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
19478         (gst_videotestsrc_init), (gst_videotestsrc_loop):
19479         Don't ignore _push() return values.
19480         Make sure no processing is done when shutting down.
19481         Videotestsrc pad activation fix.
19482
19483 2005-05-05  Wim Taymans  <wim@fluendo.com>
19484
19485         * gst/adder/Makefile.am:
19486         * gst/adder/gstadder.c: (gst_adder_setcaps),
19487         (gst_adder_class_init), (gst_adder_init),
19488         (gst_adder_request_new_pad), (gst_adder_collected),
19489         (gst_adder_change_state):
19490         * gst/adder/gstadder.h:
19491         Ported adder as an example of a mixer element using
19492         collect pads. Needs more negotiation work.
19493
19494 2005-05-05  Wim Taymans  <wim@fluendo.com>
19495
19496         * ext/theora/theoradec.c: (_inc_granulepos),
19497         (theora_dec_src_event), (theora_dec_sink_event),
19498         (theora_handle_comment_packet), (theora_handle_type_packet),
19499         (theora_handle_header_packet), (theora_handle_data_packet),
19500         (theora_dec_chain):
19501         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
19502         (gst_theora_enc_init), (theora_enc_sink_setcaps),
19503         (theora_push_buffer), (theora_push_packet),
19504         (theora_enc_sink_event), (theora_enc_chain),
19505         (theora_enc_change_state), (theora_enc_set_property),
19506         (theora_enc_get_property):
19507         Added stream lock to decoder so that we can serialize
19508         the discont event.
19509         More theoraenc porting, recover from errors, do clean
19510         shutdown.
19511
19512 2005-05-05  Wim Taymans  <wim@fluendo.com>
19513
19514         * ext/ogg/Makefile.am:
19515         * ext/ogg/README:
19516         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
19517         (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
19518         (gst_ogg_print):
19519         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
19520         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
19521         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
19522         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
19523         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
19524         (gst_ogg_mux_change_state):
19525         Ported ogg muxer.
19526
19527 2005-05-05  Wim Taymans  <wim@fluendo.com>
19528
19529         * docs/design-audiosinks.txt:
19530         * gst-libs/gst/audio/TODO:
19531         * gst-libs/gst/audio/gstaudiosink.c:
19532         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
19533         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
19534         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
19535         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
19536         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
19537         (gst_audiosink_create_ringbuffer):
19538         * gst-libs/gst/audio/gstbaseaudiosink.c:
19539         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
19540         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
19541         (gst_baseaudiosink_set_property), (build_linear_format),
19542         (debug_spec_caps), (debug_spec_buffer),
19543         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
19544         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
19545         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
19546         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
19547         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
19548         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
19549         (gst_ringbuffer_release), (gst_ringbuffer_play),
19550         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
19551         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
19552         (gst_ringbuffer_set_sample), (wait_segment),
19553         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
19554         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
19555         More work on the audiosink, mostly debugging and a race in
19556         shutdown.
19557
19558 2005-04-28  Wim Taymans  <wim@fluendo.com>
19559
19560         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
19561         (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
19562         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
19563         (vorbis_dec_src_query), (vorbis_dec_src_event),
19564         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
19565         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
19566         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
19567         Don't crap out when seeking back to position 0.
19568
19569 2005-04-28  Wim Taymans  <wim@fluendo.com>
19570
19571         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
19572         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
19573         (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
19574         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
19575         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
19576         Make audio sink configurable, use alsasink as default.
19577
19578 2005-04-28  Wim Taymans  <wim@fluendo.com>
19579
19580         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
19581         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
19582         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
19583         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
19584         (vorbis_dec_change_state):
19585         * ext/vorbis/vorbisdec.h:
19586         Refactor, use STREAM_LOCK.
19587
19588 2005-04-28  Wim Taymans  <wim@fluendo.com>
19589
19590         * ext/theora/theoradec.c: (_inc_granulepos),
19591         (theora_dec_sink_event), (theora_handle_comment_packet),
19592         (theora_handle_type_packet), (theora_handle_header_packet),
19593         (theora_handle_data_packet), (theora_dec_chain),
19594         (theora_dec_change_state):
19595         Refactor a bit, use STREAM_LOCK.
19596
19597 2005-04-28  Wim Taymans  <wim@fluendo.com>
19598
19599         * ext/alsa/Makefile.am:
19600         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
19601         (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
19602         (gst_alsa_link), (gst_alsa_close_audio):
19603         * ext/alsa/gstalsaplugin.c: (plugin_init):
19604         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
19605         (gst_alsasink_dispose), (gst_alsasink_base_init),
19606         (gst_alsasink_class_init), (gst_alsasink_init),
19607         (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
19608         (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
19609         (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
19610         (gst_alsasink_reset):
19611         * ext/alsa/gstalsasink.h:
19612         Implement alsasink with simple open/write/close API. 
19613         Make alsa dir build by disabling compilation of code.
19614
19615 2005-04-28  Wim Taymans  <wim@fluendo.com>
19616
19617         * gst-libs/gst/audio/Makefile.am:
19618         * gst-libs/gst/audio/audio.h:
19619         * gst-libs/gst/audio/audioclock.c:
19620         * gst-libs/gst/audio/audioclock.h:
19621         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
19622         (gst_audio_clock_class_init), (gst_audio_clock_init),
19623         (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
19624         * gst-libs/gst/audio/gstaudioclock.h:
19625         * gst-libs/gst/audio/gstaudiosink.c:
19626         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
19627         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
19628         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
19629         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
19630         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
19631         (gst_audiosink_create_ringbuffer):
19632         * gst-libs/gst/audio/gstbaseaudiosink.c:
19633         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
19634         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
19635         (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
19636         (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
19637         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
19638         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
19639         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
19640         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
19641         * gst-libs/gst/audio/gstbaseaudiosink.h:
19642         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
19643         (gst_ringbuffer_init), (gst_ringbuffer_finalize),
19644         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
19645         (gst_ringbuffer_release), (gst_ringbuffer_play),
19646         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
19647         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
19648         (gst_ringbuffer_set_sample), (wait_segment),
19649         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
19650         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
19651         * gst-libs/gst/audio/gstringbuffer.h:
19652         Make ringbuffer faster and more simple by removing the locks
19653         in the playback thread.
19654         Add sample accurate playback based on buffer sample offsets.
19655         Make the baseaudiosink provide a clock.
19656         Parse caps in the base class.
19657         Correctly handle seeking, flushing and state changes.
19658
19659 2005-04-25  Thomas Vander Stichele  <thomas at apestaart dot org>
19660
19661         * configure.ac:
19662         * gst/audioconvert/Makefile.am:
19663         * gst/audioscale/Makefile.am:
19664           Fix part of the build.  Come on guys, autogen didn't even work :)
19665
19666 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19667
19668         * configure.ac:
19669         * gst-libs/gst/Makefile.am:
19670         * gst-libs/gst/media-info/.cvsignore:
19671         * gst-libs/gst/media-info/Makefile.am:
19672         * gst-libs/gst/media-info/README:
19673         * gst-libs/gst/media-info/media-info-priv.c:
19674         * gst-libs/gst/media-info/media-info-priv.h:
19675         * gst-libs/gst/media-info/media-info-test.c:
19676         * gst-libs/gst/media-info/media-info.c:
19677         * gst-libs/gst/media-info/media-info.h:
19678         * gst-libs/gst/media-info/media-info.vcproj:
19679         * pkgconfig/Makefile.am:
19680         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
19681         * pkgconfig/gstreamer-media-info.pc.in:
19682           Remove media-info, which is also successed by playbin (see Totem
19683           implementation).
19684
19685 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19686
19687         * configure.ac:
19688         * examples/Makefile.am:
19689         * examples/gstplay/.cvsignore:
19690         * examples/gstplay/Makefile.am:
19691         * examples/gstplay/player.c:
19692         * gst-libs/gst/Makefile.am:
19693         * gst-libs/gst/play/.cvsignore:
19694         * gst-libs/gst/play/Makefile.am:
19695         * gst-libs/gst/play/play.c:
19696         * gst-libs/gst/play/play.h:
19697         * gst-libs/gst/play/play.vcproj:
19698         * pkgconfig/Makefile.am:
19699         * pkgconfig/gstreamer-play-uninstalled.pc.in:
19700         * pkgconfig/gstreamer-play.pc.in:
19701           Remove libgstplay, playbin is now the official successor.
19702
19703 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19704
19705         * configure.ac:
19706         * gst-libs/gst/Makefile.am:
19707         * gst-libs/gst/xwindowlistener/Makefile.am:
19708         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
19709         * gst-libs/gst/xwindowlistener/xwindowlistener.h:
19710           Remove deprecated xwindowlistener (I've moved xwindowlistening
19711           in the v4l/v4l2 plugins over to serverside).
19712
19713 2005-04-25  David Schleef  <ds@schleef.org>
19714
19715         * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
19716         to examples/dynparams.  Examples do not belong interspersed with
19717         source code.
19718         * examples/dynparams/demo-dparams.c:
19719         * gst/sine/Makefile.am:
19720         * gst/sine/demo-dparams.c:
19721
19722 2005-04-25  David Schleef  <ds@schleef.org>
19723
19724         Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
19725         * gst-libs/gst/audio/Makefile.am:
19726         * gst-libs/gst/riff/Makefile.am:
19727         * gst-libs/gst/tag/Makefile.am:
19728         * gst-libs/gst/video/Makefile.am:
19729         * gst-libs/gst/xwindowlistener/Makefile.am:
19730
19731         Convert to 0.9 API, seems to work:
19732         * sys/ximage/Makefile.am:
19733         * sys/ximage/ximagesink.c:
19734
19735 2005-04-24  David Schleef  <ds@schleef.org>
19736
19737         Link plugins against libraries:
19738         * ext/alsa/Makefile.am:
19739         * gst/tcp/Makefile.am:
19740
19741         Remove asm code that should be in liboil
19742         * gst/videoscale/Makefile.am:
19743         * gst/videoscale/videoscale_x86_asm.s:
19744
19745         gettext wants these checked in:
19746         * po/af.po:
19747         * po/az.po:
19748         * po/cs.po:
19749         * po/en_GB.po:
19750         * po/hu.po:
19751         * po/it.po:
19752         * po/nb.po:
19753         * po/nl.po:
19754         * po/or.po:
19755         * po/sq.po:
19756         * po/sr.po:
19757         * po/sv.po:
19758         * po/uk.po:
19759         * po/vi.po:
19760
19761 2005-04-24  David Schleef  <ds@schleef.org>
19762
19763         Convert gst_main() to g_main_loop_run()
19764         * gst/playback/decodetest.c: (main):
19765         * gst/playback/test2.c: (main):
19766         * gst/playback/test3.c: (main):
19767         * gst/playback/test4.c: (main):
19768
19769         Link plugins against libraries:
19770         * ext/libvisual/Makefile.am:
19771         * sys/xvimage/Makefile.am:
19772
19773 2005-04-24  David Schleef  <ds@schleef.org>
19774
19775         * configure.ac: Remove idct and resample libs
19776         * gst-libs/gst/Makefile.am: same
19777
19778         Remove usage of gst_library_load():
19779         * ext/alsa/gstalsaplugin.c: (plugin_init):
19780         * ext/libvisual/visual.c: (plugin_init):
19781         * ext/ogg/gstogg.c: (plugin_init):
19782         * ext/theora/theora.c: (plugin_init):
19783         * ext/vorbis/vorbis.c: (plugin_init):
19784         * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
19785         * gst/audioscale/gstaudioscale.c:
19786         * gst/adder/gstadder.c: (plugin_init):
19787         * gst/audioconvert/plugin.c: (plugin_init):
19788         * sys/ximage/ximagesink.c: (plugin_init):
19789         * sys/xvimage/xvimagesink.c: (plugin_init):
19790         * gst/tcp/gsttcpplugin.c: (plugin_init):
19791
19792         Link plugins against libraries:
19793         * ext/ogg/Makefile.am:
19794         * ext/theora/Makefile.am:
19795         * ext/vorbis/Makefile.am:
19796         * gst/audioconvert/Makefile.am:
19797
19798         Create proper libraries:
19799         * gst-libs/gst/riff/Makefile.am:
19800         * gst-libs/gst/audio/Makefile.am:
19801         * gst-libs/gst/video/Makefile.am:
19802
19803         Move resample library to audioscale plugin directory:
19804         * gst-libs/gst/resample/Makefile.am:
19805         * gst-libs/gst/resample/README:
19806         * gst-libs/gst/resample/dtof.c:
19807         * gst-libs/gst/resample/dtos.c:
19808         * gst-libs/gst/resample/functable.c:
19809         * gst-libs/gst/resample/private.h:
19810         * gst-libs/gst/resample/resample.c:
19811         * gst-libs/gst/resample/resample.h:
19812         * gst-libs/gst/resample/resample.vcproj:
19813         * gst-libs/gst/resample/test.c:
19814         * gst/audioscale/Makefile.am:
19815         * gst/audioscale/README:
19816         * gst/audioscale/dtof.c:
19817         * gst/audioscale/dtos.c:
19818         * gst/audioscale/functable.c:
19819         * gst/audioscale/private.h:
19820         * gst/audioscale/resample.c:
19821         * gst/audioscale/resample.h:
19822         * gst/audioscale/test.c:
19823
19824         Move tagedit library to gst-libs:
19825         * gst-libs/gst/tag/Makefile.am:
19826         * gst-libs/gst/tag/gstid3tag.c:
19827         * gst-libs/gst/tag/gsttagediting.c:
19828         * gst-libs/gst/tag/gsttageditingprivate.h:
19829         * gst-libs/gst/tag/gstvorbistag.c:
19830         * gst/tags/Makefile.am:
19831         * gst/tags/gstid3tag.c:
19832         * gst/tags/gstvorbistag.c:
19833
19834         Fix for core changes:
19835         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
19836         (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
19837         (gst_sinesrc_getrange):
19838
19839 2005-04-23  David Schleef  <ds@schleef.org>
19840
19841         * gst-libs/gst/Makefile.am: Remove idct.  It hasn't been used
19842         in gst-plugins in a long time, and properly belongs in liboil.
19843         * gst-libs/gst/idct/Makefile.am:
19844         * gst-libs/gst/idct/README:
19845         * gst-libs/gst/idct/dct.h:
19846         * gst-libs/gst/idct/doieee:
19847         * gst-libs/gst/idct/fastintidct.c:
19848         * gst-libs/gst/idct/floatidct.c:
19849         * gst-libs/gst/idct/idct.c:
19850         * gst-libs/gst/idct/idct.h:
19851         * gst-libs/gst/idct/idtc.vcproj:
19852         * gst-libs/gst/idct/ieeetest.c:
19853         * gst-libs/gst/idct/intidct.c:
19854
19855 2005-04-20  Wim Taymans  <wim@fluendo.com>
19856
19857         * docs/design-audiosinks.txt:
19858         * gst-libs/gst/audio/Makefile.am:
19859         * gst-libs/gst/audio/TODO:
19860         * gst-libs/gst/audio/gstaudiosink.c:
19861         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
19862         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
19863         (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
19864         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
19865         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
19866         (gst_audioringbuffer_delay), (gst_audiosink_base_init),
19867         (gst_audiosink_class_init), (gst_audiosink_init),
19868         (gst_audiosink_create_ringbuffer):
19869         * gst-libs/gst/audio/gstaudiosink.h:
19870         * gst-libs/gst/audio/gstbaseaudiosink.c:
19871         (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
19872         (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
19873         (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
19874         (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
19875         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
19876         (gst_baseaudiosink_create_ringbuffer),
19877         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
19878         * gst-libs/gst/audio/gstbaseaudiosink.h:
19879         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
19880         (gst_ringbuffer_class_init), (gst_ringbuffer_init),
19881         (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
19882         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
19883         (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
19884         (gst_ringbuffer_play), (gst_ringbuffer_pause),
19885         (gst_ringbuffer_resume), (gst_ringbuffer_stop),
19886         (gst_ringbuffer_callback), (gst_ringbuffer_delay),
19887         (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
19888         (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
19889         * gst-libs/gst/audio/gstringbuffer.h:
19890         An attempt at a set of audio base classes together with some
19891         design docs.
19892
19893 2005-04-20  Wim Taymans  <wim@fluendo.com>
19894
19895         * gst/audioconvert/Makefile.am:
19896         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
19897         (gst_audio_convert_caps_remove_format_info),
19898         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
19899         (gst_audio_convert_channels):
19900         Link against audio libs.
19901         Fix audio convert plugin.
19902
19903 2005-04-20  Wim Taymans  <wim@fluendo.com>
19904
19905         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
19906         (gst_ogg_demux_sink_activate):
19907         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
19908         (theora_set_header_on_caps), (theora_enc_sink_event),
19909         (theora_enc_chain):
19910         Fix theora encoder.
19911
19912 2005-04-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19913
19914         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
19915         * gst/playback/gstdecodebin.c: (find_compatibles):
19916           Work with staticpadtemplates in elementfactories.
19917
19918 2005-04-12  Wim Taymans  <wim@fluendo.com>
19919
19920         * gst/playback/README:
19921         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
19922         (compare_ranks), (print_feature), (gst_decode_bin_init),
19923         (dynamic_create), (dynamic_free), (find_compatibles),
19924         (mimetype_is_raw), (close_pad_link), (got_redirect),
19925         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
19926         (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
19927         (gst_decode_bin_change_state):
19928         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
19929         (gst_play_base_bin_init), (group_destroy), (group_commit),
19930         (check_queue), (queue_overrun), (queue_threshold_reached),
19931         (queue_out_of_data), (gen_preroll_element), (unknown_type),
19932         (new_decoded_pad), (setup_subtitle), (gen_source_element),
19933         (got_redirect), (setup_source), (play_base_eos),
19934         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
19935         (gst_play_base_bin_remove_element):
19936         * gst/playback/gstplaybasebin.h:
19937         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
19938         (gst_play_bin_init), (gst_play_bin_dispose),
19939         (gst_play_bin_set_property), (gen_video_element),
19940         (gen_text_element), (gen_audio_element), (remove_sinks),
19941         (gst_play_bin_send_event):
19942         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
19943         (stream_info_change_state), (gst_stream_info_set_mute):
19944         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
19945         (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
19946         (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
19947         (gst_stream_selector_chain):
19948         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
19949         (main):
19950         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
19951         (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
19952         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
19953         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
19954         Raw and crude port of decodebin. 
19955         Make playbin compile.
19956
19957 2005-04-06  Wim Taymans  <wim@fluendo.com>
19958
19959         * ext/gnomevfs/Makefile.am:
19960         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
19961         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
19962         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
19963         (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
19964         (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
19965         (gst_gnomevfssrc_stop):
19966         * ext/ogg/Makefile.am:
19967         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
19968         (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
19969         * ext/theora/Makefile.am:
19970         * ext/theora/theoradec.c: (_inc_granulepos),
19971         (theora_dec_sink_event), (theora_dec_chain):
19972         * ext/vorbis/Makefile.am:
19973         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
19974         (vorbis_dec_sink_event), (vorbis_dec_chain):
19975         * gst-libs/gst/audio/Makefile.am:
19976         * sys/xvimage/Makefile.am:
19977         Make gnomevfssrc extend the source base class.
19978         Fix linking against libs in various plugins.
19979
19980 2005-04-06  Andy Wingo  <wingo@pobox.com>
19981
19982         * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
19983         GST_BASE_LIBS.
19984
19985         * configure.ac: Add check and AC_SUBST for libgstbase.
19986
19987 2005-03-31  Wim Taymans  <wim@fluendo.com>
19988
19989         * examples/seeking/Makefile.am:
19990         * examples/seeking/cdparanoia.c: (main):
19991         * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
19992         (play_cb), (pause_cb), (stop_cb), (main):
19993         * examples/seeking/playbin.c:
19994         * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
19995         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
19996         (make_sid_pipeline), (make_vorbis_pipeline),
19997         (make_theora_pipeline), (make_vorbis_theora_pipeline),
19998         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
19999         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
20000         (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
20001         (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
20002         (stop_cb), (main):
20003         * examples/seeking/spider_seek.c:
20004         * examples/seeking/vorbisfile.c:
20005         * ext/gnomevfs/Makefile.am:
20006         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
20007         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
20008         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
20009         (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
20010         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
20011         (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
20012         (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
20013         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
20014         * ext/ogg/README:
20015         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
20016         (gst_ogg_pad_class_init), (gst_ogg_pad_init),
20017         (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
20018         (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
20019         (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
20020         (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
20021         (gst_ogg_pad_event), (gst_ogg_pad_reset),
20022         (gst_ogg_demux_factory_filter), (compare_ranks),
20023         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
20024         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
20025         (gst_ogg_chain_new), (gst_ogg_chain_free),
20026         (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
20027         (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
20028         (gst_ogg_demux_class_init), (gst_ogg_demux_init),
20029         (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
20030         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
20031         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
20032         (gst_ogg_demux_get_prev_page),
20033         (gst_ogg_demux_deactivate_current_chain),
20034         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
20035         (gst_ogg_demux_bisect_forward_serialno),
20036         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
20037         (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
20038         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
20039         (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
20040         (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
20041         (gst_ogg_demux_change_state), (gst_ogg_print):
20042         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
20043         (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
20044         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
20045         (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
20046         (gst_ogg_mux_loop):
20047         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
20048         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
20049         (theora_dec_src_convert), (theora_dec_sink_convert),
20050         (theora_dec_src_query), (theora_dec_src_event),
20051         (theora_dec_sink_event), (theora_dec_chain),
20052         (theora_dec_change_state):
20053         * ext/theora/theoraenc.c: (gst_theora_enc_init),
20054         (theora_enc_sink_setcaps), (theora_buffer_from_packet),
20055         (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
20056         (theora_enc_change_state):
20057         * ext/vorbis/Makefile.am:
20058         * ext/vorbis/oggvorbisenc.c:
20059         * ext/vorbis/oggvorbisenc.h:
20060         * ext/vorbis/vorbis.c: (plugin_init):
20061         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
20062         (vorbis_dec_src_query), (vorbis_dec_src_event),
20063         (vorbis_dec_sink_event), (vorbis_dec_chain),
20064         (vorbis_dec_change_state):
20065         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
20066         (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
20067         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
20068         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
20069         (gst_vorbisenc_change_state):
20070         * ext/vorbis/vorbisenc.h:
20071         * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
20072         * gst-libs/gst/audio/audioclock.c:
20073         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
20074         (gst_audiofilter_init), (gst_audiofilter_chain):
20075         * gst-libs/gst/audio/testchannels.c: (main):
20076         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
20077         * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
20078         (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
20079         (gmip_find_track_streaminfo), (gmip_find_track_format):
20080         * gst-libs/gst/media-info/media-info.c:
20081         (gst_media_info_read_idler):
20082         * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
20083         (gst_play_get_all_by_interface):
20084         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
20085         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
20086         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
20087         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
20088         (gst_riff_parse_info):
20089         * gst-libs/gst/riff/riff-read.h:
20090         * gst-libs/gst/riff/riff.c: (plugin_init):
20091         * gst-libs/gst/video/Makefile.am:
20092         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
20093         (gst_videosink_class_init), (gst_videosink_get_type):
20094         * gst-libs/gst/video/videosink.h:
20095         * gst/audioconvert/bufferframesconvert.c:
20096         (buffer_frames_convert_init), (buffer_frames_convert_fixate),
20097         (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
20098         * gst/audioconvert/channelmixtest.c: (main):
20099         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
20100         (gst_audio_convert_chain),
20101         (gst_audio_convert_caps_remove_format_info),
20102         (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
20103         (gst_audio_convert_setcaps), (_fixate_caps_to_int),
20104         (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
20105         (gst_audio_convert_buffer_to_default_format),
20106         (gst_audio_convert_buffer_from_default_format),
20107         (gst_audio_convert_channels):
20108         * gst/audioconvert/gstchannelmix.h:
20109         * gst/ffmpegcolorspace/avcodec.h:
20110         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20111         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
20112         (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
20113         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
20114         * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
20115         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
20116         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
20117         (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
20118         (mpeg_video_type_find), (mpeg_video_stream_type_find),
20119         (dv_type_find):
20120         * gst/videotestsrc/gstvideotestsrc.c:
20121         (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
20122         (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
20123         (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
20124         (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
20125         (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
20126         (gst_videotestsrc_init), (gst_videotestsrc_src_query),
20127         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
20128         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
20129         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
20130         (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
20131         (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
20132         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
20133         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
20134         (gst_xvimagesink_navigation_send_event),
20135         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
20136         (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
20137         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
20138         * sys/xvimage/xvimagesink.h:
20139         Plugin port to 0.9, ogg/theora playback should work in the seek
20140         example now.
20141         Removed old examples.
20142         Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
20143         explained in 0.9 TODO doc.
20144
20145
20146 2005-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20147
20148         * autogen.sh:
20149         * configure.ac:
20150         * ext/Makefile.am:
20151         * gst/Makefile.am:
20152         * po/POTFILES.in:
20153         * po/af.po:
20154         * po/az.po:
20155         * po/cs.po:
20156         * po/en_GB.po:
20157         * po/hu.po:
20158         * po/it.po:
20159         * po/nb.po:
20160         * po/nl.po:
20161         * po/or.po:
20162         * po/sq.po:
20163         * po/sr.po:
20164         * po/sv.po:
20165         * po/uk.po:
20166         * po/vi.po:
20167         * sys/Makefile.am:
20168         * testsuite/Makefile.am:
20169           remove a whole bunch of plugins.  This module now contains a set
20170           of free reference plugins/elements as agreed.
20171
20172 2005-02-22  Thomas Vander Stichele  <thomas at apestaart dot org>
20173
20174         * configure.ac:
20175           hunting season on 0.9 is now OPEN
20176
20177 2005-02-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20178
20179         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
20180           Kick the hell out of gcc for not warning me about a symbol conflict.
20181
20182 2005-02-22  Luca Ognibene  <luogni@tin.it>
20183
20184         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20185
20186         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
20187           Don't leak caps string (fixes #168134)
20188
20189         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
20190         (gst_jpegenc_init), (gst_jpegenc_finalize),
20191         (gst_jpegenc_change_state):
20192           Don't leak line buffers and context struct (fixes #168133).
20193
20194 2005-02-21  Tim-Philipp Müller  <tim at centricular dot net>
20195
20196         * configure.ac:
20197         * ext/dirac/gstdiracdec.cc:
20198         (gst_diracdec_chain):
20199           Since dirac 0.5.0 the framerate in dirac is expressed as a
20200           rational number. Fix build and up requirement to 0.5.0, and
20201           also pass parameters to gst_diracdec_link in the right order
20202           (fixes #167959).
20203
20204 2005-02-21  Maciej Katafiasz  <mathrick@freedesktop.org>
20205
20206         * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
20207         * ext/faad/gstfaad.h:
20208         TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with 
20209         certain invalid muxed streams, where some packets will contain 
20210         junk after decoder data. Partially fixes #149158.
20211
20212 2005-02-21  Jan Schmidt <thaytan@mad.scientist.com>
20213         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
20214           Make sure we only write to writable buffers
20215
20216 2005-02-20  Tim-Philipp Müller  <tim at centricular dot net>
20217
20218         * gst-libs/gst/riff/riff-media.c:
20219         (gst_riff_create_audio_caps_with_data):
20220           Do actually fix invalid RIFF fmt header values for alaw
20221           and mulaw audio instead of just saying so.
20222
20223         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
20224           Give gst_riff_create_audio_caps_with_data() a chance to
20225           fix up broken format header fields before extracting any
20226           parameters from the header. (fixes #167633)
20227
20228 2005-02-19  Martin Holters  <martin.holters@gmx.de>
20229
20230         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20231
20232         * gst/audioconvert/bufferframesconvert.c:
20233         (buffer_frames_convert_link):
20234           Don't leak othercaps. (fixes #167878)
20235
20236 2005-02-19  Arwed v. Merkatz  <v.merkatz@gmx.net>
20237
20238         * configure.ac:
20239         * ext/libvisual/visual.c: (gst_visual_srclink),
20240         (gst_visual_change_state):
20241           Support libvisual 0.2.0.
20242
20243 2005-02-18  Tim-Philipp Müller  <tim at centricular dot net>
20244
20245         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
20246         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
20247           Use same rowstrides for I420 as used everywhere else.
20248
20249 2005-02-17  Tim-Philipp Müller  <tim at centricular dot net>
20250
20251         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
20252           Declare variables at beginning of block and make gcc-2.95 happy
20253           (fixes # 167482, patch by Gergely Nagy).
20254           
20255         * gst/tcp/gsttcpclientsrc.c:
20256         * gst/tcp/gsttcpclientsrc.h:
20257           Move some includes into the header, so that struct sockaddr_in is
20258           defined when it should be defined on FreeBSD as well (fixes
20259           #167483).
20260           
20261         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
20262           Don't pass uninitialised values to setsockopt() here either.
20263
20264 2005-02-17  Luca Ognibene  <luogni at tin dot it>
20265
20266         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20267
20268         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
20269           Don't pass uninitialised values to setsockopt(). (fixes #167704)
20270
20271 2005-02-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20272
20273         * gst/playback/gstplaybin.c: (add_sink):
20274           Invert bin_add/link order to workaround deadlock in opt.
20275
20276 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20277
20278         * gst/modplug/gstmodplug.cc:
20279           Add missing break causing position queries to fail.
20280
20281 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20282
20283         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
20284           Granpos can apparently be -1, which screws up calculations...
20285
20286 2005-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
20287
20288         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
20289         (gst_ximagesink_send_pending_navigation),
20290         (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
20291         (gst_ximagesink_init):
20292         * sys/ximage/ximagesink.h:
20293         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
20294         (gst_xvimagesink_send_pending_navigation),
20295         (gst_xvimagesink_navigation_send_event),
20296         (gst_xvimagesink_finalize), (gst_xvimagesink_init):
20297         * sys/xvimage/xvimagesink.h:
20298           Use a mutex protected list to marshal navigation
20299           events into the stream thread from whichever thread
20300           sends them.
20301
20302 2005-02-15  Tim-Philipp Müller  <tim at centricular dot net>
20303
20304         * gst/speed/demo-mp3.c: (time_tick_cb), (main):
20305           Display current position and track length; misc. clean-ups.
20306           
20307         * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
20308         (speed_init), (speed_chain):
20309           Add query function, so that the stream length and current position
20310           get adjusted when queried (note that current position queries may
20311           still be wrong if the audio sink returns values based on buffer
20312           timestamps instead of passing on the query).
20313
20314 2005-02-13  Benjamin Otte  <otte@gnome.org>
20315
20316         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
20317         (gst_audio_convert_channels):
20318           create channel conversion matrix when linking
20319         * gst/audioconvert/.cvsignore:
20320         * gst/audioconvert/Makefile.am:
20321         * gst/audioconvert/channelmixtest.c: (main):
20322           add (ugly) test that ensures stereo <=> mono conversion works
20323           correctly
20324
20325 2005-02-13  Benjamin Otte  <otte@gnome.org>
20326
20327         * gst/audioconvert/gstchannelmix.h:
20328           include missing header file
20329         * gst/audioconvert/gstchannelmix.c:
20330         (gst_audio_convert_fill_compatible):
20331           use same sign for both channels when converting to/from compatible
20332           channel. Previously used different signs made the signals cancel
20333           each other out and appear like silence. (fixes #167269)
20334
20335 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
20336
20337         * gst/ffmpegcolorspace/avcodec.h:
20338         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20339         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
20340         (gst_ffmpegcsp_avpicture_fill):
20341         * gst/ffmpegcolorspace/imgconvert.c:
20342           Convert to and from YV12 (fixes #156379).
20343
20344 2005-02-12  Julien MOUTTE  <julien@moutte.net>
20345
20346         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
20347         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
20348         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
20349         (gst_ximagesink_expose), (gst_ximagesink_set_property),
20350         (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
20351         methods from chain and negotiation and vice versa (Fixes #166142).
20352         * sys/ximage/ximagesink.h: Add stream_lock.
20353         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
20354         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
20355         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
20356         (gst_xvimagesink_expose): Check for xcontext before trying to link.
20357
20358 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
20359
20360         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
20361           Don't send "Hey! You gave me a NULL pointer you naughty person" as
20362           error message when we can't open the DVD device (when dvdnav_open()
20363           fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
20364           the above). Send something more useful instead (fixes #167117).
20365
20366 2005-02-11  Julien MOUTTE  <julien@moutte.net>
20367
20368         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
20369         (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
20370         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
20371         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
20372         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
20373         (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
20374         methods from chain and negotiation and vice versa (Fixes #166142).
20375         Fix a possible bug of images in the buffer pool being discarded because
20376         we are looking at the wrong geometry.
20377         * sys/xvimage/xvimagesink.h: Add stream_lock.
20378
20379 2005-02-11  David Schleef  <ds@schleef.org>
20380
20381         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
20382         unsigned int. (fixes #167128)
20383
20384 2005-02-11  David Schleef  <ds@schleef.org>
20385
20386         * gst/librfb/Makefile.am: Testing stuff before committing is
20387           for wimps... and people with fast machines.  Fix stupid
20388           mistake.
20389
20390 2005-02-11  David Schleef  <ds@schleef.org>
20391
20392         * configure.ac: Pull in librfb from my CVS tree, because it is
20393           too small and annoying to be separate.  Move rfbsrc plugin
20394           to gst/.
20395         * ext/Makefile.am:
20396         * ext/librfb/Makefile.am:
20397         * ext/librfb/gstrfbsrc.c:
20398         * gst/librfb/Makefile.am:
20399         * gst/librfb/gstrfbsrc.c:
20400         * gst/librfb/rfb.c:
20401         * gst/librfb/rfb.h:
20402         * gst/librfb/rfbbuffer.c:
20403         * gst/librfb/rfbbuffer.h:
20404         * gst/librfb/rfbbytestream.c:
20405         * gst/librfb/rfbbytestream.h:
20406         * gst/librfb/rfbcontext.h:
20407         * gst/librfb/rfbdecoder.c:
20408         * gst/librfb/rfbdecoder.h:
20409         * gst/librfb/rfbutil.h:
20410
20411 2005-02-10  Tim-Philipp Müller  <tim at centricular dot net>
20412
20413         * gst/speed/Makefile.am:
20414         * gst/speed/demo-mp3.c: (main):
20415         * gst/speed/filter.func:
20416         * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
20417         (speed_class_init), (speed_init), (speed_chain_int16),
20418         (speed_chain_float32), (speed_chain), (speed_set_property),
20419         (speed_get_property), (speed_change_state):
20420         * gst/speed/gstspeed.h:
20421           Fix speed element and make it chain-based (fixes #156467),
20422           and make it handle more than one channel.
20423
20424 2005-02-10  Jan Schmidt  <thaytan@mad.scientist.com>
20425
20426         * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
20427         (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
20428         (gst_dtsdec_chain), (gst_dtsdec_change_state):
20429         * ext/dts/gstdtsdec.h:
20430           Don't clobber the stack constructing the channels array.
20431           Make the element chain-based. DTS tracks can now be played.
20432           
20433 2005-02-09  Tim-Philipp Müller  <tim at centricular dot net>
20434
20435         * gst-libs/gst/audio/multichannel.h:
20436         * gst-libs/gst/gconf/gconf.h:
20437         * gst-libs/gst/idct/idct.h:
20438         * gst-libs/gst/media-info/media-info-priv.h:
20439         * gst-libs/gst/play/play.h:
20440         * gst-libs/gst/resample/private.h:
20441         * gst-libs/gst/resample/resample.h:
20442         * gst-libs/gst/riff/riff-ids.h:
20443         * gst-libs/gst/video/video.h:
20444         * gst-libs/gst/video/videosink.h:
20445           Add G_BEGIN_DECLS and G_END_DECLS around headers where
20446           missing, so that they work when included from C++ code.
20447
20448 2005-02-09  David Schleef  <ds@schleef.org>
20449
20450         * testsuite/gst-lint: Check for non-statically scoped
20451           parent_class variables.  This won't be a problem once
20452           plugins are loaded with RTLD_LOCAL.
20453
20454 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20455
20456         * ext/mplex/gstmplexibitstream.cc:
20457           gcc madness.
20458
20459 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20460
20461         * ext/ogg/gstogmparse.c:
20462         * gst/debug/gstnavigationtest.c:
20463           Die, thou faulty symbol pollutors (non-static parent_class).
20464
20465 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20466
20467         * ext/mplex/gstmplexibitstream.cc:
20468           Fix event handling (#165525).
20469
20470 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20471
20472         * ext/mikmod/gstmikmod.c:
20473         * gst/modplug/gstmodplug.cc:
20474           Add missing endianness to template (fixes #165509).
20475
20476 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20477
20478         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
20479           Fix wrong order of reading of optional bytes (#165290).
20480
20481 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20482
20483         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
20484           Implement FILLER event awareness.
20485
20486 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20487
20488         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
20489           Fix track calculations (#166208).
20490
20491 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
20492
20493         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20494
20495         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
20496         * ext/libpng/gstpngenc.c:
20497           Fix byte-order, use proper fixed caps. Fixes #164197.
20498
20499 2005-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
20500
20501         * configure.ac:
20502           Add dvdlpcmdec 
20503
20504         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
20505         (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
20506           Don't push buffers if the src pad isn't negotiated yet.
20507           
20508         * gst/audioconvert/gstaudioconvert.c:
20509         (gst_audio_convert_buffer_to_default_format),
20510         (gst_audio_convert_buffer_from_default_format):
20511           Add support for 24-bit width.
20512
20513         * gst/dvdlpcmdec/.cvsignore:
20514         * gst/dvdlpcmdec/Makefile.am:
20515         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
20516         (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
20517         (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
20518         (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
20519         (plugin_init):
20520         * gst/dvdlpcmdec/gstdvdlpcmdec.h:
20521           New decoder for rearranging DVD LPCM into our audio/x-raw-int
20522           format. Needs support for the channels maps if someone can find 
20523           a DVD LPCM track with > 2 channels.
20524
20525         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
20526         (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
20527         (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
20528         * gst/mpegstream/gstdvddemux.h:
20529         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
20530         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
20531         (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
20532         * gst/mpegstream/gstmpegdemux.h:
20533         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
20534         (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
20535         (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
20536         (gst_mpeg_parse_handle_src_query),
20537         (gst_mpeg_parse_handle_src_event):
20538           Use audio/x-dvd-lpcm for LPCM output.
20539           Add DTS output.
20540
20541 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
20542
20543         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20544
20545         * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
20546         (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
20547           Add BGRA handling (#165736).
20548
20549 2005-02-08  Francis Labonte  <francis_labonte@hotmail.com>
20550
20551         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20552
20553         * gst/law/alaw-decode.c: (alawdec_link):
20554         * gst/law/alaw-encode.c: (alawenc_link):
20555         * gst/law/mulaw-decode.c: (mulawdec_link):
20556         * gst/law/mulaw-encode.c: (mulawenc_link):
20557           Fix caps memleaks (#166600).
20558
20559 2005-02-08  Tim-Philipp Müller  <tim at centricular dot net>
20560
20561         * ext/tarkin/mem.h:
20562         * ext/tarkin/wavelet.h:
20563         * ext/tarkin/yuv.h:
20564         * gst/ffmpegcolorspace/avcodec.h:
20565           Include "_stdint.h" instead of <stdint.h>. Fixes build on
20566           systems that don't have stdint.h, like Solaris9 (fixes #166631).
20567
20568 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20569
20570         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
20571         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
20572         (gst_xvimagesink_change_state):
20573           Clear window on PAUSED->READY instead of READY->PAUSED. Stop
20574           Xv video (and thereby regenerate Xv colourkey) in clear() so
20575           that PLAY -> READY -> PLAY works (fixes #162504).
20576
20577 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20578
20579         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
20580           Switch to list instead of range, since MJPEG-devices really just
20581           support decimations, not any size.
20582
20583 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
20584         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
20585         (gst_mpeg2dec_reset), (free_all_buffers),
20586         (gst_mpeg2dec_alloc_buffer), (handle_sequence):
20587         * ext/mpeg2dec/gstmpeg2dec.h:
20588           The libmpeg2 user-allocated buffer management is awkward, 
20589           to say the least. Hopefully this fixes things.
20590
20591 2005-02-04  Andy Wingo  <wingo@pobox.com>
20592
20593         * gst/audioconvert/bufferframesconvert.c
20594         (buffer_frames_convert_fixate): New function, fixates to 256
20595         frames per buffer by default. (Much better than 1.)
20596         (buffer_frames_convert_init): Set the fixate function for both src
20597         and sink pad.
20598         (buffer_frames_convert_link): After success setting nonfixed caps,
20599         get the negotiated caps so we can know how many buffer-frames it
20600         will be. No idea how this worked at all before.
20601
20602 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
20603
20604         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
20605         (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
20606         (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
20607         (handle_sequence), (handle_picture):
20608         * ext/mpeg2dec/gstmpeg2dec.h:
20609           Rearrange buffer tracking and refcounting and refactor
20610           a little for readability. 
20611
20612 2005-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
20613         * sys/v4l/gstv4l.c: (plugin_init):
20614         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
20615         (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
20616         (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
20617         (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
20618         * sys/v4l/gstv4ljpegsrc.h:
20619         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
20620         * sys/v4l/v4l_calls.h:
20621         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
20622         (gst_v4lsrc_get_fps):
20623         * sys/v4l/v4lsrc_calls.h:
20624           Add new v4ljpegsrc for handling the ov51x hacky "I'll give
20625           you jpeg inside rgb frames" driver.
20626           Don't error in the v4lsrc link function, just return 
20627           REFUSED.
20628
20629 2005-02-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20630
20631         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
20632         (gst_qcamsrc_open):
20633           Use GST_ELEMENT_ERROR, not g_warning, if open failed.
20634
20635 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20636
20637         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
20638           Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
20639
20640 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20641
20642         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
20643           Reset negotiated state on PAUSED->READY.
20644
20645 2005-02-02  David Schleef  <ds@schleef.org>
20646
20647         * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
20648         whereever possible.  (Fixes #165997)
20649         * examples/capsfilter/capsfilter1.c: (main):
20650         * examples/dynparams/filter.c: (create_ui):
20651         * examples/seeking/cdparanoia.c: (get_track_info), (main):
20652         * examples/seeking/chained.c: (main):
20653         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
20654         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
20655         (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
20656         (make_mpeg_pipeline), (make_mpegnt_pipeline):
20657         * examples/seeking/spider_seek.c: (make_spider_pipeline):
20658         * examples/switch/switcher.c: (main):
20659         * ext/dv/demo-play.c: (main):
20660         * ext/faad/gstfaad.c: (gst_faad_change_state):
20661         * ext/mad/gstmad.c: (gst_mad_chain):
20662         * ext/smoothwave/demo-osssrc.c: (main):
20663         * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
20664         (gst_gconf_render_bin_from_description),
20665         (gst_gconf_get_default_audio_sink),
20666         (gst_gconf_get_default_video_sink),
20667         (gst_gconf_get_default_audio_src),
20668         (gst_gconf_get_default_video_src),
20669         (gst_gconf_get_default_visualization_element):
20670         * gst/level/demo.c: (main):
20671         * gst/level/plot.c: (main):
20672         * gst/playback/gstplaybin.c: (gen_video_element),
20673         (gen_audio_element):
20674         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
20675         * gst/playondemand/demo-mp3.c: (setup_pipeline):
20676         * gst/sine/demo-dparams.c: (main):
20677         * gst/spectrum/demo-osssrc.c: (main):
20678         * gst/speed/demo-mp3.c: (main):
20679         * gst/volume/demo.c: (main):
20680         * testsuite/embed/embed.c: (main):
20681
20682 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
20683
20684         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
20685         (gst_tcpclientsink_finalize):
20686         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
20687         (gst_tcpclientsrc_finalize):
20688         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
20689         (gst_tcpserversink_init), (gst_tcpserversink_finalize):
20690         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
20691         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
20692           Don't leak the hostname when shutting down.
20693           In tcpserversrc, take a copy of the default hostname.
20694
20695 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20696
20697         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
20698           Set caps to systemstream=TRUE.
20699
20700 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20701
20702         * testsuite/Makefile.am:
20703           Fix more OSX buildbots.
20704
20705 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
20706
20707         * ext/mpeg2dec/gstmpeg2dec.c:
20708           Don't send things to NULL PAD_PEERs
20709
20710         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
20711           Copy-on-write the incoming buffer.
20712
20713         * gst/mpegstream/gstdvddemux.h:
20714         * gst/mpegstream/gstmpegclock.h:
20715         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
20716         (normal_seek), (gst_mpeg_demux_handle_src_event):
20717         * gst/mpegstream/gstmpegdemux.h:
20718         * gst/mpegstream/gstmpegpacketize.h:
20719         * gst/mpegstream/gstmpegparse.c:
20720         (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
20721         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
20722         (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
20723         (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
20724         (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
20725         * gst/mpegstream/gstmpegparse.h:
20726         * gst/mpegstream/gstrfc2250enc.h:
20727           Various changes to the way time is computed that make seeking and
20728           total time estimation much better here.
20729           Use G_BEGIN/END_DECLS instead of __cplusplus
20730
20731         * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
20732           Use gst_buffer_stamp instead of only copying the TIMESTAMP
20733
20734 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20735
20736         * gst/subparse/gstsubparse.c:
20737           Fix OSX buildbot.
20738
20739 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
20740
20741         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
20742         (theora_enc_chain), (theora_enc_change_state):
20743         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
20744         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
20745         (gst_vorbisenc_change_state):
20746         * ext/vorbis/vorbisenc.h:
20747           Set granulepos and timestamp correctly for streams not
20748           starting at 0, taking into account the initial delay.
20749
20750 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
20751
20752         * gst/mpegstream/gstdvddemux.c:
20753           Add audio/x-dts to audio pad template caps
20754
20755 2005-01-30  David Schleef  <ds@schleef.org>
20756
20757         * ext/polyp/polypsink.c: (gst_polypsink_base_init),
20758         (create_context), (gst_polypsink_link): Fix silly endianness
20759         bug.  Add some debugging.  Remove float from caps; it doesn't
20760         work.  Attempt to get remote audio working.
20761
20762 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20763
20764         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
20765           Add 3IV2 fourcc.
20766
20767 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20768
20769         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
20770         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
20771         (gst_avi_demux_stream_data):
20772         * gst/avi/gstavidemux.h:
20773           Invert DIB images. Fixes #132341.
20774
20775 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20776
20777         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20778         (gst_ffmpegcsp_chain):
20779           D'oh, reference the palette data, not the palette structure.
20780           Fixes color distortion in #132341.
20781
20782 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20783
20784         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
20785           PAR can be non-fixed when not provided as argument (#162626).
20786
20787 2005-01-29  David Moore  <dcm@acm.org>
20788
20789         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20790
20791         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
20792         (gst_qtdemux_loop_header):
20793           Re-apply patch from #142272 that allows non-seekable sources,
20794           re-proposed by Daniel Drake <dsd@gentoo.org>.
20795
20796 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20797
20798         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
20799           Use the src template for creating the src pad (#162330).
20800
20801 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20802
20803         * configure.ac:
20804         * ext/musepack/Makefile.am:
20805         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
20806         (gst_musepackdec_init), (gst_musepackdec_dispose),
20807         (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
20808         (gst_musepack_stream_init), (gst_musepackdec_loop),
20809         (gst_musepackdec_change_state):
20810         * ext/musepack/gstmusepackdec.cpp:
20811         * ext/musepack/gstmusepackdec.h:
20812         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
20813         (gst_musepack_reader_read), (gst_musepack_reader_seek),
20814         (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
20815         (gst_musepack_reader_canseek), (gst_musepack_init_reader):
20816         * ext/musepack/gstmusepackreader.cpp:
20817         * ext/musepack/gstmusepackreader.h:
20818           Update to 1.1 API (#165446).
20819
20820 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20821
20822         * ext/Makefile.am:
20823           Unbreak buildbot.
20824
20825 2005-01-28  Andy Wingo  <wingo@pobox.com>
20826
20827         * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
20828         to reflect a different dubious internet source. Add a reference
20829         and some commentary.
20830
20831 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20832
20833         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
20834         (gst_stream_selector_get_caps), (gst_stream_selector_chain):
20835         * gst/playback/gststreamselector.h:
20836           Be more selective when we're redoing caps negotiation from
20837           within the chain function on a stream change.
20838
20839 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20840
20841         * configure.ac:
20842         * ext/Makefile.am:
20843         * ext/amrnb/Makefile.am:
20844         * ext/amrnb/amrnb.c: (plugin_init):
20845         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
20846         (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
20847         (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
20848         (gst_amrnbdec_state_change):
20849         * ext/amrnb/amrnbdec.h:
20850         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
20851         (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
20852         (gst_amrnbparse_init), (gst_amrnbparse_formats),
20853         (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
20854         (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
20855         (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
20856         * ext/amrnb/amrnbparse.h:
20857           Add support for AMR-NB (mobile phone audio format; #155163, #163286).
20858         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
20859           Add AMR-NB/-WB raw formats.
20860         * ext/alsa/gstalsa.c: (gst_alsa_link):
20861           Keep valid time when changing format.
20862         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
20863         (qtdemux_parse_trak):
20864           Add some more format-specific options (#140141, #143555, #155163).
20865
20866 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20867
20868         * gst/matroska/matroska-demux.c:
20869         (gst_matroska_demux_parse_blockgroup):
20870           Fix logic error in timing of subtitle stream synchronization.
20871         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
20872           Add skip-chunk, which is found in kodak-camera streams.
20873
20874 2005-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
20875
20876         * po/LINGUAS:
20877         * po/vi.po:
20878           Adding Vietnamese translation (submitted by Clytie Siddall)
20879
20880 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20881
20882         * gst/playback/gstdecodebin.c: (try_to_link_1):
20883           Use realpad for signal.
20884
20885 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20886
20887         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
20888           Fix category so decodebin picks it up.
20889
20890 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20891
20892         * ext/mad/Makefile.am:
20893         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
20894         (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
20895         (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
20896         (found_type), (gst_id3demux_bin_change_state):
20897         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
20898         (gst_id3_tag_init), (gst_id3_tag_handle_event),
20899         (gst_id3_tag_src_link), (gst_id3_tag_chain),
20900         (gst_id3_tag_change_state), (plugin_init):
20901         * ext/mad/gstmad.h:
20902           Add id3demuxbin (which is a simple bin consisting of id3demux
20903           and typefind), take over rank from id3demux, remove typefind
20904           code from id3demux. Makes all broken mp3s that I know of work,
20905           and thereby fixes #152688.
20906
20907 2005-01-27  Edward Hervey  <bilboed@bilboed.com>
20908
20909         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20910
20911         * ext/mad/gstmad.c: (gst_mad_src_event):
20912         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
20913           Allow seeks on audio pad, make mad forward those (#164826).
20914         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
20915           Set duration (#165335).
20916
20917 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20918
20919         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
20920         (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
20921         (gst_asf_demux_process_ext_content_desc),
20922         (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
20923         (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
20924         * gst/asfdemux/gstasfdemux.h:
20925           Improve metadata display, e.g. if the metadata comes before the
20926           streams are loaded (which is perfectly valid).
20927
20928 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20929
20930         * tools/gst-launch-ext-m.m:
20931           Fix AVI/ASF pipelines (#165340).
20932
20933 2005-01-26  Amaury Jacquot  <sxpert@esitcom.org>
20934         * ext/cairo/gsttextoverlay.c: include  string.h and strings.h to fix
20935         build failure on amd64
20936
20937 2005-01-26  Tim-Philipp Müller  <tim at centricular dot net>
20938
20939         * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
20940         (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
20941           Check environment variables GST_ID3V2_TAG_ENCODING,
20942           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
20943           list of character encodings to force interpretation of non-unicode
20944           strings stored in an ID3v2 tag to a particular encoding. If none
20945           is specified, try to use current locale's encoding, then fall back
20946           to ISO-8859-1 (which will always succeed). (Resolves #149274)
20947         * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
20948         (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
20949           Check environment variables GST_ID3V1_TAG_ENCODING,
20950           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
20951           list of character encodings to use in case a string encountered
20952           in an ID3v1 tag is not valid UTF-8 already. If no encoding is
20953           specified, try to use the current locale's encoding, then fall
20954           back to ISO-8859-1 (which will always succeed).
20955
20956 2005-01-25  Benjamin Otte  <otte@gnome.org>
20957
20958         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
20959           - on half framerate, compute the rate in advance so the comparisons
20960             don't compare wrong values
20961           - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
20962             behaviour
20963           - don't use mad_header_decode anymore, mad_frame_decode does that
20964             automatically
20965           - when getting rid of consumed bytes, reset the stream's skiplen
20966           (fixes #163867)
20967
20968 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
20969
20970         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
20971           Use 1/2 a second for default max_discont, as PES streams from DVB
20972           seem to have larger spacings in the SCR. 
20973           Fix a typo.
20974
20975 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20976
20977         * gst/playback/gstplaybasebin.c: (group_commit):
20978           Notify delayed stream-info availability.
20979
20980 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
20981         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
20982         (gst_a52dec_handle_event), (gst_a52dec_chain):
20983         Add some debug output. Check that a discont has a valid
20984         time associated.
20985         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
20986         (gst_alsa_sink_loop):
20987         Ignore TAG events. A little extra debug for broken timestamps.
20988         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
20989         (dvdnavsrc_change_state):
20990         Ensure we send a discont to engage the link before we send any
20991         other events.
20992         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
20993         (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
20994         (_seek_chapter), (seek_sector), (dvdreadsrc_get),
20995         (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
20996         Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
20997         dvd://title works in totem because typefinding sends a seek that ends
20998         up going back to chapter 1 regardless.
20999         * ext/mpeg2dec/gstmpeg2dec.c:
21000         * ext/mpeg2dec/gstmpeg2dec.h:
21001         Output correct timestamps and handle disconts.
21002         * ext/ogg/gstoggdemux.c: (get_relative):
21003         Small guard against a null dereference.
21004         * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
21005         (gst_textoverlay_set_property):
21006         Free memory when done. Don't call gst_event_filler_get_duration on
21007         EOS events. Use GST_LOG and GST_WARNING instead of g_message and
21008         g_warning.
21009         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
21010         (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
21011         (gst_sw_srclink), (gst_smoothwave_chain):
21012         Draw solid lines, prettier colours.
21013         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
21014         Add a default palette that'll work for some movies.
21015         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
21016         (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
21017         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
21018         * gst/mpegstream/gstdvddemux.h:
21019         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
21020         (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
21021         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
21022         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
21023         * gst/mpegstream/gstmpegparse.h:
21024         Use PTM/NAV events when for timestamp adjustment when connected to 
21025         dvdnavsrc. Don't use many discont events where one suffices.
21026         * gst/playback/gstplaybasebin.c: (group_destroy),
21027         (gen_preroll_element), (gst_play_base_bin_add_element):
21028         * gst/playback/gstplaybasebin.h:
21029         Make sure we remove subtitles from the same bin we put them in.
21030         * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
21031         (gst_subparse_buffer_format_autodetect),
21032         (gst_subparse_change_state):
21033         Fix some memleaks and invalid accesses.
21034         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
21035         (oggskel_type_find), (cmml_type_find), (plugin_init):
21036         Some typefind functions for Annodex v3.0 files
21037         * gst/wavparse/gstwavparse.h:
21038         GstRiffReadClass is the correct parent class.
21039
21040 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21041
21042         * gst-libs/gst/riff/riff-media.c:
21043         (gst_riff_create_video_caps_with_data):
21044           Add extradata to huffyuv (fixes #165013).
21045         * gst-libs/gst/riff/riff-read.c:
21046         (gst_riff_read_strf_vids_with_data):
21047           Fix extradata extraction if it is in the chunk size.
21048
21049 2005-01-25  Edward Hervey  <bilboed@bilboed.com>
21050
21051         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21052
21053         * gst/effectv/gstquark.c: (gst_quarktv_class_init),
21054         (gst_quarktv_change_state), (gst_quarktv_dispose):
21055           Memory free'ing location fix (#164708).
21056
21057 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21058
21059         * gst/playback/gstplaybasebin.c: (group_commit),
21060         (gen_preroll_element), (probe_triggered), (gen_source_element),
21061         (setup_source), (gst_play_base_bin_change_state),
21062         (gst_play_base_bin_add_element):
21063           Don't block for streams.
21064         * gst/playback/gststreaminfo.c: (stream_info_change_state),
21065         (gst_stream_info_set_mute):
21066           Use gst_pad_set_active_recursive.
21067
21068 2005-01-25  Andy Wingo  <wingo@pobox.com>
21069
21070         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
21071         for #ifndef HAVE_XVIDEO.
21072
21073 2005-01-24  Jeffrey C. Ollie
21074
21075         reviewed by: Maciej Katafiasz  <mathrick@freedesktop.org>
21076
21077         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
21078         * ext/gsm/gstgsmdec.h:
21079         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
21080         * ext/gsm/gstgsmenc.h:
21081         Fix rate to 8kHz as per spec, removes obscure errors when no rate
21082         was given by property. Add proper buffer timestamps and offsets.
21083
21084 2005-01-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21085
21086         * gst-libs/gst/riff/riff-media.c:
21087         (gst_riff_create_audio_caps_with_data):
21088           Audio can be <8000Hz.
21089
21090 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21091
21092         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
21093           Explicit state change to workaround refcount bugs.
21094
21095 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21096
21097         * gst/avi/gstavimux.c: (gst_avimux_write_tag),
21098         (gst_avimux_riff_get_avi_header):
21099           Fix...
21100
21101 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21102
21103         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
21104         (gst_riff_read_element_data):
21105         * gst-libs/gst/riff/riff-read.h:
21106           Add _peek version (req'ed in CDXA).
21107         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
21108         (gst_cdxaparse_loop):
21109           Fix parsing in playbin.
21110         * gst/playback/gstdecodebin.c: (close_pad_link):
21111           Ignore current_ pads, they cause major annoyance.
21112
21113 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21114
21115         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
21116           Safety guard.
21117
21118 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21119
21120         * gst/avi/gstavimux.c: (gst_avimux_write_tag):
21121           Fix padding...
21122
21123 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21124
21125         * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
21126           Allow for 0-sized buffers. Fixes length query problems in
21127           starwars.mkv from the testsuite.
21128
21129 2005-01-19  Tim-Philipp Müller  <tim at centricular dot net>
21130
21131         * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
21132         (gst_video_box_i420), (gst_video_box_chain):
21133           Fix row strides for I420 (fixes #163159)
21134           
21135 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21136
21137         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
21138           MPEG2 has a useful rate property, so we can actually use that.
21139           For MPEG-1, continue using the bytes/time properties.
21140
21141 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21142
21143         * gst-libs/gst/riff/riff-media.c:
21144         (gst_riff_create_video_caps_with_data),
21145         (gst_riff_create_video_template_caps):
21146           Add intel-h263.
21147
21148 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21149
21150         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
21151           Fail if caps negotiation fails. Should fix #162184, and should
21152           definately be in there regardless of it fixing the actual bug.
21153         * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
21154         (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
21155         (gst_avimux_riff_get_avix_header),
21156         (gst_avimux_riff_get_video_header),
21157         (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
21158         (gst_avimux_start_file), (gst_avimux_handle_event),
21159         (gst_avimux_change_state):
21160         * gst/avi/gstavimux.h:
21161           Refactor structure writing to use GST_WRITE_UINT macros, add
21162           metadata writing support.
21163
21164 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21165
21166         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
21167           Elements may already be destroyed when this function is called.
21168
21169 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21170
21171         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
21172         (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
21173           More memory leak fixes (#149162).
21174
21175 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21176
21177         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
21178         (gst_qtdemux_add_stream):
21179           Fix two memleaks.
21180
21181 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21182
21183         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
21184           Argh...
21185
21186 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21187
21188         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
21189           Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
21190           when fixating to six channels in Totem.
21191
21192 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
21193
21194         * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
21195           Fix compile warnings on Solaris 10 buildbot
21196
21197 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
21198
21199         * ext/dvdread/dvdreadsrc.c: (_read):
21200           Don't read beyond the last cell in a chapter (fixes 
21201           invalid memory access)
21202
21203 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
21204
21205         * ext/dvdread/stream_labels.c:
21206         (dvdreadsrc_get_audio_stream_labels):
21207           Use NULL for an empty GList instead of g_list_alloc(); fix 
21208           memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead 
21209           of GString (easier to bulk free later)
21210
21211 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
21212
21213         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21214
21215         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
21216         (gst_ffmpeg_pixfmt_to_caps):
21217           Fix BGRA32 caps (#164209).
21218
21219 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
21220
21221         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21222
21223         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
21224         (gst_ffmpeg_caps_to_pixfmt):
21225           alpha_mask can be RGBA/ABGR. Fixes #164265.
21226
21227 2005-01-17  Francis Labonte  <francis_labonte@hotmail.com>
21228
21229         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21230
21231         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
21232         (gst_mpeg2dec_alloc_buffer):
21233         * ext/mpeg2dec/gstmpeg2dec.h:
21234           Crop if decoding size is not the actual image size (#163676).
21235
21236 2005-01-17  Steve Baker  <steve@stevebaker.org>
21237
21238         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21239
21240         * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
21241         (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
21242           Add libsndfile typefind functions (#163309).
21243
21244 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21245
21246         * tools/gst-launch-ext-m.m:
21247           Add .aac, fix .m1v/.m2v (#163891).
21248
21249 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21250
21251         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
21252           Sanity check, don't wait endlessly since the clock might not
21253           actually run at this point (which is a deadlock). Fixes #164069.
21254
21255 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21256
21257         * gst/playback/gstplaybasebin.c: (probe_triggered):
21258           Of course, only pause if group is done...
21259
21260 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21261
21262         * gst/playback/gstplaybasebin.c: (probe_triggered):
21263           Thread safety.
21264
21265 2005-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
21266
21267         * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
21268           Don't return state change success when the parent
21269           failed.
21270
21271 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21272
21273         * gst/avi/gstavimux.c: (gst_avimux_handle_event):
21274           Free events (fix memleak in #162905).
21275
21276 2005-01-15  Gergely Nagy  <algernon@bonehunter.rulez.org>
21277
21278         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21279
21280         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
21281         (gst_ffmpeg_caps_to_pixfmt):
21282           Fix for depth = 15. Fixes #161675.
21283
21284 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21285
21286         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
21287           Set FPS correctly, even for webcams and the like.
21288         * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
21289           Don error on setting while capturing.
21290
21291 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
21292
21293         * ext/dv/gstdvdec.c:
21294         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
21295         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
21296           I'm a bad boy. using /1001. to force C to do float division
21297           and not integer division (as it did in my last commit)
21298           Thanks to David I. Lehn for pointing this mistake.
21299
21300 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21301
21302         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
21303           Revert Johan's 1.35->1.36 since it breaks compat.
21304
21305 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
21306
21307         * ext/dv/gstdvdec.c:
21308         * ext/libfame/gstlibfame.c:
21309         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
21310         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
21311           replace framerate aproximations by their real value
21312           (24000/1001, 30000/1001, 60000/1001)
21313           Finish fixing bug #164049
21314
21315 2005-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
21316
21317         * ext/ogg/gstoggmux.c:
21318           eos/bos debugging
21319         * gst/tcp/gstmultifdsink.c:
21320         * gst/tcp/gstmultifdsink.h:
21321         * gst/tcp/gsttcp.c:
21322         * gst/tcp/gsttcp.h:
21323         * gst/tcp/gsttcpclientsink.c:
21324         * gst/tcp/gsttcpclientsrc.c:
21325         * gst/tcp/gsttcpserversink.c:
21326         * gst/tcp/gsttcpserversrc.c:
21327           improve reusability of elements after state changes and errors
21328           make multifdsink throw away streamheaders when receiving new ones
21329
21330 2005-01-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21331
21332         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
21333           Fix for if items are already in list...
21334
21335 2005-01-12  Benjamin Otte  <otte@gnome.org>
21336
21337         * gst/adder/gstadder.c: (gst_adder_loop):
21338           fix adder a bit so it doesn't screw up with events as much anymore
21339
21340 2005-01-12  Jan Schmidt  <thaytan@mad.scientist.com>
21341
21342         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
21343         (pixbufscale_scale), (gst_pixbufscale_chain):
21344         * ext/gdk_pixbuf/pixbufscale.h:
21345           Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
21346           to ensure rowstrides are calculated the same way as 
21347           ffmpegcolorspace
21348           Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
21349           that we pick up duration and offset also.
21350
21351 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21352
21353         * gst/avi/gstavimux.c: (gst_avimux_class_init),
21354         (gst_avimux_pad_unlink), (gst_avimux_release_pad):
21355           Reusability fixes.
21356
21357 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21358
21359         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
21360         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
21361         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
21362         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
21363           Update flags when requested.
21364
21365 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21366
21367         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
21368           Fix dmix.
21369
21370 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21371
21372         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
21373         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
21374         (probe_triggered), (new_decoded_pad), (gen_source_element),
21375         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
21376         * gst/playback/gstplaybasebin.h:
21377         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
21378         (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
21379         (gst_play_bin_change_state):
21380           Implement group-switch signal for use in apps to clear metadata
21381           cache, clean up subtitle, add suburi property instead of # hack,
21382           some error-out fixes.
21383
21384 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21385
21386         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
21387           Debug.
21388         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
21389           If we got a state change in the _get handler, don't return success.
21390
21391 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
21392
21393         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
21394         (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
21395           Make jpegdec quiet on MJPEG decoding
21396         * gst/asfdemux/README:
21397           Fix mimetypes for MJPEG and H263
21398
21399 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21400
21401         * ext/theora/theoradec.c: (theora_dec_chain):
21402           Fix broken code generation by gcc by swapping arguments.
21403         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
21404           Fix \n in debug.
21405
21406 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
21407
21408         * TODO:
21409           delete this file, it is by far outdated
21410         * ext/alsa/gstalsa.1: remove
21411         * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
21412         (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
21413         (gst_alsa_get_caps):
21414           Add HW probing for supported sample rates. Fixes #161704
21415
21416 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21417
21418         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
21419           Don't crash, biatch! :).
21420
21421 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21422
21423         * ext/musepack/gstmusepackreader.cpp:
21424         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
21425           Some work on tags - still doesn't work in playbin...
21426         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
21427           Handle events...
21428
21429 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21430
21431         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
21432           Also shove tags on kid pads.
21433
21434 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21435
21436         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
21437           Don't bail on unknown events.
21438         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
21439           Don't crash on events before negotiation.
21440         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
21441           Send tags on pads, too.
21442         * gst/playback/gststreamselector.c:
21443         (gst_stream_selector_request_new_pad):
21444           Forward events on first pad if no input was selected yet.
21445
21446 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21447
21448         * gst/playback/gstplaybasebin.c: (setup_substreams):
21449           Don't disable streamtype if the stream doesn't exist, since
21450           then playing a video after audio will disable both and nothing
21451           will happen. Fixes the testsuite.
21452
21453 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21454
21455         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
21456         (gst_v4l_xoverlay_set_xwindow_id):
21457         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
21458         (gst_v4l2_xoverlay_set_xwindow_id):
21459           Add debug categories, fix overlay disabling.
21460
21461 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
21462
21463         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
21464         * ext/alsa/gstalsa.h:
21465           Add HW probing for period_count/size and buffer_size MIX/MAX
21466           Adjust default/user defined value if out of bounds
21467           Should fix bug #162024
21468
21469 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21470
21471         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
21472           Fix warning (#161191).
21473
21474 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
21475
21476         * ext/dvdread/stream_labels.c:
21477         (dvdreadsrc_get_audio_stream_labels):
21478           Fix warning (init the good variable in switch default)
21479
21480 2005-01-09  Koop Mast  <kwm@rainbow-runner.nl>
21481
21482         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21483
21484         * gst/tta/gstttaparse.c: (gst_tta_src_event):
21485           Fix gcc-2.95 compile (#163485).
21486
21487 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21488
21489         * configure.ac:
21490         * ext/flac/gstflacenc.c: (gst_flacenc_init),
21491         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
21492         (gst_flacenc_tell_callback), (gst_flacenc_chain),
21493         (gst_flacenc_change_state):
21494         * ext/flac/gstflacenc.h:
21495           Update for API change in flac-1.1.1. Update requirement in
21496           configure.ac. Fixes #162974.
21497
21498 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21499
21500         * gst/playback/gstplaybasebin.c: (group_destroy):
21501           Remove hack to get rid of assert and get rid of unlinked
21502           signals properly.
21503
21504 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21505
21506         * gst/playback/gstplaybasebin.c: (setup_source):
21507           Set source to NULL so that resources are free'ed. Fixes issues
21508           with playback of CDDA and similar device-accessing things.
21509
21510 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21511
21512         * testsuite/embed/Makefile.am:
21513           test->noinst, fix make test in buildbot.
21514
21515 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
21516
21517         * ext/dvdread/stream_labels.c: new file
21518         * ext/dvdread/stream_labels.h: new file
21519         * ext/dvdread/Makefile.am:
21520         * ext/dvdread/dvdreadsrc.c: (_seek_title):
21521           Extract audio stream label from DVD IFO files.
21522           It only dump them on the console for now, still have to
21523           make playbin aware of them.
21524
21525 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21526
21527         * gst/playback/gstplaybasebin.c: (setup_source):
21528           Fix hanging subs.
21529
21530 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21531
21532         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
21533         (gen_preroll_element), (remove_groups), (setup_subtitle),
21534         (gen_source_element), (setup_source):
21535         * gst/playback/gstplaybasebin.h:
21536           Multiple .sub files is just a stupid idea... Fix some threading
21537           mistakes. Interestingly, external .sub files cause playbin to
21538           hang, I don't know why... Parsing fixes contributed by Fran??ois
21539           Kooman <fkooman@tuxed.net>.
21540
21541 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21542
21543         * testsuite/embed/Makefile.am:
21544           Fix buildbot.
21545
21546 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
21547
21548         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21549
21550         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
21551         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
21552         (gst_pngenc_set_property):
21553         * ext/libpng/gstpngenc.h:
21554           Add compression level property (#163323).
21555
21556 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21557
21558         * configure.ac:
21559         * examples/capsfilter/capsfilter1.c: (main):
21560         * examples/seeking/spider_seek.c: (make_spider_pipeline):
21561         * ext/dvdread/Makefile.am:
21562         * ext/dvdread/demo-play:
21563         * ext/dvdread/demo-play.c:
21564         * gconf/gstreamer.schemas.in:
21565         * gst-libs/gst/gconf/gconf.c:
21566         * sys/v4l/TODO:
21567         * testsuite/Makefile.am:
21568         * testsuite/embed/Makefile.am:
21569         * testsuite/embed/embed.c: (cb_expose), (main):
21570           Remove all references to xvideosink, fix examples (#140845).
21571         * gst/playback/gstplaybasebin.c: (group_destroy):
21572           Apparently, disposal does not unlink - so do explicitely.
21573         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
21574           Add debug.
21575
21576 2005-01-09  Maciej Katafiasz <mathrick@freedesktop.org>
21577
21578         * README: fix PKG_CONFIG_PATH instructions, what was there
21579         previously was breaking default search path, not nice. 
21580         Fixes #163358
21581
21582 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21583
21584         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
21585         (gst_audioscale_chain):
21586           %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
21587           when resampling - how the ^@$^!@^! is this possible?!?
21588
21589 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21590
21591         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
21592           Reset variables on READY.
21593         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
21594         (gst_matroska_mux_loop):
21595           Require data before writing header.
21596
21597 2005-01-09  Francis Labonte  <francis_labonte@hotmail.com>
21598
21599         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21600
21601         * ext/mad/gstmad.c: (gst_mad_chain):
21602           Don't call mad_stream_sync() directly after recovering sync.
21603           Fixes #151661.
21604
21605 2005-01-09  Martin Eikermann  <meiker@upb.de>
21606
21607         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21608
21609         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
21610         (snapshot_handler), (gst_snapshot_sinkconnect),
21611         (gst_snapshot_chain):
21612           Allocate resources when required, fix recursive signal emission
21613           and fix caps. Fixes #161667.
21614
21615 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
21616
21617         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21618
21619         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
21620         (gst_pngdec_chain):
21621           Handle only 8-bppc (bits-per-pixel-component) images, better
21622           error handling and correct strides. Fixes #163177.
21623         * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
21624         (gst_pngenc_chain):
21625           Better error handling. Fixes #163348.
21626
21627 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21628
21629         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
21630         (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
21631         (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
21632         (dvdnavsrc_uri_handler_init):
21633           Add DVD-nav URI (dvdnav://) for Totem testing purposes.
21634         * gst/playback/gstplaybasebin.c: (gen_source_element):
21635           Add MMS to streaming URIs.
21636
21637 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21638
21639         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
21640         * sys/xvimage/xvimagesink.c:
21641         (gst_xvimagesink_navigation_send_event):
21642           Check for pad availability before sending event.
21643
21644 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21645
21646         * gst-plugins.spec.in:
21647           Add subparse.
21648
21649 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21650
21651         * configure.ac:
21652           Since we use functions from CVS, up requirement.
21653
21654 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21655
21656         * gst/playback/Makefile.am:
21657         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
21658         (group_destroy), (group_commit), (group_is_muted),
21659         (gen_preroll_element), (add_stream), (unknown_type),
21660         (probe_triggered), (preroll_unlinked), (mute_stream),
21661         (silence_stream), (new_decoded_pad), (setup_substreams),
21662         (setup_source), (get_active_source), (mute_group_type),
21663         (muted_group_change_state), (set_active_source),
21664         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
21665         (play_base_eos), (gst_play_base_bin_change_state):
21666         * gst/playback/gstplaybasebin.h:
21667         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
21668         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
21669         (gst_stream_info_dispose), (stream_info_mute_pad),
21670         (stream_info_change_state), (gst_stream_info_set_mute):
21671         * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
21672         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
21673         (gst_stream_selector_init), (gst_stream_selector_dispose),
21674         (gst_stream_selector_get_linked_pad),
21675         (gst_stream_selector_get_caps), (gst_stream_selector_link),
21676         (gst_stream_selector_get_linked_pads),
21677         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
21678         * gst/playback/gststreamselector.h:
21679           Adding stream selection support plus required properties for
21680           applications to use this. Fully fixes #100931.
21681
21682 2005-01-08  Benjamin Otte  <otte@gnome.org>
21683
21684         * gst/games/gstpuzzle.c: (nav_event_handler):
21685           - handle nav events differently: forward every event no matter if it
21686             was handled or not.
21687           - translate events
21688           You can now cheat by using navigationtest ! puzzle and moving the
21689           mouse close to the edge of a tile. ;)
21690
21691 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21692
21693         * configure.ac:
21694         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
21695         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
21696         (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
21697         (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
21698         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
21699         (gst_ogm_parse_plugin_init):
21700         * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
21701         (gst_textoverlay_link), (gst_textoverlay_getcaps),
21702         (gst_textoverlay_event), (gst_textoverlay_video_chain),
21703         (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
21704         * ext/pango/gsttextoverlay.h:
21705         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
21706         (gst_matroska_demux_handle_seek_event),
21707         (gst_matroska_demux_sync_streams),
21708         (gst_matroska_demux_parse_blockgroup),
21709         (gst_matroska_demux_subtitle_caps),
21710         (gst_matroska_demux_plugin_init):
21711         * gst/matroska/matroska-ids.h:
21712         * gst/playback/gstdecodebin.c: (close_pad_link):
21713         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
21714         (gen_preroll_element), (remove_groups), (add_stream),
21715         (new_decoded_pad), (setup_subtitles), (gen_source_element),
21716         (setup_source):
21717         * gst/playback/gstplaybasebin.h:
21718         * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
21719         * gst/subparse/Makefile.am:
21720         * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
21721         (gst_subparse_base_init), (gst_subparse_class_init),
21722         (gst_subparse_init), (gst_subparse_formats),
21723         (gst_subparse_eventmask), (gst_subparse_event),
21724         (gst_subparse_handle_event), (convert_encoding), (get_next_line),
21725         (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
21726         (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
21727         (parse_mpsub_deinit), (parse_mpsub_init),
21728         (gst_subparse_buffer_format_autodetect),
21729         (gst_subparse_format_autodetect), (gst_subparse_loop),
21730         (gst_subparse_change_state), (gst_subparse_type_find),
21731         (plugin_init):
21732         * gst/subparse/gstsubparse.h:
21733         * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
21734         (plugin_init):
21735           Add subtitle support, .sub parser (supports SRT and MPsub),
21736           OGM text support, Matroska UTF-8 text support, deadlock fixes
21737           all over the place, subtitle awareness in decodebin/playbin
21738           and some fixes to textoverlay to handle subtitles in a stream
21739           correctly. Fixes #100931.
21740
21741 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21742
21743         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
21744           Check for pad availability before doing a query on it.
21745
21746 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
21747
21748         * ext/dv/gstdvdec.c:
21749           really fix bpp24/32 dvdec caps (classic rgba indeed)
21750         * gst/asfdemux/gstasfdemux.c:
21751         (gst_asf_demux_process_ext_content_desc):
21752           don't send text tags if they are empty (bis repetita)
21753
21754 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
21755
21756         * ext/dv/gstdvdec.c:
21757          remove unneeded comment from dvdec
21758           (related to DV 4CC codes in AVI files)
21759           moved them in gstreamer/docs/random/mimetypes
21760         * gst/asfdemux/gstasfdemux.c:
21761         (gst_asf_demux_process_ext_content_desc):
21762          don't send text tags if they are empty
21763          fix mem leak on error path
21764         * gst/ffmpegcolorspace/avcodec.h:
21765         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
21766         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
21767         (gst_ffmpegcsp_avpicture_fill):
21768         * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
21769         * gst/ffmpegcolorspace/imgconvert_template.h:
21770          adds BGR32 and BGRA32 to ffmpegcolorspace
21771           (still bad colors, fixing it on next commit)
21772           helps with dvdec outputing BGR32
21773
21774 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
21775
21776         * ext/dv/gstdvdec.c:
21777          Fix audio caps i just broke (missing ',')
21778         * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
21779         (gst_matroska_mux_reset):
21780          Fix typo + add FIXME about old "x-gst-metadata" crap
21781
21782 2005-01-07  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
21783
21784         * ext/dv/demo-play.c: (main):
21785          xvideosink -> xvimagesink
21786         * ext/dv/gstdvdec.c:
21787          change rgb 32/32 caps to 24/32 (no alpha)
21788          change nb of channels to be a list (2 or 4, not 2)
21789          change sample rate to be a list (32, 44.1, 48 kHz) not a range
21790         * gst/asfdemux/gstasfdemux.c:
21791         (gst_asf_demux_process_ext_content_desc):
21792          Add 'date/year' to extracted metadata list
21793
21794 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21795
21796         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
21797           The return value of fixate_to does not imply that the requested
21798           value was set, so don't assume.
21799
21800 2005-01-07  Gergely Nagy  <algernon@bonehunter.rulez.org>
21801
21802         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21803
21804         * ext/libpng/gstpngdec.c:
21805         * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
21806         (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
21807         * ext/libpng/gstpngenc.h:
21808           Alpha support (encoder; #163161), mime fixage.
21809
21810 2005-01-07  Sebastien Cote  <sc5@hermes.usherb.ca>
21811
21812         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21813
21814         * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
21815         (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
21816         (gst_faac_set_property), (gst_faac_get_property):
21817         * ext/faac/gstfaac.h:
21818           Allow for ADTS output (#153434).
21819
21820 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21821
21822         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
21823           Fix against template (#150576).
21824
21825 2005-01-06  Benjamin Otte  <otte@gnome.org>
21826
21827         * gst/games/gstpuzzle.c: (draw_puzzle):
21828           don't draw a puzzle if either width or height of tiles would be 0.
21829
21830 2005-01-06  Benjamin Otte  <otte@gnome.org>
21831
21832         * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
21833         (gst_puzzle_class_init), (gst_puzzle_finalize):
21834           no memleaks, please
21835         (gst_puzzle_create), (gst_puzzle_init),
21836         (gst_puzzle_set_property), (gst_puzzle_setup):
21837           change initialization code around so we don't reshuffle on resize
21838         (draw_puzzle):
21839           fix another stupid typo
21840
21841 2005-01-06  Benjamin Otte  <otte@gnome.org>
21842
21843         * gst/games/gstvideoimage.c: (copy_hline_YUY2):
21844           fix stupid typo that borked copying on YUY2
21845
21846 2005-01-06  Benjamin Otte  <otte@gnome.org>
21847
21848         * gst/games/gstpuzzle.c: (draw_puzzle):
21849           fix edges when image sizes aren't multiples of tile sizes
21850
21851 2005-01-06  Benjamin Otte  <otte@gnome.org>
21852
21853         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
21854           make RGB endianness work correctly
21855         (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
21856           refactor and fix race with initial shuffling
21857         (nav_event_handler):
21858           allow using the mouse to puzzle
21859         (draw_puzzle):
21860           insist on tiles having width and height as multiples of 4 to get
21861           clean YUV image handling
21862         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
21863         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
21864           s/DEBUG/LOG/ for common messages
21865         (gst_xvimagesink_navigation_send_event):
21866           fix mouse event translation to not include screen PAR
21867         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
21868           fix mouse event translation to actually work
21869
21870 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
21871
21872         * gst/asfdemux/gstasfdemux.c:
21873         (gst_asf_demux_process_ext_content_desc):
21874          Extract TrackNumber metadata + clean up code
21875         * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
21876          Hope this is the good fix (var used unitialised)
21877
21878 2005-01-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21879
21880         * ext/faad/gstfaad.c: (gst_faad_chain):
21881           Only increment timestamp if it's valid. Fixes raw AAC streams.
21882
21883 2005-01-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21884
21885         * configure.ac:
21886         * gst/games/Makefile.am:
21887         * gst/games/gstpuzzle.c:
21888           add a puzzle game with...
21889         * gst/games/gstvideoimage.c:
21890         * gst/games/gstvideoimage.h:
21891           ... full colorspace support (that includes YUV9 and RGB16)) stolen
21892           from videotestsrc and made into something that would be a nice
21893           library for a lot of other plugins.
21894
21895 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
21896
21897         * configure.ac:
21898          don't compile faad plugin if a RC of 2.0 is found
21899          Fixes #155346 (and FC1 buildbot)
21900         * gst/asfdemux/gstasfdemux.c:
21901         (gst_asf_demux_process_ext_content_desc):
21902          try to make Solaris compiler happier
21903
21904 2005-01-06  Paul Jack  <pjack@sfaf.org>
21905
21906         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21907
21908         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
21909           Fix segfault (#161667).
21910
21911 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21912
21913         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
21914           Fix framerate reporting.
21915
21916 2005-01-05  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
21917
21918         * gst-libs/gst/riff/riff-ids.h:
21919         * gst/wavenc/riff.h:
21920          Add AMR (VBR and CBR) ids to riff.h audio codec list
21921         * gst/asfdemux/gstasfdemux.c:
21922         (gst_asf_demux_process_ext_content_desc),
21923         (gst_asf_demux_process_object):
21924           Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
21925
21926 2005-01-05  Martin Eikermann  <meiker@upb.de>
21927
21928         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21929
21930         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
21931         (gst_dvd_demux_handle_discont):
21932         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
21933         (gst_mpeg_demux_handle_discont):
21934           Recreate pads on new-media (#160730).
21935         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
21936           Send discont even if manager changes timestamps (#161929).
21937
21938 2005-01-05  Sebastien Cote  <sc5@hermes.usherb.ca>
21939
21940         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21941
21942         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
21943           Fix invalid memory access (#159211).
21944
21945 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21946
21947         * examples/gstplay/player.c: (main):
21948           Don't iterate.
21949         * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
21950           Add visualizations.
21951         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
21952         (gst_a52dec_handle_frame):
21953           Set duration.
21954         * ext/dvdnav/gst-dvd:
21955           Add audioconvert. Fixes #161325.
21956         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
21957           Explicitely case to gint64. Possible valgrind error.
21958         * gst-libs/gst/play/play.c: (caps_set), (setup_size),
21959         (gst_play_tick_callback), (gst_play_change_state),
21960         (gst_play_dispose), (gst_play_init), (gst_play_class_init),
21961         (gst_play_set_location), (gst_play_get_location),
21962         (gst_play_seek_to_time), (gst_play_set_data_src),
21963         (gst_play_set_video_sink), (gst_play_set_audio_sink),
21964         (gst_play_set_visualization), (gst_play_connect_visualization),
21965         (gst_play_get_framerate), (gst_play_get_all_by_interface),
21966         (gst_play_new):
21967           Use playbin. Fixes #139749 and #147744.
21968         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
21969           Add genre tag.
21970         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
21971         (audioscale_get_type), (gst_audioscale_base_init),
21972         (gst_audioscale_class_init), (gst_audioscale_expand_caps),
21973         (gst_audioscale_getcaps), (gst_audioscale_fixate),
21974         (gst_audioscale_link), (gst_audioscale_get_buffer),
21975         (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
21976         (gst_audioscale_init), (gst_audioscale_dispose),
21977         (gst_audioscale_chain), (gst_audioscale_set_property),
21978         (gst_audioscale_get_property), (plugin_init):
21979           Indent properly.
21980         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
21981           Fix LPCM.
21982         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
21983         (qtdemux_tag_add_str), (qtdemux_tag_add_num),
21984         (qtdemux_tag_add_gnre), (qtdemux_video_caps):
21985           Add more metadata (fixes #162656).
21986
21987 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
21988
21989         * configure.ac:
21990           back to cvs
21991
21992 === release 0.8.7 ===
21993
21994 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
21995
21996         * NEWS:
21997         * RELEASE:
21998         * configure.ac:
21999           releasing 0.8.7, "Hyperspace"
22000
22001 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
22002
22003         patch by: Tim-Philipp Müller  <t.i.m@zen.co.uk>
22004
22005         * gst/playback/gstplaybasebin.c:
22006          Fix for #162924 - free caps after use, not before
22007
22008 2005-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
22009
22010         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
22011
22012         * gst/playback/gstplaybasebin.c:
22013         * gst/wavparse/gstwavparse.c:
22014           Fix for #154773 - fixes playback of small .wav files
22015
22016 2005-01-03  Thomas Vander Stichele  <thomas at apestaart dot org>
22017
22018         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
22019
22020         * gst/audioscale/gstaudioscale.c:
22021           Fix for #162819 - make audioscale reusable
22022           Fixes playback of more than one file with playbin/totem
22023
22024 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
22025
22026         * gst/ffmpegcolorspace/avcodec.h:
22027         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
22028         * gst/ffmpegcolorspace/imgconvert.c:
22029           clean up the mess that made me cry and avoid needless duplication
22030
22031 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
22032
22033         * gst/ffmpegcolorspace/imgconvert.c:
22034           give some indication of why we're segfaulting
22035
22036 2004-12-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22037
22038         * configure.ac:
22039           Fix indentation, fix v4l2 plugin detection.
22040         * ext/Makefile.am:
22041           Fix libmms location (Maciej, use diff -u!).
22042         * ext/alsa/gstalsa.c: (gst_alsa_init):
22043           Initialize caps cache to NULL.
22044         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
22045           Only change state on audiosink if it exists.
22046
22047 2004-12-28  Maciej Katafiasz  <mathrick@mathrick.org>
22048
22049         * gst/matroska/matroska-demux.c:
22050         * gst/matroska/matroska-ids.h:
22051         * gst/matroska/matroska-demux.h:
22052         Fix Vorbis streams failing to decode in some files, where cluster_time
22053         isn't 0, because then it doesn't send codec_priv before actual data.
22054         Remove time-based test and replace it with marker set on beginning of
22055         new stream
22056
22057 2004-12-28  David Schleef  <ds@schleef.org>
22058
22059         Merge patch from Ronald fixing problems with streaming
22060         text.
22061         * ext/cairo/gstcairo.c: (plugin_init):
22062         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
22063         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
22064         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
22065         (gst_textoverlay_font_init), (gst_textoverlay_init),
22066         (gst_textoverlay_set_property):
22067         * ext/cairo/gsttextoverlay.h:
22068
22069 2004-12-27  David Schleef  <ds@schleef.org>
22070
22071         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
22072         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
22073         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
22074         (gst_textoverlay_font_init), (gst_textoverlay_init),
22075         (gst_textoverlay_set_property): Improvements to actually
22076         render text as white on black outline on video, including
22077         font selection and horizontal/vertical alignment.  (Ronald's
22078         christmas present)
22079         * ext/cairo/gsttextoverlay.h:
22080
22081 2004-12-26  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
22082
22083         * ext/ogg/gstogg.c:
22084         * ext/ogg/gstogmparse.c:
22085           fix ogm[audio/video]parse plugin registration
22086           (riff won't load if bytestream is already loaded)
22087
22088 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
22089
22090         * gst/audioconvert/gstchannelmix.c:
22091           fix for GLIB < 2.4
22092
22093 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
22094
22095         * Makefile.am:
22096         * configure.ac:
22097           disable docs again until it actually passes make distcheck.
22098
22099 2004-12-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22100
22101         * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
22102         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
22103         (plugin_init):
22104           Add 3GP (variables name Q3GP because they can't start with a
22105           number). Add samr audio fourcc (used in .3gp files), decoder
22106           is work in progress. Also do a GST_WARNING instead of ERROR
22107           in case of unknown nodes, to decrease output.
22108
22109 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
22110
22111         * Makefile.am:
22112           really fix dist
22113
22114 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
22115
22116         * configure.ac:
22117         * ext/speex/gstspeexdec.h:
22118         * ext/speex/gstspeexenc.h:
22119           Fixes #158382.  Make speex plugin compatible with both 1.0 and 1.1.
22120           Fix detection code in configure.ac
22121
22122 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22123
22124         * gst/matroska/matroska-demux.c:
22125         (gst_matroska_demux_parse_blockgroup):
22126           Save position, so that queries give proper return values. Don't
22127           know how this could ever have worked before...
22128
22129 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
22130
22131         * configure.ac:
22132           Put additional LAME check inside the conditional.  Fixes #152339
22133
22134 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22135
22136         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
22137         (gst_avi_demux_stream_scan):
22138           Add some more debug. Fix logic error when setting movi offset
22139           while reading index.
22140
22141 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22142
22143         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
22144         (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
22145         (gst_avi_demux_process_next_entry):
22146           Add some debugging. Better detection of broken indexes and the
22147           accompanying index recovery. No infinite loops on state changes
22148           when we're still in our loopfunction.
22149
22150 2004-12-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22151
22152         * configure.ac:
22153           Fix up.
22154
22155 2004-12-22  Archana Shah  <archana.shah@wipro.com>
22156
22157         Reviewed by:  Ronald S. Bultje <rbultje@ronald.bitfreak.net>
22158
22159         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
22160           Normalizing the value before setting
22161         (gst_sunaudiomixer_get_volume):
22162           Normalizing the value after getting. Fixes bug# 161980
22163
22164 2004-12-22  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
22165
22166         * Makefile.am: Make sure docs gets disted
22167         * docs/Makefile.am: Make sure all needed files get disted
22168         * gst-plugins.spec.in: latest updates
22169
22170 2004-12-22  Wim Taymans  <wim@fluendo.com>
22171
22172         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
22173         Revert patch 1.38 as clock distribution over schedulers does
22174         not work correcly in the core yet.
22175
22176 2004-12-21  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
22177
22178         * sys/oss/README: remove this file, which predates my birth
22179           (and which content is by far outdated)
22180
22181 2004-12-20  Stefan Kost  <ensonic@users.sf.net>
22182
22183         * Makefile.am:
22184         * configure.ac:
22185         * docs/Makefile.am:
22186         * docs/libs/Makefile.am:
22187         * docs/libs/gst-plugins-libs-docs.sgml:
22188         * docs/libs/gst-plugins-libs-sections.txt:
22189         * docs/libs/tmpl/gstgconf.sgml:
22190         * docs/upload.mak:
22191         * docs/version.entities.in:
22192           Added boilerplate gtk-doc files for plugin-libs documentation.
22193
22194 2004-12-19  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
22195
22196         * gst/auparse/gstauparse.c: fix int and float audio caps
22197
22198 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22199
22200         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
22201         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
22202           g_assert() can be a macro, don't use #ifdef inside it.
22203
22204 2004-12-19  Edward Hervey  <bilboed@bilboed.com>
22205
22206         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22207
22208         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
22209         (gst_videorate_init), (gst_videorate_chain),
22210         (gst_videorate_change_state):
22211           Event handling (fixes #159986).
22212
22213 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22214
22215         * gst-libs/gst/riff/riff-media.c:
22216         (gst_riff_create_video_caps_with_data):
22217           Add BLZ0 (Blizzard's version of DivX) fourcc.
22218
22219 2004-12-18  David Schleef  <ds@schleef.org>
22220
22221         * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
22222         portability fix.
22223
22224 2004-12-18  David Schleef  <ds@schleef.org>
22225
22226         * gst/tta/ttadec.h: Disable some header code that isn't used
22227         and clearly isn't portable.
22228
22229 2004-12-18  David Schleef  <ds@schleef.org>
22230
22231         * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
22232         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
22233         (avcodec_get_pix_fmt), (avpicture_layout),
22234         (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
22235         (get_convert_table_entry), (img_convert), (img_get_alpha_info):
22236         Fix code to not use GCC extensions (and c99 extensions that
22237         Forte does not like.)
22238
22239 2004-12-19  Tim-Philipp Müller  <t.i.m@zen.co.uk>
22240
22241         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22242
22243         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
22244         (gst_deinterlace_chain):
22245           Rowstride fixes. Fixes #161039.
22246         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
22247         (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
22248         (gst_video_crop_getcaps), (gst_video_crop_link),
22249         (gst_video_crop_i420), (gst_video_crop_chain),
22250         (gst_video_crop_change_state):
22251           Rework of negotiation. Actually works now. Fixes #158650.
22252
22253 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22254
22255         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
22256           That was very stupid.
22257
22258 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22259
22260         * gst/matroska/matroska-demux.c:
22261         (gst_matroska_demux_parse_blockgroup):
22262           Fix possible crasher.
22263
22264 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22265
22266         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
22267         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
22268           Lace sizes can be zero.
22269
22270 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22271
22272         * ext/musepack/gstmusepackdec.cpp:
22273           Fetch error return values. Fixes #161624.
22274         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
22275           Really EOS.
22276
22277 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22278
22279         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
22280           Work for truncated (unfinished download etc.) files. Fixes #160514.
22281
22282 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22283
22284         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
22285           Fix for integer overflow. Makes #156001 not crash. Probably masks
22286           the real bug.
22287
22288 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22289
22290         * gst/ac3parse/gstac3parse.c: (plugin_init):
22291           Parsers never have ranks. Fixes #159651.
22292
22293 2004-12-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22294
22295         * gst/playback/gstdecodebin.c: (compare_ranks):
22296           make sure the facotries are ordered the same every time even if they
22297           have the same rank by using the name
22298         * gst/playback/gstdecodebin.c: (find_compatibles):
22299           make sure we don't add factories to the list twice
22300
22301 2004-12-16  David Schleef  <ds@schleef.org>
22302
22303         * configure.ac: look for musepack headers as musepack/*.h
22304         (fixes #159847)
22305         * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
22306         * ext/musepack/gstmusepackreader.h: same
22307
22308 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22309
22310         * gst-libs/gst/riff/riff-read.c:
22311         (gst_riff_read_strf_auds_with_data):
22312           Read extradata correctly (fixes #155879).
22313
22314 2004-12-16  David Schleef  <ds@schleef.org>
22315
22316         * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
22317         audio.  does _not_ attempt or allow conversion unless channels
22318         is 1 or 2.
22319
22320 2004-12-16  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
22321
22322         * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
22323
22324 2004-12-16  David Schleef  <ds@schleef.org>
22325
22326         * gst/audioscale/gstaudioscale.c: the resample library only
22327         handles 1 or 2 channels.  Change caps to compensate.
22328
22329 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22330
22331         * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
22332         (gst_matroska_demux_audio_caps):
22333           Some MPEG-AAC hacks, because else it doesn't work...
22334
22335 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22336
22337         * gst-libs/gst/riff/riff-media.c:
22338         (gst_riff_create_video_caps_with_data),
22339         (gst_riff_create_video_template_caps):
22340           Add h264.
22341
22342 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22343
22344         * gst-libs/gst/audio/Makefile.am:
22345           Try to fix buildbot.
22346
22347 2004-12-16  Thomas Vander Stichele  <thomas at apestaart dot org>
22348
22349         * gst/tcp/gstmultifdsink.c:
22350           Clean up and uniformize debugging.
22351
22352 2004-12-16  Edward Hervey  <bilboed@bilboed.com>
22353
22354         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22355
22356         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
22357         (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
22358         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
22359         (gst_mpeg_demux_change_state):
22360           Reset on ready. Fixes 160276.
22361
22362 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
22363
22364         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22365
22366         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22367         (gst_ffmpegcsp_pad_link):
22368           Fix memleak (#154815).
22369
22370 2004-12-16  James Bowes  <bowes@cs.dal.ca>
22371
22372         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22373
22374         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
22375         (gst_musicbrainz_init), (gst_musicbrainz_chain),
22376         (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
22377         * ext/musicbrainz/gsttrm.h:
22378           Add support for using a proxy server when getting a trm id from
22379           the MusicBrainz database (#149613).
22380
22381 2004-12-16  Christophe Fergeau  <teuf@gnome.org>
22382
22383         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22384
22385         * gst/playback/gstdecodebin.c: (new_pad), (close_link):
22386         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
22387           Fix memleaks (#157233).
22388
22389 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
22390
22391         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22392
22393         * gst-libs/gst/resample/resample.c: (gst_resample_close):
22394         * gst-libs/gst/resample/resample.h:
22395         * gst/audioscale/gstaudioscale.c:
22396           Fix memleak (#159215).
22397
22398 2004-12-16  Toni Willberg  <toniw@iki.fi>
22399
22400         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22401
22402         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
22403         * sys/oss/oss_probe.c: (main):
22404           Check for mono/stereo support (similar to samplerate probing),
22405           fixes #159433. Also add missing copyright header to oss_probe.c.
22406
22407 2004-12-15  David Schleef  <ds@schleef.org>
22408
22409         * configure.ac: add audioresample and cairo plugins.  Remove
22410         HAVE_MMX stuff, because it's not used.
22411         * ext/Makefile.am: same
22412         * ext/audioresample/Makefile.am: You are not ready for an
22413         audio resampling element based on audioresample.
22414         * ext/audioresample/gstaudioresample.c:
22415         * ext/audioresample/gstaudioresample.h:
22416         * ext/cairo/Makefile.am: You are not ready for overlay elements
22417         based on cairo.  Don't look too closely, these elements kinda
22418         suck right now.
22419         * ext/cairo/gstcairo.c: new
22420         * ext/cairo/gsttextoverlay.c: new
22421         * ext/cairo/gsttextoverlay.h: new
22422         * ext/cairo/gsttimeoverlay.c: new
22423         * ext/cairo/gsttimeoverlay.h: new
22424         * gst-libs/gst/media-info/media-info-priv.h: fix compile
22425         problem with compilers that don't support variadic macros.
22426
22427 2004-12-15  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
22428
22429         Reviewed by:  David Schleef  <ds@schleef.org>
22430
22431         * sys/sunaudio/gstsunaudio.c: (plugin_init):  Apply patch from
22432         Bala, registering sunaudiosrc (oops!), and cleaning up code a
22433         bit.  Also ran indent-gst.
22434         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
22435         (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
22436         (gst_sunaudiosrc_setparams):
22437
22438 2004-12-14  David Schleef  <ds@schleef.org>
22439
22440         * gst/festival/gstfestival.c: (gst_festival_chain): Set the
22441         output rate to 16000.  Should fix #160235.
22442
22443 2004-12-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22444
22445         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
22446         Add typefinding for mpeg2 pes streams
22447
22448 2004-12-13  David Schleef  <ds@schleef.org>
22449
22450         * configure.ac:  Applied patch from bug #143659, making default
22451         sources and sinks OS-dependent (for Solaris), and added code
22452         for OS/X.
22453         * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
22454
22455 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
22456
22457         * gst-libs/gst/riff/riff-media.c:
22458           forgot to add h2.64 to avidemux template caps
22459
22460 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
22461
22462         * gst/wavenc/riff.h:
22463         * gst-libs/gst/riff/riff-media.c:
22464         * gst-libs/gst/riff/riff-ids.h:
22465         * gst/avi/gstavimux.c
22466         add 4CC code for VideoSoft h264 in AVI (VSSH)
22467           fixes bug #160655
22468         remove s323 from riff, it's quicktime specific :(
22469
22470 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
22471
22472         * gst/asfdemux/README
22473         * gst/wavenc/riff.h
22474         * gst-libs/gst/riff/riff-ids.h
22475         * gst-libs/gst/riff/riff-media.c
22476         * gst/qtdemux/qtdemux.c:
22477           add new 4CC codes for h263 related codecs
22478           fixes partially bug #155163
22479
22480 2004-12-12  Christian Fredrik Kalager Schaller  <christian at fluendo dot com>
22481
22482         * configure.ac: Update polyaudio requirement to 0.7
22483         * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
22484
22485 2004-12-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22486
22487         * gst/interleave/deinterleave.c:
22488         fix my name's spelling! :)
22489
22490 2004-12-11  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
22491
22492         * AUTHORS ChangeLog
22493         * gst/auparse/gstauparse.c
22494         * gst/interleave/deinterleave.c
22495         * gst/law/:
22496                 alaw-decode.c alaw-encode.c
22497                 mulaw-decode.c mulaw-encode.c
22498         * gst/oneton/gstoneton.c
22499         * sys/osxaudio/:
22500                 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
22501         * sys/osxvideo/:
22502                 cocoawindow.h cocoawindow.m
22503                 osxvideosink.h osxvideosink.m
22504
22505         put the same mail address for Zaheer Abbas Merali everywhere
22506
22507 2004-12-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22508
22509         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
22510           Align by packetsize, and assert that we a packet available before
22511           playing. The first makes webstreams work (they often include
22512           trailing padding data in a packet), the second allows pausing a
22513           ASF stream in totem without getting demux errors afterwards.
22514
22515 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22516
22517         * ext/ogg/gstoggdemux.c: (get_relative):
22518           Check for non-NULL before accessing member (end-of-chain).
22519
22520 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22521
22522         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
22523         (cdparanoia_set_property), (cdparanoia_get_property):
22524         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
22525         (dvdnavsrc_set_property), (dvdnavsrc_get_property):
22526         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
22527         (dvdreadsrc_init), (dvdreadsrc_set_property),
22528         (dvdreadsrc_get_property):
22529         * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
22530         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
22531           Synchronize property names where not yet the case. Devices are
22532           now device=X, other versions are deprecated (but still exist).
22533           Also use g_free() unconditionally.
22534         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
22535         (setup_source), (gst_play_base_bin_get_property):
22536           Expose source.
22537
22538 2004-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
22539
22540         * configure.ac: move GCONF macro outside conditional for the am
22541           conditional. Fixes #160439
22542
22543 2004-12-08  David Schleef  <ds@schleef.org>
22544
22545         * tools/gst-visualise-m.m: Switch to elements that currently
22546         exist.
22547
22548 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22549
22550         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
22551           We love wrong commas.
22552
22553 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22554
22555         * gst/matroska/matroska-demux.c:
22556         (gst_matroska_demux_handle_src_query):
22557           Don't set DEFAULT, unsupported - makes length display incorrectly
22558           in some cases.
22559
22560 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
22561
22562         * gst/monoscope/README: remove blurb about files being GPL
22563         * gst/monoscope/gstmonoscope.c: Change license field to LGPL
22564         * gst/monoscope/monoscope.c: Change license to BSD with explanation
22565           monoscope is now effectively LGPL licensed
22566
22567 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
22568
22569         * gst/monoscope/README: Update information to be more correct
22570         * gst/monoscope/convolve.c: Relicense to LGPL
22571         * gst/monoscope/convolve.h: Relicense to LGPL
22572
22573 2004-12-06  Arwed v. Merkatz <v.merkatz@gmx.net>
22574
22575         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
22576           set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
22577         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
22578           set default_duration for mpeg1 audio
22579
22580 2004-12-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22581
22582         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
22583         * ext/alsa/gstalsa.h:
22584           refactor big chunks of the core caps negotiation code to make it
22585           a lot faster, because people claim it's really slow
22586           (actually, just cache the getcaps when the device is opened)
22587
22588 2004-12-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22589
22590         * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
22591         (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
22592         (gst_a52dec_handle_frame), (gst_a52dec_chain),
22593         (gst_a52dec_change_state), (plugin_init):
22594         * ext/a52dec/gsta52dec.h:
22595           Do something useful with timestamps. Make chain-based (since
22596           there's really no reason to be loopbased).
22597         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
22598           Update current_byte/frame correctly.
22599
22600 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22601
22602         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
22603         (gst_ape_demux_stream_init):
22604           Forward tags, too.
22605
22606 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22607
22608         * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
22609           Let's make sure we're done typefinding when detecting tags.
22610
22611 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22612
22613         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
22614         (gst_ebml_read_init), (gst_ebml_read_use_event),
22615         (gst_ebml_read_element_id), (gst_ebml_peek_id),
22616         (gst_ebml_read_seek), (gst_ebml_read_skip),
22617         (gst_ebml_read_reserve), (gst_ebml_read_buffer),
22618         (gst_ebml_read_master):
22619         * gst/matroska/ebml-read.h:
22620         * gst/matroska/matroska-demux.c:
22621         (gst_matroska_demux_parse_contents),
22622         (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
22623           Disgustingly evil hack for working around INTERRUPT events and
22624           their extremely annoying habit of being a pain in the ass. We
22625           simply peek a cluster before reading any of it.
22626
22627 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22628
22629         * ext/musepack/gstmusepackdec.cpp:
22630           There's also floating point libmusepacks.
22631
22632 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22633
22634         * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
22635         (gst_faad_chanpos_to_gst), (gst_faad_chain):
22636           Set DURATION even if source buffer didn't. Also use increasing
22637           timestamps.
22638         * gst-libs/gst/riff/riff-media.c:
22639         (gst_riff_create_audio_caps_with_data):
22640           Block_align can have larger values than 8192.
22641
22642 2004-12-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22643
22644         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
22645         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
22646         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
22647         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
22648           Fix caps.
22649
22650 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22651
22652         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
22653           Fix logic bug.
22654
22655 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22656
22657         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
22658           Yay, another one.
22659
22660 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22661
22662         * ext/esd/esdsink.c: (gst_esdsink_chain):
22663           Make error actually say something useful (fixes #156798).
22664         * gst-libs/gst/riff/riff-media.c:
22665         (gst_riff_create_video_caps_with_data),
22666         (gst_riff_create_video_template_caps):
22667           Add Intel Video 5.0 fourcc (IV50).
22668
22669 2004-12-01  Christophe Fergeau  <teuf@gnome.org>
22670
22671         * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
22672         detection on mono and stereo mp3 files.
22673
22674 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22675
22676         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
22677           Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
22678           the contained stream).
22679
22680 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22681
22682         * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
22683           Oops, remove debug.
22684
22685 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
22686
22687         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22688
22689         * gst/law/alaw-decode.c: (alawdec_getcaps):
22690         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
22691           Prevent warnings when negotiating caps (fixes #159338).
22692
22693 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22694
22695         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22696         (gst_ffmpegcsp_chain):
22697           Remove old leftover that shouldn't be there...
22698
22699 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
22700
22701         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22702
22703         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
22704           Don't forward DISCONT events (fixes #159684).
22705
22706 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22707
22708         * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
22709           Unlink manually since sometimes bin disposal (and therefore
22710           pad unlinking) is delayed, which will cause a new media file
22711           to not be able to start playing instantly.
22712
22713 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22714
22715         * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
22716           On mute of an unlinked stream, check for pad availability so
22717           we don't crash on unlinked pad.
22718
22719 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22720
22721         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
22722         (gst_avi_demux_massage_index):
22723           Fix quite humiliating bug in omitting 0-sized index chunks but
22724           forgetting to count them for timestamps.
22725
22726 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22727
22728         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
22729           Actually leave the loop if we failed to sync. Don't crash.
22730
22731 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22732
22733         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
22734         (gst_dvd_demux_process_private):
22735         * gst/mpegstream/gstdvddemux.h:
22736           Fix crash (#159759). Doesn't work, though. :-(.
22737
22738 2004-11-28  Benjamin Otte  <otte@gnome.org>
22739
22740         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
22741           more overwriting protection due to modifying channels one by one
22742           instead of all at once
22743
22744 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22745
22746         * gst/audioconvert/gstchannelmix.c:
22747         (gst_audio_convert_fill_normalize):
22748           Normalize using absolute values.
22749
22750 2004-11-28  Julien MOUTTE  <julien@moutte.net>
22751
22752         * configure.ac:
22753         * ext/Makefile.am:
22754         * ext/directfb/Makefile.am:
22755         * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
22756         (gst_directfbvideosink_get_pixel_format),
22757         (gst_directfbvideosink_get_format_from_fourcc),
22758         (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
22759         (gst_directfbvideosink_sink_link),
22760         (gst_directfbvideosink_change_state),
22761         (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
22762         (gst_directfbvideosink_buffer_alloc),
22763         (gst_directfbvideosink_interface_supported),
22764         (gst_directfbvideosink_interface_init),
22765         (gst_directfbvideosink_navigation_send_event),
22766         (gst_directfbvideosink_navigation_init),
22767         (gst_directfbvideosink_set_property),
22768         (gst_directfbvideosink_get_property),
22769         (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
22770         (gst_directfbvideosink_base_init),
22771         (gst_directfbvideosink_class_init),
22772         (gst_directfbvideosink_get_type), (plugin_init):
22773         * ext/directfb/directfbvideosink.h: Adding a first version of
22774         directfbvideosink.
22775         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
22776         more.
22777
22778 2004-11-28  Benjamin Otte  <otte@gnome.org>
22779
22780         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
22781           walk the samples backwards if out_channels > in_channels so we don't
22782           overwrite data
22783
22784 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22785
22786         * gst/audioconvert/Makefile.am:
22787         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
22788         (gst_audio_convert_link), (gst_audio_convert_change_state),
22789         (gst_audio_convert_channels):
22790         * gst/audioconvert/gstchannelmix.c:
22791         (gst_audio_convert_unset_matrix),
22792         (gst_audio_convert_fill_identical),
22793         (gst_audio_convert_fill_compatible),
22794         (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
22795         (gst_audio_convert_fill_others),
22796         (gst_audio_convert_fill_normalize),
22797         (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
22798         (gst_audio_convert_passthrough), (gst_audio_convert_mix):
22799         * gst/audioconvert/gstchannelmix.h:
22800           Implement a channel mixer.
22801
22802 2004-11-28  Martin Soto  <martinsoto@users.sourceforge.net>
22803
22804         * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
22805         * ext/alsa/gstalsa.h:
22806         * ext/alsa/gstalsa.c (gst_alsa_set_clock):
22807         Make alsasink actually honor gst_element_set_clock and use that
22808         clock instead of its internal one.
22809
22810 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
22811
22812         * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
22813         (gst_play_base_bin_change_state): nullify source and decoder when
22814         going from READY to NULL so that we don't try to do weird stuff with
22815         them when going from NULL to READY
22816         * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
22817         instead of g_object_unref
22818         (gen_video_element), (gen_audio_element): more refcounting fixes, now
22819         it should be correct
22820         (gst_play_bin_change_state): don't call remove_sinks if we are
22821         currently disposing the object
22822
22823 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22824
22825         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
22826           Don't forget bass if it's there. Else left channel is silent...
22827
22828 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22829
22830         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
22831         (gst_a52dec_change_state):
22832           Don't do sample adjusting anymore, we use float audio now.
22833         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
22834           Don't fixate to non-existing properties.
22835
22836 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22837
22838         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
22839         (gst_a52dec_change_state):
22840           Advertise that we can do surround sound.
22841
22842 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22843
22844         * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
22845           Add buffer-frames=0.
22846         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
22847         (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
22848         (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
22849         (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
22850         (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
22851         (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
22852         (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
22853         (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
22854         (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
22855         * ext/dvdread/dvdreadsrc.h:
22856           Add seeking, querying for bytes, sectors, title, angle and
22857           chapter. Handle multiple chapters. Relicense to LGPL because
22858           Billy agreed on that (thanks Billy!).
22859
22860 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
22861
22862         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
22863         call parent dispose method
22864
22865 2004-11-27  Martin Soto  <martinsoto@users.sourceforge.net>
22866
22867         * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
22868         (gst_audio_clock_get_internal_time):
22869         Fix active <-> inactive transitions: ensure time value always
22870         grows and avoid abrupt value changes.
22871
22872 2004-11-27  Arwed v. Merkatz <v.merkatz@gmx.net>
22873
22874         * configure.ac:
22875         * gst/tta/Makefile.am:
22876         * gst/tta/crc32.h:
22877         * gst/tta/filters.h:
22878         * gst/tta/gsttta.c:
22879         * gst/tta/gstttadec.c:
22880         * gst/tta/gstttadec.h:
22881         * gst/tta/gstttaparse.c:
22882         * gst/tta/gstttaparse.h:
22883         * gst/tta/ttadec.h:
22884           added TTA parser and decoder
22885
22886 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22887
22888         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
22889         (probe_triggered), (check_queue), (buffer_underrun),
22890         (buffer_running), (buffer_overrun), (gen_source_element),
22891         (setup_source):
22892         * gst/playback/gstplaybasebin.h:
22893           Implement buffering. Needs some more work.
22894
22895 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22896
22897         * ext/theora/theoradec.c: (theora_dec_chain):
22898           Fix ilog mask range overflow.
22899
22900 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22901
22902         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
22903           Don't omit the last (which in case of dmix is the only :) )
22904           channel count. Don't set channels if <= 2.
22905
22906 2004-11-26  Christophe Fergeau  <teuf@gnome.org>
22907
22908         * gst/playback/gstplaybin.c: (gen_video_element),
22909         (gen_audio_element): Removed 2 obsolete comments
22910
22911 2004-11-26  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
22912
22913         * ext/vorbis/oggvorbisenc.c
22914         * ext/vorbis/vorbisenc.c :
22915           change description fields of those plugins to differentiate them
22916           (pitivi show Encoders by description, they had the same one)
22917
22918 2004-11-25  Christophe Fergeau  <teuf@gnome.org>
22919
22920         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22921
22922         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
22923         (gst_play_bin_set_property), (gen_video_element),
22924         (gen_audio_element):
22925           Refcounting fixes for provided audio-/videosinks.
22926
22927 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22928
22929         * gst/playback/gstplaybin.c: (gen_video_element),
22930         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
22931           Don't reference all sinks, but only the video- and audiosinks.
22932           The vis. element should be disposed when we're done with it.
22933           We don't have any reason to keep it around. This fixes warnings
22934           when reusing playbin for playing multiple audio files with
22935           vis. enabled. Also release audio device on pause - idea stolen
22936           from Rhythmbox.
22937
22938 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22939
22940         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
22941         (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
22942         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
22943         * ext/alsa/gstalsaplugin.c: (plugin_init):
22944         * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
22945         (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
22946         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
22947         (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
22948         (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
22949         (gst_faad_change_state), (plugin_init):
22950         * ext/faad/gstfaad.h:
22951         * ext/vorbis/vorbis.c: (plugin_init):
22952         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
22953         * gst-libs/gst/audio/Makefile.am:
22954         * gst-libs/gst/audio/audio.c: (plugin_init):
22955         * gst-libs/gst/audio/multichannel.c:
22956         (gst_audio_check_channel_positions),
22957         (gst_audio_get_channel_positions),
22958         (gst_audio_set_channel_positions),
22959         (gst_audio_set_structure_channel_positions_list),
22960         (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
22961         (gst_audio_fixate_channel_positions):
22962         * gst-libs/gst/audio/multichannel.h:
22963         * gst-libs/gst/audio/testchannels.c: (main):
22964         * gst/audioconvert/gstaudioconvert.c:
22965         (gst_audio_convert_class_init), (gst_audio_convert_init),
22966         (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
22967         (gst_audio_convert_parse_caps), (gst_audio_convert_link),
22968         (gst_audio_convert_fixate), (gst_audio_convert_channels):
22969         * gst/audioconvert/plugin.c: (plugin_init):
22970           Surround sound support.
22971
22972 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22973
22974         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
22975           Fix position for discont if we're close as well. Nitpicking, but
22976           saves a few milliseconds of extra waiting or skipping.
22977
22978 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22979
22980         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
22981           We sometimes need parsers for playback, so add those too.
22982
22983 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22984
22985         * configure.ac:
22986         * gst/apetag/Makefile.am:
22987         * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
22988         (gst_ape_demux_base_init), (gst_ape_demux_class_init),
22989         (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
22990         (gst_ape_demux_get_src_query_types),
22991         (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
22992         (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
22993         (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
22994         (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
22995         (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
22996         (gst_ape_demux_stream_data), (gst_ape_demux_loop),
22997         (gst_ape_demux_change_state):
22998         * gst/apetag/apedemux.h:
22999         * gst/apetag/apetag.c: (plugin_init):
23000         * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
23001         (plugin_init):
23002           APE v1/2 tag reader plus typefind function.
23003
23004 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23005
23006         * configure.ac:
23007         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
23008         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
23009           Remove hacks for older core. Require newer core version
23010           accordingly.
23011
23012 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23013
23014         * gst/cdxaparse/Makefile.am:
23015         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
23016         (gst_cdxaparse_class_init), (gst_cdxaparse_init),
23017         (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
23018         * gst/cdxaparse/gstcdxaparse.h:
23019         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
23020         (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
23021         (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
23022         (gst_cdxastrip_get_src_query_types),
23023         (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
23024         (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
23025         (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
23026         (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
23027         * gst/cdxaparse/gstcdxastrip.h:
23028           SVCD/VCD header stripping separated from CDXA image parsing.
23029         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
23030         (plugin_init):
23031           Add VCD/SVCD header typefinding for VCD/SVCD.
23032         * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
23033         (gst_vcdsrc_class_init), (gst_vcdsrc_init),
23034         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
23035         (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
23036         (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
23037         (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
23038         (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
23039         (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
23040         (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
23041         (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
23042         (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
23043         * sys/vcd/vcdsrc.h:
23044           Fix up, add seeking, querying, URI interface. Works in totem now.
23045
23046 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
23047
23048         * configure.ac:
23049           back to CVS
23050
23051 === release 0.8.6 ===
23052
23053 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
23054
23055         * NEWS:
23056         * RELEASE:
23057         * configure.ac:
23058         * po/af.po:
23059         * po/az.po:
23060         * po/cs.po:
23061         * po/en_GB.po:
23062         * po/hu.po:
23063         * po/it.po:
23064         * po/nb.po:
23065         * po/nl.po:
23066         * po/or.po:
23067         * po/sq.po:
23068         * po/sr.po:
23069         * po/sv.po:
23070         * po/uk.po:
23071           releasing 0.8.6, "IOU Love"
23072
23073 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
23074
23075         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
23076
23077         * gst/playback/gstplaybasebin.c:
23078           Fix unplayable files error handling.  Fixes #158365
23079
23080 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
23081
23082         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
23083
23084         * gst/typefind/gsttypefindfunctions.c:
23085           Fix broken mp3 typefinding.  Fixes #158375
23086
23087 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
23088
23089         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
23090
23091         * ext/ogg/gstoggdemux.c:
23092           Fix sync on broken files.  Fixes #158976
23093
23094 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
23095
23096         patch by: Edward Hervey <bilboed@bilboed.com>
23097
23098         * ext/libpng/gstpngenc.c:
23099           Copy over buffer properties.  Fixes #158832
23100
23101 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
23102
23103         patch by: Tim-Philipp Müller <t.i.m@zen.co.uk>
23104
23105         * ext/dvdread/dvdreadsrc.c:
23106           Fixes invalid reads (#158462)
23107
23108 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
23109
23110         * sys/v4l/gstv4lsrc.c:
23111         * sys/v4l/gstv4lsrc.h:
23112         * sys/v4l/v4lsrc_calls.c:
23113           Probe less and cache it.  Fixes #159187.
23114
23115 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
23116
23117         * gst/videorate/gstvideorate.c:
23118           Handle all video formats. Fixes #159186.
23119
23120 2004-11-16  Jan Schmidt  <thaytan@mad.scientist.com>
23121         * gst/synaesthesia/gstsynaesthesia.c:
23122         (gst_synaesthesia_class_init), (gst_synaesthesia_init),
23123         (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
23124         (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
23125         (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
23126         (gst_synaesthesia_change_state), (plugin_init):
23127         Fix up synaesthesia to work under different samplerates/ buffer sizes.
23128         Force 320x200 output, as that's the only thing the underlying
23129         synaesthesia implementation supports. Still needs to be made
23130         re-entrant.
23131
23132 2004-11-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23133
23134         * configure.ac:
23135           Fix mpeg2enc configure check (similar to mplex check below).
23136
23137 2004-11-14  Koop Mast  <kwm@rainbow-runner.nl>
23138
23139         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23140
23141         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
23142           Fix for gcc-2.95 (fixes #158221).
23143
23144 2004-11-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23145
23146         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
23147           Re-add clock distribution hack (until new core is released).
23148           Fixes #158125.
23149
23150 2004-11-13  Arwed v. Merkatz  <v.merkatz@gmx.net>
23151         * configure.ac:
23152           fix mplex configure check segfaulting on some systems (bug #140994)
23153
23154 2004-11-13  Benjamin Otte  <otte@gnome.org>
23155
23156         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
23157           add debugging
23158         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
23159           do a wait when we enter the loop func with no data available to
23160           write instead of getting into an 100% CPU loop by just returning and
23161           being called again by the scheduler
23162
23163 2004-11-13  Jan Schmidt  <thaytan@mad.scientist.com>
23164
23165         * configure.ac:
23166         * ext/libvisual/visual.c: (gst_visual_get_type),
23167         (libvisual_log_handler), (gst_visual_getcaps),
23168         (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
23169         (plugin_init):
23170           Update libvisual to 0.1.7. Link in the debug handling to gstreamer
23171         * ext/smoothwave/Makefile.am:
23172         * ext/smoothwave/demo-osssrc.c: (main):
23173         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
23174         (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
23175         (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
23176         (plugin_init):
23177         * ext/smoothwave/gstsmoothwave.h:
23178           Make gstsmoothwave a working element in the 20th century.
23179
23180         * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
23181           Fix incorrect link function
23182
23183 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23184
23185         * gst/volume/gstvolume.c:
23186           Allow buffer-frames=0.
23187
23188 2004-11-12 Iain <iaingnome@gmail.com>
23189
23190         * configure.ac: Check for polypaudio
23191
23192         * ext/Makefile.am: Build the polyp dir
23193
23194         * ext/polyp: The polypsink sources.
23195
23196 2004-10-30 Iain <iaingnome@gmail.com>
23197
23198         * gst/interleave/interleave.c (interleave_unlink): Change the src pads
23199         caps to reflect the new number of channels.
23200
23201 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23202
23203         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
23204           Fix for negotiation order problem. This would show when the
23205           ALSA loopfuction was called before any other function. ALSA
23206           wouldn't do anything because we're not negotiated yet, leading
23207           to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
23208
23209 2004-11-11  Tim-Philipp Müller  <t.i.m@zen.co.uk>
23210
23211         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23212
23213         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
23214           No warnings (#157986).
23215
23216 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23217
23218         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
23219           Prefer apev1/2 and id3v1 (at end of file) over musepack.
23220
23221 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23222
23223         * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
23224           Signal no-more-pads (so it works in playbin).
23225
23226 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23227
23228         * ext/musepack/gstmusepackreader.cpp:
23229           Workaround for older core.
23230
23231 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23232
23233         * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
23234           Actually test for odd width/height rather than testing whether
23235           a temporary variable that was 0 before we subtracted 1 is now
23236           not equal to zero (which it always is).
23237
23238 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23239
23240         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
23241         Fix compilation if HAVE_XVIDEO is not defined
23242
23243 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23244
23245         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
23246         Fix compilation if HAVE_XVIDEO is not defined
23247
23248 2004-11-11  Jan Schmidt  <thaytan@mad.scientist.com>
23249
23250         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
23251         (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
23252         (gst_goom_change_state), (plugin_init):
23253         Use the bytestream adapter so goom doesn't depend on the input
23254         buffer size.
23255         Add a debug category
23256
23257 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23258
23259         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
23260           Only set hardware parameters *after* negotiation. Before
23261           negotiation, it will set ANY and that seems to cause crashes
23262           (see e.g. #151288, #153227).
23263
23264 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23265
23266         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
23267           This seems to be antique leftover. It needs to pass error
23268           checking.
23269         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
23270         (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
23271         (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
23272         (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
23273           Fix GstXOverlay implementation (#151059).
23274
23275 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23276
23277         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
23278           Don't assert (#157853).
23279
23280 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23281
23282         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
23283           Fix bytes/samples confustion.
23284         (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
23285           Fix for underrun (#144389).
23286
23287 2004-11-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23288
23289         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
23290           Disable halfway-seek for pending release (since it needs a new
23291           core release).
23292
23293 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
23294
23295         * sys/v4l/gstv4lsrc.c:
23296         * sys/v4l/gstv4lsrc.h:
23297         * sys/v4l/v4lsrc_calls.c:
23298           add autoprobe-fps property so we can separate autoprobing parts
23299
23300 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
23301
23302         * sys/v4l/gstv4lsrc.c:
23303         * sys/v4l/v4lsrc_calls.c:
23304         initialise fourcc to catch unset fourcc's, and debug
23305
23306 2004-11-09  Wim Taymans  <wim@fluendo.com>
23307
23308         * gst/playback/README:
23309         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
23310         * gst/playback/gstplaybin.c: (gst_play_bin_init),
23311         (gst_play_bin_dispose), (gst_play_bin_set_property),
23312         (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
23313         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
23314         (gst_play_bin_get_formats), (gst_play_bin_convert),
23315         (gst_play_bin_get_query_types), (gst_play_bin_query):
23316         Cleanups and some more documentation.
23317
23318 2004-11-09  Jan Schmidt  <thaytan@mad.scientist.com>
23319
23320         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
23321         (gst_cacasink_init), (gst_cacasink_chain):
23322         * ext/libcaca/gstcacasink.h:
23323         Cacasink inherits from VideoSink, so let that store the clock.
23324
23325 2004-11-09  Wim Taymans  <wim@fluendo.com>
23326
23327         * gst/playback/README:
23328         * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
23329         (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
23330         (probe_triggered), (preroll_unlinked), (new_decoded_pad),
23331         (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
23332         * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
23333         (setup_sinks):
23334         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
23335         (gst_stream_info_is_mute), (gst_stream_info_set_property):
23336         * gst/playback/gststreaminfo.h:
23337         Updated README.
23338         Only switch groups if all streams have muted (EOSed).
23339         Send Tags in sync with the stream playback instead of in
23340         the playback/preroll phase.
23341         Some cleanups, free the fakesrc elements.
23342
23343 2004-11-09  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23344
23345         * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
23346           buffer-frames property was missing
23347         * ext/arts/gst_arts.c:
23348           rate missing from sinkcaps
23349         * ext/audiofile/gstafparse.c:
23350         * ext/audiofile/gstafsink.c:
23351         * ext/audiofile/gstafsrc.c:
23352         * ext/swfdec/gstswfdec.c:
23353           int audio doesn't know buffer-frames
23354         * ext/cdparanoia/gstcdparanoia.c:
23355           int audio doesn't know chunksize either
23356         * ext/nas/nassink.c:
23357           it's endianness, not endianess
23358         * gst-libs/gst/audio/audio.h:
23359           make float standard pad template caps really describe float
23360         * gst/law/mulaw.c: (linear_factory):
23361           signed only, please
23362         * gst/mpegstream/gstdvddemux.c:
23363           widths of 20 are not valid
23364
23365 2004-11-08  Thomas Vander Stichele  <thomas at apestaart dot org>
23366
23367         Submitted by: Luca Ferretti <elle.uca@infinito.it>
23368
23369         * po/LINGUAS:
23370         * po/it.po:
23371           Add Italian
23372
23373 2004-11-08  Wim Taymans  <wim@fluendo.com>
23374
23375         * gst/playback/README:
23376         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
23377         * gst/playback/gstplaybasebin.c: (probe_triggered),
23378         (gst_play_base_bin_change_state):
23379         Updated README, added more comments for fixmes etc..
23380
23381 2004-11-08  Wim Taymans  <wim@fluendo.com>
23382
23383         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
23384         We can remove this hack now.
23385
23386 2004-11-08  Wim Taymans  <wim@fluendo.com>
23387
23388         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
23389         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
23390         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
23391         Only mix AYUV for maximum quality.
23392
23393 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23394
23395         * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
23396         (gst_ogg_demux_push), (gst_ogg_pad_push):
23397           Let's act as if we're synchronized now! :).
23398         * ext/theora/theoradec.c: (theora_dec_chain):
23399           Add some debug.
23400
23401 2004-11-08  Wim Taymans  <wim@fluendo.com>
23402
23403         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
23404         (gst_alpha_set_property), (gst_alpha_sink_link),
23405         (gst_alpha_set_ayuv), (gst_alpha_set_i420),
23406         (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
23407         (gst_alpha_init_params), (gst_alpha_chain):
23408         Implement alpha functions for AYUV too, this increases
23409         accuracy quite a bit.
23410
23411 2004-11-08  Wim Taymans  <wim@fluendo.com>
23412
23413         * gst/ffmpegcolorspace/avcodec.h:
23414         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
23415         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
23416         (gst_ffmpegcsp_avpicture_fill):
23417         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
23418         (gst_ffmpegcsp_caps_remove_format_info):
23419         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
23420         (shrink12), (img_get_alpha_info), (deinterlace_line),
23421         (deinterlace_line_inplace):
23422         * gst/ffmpegcolorspace/imgconvert_template.h:
23423         Added AYUV colorspace and handle RGBA a bit more respectful.
23424
23425 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23426
23427         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
23428           Actually always send a discont (cornercase when resending the
23429           same serial-tagged chain twice).
23430
23431 2004-11-08  Julien MOUTTE  <julien@moutte.net>
23432
23433         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
23434         (gst_ximagesink_finalize):
23435         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
23436         (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
23437
23438 2004-11-08  Wim Taymans  <wim@fluendo.com>
23439
23440         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
23441         Don't segfault on NULL data.
23442
23443 2004-11-08  Wim Taymans  <wim@fluendo.com>
23444
23445         * gst/playback/gstdecodebin.c: (unlinked):
23446         * gst/playback/gstplay-marshal.list:
23447         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
23448         (gst_play_base_bin_init), (group_create), (get_active_group),
23449         (get_building_group), (group_destroy), (group_commit),
23450         (queue_overrun), (remove_groups), (add_stream), (unknown_type),
23451         (add_element_stream), (no_more_pads), (probe_triggered),
23452         (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
23453         (state_change), (setup_source), (gst_play_base_bin_get_property),
23454         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
23455         (gst_play_base_bin_link_stream),
23456         (gst_play_base_bin_get_streaminfo):
23457         * gst/playback/gstplaybasebin.h:
23458         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
23459         (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
23460         Add support for chained ogg files. Prepare for playlist
23461         support. This patch introduces the concept of pad groups, which
23462         together compose one playable media file.
23463
23464 2004-11-07  David Schleef  <ds@schleef.org>
23465
23466         * testsuite/gst-lint: Check for pad templates that aren't statically
23467         scoped.
23468
23469 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23470
23471         * configure.ac:
23472         * ext/Makefile.am:
23473         * ext/musepack/Makefile.am:
23474         * ext/musepack/gstmusepackdec.cpp:
23475         * ext/musepack/gstmusepackdec.h:
23476         * ext/musepack/gstmusepackreader.cpp:
23477         * ext/musepack/gstmusepackreader.h:
23478           Add musepack decoder.
23479         * ext/faad/gstfaad.c: (gst_faad_base_init):
23480           Make pad templates static.
23481         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
23482         (plugin_init):
23483           Add musepack typefinder, make mp3 typefinding work halfway stream,
23484           which doesn't actually work yet because id3demux doesn't implement
23485           _get_length().
23486
23487 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23488
23489         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
23490         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
23491           Fix interrupt event handling (#144436).
23492
23493 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23494
23495         * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
23496           Hide unused glory.
23497
23498 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
23499
23500         reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23501
23502         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
23503           Fix weird caps (#157548).
23504
23505 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
23506
23507         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23508
23509         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
23510           Add missing NULL terminator (#157543).
23511
23512 2004-11-05  Thomas Vander Stichele  <thomas at apestaart dot org>
23513
23514         * gst/tcp/gsttcp.h:
23515         * gst/tcp/gsttcpclientsink.c:
23516         * gst/tcp/gsttcpclientsrc.c:
23517         * gst/tcp/gsttcpserversink.c:
23518         * gst/tcp/gsttcpserversrc.c:
23519           ports can go up to 65535.  Move common defines to gsttcp.h
23520
23521 2004-11-05  Wim Taymans  <wim@fluendo.com>
23522
23523         * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
23524         (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
23525         Added two more colorspaces.
23526
23527 2004-11-05  Wim Taymans  <wim@fluendo.com>
23528
23529         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
23530         (gst_ffmpegcsp_avpicture_fill):
23531         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
23532         (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
23533         (img_convert), (deinterlace_line), (deinterlace_line_inplace):
23534         More stride fixes.
23535
23536 2004-11-05  Wim Taymans  <wim@fluendo.com>
23537
23538         * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
23539         (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
23540         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
23541         (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
23542         (gst_videomixer_loop):
23543         More stride fixes.
23544
23545 2004-11-05  Benjamin Otte  <otte@gnome.org>
23546
23547         * ext/mad/gstmad.c: (gst_mad_chain):
23548           don't overflow data buffer. Flush not needed sync data when syncing
23549           failed.
23550
23551 2004-11-04  Wim Taymans  <wim@fluendo.com>
23552
23553         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
23554         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
23555         (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
23556         (gst_alpha_init_params), (gst_alpha_chain),
23557         (gst_alpha_change_state):
23558         Updated the chroma keying algorithm with something more
23559         sophisticated.
23560
23561 2004-11-03  Wim Taymans  <wim@fluendo.com>
23562
23563         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
23564         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
23565         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
23566         Fix stride issues. Does not completely work for odd
23567         heights.
23568
23569 2004-11-03  Wim Taymans  <wim@fluendo.com>
23570
23571         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
23572         (gst_alpha_chroma_key), (gst_alpha_chain):
23573         Fix stride issues. Does not completely work for odd
23574         heights.
23575
23576 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
23577
23578         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
23579         * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
23580         leak fixes
23581
23582 2004-11-03  Wim Taymans  <wim@fluendo.com>
23583
23584         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
23585         (gst_ffmpegcsp_avpicture_fill):
23586         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
23587         (avpicture_alloc):
23588         * gst/ffmpegcolorspace/imgconvert_template.h:
23589         Use correct _fill function to get correct strides.
23590
23591 2004-11-02  David Schleef  <ds@schleef.org>
23592
23593         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
23594         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
23595         (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
23596         Change all g_print()s to debugging.  Add a bunch of consistency
23597         checks.
23598
23599 2004-11-02  Wim Taymans  <wim@fluendo.com>
23600
23601         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
23602         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
23603         (unlinked), (no_more_pads), (close_link):
23604         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
23605         (unknown_type), (add_element_stream), (new_decoded_pad),
23606         (removed_decoded_pad), (setup_source):
23607         * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
23608         (gst_stream_info_class_init), (gst_stream_info_init),
23609         (gst_stream_info_new), (gst_stream_info_dispose),
23610         (stream_info_mute_pad), (gst_stream_info_set_property),
23611         (gst_stream_info_get_property):
23612         * gst/playback/gststreaminfo.h:
23613         Fix playback of multiple files.
23614         a slightly different approach to handling dynamic pad removals.
23615         This one only looks at pads that we have linked.
23616
23617 2004-11-01  Christophe Fergeau  <teuf@gnome.org>
23618
23619         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
23620         free" warning from libc.
23621
23622 2004-11-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23623
23624         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
23625         (get_unconnected_element), (remove_starting_from), (pad_removed),
23626         (close_link):
23627           Implement support for dynamic pad changing. We listen to "live"
23628           pad removals (i.e. while playing) and re-setup autoplugging
23629           after that. Playbasebin/playbin need some more work for this
23630           to finally work, but decodebin supports (and replugs) chained
23631           ogg now.
23632
23633 2004-11-02  Jan Schmidt  <thaytan@mad.scientist.com>
23634
23635         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
23636         (gst_alsa_finalize):
23637         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
23638         (gst_cdaudio_finalize):
23639         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
23640         (cdparanoia_finalize):
23641         * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
23642         * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
23643         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
23644         (dvdreadsrc_finalize):
23645         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
23646         (gst_flacdec_finalize):
23647         * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
23648         (gst_flacenc_finalize):
23649         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
23650         (gst_gnomevfssink_finalize):
23651         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
23652         (gst_gnomevfssrc_finalize):
23653         * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
23654         (gst_fameenc_finalize):
23655         * ext/nas/nassink.c: (gst_nassink_class_init),
23656         (gst_nassink_finalize):
23657         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
23658         (gst_sdlvideosink_class_init):
23659         * ext/sndfile/gstsf.c: (gst_sf_dispose):
23660         * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
23661         * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
23662         * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
23663         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
23664         (gst_x_window_listener_dispose):
23665         * gst/audioscale/gstaudioscale.c:
23666         * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
23667         (play_on_demand_finalize):
23668         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
23669         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
23670         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
23671         (cdplayer_finalize):
23672         * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
23673         (gst_glimagesink_class_init):
23674         * sys/oss/gstosselement.c: (gst_osselement_class_init),
23675         (gst_osselement_finalize):
23676         * sys/oss/gstosssink.c: (gst_osssink_dispose):
23677         * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
23678         * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
23679           Fixes a bunch of problems with finalize and dispose functions,
23680           either assumptions that dispose is only called once, or not calling
23681           the parent class dispose/finalize function
23682
23683 2004-11-01  Stefan Kost  <ensonic@users.sf.net>
23684
23685         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
23686           added two api precondition guards
23687           use g_strdup with getenv to fix crash when using ENVVAR
23688
23689 2004-11-01  Jan Schmidt  <thaytan@mad.scientist.com>
23690         * ext/esd/esdsink.c: (gst_esdsink_class_init),
23691         (gst_esdsink_finalize):
23692         Use a finalize function, not dispose, and more importantly,
23693         call the parent class finalize function too
23694
23695 2004-11-01  Johan Dahlin  <johan@gnome.org>
23696
23697         * ext/ogg/gstoggdemux.c:
23698         * gst/tags/gstvorbistag.c:
23699         Plug leaks.
23700
23701 2004-10-31  Benjamin Otte  <otte@gnome.org>
23702
23703         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
23704           lotsa memleaks today. But they're all small...
23705
23706 2004-10-31  Benjamin Otte  <otte@gnome.org>
23707
23708         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
23709           another memleak crushed
23710
23711 2004-10-31  Benjamin Otte  <otte@gnome.org>
23712
23713         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
23714           fix memleak
23715
23716 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23717
23718         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
23719           Hack to prevent crash when going to READY inside signal handler
23720           while this function is active.
23721
23722 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23723
23724         * gst/ffmpegcolorspace/Makefile.am:
23725         * gst/ffmpegcolorspace/avcodec.h:
23726         * gst/ffmpegcolorspace/common.h:
23727         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
23728         * gst/ffmpegcolorspace/dsputil.h:
23729         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
23730         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
23731         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
23732         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
23733         (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
23734         (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
23735         (gst_ffmpegcsp_avpicture_fill):
23736         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
23737         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
23738         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
23739         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
23740         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
23741         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
23742         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
23743         (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
23744         * gst/ffmpegcolorspace/imgconvert.c:
23745         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
23746         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
23747         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
23748         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
23749         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
23750         (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
23751         (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
23752         (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
23753         (img_convert_init), (img_apply_table), (shrink41), (shrink21),
23754         (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
23755         (grow21), (grow22), (grow41), (grow44), (conv411),
23756         (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
23757         (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
23758         (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
23759         (avpicture_free), (is_yuv_planar), (img_convert),
23760         (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
23761         (deinterlace_line_inplace), (deinterlace_bottom_field),
23762         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
23763         * gst/ffmpegcolorspace/imgconvert_template.h:
23764         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
23765         * gst/ffmpegcolorspace/mmx.h:
23766         * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
23767         (av_fast_realloc), (av_mallocz_static), (av_free_static),
23768         (av_freep), (avcodec_get_context_defaults),
23769         (avcodec_alloc_context), (avcodec_init):
23770           Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
23771           handling plus update from ffmpeg CVS. Large clean-up.
23772
23773 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23774
23775         * gst/playback/Makefile.am:
23776           We need the marshallers for decodebin, too.
23777
23778 2004-10-30  David Schleef  <ds@schleef.org>
23779
23780         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
23781           quicktime typefinding work with 64-bit offsets.
23782
23783 2004-10-30  Jan Schmidt  <thaytan@mad.scientist.com>
23784
23785         * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
23786           Set EOS on the element when processing an EOS event.
23787         * ext/speex/gstspeexdec.h:
23788         * ext/speex/gstspeexenc.h:
23789           Only keep a const ptr to the mode
23790         * gst-libs/gst/riff/riff-media.c:
23791         (gst_riff_create_audio_caps_with_data),
23792         (gst_riff_create_audio_template_caps):
23793           Allow WMAV3, with up to 6 channels.
23794         * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
23795           Don't call gst_pad_set_event_function on a sink pad.
23796         * gst/mpegstream/gstdvddemux.c:
23797         (gst_dvd_demux_get_subpicture_stream),
23798         (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
23799           Copy the explicit caps that were set across to the cur_* pads,
23800           instead of trying to use a possibly non-existent negotiated caps.
23801           Reset the type of subpicture pads to UNKNOWN after calling
23802           init_stream, so that the caps get set.
23803
23804 2004-10-29  Martin Pitt  <martin.pitt@canonical.com>
23805
23806         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23807
23808         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
23809           Don't touch buffer if it is of size 0 (fixes #151064).
23810
23811 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23812
23813         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
23814           Synchronized discont handling.
23815
23816 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23817
23818         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
23819         (gst_ogg_demux_push):
23820           Make seeking sort-of exact again (fixes #156387).
23821
23822 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23823
23824         * gst/playback/gstplaybasebin.c: (unknown_type),
23825         (add_element_stream), (new_decoded_pad),
23826         (gst_play_base_bin_change_state):
23827         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
23828         (gst_stream_info_init), (gst_stream_info_new),
23829         (gst_stream_info_dispose), (gst_stream_info_get_property):
23830         * gst/playback/gststreaminfo.h:
23831           Make caps explicitely available. Makes testing for unsupported
23832           types possible. Improves error reporting.
23833
23834 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23835
23836         * gst/audioconvert/gstaudioconvert.c:
23837         (gst_audio_convert_buffer_to_default_format):
23838           Really don't touch read-only buffers (#156563).
23839
23840 2004-10-29  Sebastien Cote  <sc5@hermes.usherb.ca>
23841
23842         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23843
23844         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
23845           Fix memleak (#155223).
23846
23847 2004-10-29  Wim Taymans  <wim@fluendo.com>
23848
23849         * gst/tcp/.cvsignore:
23850         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
23851         (gst_multifdsink_class_init), (gst_multifdsink_init),
23852         (gst_multifdsink_add), (gst_multifdsink_remove),
23853         (gst_multifdsink_remove_client_link), (is_sync_frame),
23854         (gst_multifdsink_new_client),
23855         (gst_multifdsink_handle_client_write),
23856         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
23857         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
23858         (gst_multifdsink_get_property):
23859         * gst/tcp/gstmultifdsink.h:
23860         Added burst on connect sync_method, deprecated sync_clients,
23861         streamlined the sync code some more.
23862
23863 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23864
23865         * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
23866         (gst_play_base_bin_change_state):
23867           Improve error reporting.
23868
23869 2004-10-28  Wim Taymans  <wim@fluendo.com>
23870
23871         * gst/tcp/Makefile.am:
23872         * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
23873         * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
23874         (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
23875         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
23876         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
23877         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
23878         (gst_fdset_wait):
23879         Added more locks around fdset structures. Fixed/reworked
23880         the poll array resizing code.
23881         Added stress test for fdset.
23882
23883 2004-10-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23884
23885         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
23886         fix build
23887
23888 2004-10-28  Benjamin Otte  <otte@gnome.org>
23889
23890         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
23891           fix link function to always query channels and query width for
23892           floats
23893         * configure.ac:
23894           add equalizer dir
23895         * gst/equalizer/Makefile.am:
23896         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
23897         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
23898         (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
23899         (arg_to_scale), (setup_filter),
23900         (gst_iir_equalizer_compute_frequencies),
23901         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
23902         (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
23903         (plugin_init):
23904           add an equalizer
23905
23906 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
23907
23908         Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
23909
23910         * po/LINGUAS:
23911         * po/nb.po:
23912           Added Norwegian Bokmaal translation
23913
23914 2004-10-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23915
23916         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
23917           Don't break on options (fixes #156488).
23918
23919 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
23920
23921         * configure.ac:
23922         * ext/cdaudio/Makefile.am:
23923         * sys/Makefile.am:
23924           fix build on older automake
23925
23926 2004-10-26  Wim Taymans  <wim@fluendo.com>
23927
23928         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
23929         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
23930         Allow a little margin when negotiating the framerate.
23931
23932 2004-10-26  Stefan Kost  <ensonic@users.sf.net>
23933
23934         * gst/level/gstlevel.c:
23935           synchonised naming of pads and pad-templates
23936
23937 2004-10-26  Wim Taymans  <wim@fluendo.com>
23938
23939         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
23940         (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
23941         (_find_streams_check), (gst_ogg_demux_push):
23942         Fix EOS again. Needs to be done in a better way. We should not
23943         remove the pad if there is no new chained stream.
23944
23945 2004-10-26 Iain <iaingnome@gmail.com>
23946
23947         * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
23948         * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
23949         of the caps.
23950         * gst/interleave/interleave.c (interleave_class_init): Hook up release
23951         pad.
23952         (interleave_release_pad): Remove the pad.
23953         * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
23954         * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
23955         the set device.
23956         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
23957         attrs
23958         (gst_xvimagesink_xcontext_clear): Free the xcontext.
23959         (gst_xvimagesink_finalize): Free the par.
23960
23961 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23962
23963         * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
23964         (gst_avimux_stop_file):
23965           First calculate the rate, and only then use it. Hdr.rate is a
23966           multiple and not a derivative of hdr.scale. Scale is not the
23967           same as blockalign but is solely related to rate.
23968
23969 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23970
23971         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
23972         (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
23973           Implement seeking.
23974
23975 2004-10-25  James Henstridge  <james@jamesh.id.au>
23976
23977         Reviewed by:  David Schleef  <ds@schleef.org>
23978
23979         * examples/gstplay/player.c: (got_stream_length), (main):
23980         * examples/seeking/cdplayer.c: (update_scale):
23981         * examples/seeking/seek.c: (format_value), (update_scale):
23982         * examples/seeking/spider_seek.c: (format_value), (update_scale),
23983         (stop_seek):
23984         Build fixes on AMD64.
23985
23986 2004-10-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23987
23988         reviewed by: Ronald Bultje <rbultje at gnome dot org>
23989
23990         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
23991         Fix for some v4l cards which hang in v4lsrc
23992
23993 2004-10-25  Wim Taymans  <wim@fluendo.com>
23994
23995         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
23996         (gst_ogg_demux_push), (gst_ogg_chains_clear):
23997         Make sure to remove the pad when a new chain is
23998         encountered. Set some vars to NULL so we don't try
23999         to reference freed memory.
24000
24001 2004-10-25  Wim Taymans  <wim@fluendo.com>
24002
24003         * examples/seeking/Makefile.am:
24004         * examples/seeking/cdplayer.c: (update_scale):
24005         * examples/seeking/chained.c: (unlinked), (new_pad), (main):
24006         * examples/seeking/playbin.c: (make_playerbin_pipeline),
24007         (format_value), (update_scale), (iterate), (start_seek),
24008         (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
24009         (print_usage), (main):
24010         Added some more examples, update others.
24011
24012 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24013
24014         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
24015         * ext/speex/gstspeexdec.c: (speex_dec_chain):
24016         * ext/theora/theoradec.c: (theora_dec_chain):
24017         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
24018           Add codec-name metadata.
24019
24020 2004-10-25  Takao Fujiwara  <Takao.Fujiwara@Sun.COM>
24021
24022         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24023
24024         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
24025         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
24026         * ext/alsa/gstalsamixertrack.h:
24027         * po/POTFILES.in:
24028           ALSA mixer track label internationalization (#154054).
24029
24030 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24031
24032         * ext/theora/theoradec.c: (theora_dec_chain):
24033           Export bitrate as metadata.
24034
24035 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24036
24037         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
24038         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
24039         * ext/alsa/gstalsamixertrack.h:
24040           Fix names, fix loop.
24041
24042 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24043
24044         * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
24045         (speex_dec_convert):
24046           sinkconvert function so oggdemux can get the file length (totem).
24047
24048 2004-10-25  James Morrison  <ja2morri@csclub.uwaterloo.ca>
24049
24050         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24051
24052         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
24053           Don't push incomplete packets.
24054         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
24055           Fix MPEG-4 audio typefinding.
24056
24057 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24058
24059         * sys/v4l/Makefile.am:
24060         * sys/v4l/gstv4l.c: (plugin_init):
24061         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
24062         (gst_v4lelement_init), (gst_v4lelement_dispose),
24063         (gst_v4lelement_change_state):
24064         * sys/v4l/gstv4lelement.h:
24065         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
24066         (gst_v4l_xoverlay_close), (idle_refresh),
24067         (gst_v4l_xoverlay_set_xwindow_id):
24068         * sys/v4l/gstv4lxoverlay.h:
24069         * sys/v4l/v4l-overlay_calls.c:
24070         * sys/v4l/v4l_calls.h:
24071         * sys/v4l2/Makefile.am:
24072         * sys/v4l2/gstv4l2.c: (plugin_init):
24073         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
24074         (gst_v4l2element_init), (gst_v4l2element_dispose),
24075         (gst_v4l2element_change_state):
24076         * sys/v4l2/gstv4l2element.h:
24077         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
24078         (gst_v4l2_xoverlay_close), (idle_refresh),
24079         (gst_v4l2_xoverlay_set_xwindow_id):
24080         * sys/v4l2/gstv4l2xoverlay.h:
24081         * sys/v4l2/v4l2-overlay_calls.c:
24082         * sys/v4l2/v4l2_calls.h:
24083           Remove client-side overlay handling, use the X-server v4l plugin
24084           for that. Nicer overlay, less code. Also make the plugin
24085           compileable without X (but then without overlay, obviously).
24086           Makes xwindowlistener obsolete, should we remove that?
24087
24088 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24089
24090         * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
24091         (gst_osssrc_src_query):
24092         * sys/oss/gstosssrc.h:
24093           OK, so people want offset in DEFAULT. This time, actually fix all
24094           cases.
24095         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
24096           Add FPS properly.
24097
24098 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24099
24100         * gst/asfdemux/gstasfmux.c:
24101         * gst/avi/gstavimux.c:
24102           Framerate.
24103
24104 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24105
24106         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
24107           Fix properties (channel, norm, frequency).
24108
24109 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24110
24111         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
24112           Flag typo.
24113         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
24114           No warnings.
24115
24116 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24117
24118         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
24119           Fix hang.
24120
24121 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24122
24123         * sys/v4l2/gstv4l2element.h:
24124           Yet Another Hack (tm) for kernel header borkedness.
24125         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
24126         (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
24127         (gst_v4l2src_link), (gst_v4l2src_getcaps),
24128         (gst_v4l2src_change_state):
24129         * sys/v4l2/gstv4l2src.h:
24130         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
24131         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
24132           Fix caps, keep track of state, work.
24133
24134 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24135
24136         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
24137           Quiet.
24138
24139 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24140
24141         * sys/oss/gstosssrc.c: (gst_osssrc_get):
24142           Don't mix bytes and samples.
24143
24144 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24145
24146         * ext/ogg/gstoggmux.c:
24147           Basic pad template which accepts OGM tracks, speex, flac, vorbis
24148           and theora. Any is incorrect.
24149         * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
24150           Fix caps.
24151         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
24152         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
24153         (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
24154         (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
24155         * sys/v4l/gstv4lmjpegsrc.h:
24156         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
24157         (gst_v4lsrc_change_state):
24158         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
24159         (gst_v4lmjpegsrc_capture_stop):
24160           Fix caps. Keep track of internal state. Work.
24161
24162 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24163
24164         * ext/Makefile.am:
24165           Fix the build fixes.
24166
24167 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24168
24169         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
24170         (gst_ogg_demux_src_event), (_find_chain_seek),
24171         (gst_ogg_pad_push):
24172           Check for pad availability before using it.
24173         * ext/ogg/gstoggdemux.c: (_find_chain_process):
24174           Fix parsing of chained ogg. Needs more work on the decoder side.
24175
24176 2004-10-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24177
24178         * gst/spectrum/Makefile.am:
24179         * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
24180         (idle_func):
24181           Fix demo and reenable it. Yes, I'm currently playing with audio
24182           analysis tools
24183
24184 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24185
24186         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
24187           We love it if files that start at zero work too...
24188
24189 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24190
24191         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
24192           Handle files with missing EOS headers.
24193
24194 2004-10-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24195
24196         * gst/tcp/gsttcpserversink.c:
24197         (gst_tcpserversink_handle_server_read),
24198         (gst_tcpserversink_init_send):
24199         Zero some variables first (need for accept not to return EINVAL)
24200
24201 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24202
24203         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
24204         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
24205         * ext/theora/theoradec.c: (theora_dec_sink_convert),
24206         (theora_dec_chain):
24207         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
24208         (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
24209           Seeking and querying finetune.
24210
24211 2004-10-20  Thomas Vander Stichele  <thomas at apestaart dot org>
24212
24213         * configure.ac:
24214         * ext/Makefile.am:
24215         * ext/raw1394/Makefile.am:
24216           fix the build
24217
24218 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24219
24220         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
24221           Wrong return.
24222         * gst/playback/Makefile.am:
24223         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
24224         * gst/playback/gstplay-marshal.list:
24225         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
24226           Fix marshallers.
24227
24228 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24229
24230         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
24231           Silence.
24232
24233 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24234
24235         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
24236         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
24237         (gst_ogg_pad_push):
24238           Yay for non-lineair granulepos in theora.
24239
24240 2004-10-18  Wim Taymans  <wim@fluendo.com>
24241
24242         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
24243         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
24244         * ext/dv/gstdvdec.h:
24245         Make sure we renegotiate aspect ratio when the camera switches.
24246
24247 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24248
24249         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
24250         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
24251           Start at zero.
24252         * ext/theora/theoradec.c: (theora_dec_chain):
24253           Skip headers. Bad idea for chained ogg, but fixes seeking.
24254
24255 2004-10-18  Wim Taymans  <wim@fluendo.com>
24256
24257         * configure.ac:
24258         I swear, this is the last time I touch this.
24259
24260 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24261
24262         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
24263         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
24264         (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
24265           Faster seeking.
24266         * ext/theora/theoradec.c: (theora_dec_sink_convert):
24267           Time-to-default conversion.
24268         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
24269           Don't error on unknown packets, just skip. We should probably
24270           read them if we want to support chained ogg.
24271
24272 2004-10-18  Wim Taymans  <wim@fluendo.com>
24273
24274         * configure.ac:
24275         Added cdaudio to wrong list.
24276
24277 2004-10-18  Wim Taymans  <wim@fluendo.com>
24278
24279         * configure.ac:
24280         Revive cdaudio.
24281
24282 2004-10-18  Wim Taymans  <wim@fluendo.com>
24283
24284         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
24285         (gst_dvdec_video_link), (gst_dvdec_push):
24286         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
24287         (gst_smokeenc_resync), (gst_smokeenc_chain):
24288         Fix mimetype on smoke encoder.
24289         Add aspect ratio to dvdec. Not sure if these
24290         values are correct though....
24291
24292 2004-10-18  Wim Taymans  <wim@fluendo.com>
24293
24294         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
24295         Fix vorbis property descriptions and ranges.
24296
24297 2004-10-18  Wim Taymans  <wim@fluendo.com>
24298
24299         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
24300         Really do nothing when no data is available.
24301         Go to the playing state when the stream is not seekable
24302         instead of failing.
24303
24304 2004-10-18  Wim Taymans  <wim@fluendo.com>
24305
24306         * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
24307         (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
24308         (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
24309         (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
24310         (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
24311         Added uri handler for cd://
24312         Port to new API.
24313
24314 2004-10-18  Wim Taymans  <wim@fluendo.com>
24315
24316         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
24317         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
24318         (try_to_link_1), (no_more_pads), (close_link), (type_found):
24319         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
24320         (remove_prerolls), (unknown_type), (add_element_stream),
24321         (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
24322         (gst_play_base_bin_remove_element),
24323         (gst_play_base_bin_link_stream):
24324         * gst/playback/gstplaybin.c: (gen_video_element),
24325         (gen_vis_element), (remove_sinks), (setup_sinks):
24326         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
24327         (gst_stream_info_get_type), (gst_stream_info_class_init),
24328         (gst_stream_info_init), (gst_stream_info_new),
24329         (gst_stream_info_dispose), (stream_info_mute_pad),
24330         (gst_stream_info_set_property), (gst_stream_info_get_property):
24331         * gst/playback/gststreaminfo.h:
24332         Add sink padtemplate to decodebin.
24333         Added some more comments.
24334         Make queue size configurable in playbasebin.
24335         Added possibility to use elements as sinks (ex cdaudio).
24336
24337 2004-10-15  Wim Taymans  <wim@fluendo.com>
24338
24339         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
24340         (gst_speexenc_chain):
24341         Fix speex timestamps so that it gets muxed properly.
24342
24343 2004-10-15  Wim Taymans  <wim@fluendo.com>
24344
24345         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
24346         (gst_dv1394src_base_init), (gst_dv1394src_class_init),
24347         (gst_dv1394src_init), (gst_dv1394src_dispose),
24348         (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
24349         (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
24350         (gst_dv1394src_event), (gst_dv1394src_get_formats),
24351         (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
24352         (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
24353         (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
24354         (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
24355         * ext/raw1394/gstdv1394src.h:
24356         Added conversion/query functions.
24357         Update buffer timestamps,
24358         Added signals.
24359         Added uri dv:// so it might play from the firewire in playbin.
24360         Fix a possible leak.
24361         Added debugging.
24362
24363 2004-10-15  Wim Taymans  <wim@fluendo.com>
24364
24365         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
24366         (gst_dv1394src_init), (gst_dv1394src_set_property),
24367         (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
24368         (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
24369         * ext/raw1394/gstdv1394src.h:
24370         Added AV/C VTR control support needed for some cameras.
24371         Added automatic port detection.
24372         Added properties for selecting the channel.
24373         The configure.ac script is not yet updated to reflect the
24374         new libavc1394 and librom1394 dependencies.
24375
24376 2004-10-15  Wim Taymans  <wim@fluendo.com>
24377
24378         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
24379         (qtdemux_parse), (gst_qtdemux_handle_esds):
24380         An esds box is not a container.
24381         Fix parsing of mp4v boxes.
24382         Do not try to renegotiate fps for each frame. Need to
24383         find a better method. This should fix mp4 playback.
24384
24385 2004-10-14  David Schleef  <ds@schleef.org>
24386
24387         * configure.ac: update for swfdec-0.3 and liboil-0.2
24388         * ext/swfdec/gstswfdec.c: update for swfdec-0.3
24389         * ext/swfdec/gstswfdec.h: same
24390         * gst/videofilter/gstvideobalance.c: update for liboil-0.2
24391         * gst/videotestsrc/videotestsrc.c: same
24392
24393 2004-10-14  Wim Taymans  <wim@fluendo.com>
24394
24395         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
24396         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
24397         (is_sync_frame), (gst_multifdsink_new_client),
24398         (gst_multifdsink_handle_client_write),
24399         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
24400         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
24401         Turn warnings into info.
24402         Don't allow a state change in the streaming thread.
24403
24404 2004-10-14  Thomas Vander Stichele  <thomas at apestaart dot org>
24405
24406         * ext/vorbis/oggvorbisenc.c:
24407         * ext/vorbis/vorbisdec.c:
24408           fix template sample rate
24409
24410 2004-10-13  Wim Taymans  <wim@fluendo.com>
24411
24412         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
24413         Decoding the header first fixes some problems in resyncing
24414         in more mp3s.
24415
24416 2004-10-12  Wim Taymans  <wim@fluendo.com>
24417
24418         * gst/playback/gstplaybin.c: (gen_video_element),
24419         (gen_vis_element), (remove_sinks), (setup_sinks):
24420         Added vis plugin support, need to configure the vis
24421         element to activate it.
24422
24423 2004-10-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24424
24425         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
24426         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
24427           Some debug.
24428         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
24429         (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
24430         (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
24431         (gst_avi_demux_stream_index), (gst_avi_demux_skip),
24432         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
24433         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
24434         * gst/avi/gstavidemux.h:
24435           Support for openDML-2.0 indx/ix## chunks. Support for broken index
24436           recovery (where, if part of the index is broken, we will still read
24437           the rest of the index and recover the broken part by stream
24438           scanning). More broken media support. EOS workarounds. General AVI
24439           braindamage headache recovery. Aspirin included.
24440
24441 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24442
24443         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
24444         (cdparanoia_event), (cdparanoia_query):
24445           Get rid of hideous lead-in.
24446
24447 2004-10-11  Wim Taymans  <wim@fluendo.com>
24448
24449         * gst/playback/gstplaybasebin.c: (setup_source):
24450         Wrong var used to get g_list_next.
24451
24452 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24453
24454         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
24455         (cdparanoia_get), (cdparanoia_open):
24456           Report discid as metadata, add duration.
24457
24458 2004-10-11  Wim Taymans  <wim@fluendo.com>
24459
24460         * gst/playback/gstplaybasebin.c: (setup_source):
24461         Cleanup the previous pipeline a little earlier for the
24462         case that a source element provides raw data.
24463
24464 2004-10-11  Benjamin Otte  <otte@gnome.org>
24465
24466         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
24467           reset v1 tag offset when there is no v1 tag. Fixes id3demux always
24468           consuming the last 128 bytes, even though it was valid mp3 data.
24469
24470 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24471
24472         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
24473         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
24474         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
24475         Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
24476
24477 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24478
24479         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
24480         Fix for webcams that support only specific width or height
24481
24482 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
24483
24484         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24485
24486         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
24487           Fix wrong discont event setup (fixes #154967).
24488
24489 2004-10-09  Sebastien Cote  <sc5@hermes.usherb.ca>
24490
24491         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24492
24493         * gst/auparse/gstauparse.c: (gst_auparse_chain):
24494           Error out on invalid data (fixes #154807).
24495
24496 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
24497
24498         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24499
24500         * ext/dvdread/dvdreadsrc.c: (_read):
24501           Make titles > 0 work again (fixes #154834).
24502
24503 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24504
24505         * gst-libs/gst/riff/riff-media.c:
24506         (gst_riff_create_video_template_caps):
24507           WMV3 missing in template caps.
24508
24509 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24510
24511         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
24512           OK, so the original code was too strict. It makes random AVI files
24513           hang for seconds upon opening, which is unacceptable and is far
24514           beyond the original goal of getting multiple chunks for one-chunk
24515           sounc stream files. So now do just that.
24516
24517 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24518
24519         * gst/playback/gstplaybasebin.c: (setup_source),
24520         (gst_play_base_bin_change_state):
24521           Actually clean up streaminfo if output fails. This would trigger
24522           if, for example, there was no CD in the drive. No preroll, so
24523           a streaminfo structure is created, but the subsequent state change
24524           of the thread fails.
24525         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
24526           Don't change state if parent failed.
24527
24528 2004-10-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24529
24530         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
24531         (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
24532         (gen_video_element), (remove_sinks):
24533           Add small bits of code for screenshot handling.
24534
24535 2004-10-08  Wim Taymans  <wim@fluendo.com>
24536
24537         * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
24538         (gen_video_element), (gen_audio_element), (setup_sinks):
24539         Don't assume the user provided sinks are named "sink"...
24540
24541 2004-10-08  Wim Taymans  <wim@fluendo.com>
24542
24543         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
24544         (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
24545         (gst_play_base_bin_link_stream):
24546         Do not try to autoplug sources that generate raw streams like
24547         cdparanoia.
24548         disconnect the preroll overrun signal when we don't need it anymore.
24549
24550 2004-10-08  Milosz Derezynski  <internalerror.rez@fhtw-berlin.de>
24551
24552         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
24553         Added reworked patch from #154903 from milosz derezynski (deadchip).
24554
24555 2004-10-08  Wim Taymans  <wim@fluendo.com>
24556
24557         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
24558         (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
24559         (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
24560         (cdparanoia_convert), (cdparanoia_uri_get_type),
24561         (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
24562         (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
24563         * ext/cdparanoia/gstcdparanoia.h:
24564         This adds the cdda://<tracknum> uri.
24565
24566 2004-10-08  Wim Taymans  <wim@fluendo.com>
24567
24568         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
24569         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
24570         (try_to_link_1), (no_more_pads), (close_link), (type_found):
24571         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
24572         (unknown_type), (gst_play_base_bin_remove_element),
24573         (gst_play_base_bin_link_stream):
24574         * gst/playback/gstplaybasebin.h:
24575         * gst/playback/gstplaybin.c: (gst_play_bin_init),
24576         (gst_play_bin_set_property), (gen_video_element),
24577         (gen_audio_element), (setup_sinks):
24578         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
24579         (gst_stream_info_get_type), (gst_stream_info_class_init),
24580         (gst_stream_info_init), (gst_stream_info_new),
24581         (gst_stream_info_dispose), (stream_info_mute_pad),
24582         (gst_stream_info_set_property), (gst_stream_info_get_property):
24583         * gst/playback/gststreaminfo.h:
24584         Reuse the audio and video bins.
24585         Some internal cleanups in the stream selection code.
24586
24587 2004-10-08  Julien MOUTTE  <julien@moutte.net>
24588
24589         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
24590         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
24591         * sys/ximage/ximagesink.h:
24592         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
24593         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
24594         * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
24595         not coming from those elements. Moreover these elements should not keep
24596         the xid they have been given when in NULL state.
24597
24598 2004-10-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24599
24600         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
24601         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
24602         * sys/ximage/ximagesink.h:
24603         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
24604         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
24605         * sys/xvimage/xvimagesink.h:
24606           Actually only create a new toplevel window if we're not gonna
24607           embed it right after.
24608
24609 2004-10-07  Wim Taymans  <wim@fluendo.com>
24610
24611         * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
24612         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
24613         * gst/playback/gstplaybin.c: (setup_sinks):
24614         Implement muting/unmuting of streams, mute streams that are not
24615         used.
24616
24617 2004-10-07  Wim Taymans  <wim@fluendo.com>
24618
24619         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
24620         (plugin_init):
24621         Added lame audio/x-ac3 typefind function.
24622
24623 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
24624
24625         * configure.ac:
24626           bump nano to cvs
24627
24628 === release 0.8.5 ===
24629
24630 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
24631
24632         * NEWS:
24633         * RELEASE:
24634         * configure.ac:
24635           releasing 0.8.5, "Take You On"
24636
24637 2004-10-06  Wim Taymans  <wim@fluendo.com>
24638
24639         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
24640         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
24641         (no_more_pads), (close_link), (type_found):
24642         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
24643         * gst/playback/gstplaybin.c: (gen_video_element):
24644         Do not signal the no_more_pads after the first pad when
24645         we are plugging a non dynamic element with multiple
24646         output pads (like swfdec, dvdec, ...).
24647
24648 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
24649
24650         * configure.ac:
24651           bump for prerelease
24652
24653 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
24654
24655         * gst/wavparse/gstwavparse.c:
24656           add ATRAC3 to STATIC CAPS to fix a warning
24657
24658         * gst/matroska/ebml-read.c:
24659         * gst-libs/gst/riff/riff-read.c:
24660           fix typos
24661
24662 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
24663
24664         * gst-libs/gst/riff/riff-media.c:
24665           generate caps for ATRAC3 audio streams
24666
24667         * gst/realmedia/rmdemux.c:
24668           generate caps for ATRAC3 audio streams
24669
24670 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
24671
24672         * gst/wavparse/Makefile.am
24673         * gst/wavparse/riff.h
24674         * gst/wavparse/wavparse.vcproj
24675           riff.h removal (unused and duplication with riff-ids.h)
24676
24677 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
24678
24679         * gst/wavparse/gstwavparse.h
24680           remove duplicated defines for audio codec codes
24681
24682         * gst-libs/gst/riff/riff-ids.h
24683         * gst/wavenc/riff.h:
24684           add "4CC" code for ATRAC3 audio streams
24685           add "4CC" code for ITU_G721_ADPCM (unused for now)
24686
24687 2004-10-06  Wim Taymans  <wim@fluendo.com>
24688
24689         * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
24690         Actually _do_ negotiation. Pass gdouble as arg instead
24691         of guint64 for the framerate.
24692
24693 2004-10-06  Wim Taymans  <wim@fluendo.com>
24694
24695         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
24696         (find_compatibles), (close_pad_link), (try_to_link_1),
24697         (no_more_pads), (close_link), (type_found):
24698         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
24699         * gst/playback/gstplaybin.c: (gen_video_element),
24700         (gen_audio_element):
24701         Set state on newly added element to READY so that negotiation
24702         can happen ASAP.
24703         Addes some more debug info.
24704         Do not try to plug pads with multiple caps structures or ANY
24705         because it is too dangerous since we do not do dynamic
24706         replugging.
24707
24708 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
24709
24710         written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
24711
24712         * po/LINGUAS:
24713         * po/or.po:
24714           add Oriya translation
24715
24716 2004-10-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24717
24718         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
24719           Prevent overwrite of size member. Makes audio sound crappy.
24720
24721 2004-10-05  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
24722
24723         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
24724         Add rmvb to the list of known RealMedia extensions
24725
24726 2004-10-05  Wim Taymans  <wim@fluendo.com>
24727
24728         * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
24729         (mngdec_openstream), (mngdec_closestream),
24730         (mngdec_handle_sink_event), (mngdec_readdata),
24731         (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
24732         (mngdec_getcanvasline), (mngdec_refresh),
24733         (gst_mngdec_change_state):
24734         Set the framerate correctly.
24735
24736 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24737
24738         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
24739           There was something wrong with the index massaging.
24740
24741 2004-10-04  Wim Taymans  <wim@fluendo.com>
24742
24743         * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
24744         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
24745         (gst_smokedec_chain):
24746         * ext/jpeg/gstsmokedec.h:
24747         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
24748         (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
24749         * ext/jpeg/gstsmokeenc.h:
24750         * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
24751         (smokecodec_decode_new), (smokecodec_info_free),
24752         (smokecodec_set_quality), (smokecodec_get_quality),
24753         (smokecodec_set_threshold), (smokecodec_get_threshold),
24754         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
24755         (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
24756         (smokecodec_encode), (smokecodec_parse_id),
24757         (smokecodec_parse_header), (smokecodec_decode):
24758         * ext/jpeg/smokecodec.h:
24759         * ext/jpeg/smokeformat.h:
24760         Updated smoke, new bitstream, allows embedding in ogg.
24761
24762 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24763
24764         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
24765           Fix seeking in some files. All this code is no longer needed (and
24766           actually breaks stuff) because we now synchronize the full index
24767           right when reading the header.
24768
24769 2004-10-04  Wim Taymans  <wim@fluendo.com>
24770
24771         * configure.ac:
24772         configure update for libmng.
24773
24774 2004-10-04  Wim Taymans  <wim@fluendo.com>
24775
24776         * ext/libmng/Makefile.am:
24777         * ext/libmng/gstmng.c: (plugin_init):
24778         * ext/libmng/gstmng.h:
24779         * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
24780         (gst_mngdec_base_init), (gst_mngdec_class_init),
24781         (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
24782         (gst_mngdec_loop), (gst_mngdec_get_property),
24783         (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
24784         (mngdec_closestream), (mngdec_handle_sink_event),
24785         (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
24786         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
24787         (gst_mngdec_change_state):
24788         * ext/libmng/gstmngdec.h:
24789         * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
24790         (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
24791         (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
24792         (gst_mngenc_chain), (gst_mngenc_get_property),
24793         (gst_mngenc_set_property):
24794         * ext/libmng/gstmngenc.h:
24795         Added basic MNG decoder. Needs more work. The encoder does
24796         not work yet.
24797
24798 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24799
24800         * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
24801         (gst_rmdemux_loop), (gst_rmdemux_add_stream),
24802         (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
24803           Don't hang on length=0 chunks. Some negotiation fixes. Signal
24804           no-more-pads.
24805
24806 2004-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
24807
24808         * configure.ac:
24809           you need at least 1.0.4 of speex
24810
24811 2004-10-04 Iain <iaingnome@gmail.com>
24812
24813         * ext/speex/gstspeexdec.h: Revert the includes changes.
24814
24815         * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
24816
24817 2004-09-30 Iain <iaingnome@gmail.com>
24818
24819         * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
24820         found during init or set as a property instead of hardcoding /dev/audio
24821
24822 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24823
24824         * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
24825         (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
24826         (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
24827         (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
24828         (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
24829         (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
24830         (gst_rmdemux_dump_data):
24831           Use debug category, fix EOS handling. filesrc ! rmdemux now
24832           works.
24833
24834 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24835
24836         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
24837         (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
24838         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
24839           Improve allocation, cutting and sorting of the index. How takes a
24840           few seconds instead of minutes.
24841
24842 2004-10-03  Christophe Fergeau  <teuf@gnome.org>
24843
24844         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
24845           fixed compilation
24846
24847 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24848
24849         * gst-libs/gst/riff/riff-media.c:
24850         (gst_riff_create_video_caps_with_data),
24851         (gst_riff_create_video_template_caps):
24852           Add wing commander format mimetype/fourccs.
24853         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
24854           Don't crash if some value is 0.
24855
24856 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24857
24858         * gst-libs/gst/riff/riff-media.c:
24859         (gst_riff_create_video_caps_with_data),
24860         (gst_riff_create_video_template_caps):
24861           Add DIB fourcc (raw, palettized 8-bit RGB).
24862         * gst-libs/gst/riff/riff-read.c:
24863         (gst_riff_read_strf_vids_with_data):
24864           Oops, fix strf_data reading bug.
24865         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
24866           Use a non-NULL tag.
24867         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
24868           Time for hacks. Sorry Dave. At least one quicktime movie (a
24869           trailer) that I've encountered contains multiple video tracks.
24870           One of those is the actual video track, the other are one-frame
24871           tracks (images). Unfortunately, the number of frames according
24872           to the trak header is 1 for each, so that doesn't help. So
24873           instead, I look at the duration and discard tracks with a
24874           duration shorter than 20% of the length of the stream. Better
24875           than nothing.
24876
24877 2004-10-01  Christian Schaller <christian@fluendo.com>
24878
24879         * ext/ivorbis/vorbis.c:
24880           Patch from Phil Blundell (Bug 152341)
24881
24882 2004-10-01  Wim Taymans  <wim@fluendo.com>
24883
24884         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
24885         (speex_dec_get_formats), (speex_dec_convert),
24886         (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
24887         (speex_dec_chain), (gst_speexdec_get_property),
24888         (gst_speexdec_set_property):
24889         Small cleanups.
24890
24891 2004-10-01  Wim Taymans  <wim@fluendo.com>
24892
24893         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
24894         (gst_wavparse_stream_init), (gst_wavparse_fmt),
24895         (gst_wavparse_other), (gst_wavparse_loop),
24896         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
24897         (gst_wavparse_srcpad_event):
24898         * gst/wavparse/gstwavparse.h:
24899         Added some more debugging info.
24900         Fix the case where the length of the file is 0.
24901         Make sure we seek to sample borders.
24902
24903 2004-10-01  Wim Taymans  <wim@fluendo.com>
24904
24905         * gst/playback/README:
24906         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
24907         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
24908         (try_to_link_1), (no_more_pads), (close_link), (type_found):
24909         Add some debug info to decodebin, update README
24910
24911 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24912
24913         * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
24914           Don't use g_print(); use GST_DEBUG().
24915
24916 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24917
24918         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
24919         (gst_ogg_mux_queue_pads):
24920           Handle EOS properly.
24921
24922 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
24923
24924         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24925
24926         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
24927         (gst_faad_chain), (gst_faad_change_state):
24928         * ext/faad/gstfaad.h:
24929           Allow playback of raw (unframed) MPEG AAC files (#148993).
24930
24931 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
24932
24933         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24934
24935         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
24936           Throw error if we didn't recognize the stream. Fixes #152289.
24937
24938 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24939
24940         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
24941           Fix negotiation.
24942
24943 2004-10-01  Francis Labonte  <francis_labonte@hotmail.com>
24944
24945         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24946
24947         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
24948           Fix memleak.
24949
24950 2004-10-01  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
24951
24952         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24953
24954         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
24955           Solve #152805.
24956         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
24957           Solve 152806.
24958
24959 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24960
24961         * gst-libs/gst/riff/riff-media.c:
24962         (gst_riff_create_video_caps_with_data),
24963         (gst_riff_create_audio_caps_with_data):
24964           Add codec_data handling (like asfdemux used to do).
24965         * gst/asfdemux/gstasf.c: (plugin_init):
24966         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
24967         (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
24968           Use riff-media for caps creation instead of our own (mostly
24969           broken) copy of its functions.
24970
24971 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24972
24973         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
24974           Don't actually error out if we get another return value than
24975           -EINVAL. Opposite to what I first thought, drivers have random
24976           return values for this, although -EINVAL is the expected return
24977           value. Since this is not fatal, we shouldn't use
24978           GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
24979
24980 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24981
24982         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
24983         (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
24984         (dvdreadsrc_get_property), (_open), (_seek), (_read),
24985         (dvdreadsrc_get), (dvdreadsrc_open_file),
24986         (dvdreadsrc_change_state):
24987           Fix. Don't do one big huge loop around the whole DVD, that will
24988           cache all data and thus eat sizeof(dvd) (several GB) before we
24989           see something.
24990         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
24991           Actually NULL'ify event after using it.
24992         * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
24993         (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
24994         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
24995         (gst_ebml_read_seek), (gst_ebml_read_skip):
24996           Handle events.
24997         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
24998         (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
24999         (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
25000           Fix timing (this will probably break if I seek using menus, but
25001           I didn't get there yet). VOBs and normal DVDs should now work.
25002           Add a mpeg2-only pad with high rank so this get autoplugged for
25003           MPEG-2 movies.
25004         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
25005         (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
25006         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
25007         (gst_mpeg_demux_get_audio_stream),
25008         (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
25009         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
25010           Use this as second rank for MPEG-1 and MPEG-2. Still use this for
25011           MPEG-1 but use dvddemux for MPEG-2.
25012         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
25013         (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
25014         (gst_mpeg_parse_parse_packhead):
25015           Timing. Only add pad template if it exists. Add sink template from
25016           class and not from ourselves. This means we will always use the
25017           correct sink template even if it is not the one defined in this
25018           file.
25019
25020 2004-09-29  Wim Taymans  <wim@fluendo.com>
25021
25022         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
25023         (gst_mpeg_demux_parse_pes):
25024         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
25025         Fix playback of mpeg again, timestamps where screwed up by
25026         patch 1.61.
25027
25028 2004-09-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25029
25030         * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
25031           Only return true if we actually filled something in. Prevents
25032           player applications from showing a random length for flac files.
25033         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
25034         (gst_riff_read_use_event), (gst_riff_read_handle_event),
25035         (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
25036         (gst_riff_read_strf_vids_with_data),
25037         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
25038           OK, ok, so I implemented event handling. Apparently it's normal
25039           that we receive random events at random points without asking
25040           for it.
25041         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
25042         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
25043         (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
25044         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
25045         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
25046         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
25047         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
25048         * gst/avi/gstavidemux.h:
25049           Implement non-lineair chunk handling and subchunk processing.
25050           The first solves playback of AVI files where the audio and video
25051           data of individual buffers that we read are not synchronized.
25052           This should not happen according to the wonderful AVI specs, but
25053           of course it does happen in reality. It is also a prerequisite for
25054           the second. Subchunk processing allows us to cut chunks in small
25055           pieces and process each of these pieces separately. This is
25056           required because I've seen several AVI files with incredibly large
25057           audio chunks, even some files with only one audio chunk for the
25058           whole file. This allows for proper playback including seeking.
25059           This patch is supposed to fix all AVI A/V sync issues.
25060         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
25061         (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
25062           Work.
25063         * gst/modplug/gstmodplug.cc:
25064           Proper return value setting for the query() function.
25065         * gst/playback/gstplaybasebin.c: (setup_source):
25066           Being in non-playing state (after, e.g., EOS) is not necessarily
25067           a bad thing. Allow for that. This fixes playback of short files.
25068           They don't actually playback fully now, because the clock already
25069           runs. This means that small files (<500kB) with a small length
25070           (<2sec) will still not or barely play. Other files, such as mod
25071           or flx, will work correctly, however.
25072
25073 2004-09-28  Wim Taymans  <wim@fluendo.com>
25074
25075         * ext/speex/gstspeex.c: (plugin_init):
25076         * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
25077         (gst_speex_dec_class_init), (speex_dec_get_formats),
25078         (speex_get_event_masks), (speex_get_query_types),
25079         (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
25080         (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
25081         (gst_speexdec_get_property), (gst_speexdec_set_property),
25082         (speex_dec_change_state):
25083         * ext/speex/gstspeexdec.h:
25084         * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
25085         (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
25086         (gst_speexenc_base_init), (gst_speexenc_class_init),
25087         (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
25088         (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
25089         (gst_speexenc_src_query), (gst_speexenc_init),
25090         (gst_speexenc_get_tag_value), (comment_init), (comment_add),
25091         (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
25092         (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
25093         (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
25094         (gst_speexenc_chain), (gst_speexenc_get_property),
25095         (gst_speexenc_set_property), (gst_speexenc_change_state):
25096         * ext/speex/gstspeexenc.h:
25097         Rewrote speex encoder, make sure it can be embedded in ogg.
25098         Implemented speex decoder.
25099
25100 2004-09-28  Christian Schaller <christian@fluendo.com>
25101
25102         * configure.ac:
25103         Remove kioslave plugin. Markey is brewing a new working one
25104         * ext/Makefile.am: Remove kioslave plugin
25105         * ext/kio: remove
25106         * gst-plugins.spec.in: remove kio plugin from spec
25107
25108 2004-09-27  Wim Taymans  <wim@fluendo.com>
25109
25110         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
25111         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
25112         (is_sync_frame), (gst_multifdsink_client_queue_buffer),
25113         (gst_multifdsink_new_client),
25114         (gst_multifdsink_handle_client_write),
25115         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
25116         (gst_multifdsink_handle_clients):
25117         * gst/tcp/gstmultifdsink.h:
25118         Make syncing to keyframes actually work for new clients and lagging
25119         clients.
25120
25121 2004-09-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25122
25123         * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
25124         (gst_navigationtest_handle_src_event), (draw_box_planar411),
25125         (gst_navigationtest_planar411), (gst_navigationtest_change_state):
25126         * gst/debug/gstnavigationtest.h:
25127           make navigationtest display button-press and button-release events
25128
25129 2004-09-26 Iain <iaingnome@gmail.com>
25130
25131         * gst/interleave/interleave.c (all_channels_new_media): Checks if all
25132         the channels have received a new media event.
25133         (interleave_buffered_loop): Compresses a new media event on all
25134         channels into one.
25135
25136 2004-09-26 Iain <iaingnome@gmail.com>
25137
25138         * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
25139         call the sinkpad's default event handler and not the srcpads. He also
25140         says this is confusing :)
25141         (gst_wavenc_stop_file): Company says that seek events only go upstream
25142         we should send a discontinuous downstream instead.
25143
25144 2004-09-25  Christian Schaller <christian@fluendo.com>
25145
25146         * Update SPEC file to be usable in conjunction with Fedora Core,
25147           Fedora.us and freshrpms packages
25148         * Fix typo in multifilesrc test Makefile
25149
25150 2004-09-24  Wim Taymans  <wim@fluendo.com>
25151
25152         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
25153         Only signal the no_more_pads signal when we have
25154         added the stream to our list.
25155
25156 2004-09-24  Wim Taymans  <wim@fluendo.com>
25157
25158         * gst/playback/gstplaybasebin.c: (remove_prerolls),
25159         (new_decoded_pad):
25160         * gst/playback/gstplaybasebin.h:
25161         * gst/playback/gstplaybin.c: (setup_sinks):
25162         Don't try to preroll or decode more than one audio/video
25163         track.
25164
25165 2004-09-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25166
25167         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
25168           Throw error if we failed to find a suitable output. This should
25169           throw an error if we successfully set up a pipeline (e.g. because
25170           we recognized a media file) but found no decodable streams in it
25171           (e.g. because it contains only media stream types for which we
25172           have no decoders, or because it's not a media type).
25173
25174 2004-09-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25175
25176         * ext/dirac/Makefile.am:
25177         * ext/dirac/gstdirac.cc:
25178         * ext/dirac/gstdiracdec.cc:
25179         * ext/dirac/gstdiracdec.h:
25180           Do something. Don't actually know if this works because I don't
25181           have a demuxer yet.
25182         * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
25183           Add channels=1 to caps returned from _getcaps().
25184         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
25185         (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
25186         (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
25187         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
25188         (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
25189         (gst_ogm_parse_change_state):
25190           Separate between audio/video so ogmaudioparse actually uses the
25191           audio pad templates. Both audio and video work now, including
25192           autoplugging. Also use sometimes-srcpad hack.
25193         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
25194           Handle events better. Don't hang on infinite loops.
25195         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
25196         (gst_avi_demux_init), (gst_avi_demux_reset),
25197         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
25198         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
25199         (gst_avi_demux_change_state):
25200         * gst/avi/gstavidemux.h:
25201           Improve A/V sync. Still not perfect.
25202         * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
25203         (gst_ebml_read_skip):
25204           Handle events better.
25205         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
25206         (gst_qtdemux_loop_header), (qtdemux_parse_trak),
25207         (qtdemux_audio_caps):
25208           Add IMA4. Improve event handling. Save offset after a seek when
25209           the headers are at the end of the file so that we don't end up in
25210           an infinite loop.
25211         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
25212           Add low-priority typefind support for files with no length.
25213
25214 2004-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
25215
25216         * testsuite/multifilesink/Makefile.am:
25217         fix typo
25218
25219 2004-09-22  Julien MOUTTE  <julien@moutte.net>
25220
25221         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
25222         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
25223         mistakes from thaytan's patches.
25224
25225 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
25226
25227         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
25228           For completeness, XSync in the destroy function as xvimage does.
25229
25230 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
25231
25232         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
25233            Correct caps negotiation
25234         * gst/volume/gstvolume.c: (volume_chain_float),
25235         (volume_chain_int16):
25236            Modify debug output to be little more informative
25237         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
25238         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
25239         (gst_xvimagesink_xvimage_destroy):
25240           Add XSync calls after detaching from the shared memory segment to
25241           avoid a crash.
25242
25243 2004-09-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
25244
25245         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
25246         (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
25247         * ext/vorbis/vorbis.c: (plugin_init):
25248         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
25249         (gst_vorbisenc_chain):
25250         * ext/vorbis/vorbisenc.h:
25251         remove explicit newmedia support from oggmux and vorbisenc
25252         add debug category to vorbisenc
25253         * gst/multifilesink/gstmultifilesink.c:
25254         (gst_multifilesink_class_init), (gst_multifilesink_init),
25255         (gst_multifilesink_dispose), (gst_multifilesink_set_location),
25256         (gst_multifilesink_set_property), (gst_multifilesink_next_file),
25257         (gst_multifilesink_handle_event), (gst_multifilesink_chain),
25258         (plugin_init):
25259         * gst/multifilesink/gstmultifilesink.h:
25260         add support for streamheader in multifilesink
25261
25262 2004-09-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25263
25264         * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
25265         (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
25266         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
25267           Prevent infinite loops. More correct error reporting.
25268         * gst/auparse/gstauparse.c: (gst_auparse_chain):
25269           Error out if negotiation fails.
25270         * gst/playback/gstplaybasebin.c: (setup_source),
25271         (gst_play_base_bin_change_state), (gst_play_base_bin_error),
25272         (gst_play_base_bin_found_tag):
25273           Error/tag forwarding. Pre-roll fixes for source errors on state
25274           changes (e.g. "file does not exist") to prevent hangs.
25275
25276 2004-09-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
25277
25278         * testsuite/multifilesink/Makefile.am:
25279         * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
25280         (gst_newmedia_class_init), (gst_newmedia_init),
25281         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
25282         (newfile_signal), (test_signal), (main):
25283         * testsuite/multifilesink/multifilesrc_test.c: (main):
25284         * testsuite/multifilesink/oggtheora_test.c:
25285         (gst_newmedia_base_init), (gst_newmedia_class_init),
25286         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
25287         (test_format), (newfile_signal), (test_signal), (main):
25288         * testsuite/multifilesink/oggvorbis_test.c:
25289         (gst_newmedia_base_init), (gst_newmedia_class_init),
25290         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
25291         (test_format), (newfile_signal), (test_signal), (main):
25292         * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
25293         (gst_newmedia_class_init), (gst_newmedia_init),
25294         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
25295         (newfile_signal), (test_signal), (main):
25296         New media tests
25297
25298 2004-09-20  Christian Schaller <christian@fluendo.com>
25299
25300         * Fix mikmod license to LGPL as they have relicensed
25301         * Move Dirac and Effectv into LGPL section of README_license
25302
25303 2004-09-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25304
25305         * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
25306         (gst_mad_change_state):
25307           Allow for mp3 rate/channels changes. However, only very
25308           conservatively. Reason that we *have* to enable this is smiply
25309           because the mad find_sync() function is not good enough, it will
25310           regularly sync on random data as valid frames and therefore make
25311           us provide random caps as *final* caps of the stream. The best fix
25312           I could think of is to simply require several of the same stream
25313           changes in a row before we change caps.
25314           The actual testcase that works now is #
25315         * ext/ogg/Makefile.am:
25316         * ext/ogg/gstogg.c: (plugin_init):
25317         * ext/ogg/gstogmparse.c:
25318           OGM support (video only for now; I need an audio sample file).
25319         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
25320         (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
25321         (gst_asf_demux_add_video_stream):
25322           WMV extradata.
25323         * gst/playback/gstplaybasebin.c: (unknown_type):
25324           Don't error out on single unknown-types after all. It's wrong.
25325           If we found type of video and audio but not of a subtitle stream,
25326           it will still error out (which is unwanted). Will find a better fix
25327           later on.
25328         * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
25329         (ogmaudio_type_find), (plugin_init):
25330           OGM support.
25331
25332 2004-09-20  Johan Dahlin  <johan@gnome.org>
25333
25334         * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
25335         after setting caps.
25336
25337 2004-09-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
25338
25339         * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
25340         * gst/wavenc/gstwavenc.h:
25341         Added newmedia support to wavenc
25342
25343 2004-09-17  Wim Taymans  <wim@fluendo.com>
25344
25345         * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
25346         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
25347         (gst_fdset_fd_can_write), (gst_fdset_wait):
25348         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
25349         (gst_multifdsink_init), (gst_multifdsink_add),
25350         (gst_multifdsink_remove), (gst_multifdsink_get_stats),
25351         (gst_multifdsink_remove_client_link),
25352         (gst_multifdsink_client_queue_buffer),
25353         (gst_multifdsink_handle_client_write),
25354         (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
25355         (gst_multifdsink_close), (gst_multifdsink_change_state):
25356         * gst/tcp/gstmultifdsink.h:
25357         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
25358         (gst_tcpserversink_removed):
25359         Small cleanups in fdset.c
25360         Use a hastable to map fd to the client structure for faster
25361         lookup in _remove and get_stats.
25362         Added virtual function to close the fds.
25363         Handle clients even when the select/poll call was unblocked because
25364         of a command.
25365         Implement syncing to keyframe in the recovery procedure.
25366
25367 2004-09-16 Iain <iaingnome@gmail.com>
25368
25369         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
25370         try caps.
25371
25372 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25373
25374         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
25375           Caps are only set if the type of the stream is unknown, but this
25376           is initialized in ->init_stream(), so set to UNKNOWN after calling
25377           ->init_stream() so that capsnego starts.
25378
25379 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25380
25381         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
25382         (gst_avi_demux_stream_data):
25383           Just hardcode for raw audio then. AVI audio sucks.
25384
25385 2004-09-15  Arwed v. Merkatz  <v.merkatz@gmx.net>
25386
25387         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
25388         * gst/matroska/matroska-mux.c: (audiosink_templ),
25389         (gst_matroska_mux_audio_pad_link):
25390         * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
25391         Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
25392
25393 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25394
25395         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
25396         (gst_avi_demux_stream_data):
25397           Try to fix a/v sync issues.
25398
25399 2004-09-15  David Schleef  <ds@schleef.org>
25400
25401         * configure.ac: remove NASM check, since we don't use it.  Update
25402         dirac check to 0.4
25403         * ext/dirac/gstdiracdec.cc: update to current 0.4 API
25404         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
25405         Initialized variables.
25406         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
25407         (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
25408         (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
25409         SVQ3 format
25410
25411 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25412
25413         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
25414         (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
25415         * gst/avi/gstavidemux.h:
25416           Fix for compressed audio (mp3) timestamp generation. How did this
25417           ever work?
25418
25419 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25420
25421         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
25422           Volume is a double not a float.
25423
25424 2004-09-15  Wim Taymans  <wim@fluendo.com>
25425
25426         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
25427         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
25428         Don't close the fd in multifdsink as we didn't open it in the
25429         first place. Some cleanups.
25430
25431 2004-09-15  Wim Taymans  <wim@fluendo.com>
25432
25433         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
25434         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
25435         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
25436         Fix the case where the muxer would mark pages as delta
25437         frames when they are not (vorbis only ogg).
25438
25439 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25440
25441         * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
25442         (gst_play_base_bin_change_state):
25443           Handle the case where we failed to setup a clear pipeline. This
25444           will throw an error (or EOS, another nice case) and if you don't
25445           catch that, the app will wait for the signal forever (and thus
25446           hang).
25447
25448 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25449
25450         * ext/gnomevfs/gstgnomevfssink.c:
25451         (gst_gnomevfssink_uri_get_protocols):
25452         * ext/gnomevfs/gstgnomevfssrc.c:
25453         (gst_gnomevfssrc_uri_get_protocols):
25454         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
25455         * ext/gnomevfs/gstgnomevfsuri.h:
25456           Use _uri_new() instead of _open(), so it doesn't take as long and
25457           Christophe's computer won't hang.
25458         * gst/playback/gstplaybasebin.c: (unknown_type):
25459           Throw error on unknown media type, so apps actually display it.
25460
25461 2004-09-14  Brian Cameron  <brian.cameron@sun.com
25462
25463         * tools/gst-launch-ext-m.m:  Changed ~ to $ENV{HOME} to allow
25464           this script to work on Solaris since bash shell handles echo
25465           differenly than bash.
25466
25467 2004-09-17  Wim Taymans  <wim@fluendo.com>
25468
25469         * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
25470         (setup_source), (gst_play_base_bin_set_property),
25471         (gst_play_base_bin_add_element):
25472         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
25473         Some more work on making sure seeking pauses the pipeline and
25474         that changing the uri actually does something.
25475
25476 2004-09-17  Wim Taymans  <wim@fluendo.com>
25477
25478         * gst/tcp/gstfdset.c: (gst_fdset_wait):
25479         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
25480         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
25481         (gst_tcpserversink_close):
25482         Be a bit more paranoid when freeing memory.
25483
25484 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25485
25486         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
25487         (qtdemux_parse_trak):
25488           Don't crash by dividing by zero (see sample movie in #126922).
25489
25490 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25491
25492         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
25493           Don't touch non-existing data (fixes crash on file in #140147).
25494
25495 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25496
25497         * gst/playback/gstplaybasebin.c:
25498         (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
25499           Handle double disposals, and proper change of URIs.
25500
25501 2004-09-13  Martin Eikermann <meiker@upb.de>
25502
25503         * gst/mpegstream/gstmpegparse.c:
25504           fix synchronistation for streams recorded from digital PCR
25505           fixes bug #119376
25506
25507 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25508
25509         * ext/gnomevfs/Makefile.am:
25510         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
25511         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
25512         (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
25513         (gst_gnomevfssink_uri_get_type),
25514         (gst_gnomevfssink_uri_get_protocols),
25515         (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
25516         (gst_gnomevfssink_uri_handler_init),
25517         (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
25518         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
25519         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
25520         (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
25521         (gst_gnomevfssrc_uri_get_type),
25522         (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
25523         (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
25524         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
25525         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
25526         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
25527         * ext/gnomevfs/gstgnomevfsuri.h:
25528           Add URI support to Gnome-VFS plugins. Tries to load a fixed list
25529           of fake URIs to see which this version of Gnome-VFS likes, and
25530           uses that for the Gst-URI interface. Makes playbin support http://
25531           streams. Also fix up some stupid behaviour in gnomevfssrc.
25532
25533 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25534
25535         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
25536         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
25537         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
25538         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
25539           Update mixer (to sync with other sessions) if we try to obtain
25540           a new value. This makes alsamixer work accross applications.
25541         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
25542           Only call sync functions if we're running, else alsalib asserts.
25543         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
25544           Sometimes fails to compile. Possibly a gcc bug.
25545         * gst/playback/gstplaybin.c: (gen_video_element),
25546         (gen_audio_element):
25547           Add a reference to an application-provided object, because we lose
25548           this same reference if we add it to the bin. If we don't do this,
25549           we can only use this object once and thus crash if we go from
25550           ready to playing, back to ready and back to playing again.
25551           Also add an audioscale element because several cheap soundcards -
25552           like mine - don't support all samplerates.
25553         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
25554         (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
25555           Fix wrong order or PAR calls. Makes automatically obtained PAR
25556           from the X server atually being used.
25557
25558 2004-09-12  David Schleef  <ds@schleef.org>
25559
25560         Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
25561         #151887, #152102, #152247.
25562         * examples/indexing/indexmpeg.c: 64-bit warning fixes.
25563         * examples/seeking/cdparanoia.c: same
25564         * examples/seeking/cdplayer.c: same
25565         * examples/seeking/seek.c: same
25566         * examples/seeking/spider_seek.c: same
25567         * examples/seeking/vorbisfile.c: same
25568         * examples/stats/mp2ogg.c: same
25569         * ext/esd/esdsink.c: (gst_esdsink_class_init),
25570         (gst_esdsink_dispose): Dispose of element properly.
25571         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
25572         fixes.
25573         * ext/nas/nassink.c: (gst_nassink_class_init),
25574         (gst_nassink_dispose): Dispose of element correctly.
25575         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
25576         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
25577         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
25578         Fix 64-bit warning.
25579         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
25580         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
25581         Fix 64-bit warning.
25582
25583 2004-09-12  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
25584
25585         * configure.ac : change speex detection as 1.1.6 now uses
25586           .pc/pkg-config and they changed their headers location.
25587
25588 2004-09-09  Arwed v. Merkatz  <v.merkatz@gmx.net>
25589
25590         * gst/matroska/matroska-mux.h:
25591         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
25592         (gst_matroska_mux_start), (gst_matroska_mux_finish),
25593         (gst_matroska_mux_write_data):
25594           Write multiple blocks/frames per cluster.
25595                 Write meta-seek information (seek heads).
25596
25597 2004-09-09  Scott Wheeler <wheeler@kde.org>
25598
25599         * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
25600         (gst_play_bin_set_property), (gst_play_bin_get_property),
25601         (gen_audio_element), (gen_audio_element):
25602           Add a volume element / property to the pipeline.
25603
25604 2004-09-07  Wim Taymans  <wim@fluendo.com>
25605
25606         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
25607         Copy timestamps from the master pad to the output buffers.
25608
25609 2004-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
25610
25611         * ext/raw1394/gstdv1394src.c:
25612           throw errors when applicable
25613
25614 2004-09-01  Arwed v. Merkatz  <v.merkatz@gmx.net>
25615
25616         * gst/matroska/ebml-ids.h:
25617         * gst/matroska/ebml-read.c: (gst_ebml_read_date):
25618         * gst/matroska/ebml-write.c: (gst_ebml_write_date):
25619         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
25620           automatically convert unix time <-> ebml time when reading/writing
25621           a date, use gst_ebml_write_uint to write CUETIME,
25622           not gst_ebml_write_date.
25623         * gst/matroska/matroska-ids.h:
25624         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
25625         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
25626         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
25627         (gst_matroska_mux_write_data):
25628           Write track and segment UIDs, write muxing date, write
25629           TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
25630           Create cues for audio only files.
25631
25632 2004-08-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25633
25634         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
25635         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
25636           Re-commit ALSA switches.
25637         * gst/adder/gstadder.c: (gst_adder_loop):
25638           64-bit fix (#151416).
25639         * gst/debug/progressreport.c: (gst_progressreport_report):
25640           64-bit fix (#151419).
25641         * gst/matroska/matroska-demux.c:
25642         (gst_matroska_demux_parse_contents):
25643           64-bit fix (#151420).
25644         * gst/playback/test3.c: (update_scale):
25645           64-bit fix (#151421).
25646
25647 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
25648
25649         * configure.ac:
25650           bump nano to cvs
25651
25652 === release 0.8.4 ===
25653
25654 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
25655
25656         * configure.ac: releasing 0.8.4, "Alias"
25657
25658 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
25659
25660         * ext/theora/Makefile.am:
25661           fix makefile.  Fixes #151462.
25662
25663 2004-08-30  Wim Taymans  <wim@fluendo.com>
25664
25665         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
25666         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
25667         (gst_multifdsink_remove_client_link),
25668         (gst_multifdsink_client_queue_buffer),
25669         (gst_multifdsink_handle_client_write):
25670         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
25671         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
25672         Fix some memory leaks.
25673
25674 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
25675
25676         Patch by: David Schleef
25677
25678         * configure.ac:
25679         * sys/Makefile.am:
25680           rename our detection macro for V4L2.  Fixes #151236.
25681
25682 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
25683
25684         Patch by: David Schleef
25685
25686         * configure.ac:
25687           check to define LAMEPRESET.  Fixes #151232.
25688
25689 2004-08-27  David Schleef  <ds@schleef.org>
25690
25691         * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
25692         (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
25693         (gst_glimagesink_fixate):  Move local variable declarations to
25694         make gcc-2.95 happy.
25695
25696 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
25697
25698         * configure.ac:
25699           bump nano for prerelease
25700
25701 2004-08-27  David Schleef  <ds@schleef.org>
25702
25703         * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
25704         * sys/sunaudio/gstsunaudiosrc.c:
25705         * sys/sunaudio/gstsunaudiosrc.h:
25706
25707 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
25708
25709         * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
25710         handle EOS correctly
25711         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
25712         * gst/matroska/matroska-mux.h:
25713         added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
25714         VFW compatibility mode
25715
25716 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
25717
25718         patch by: Zaheer Abbas Merali
25719
25720         * ext/ogg/gstoggmux.c:
25721         * ext/vorbis/vorbisenc.c:
25722         * ext/vorbis/vorbisenc.h:
25723           handle NEWMEDIA
25724
25725 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
25726
25727         * gst/matroska/ebml-write.c: (gst_ebml_write_float),
25728         fix byte order reversion on little endian machines.
25729         * gst/matroska/matroska-mux.c: (audiosink_templ),
25730         (gst_matroska_mux_audio_pad_link):
25731         add TTA codec to the list of supported codecs.
25732         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
25733         (gst_matroska_mux_start), (gst_matroska_mux_finish),
25734         (gst_matroska_mux_write_data):
25735         * gst/matroska/matroska-mux.h:
25736         write segment duration correctly, write muxing app string, fixes bugs
25737         #140897 and #140898.
25738         * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
25739         wait for all pads to be negotiated before starting to mux.
25740
25741 2004-08-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
25742
25743         * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
25744         * ext/lame/gstlame.h:
25745         Added new media support to lame
25746
25747 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
25748
25749         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
25750         send vorbis headers at the beginning of a stream, fixes bug #141554.
25751         Interpret BLOCKDURATION and set buffer duration accordingly, fixes
25752         bug #148950.
25753         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
25754         (gst_matroska_demux_plugin_init):
25755         * gst/matroska/matroska-ids.h:
25756         enable demuxing of TTA audio streams, fixes bug #148951.
25757         * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
25758         enable typefinding for TTA audio files, fixes bug #148711.
25759         * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
25760         set XVID_LOWDELAY flag for decoding so xvid always returns an image,
25761         fixes playback of packed bitstream and xvid with bframes, bug #135407.
25762
25763 2004-08-24  Sebastien Cote  <sc5@hermes.usherb.ca>
25764
25765         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
25766         (gst_riff_read_element_data), (gst_riff_read_seek),
25767         (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
25768         #144616, patch reviewed by Ronald and committed by Christophe Fergeau
25769         <teuf@gnome.org>
25770
25771 2004-08-23 Iain <iaingnome@gmail.com>
25772
25773         * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
25774         tags. They appear to be handled differently to normal.
25775         (tag_list_to_id3_tag_foreach): Ditto.
25776
25777 2004-08-22  Wim Taymans  <wim@fluendo.com>
25778
25779         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
25780         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
25781         Make sure we never send -1 granulepos.
25782
25783 2004-08-20  Wim Taymans  <wim@fluendo.com>
25784
25785         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
25786         (gst_ogg_mux_loop):
25787         I will accept bitchslappings with non sharp objects.
25788
25789 2004-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
25790
25791         * configure.ac:
25792         Clean up the test for lame presets
25793
25794 2004-08-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
25795
25796         * configure.ac:
25797         * ext/lame/Makefile.am:
25798         * ext/lame/gstlame.c: (gst_lame_class_init),
25799         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
25800         Only enable lame presets if version of lame has presets in API
25801
25802 2004-08-19  Jan Schmidt  <thaytan@mad.scientist.com>
25803         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
25804         * gst/udp/gstudpsrc.h:
25805           Don't call gst_pad_push in a get function. Fixes #150449
25806
25807 2004-08-18  Wim Taymans  <wim@fluendo.com>
25808
25809         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
25810         (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
25811         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
25812         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
25813         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
25814         (gst_fdset_wait):
25815         * gst/tcp/gstfdset.h:
25816         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
25817         (gst_multifdsink_client_queue_buffer),
25818         (gst_multifdsink_handle_client_write):
25819         * gst/tcp/gstmultifdsink.h:
25820         Some extra checks in gstfdset.
25821         Only use send() when the fd is a socket. Don't try to
25822         read from write only fds.
25823
25824 2004-08-18  Wim Taymans  <wim@fluendo.com>
25825
25826         * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
25827         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
25828         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
25829         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
25830         (gst_fdset_wait):
25831         Add more locking and bounds checking.
25832
25833 2004-08-18  Wim Taymans  <wim@fluendo.com>
25834
25835         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
25836         Realloc test fdset in the lock and right before starting
25837         the poll call. Bump the limit to 4096.
25838
25839 2004-08-17  David Schleef  <ds@schleef.org>
25840
25841         * sys/sunaudio/Makefile.am:
25842         * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
25843         of rates and channels.  Make debugging less obnoxious.
25844
25845         Patch from Balamurali Viswanathan implementing a mixer for
25846         Sun audio.  (bug #144091):
25847         * sys/sunaudio/gstsunelement.c:
25848         * sys/sunaudio/gstsunelement.h:
25849         * sys/sunaudio/gstsunmixer.c:
25850         * sys/sunaudio/gstsunmixer.h:
25851
25852 2004-08-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
25853
25854         * gst/audioscale/gstaudioscale.c:
25855         * gst/audioscale/gstaudioscale.h:
25856         made audioscale resample from any sample rate to any sample rate
25857
25858 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
25859
25860         * ext/libpng/gstpngdec.c:
25861           error out on unsupported types
25862
25863 2004-08-17  Iain <iaingnome@gmail.com>
25864
25865         * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
25866         mid_side and loose_mid_side properties if its a stereo stream.
25867
25868 2004-08-17  Wim Taymans  <wim@fluendo.com>
25869
25870         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
25871         (theora_get_formats), (theora_dec_src_convert),
25872         (theora_dec_sink_convert), (theora_dec_src_query),
25873         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
25874         Add a debug line.
25875
25876 2004-08-17  Wim Taymans  <wim@fluendo.com>
25877
25878         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
25879         (gst_ogg_pad_push):
25880         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
25881         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
25882         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
25883         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
25884         Mark delta units in the muxer.
25885         Try to decode the packet after an out-of-sync error from
25886         libogg.
25887
25888 2004-08-17  Wim Taymans  <wim@fluendo.com>
25889
25890         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
25891         (gst_multifdsink_init), (gst_multifdsink_add),
25892         (gst_multifdsink_client_queue_buffer),
25893         (gst_multifdsink_set_property), (gst_multifdsink_get_property):
25894         * gst/tcp/gstmultifdsink.h:
25895         Added option to send a keyframe to clients as the first buffer.
25896         Make timeout property writable.
25897
25898 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
25899
25900         patch by: Wim Taymans
25901
25902         * gst/tcp/gstfdset.c:
25903         * gst/tcp/gstmultifdsink.c:
25904           fix index comparison, should include 0
25905
25906 2004-08-16  Wim Taymans  <wim@fluendo.com>
25907
25908         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
25909         (gst_fdset_add_fd), (gst_fdset_remove_fd),
25910         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
25911         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
25912         (gst_fdset_wait):
25913           copy when reallocing for poll so the select arguments don't get
25914           changed during the call
25915
25916 2004-08-16  Wim Taymans  <wim@fluendo.com>
25917
25918         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
25919         (gst_theora_enc_class_init), (theora_enc_sink_link),
25920         (theora_buffer_from_packet), (theora_enc_chain):
25921         Fix bug where buffers were not marked as keyframes
25922         correctly.
25923
25924 2004-08-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
25925
25926         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
25927         (gst_lame_preset_get_type), (gst_lame_class_init):
25928         describe the enum values for vbr mode and presets more verbosely
25929
25930 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
25931
25932         * ext/lame/gstlame.c: (gst_lame_mode_get_type),
25933         (gst_lame_quality_get_type), (gst_lame_padding_get_type),
25934         (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
25935         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
25936         * ext/lame/gstlame.h:
25937         add preset property to lame so it can use lame presets
25938
25939 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
25940
25941         * ext/lame/gstlame.c: (gst_lame_get_property):
25942         whoops forgot break, thanks teuf
25943
25944 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
25945
25946         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
25947         (gst_lame_class_init), (gst_lame_src_getcaps),
25948         (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
25949         (gst_lame_get_property), (gst_lame_setup):
25950         * ext/lame/gstlame.h:
25951         fix lame's broken vbr stuff, allow it to resample if need be, and also
25952         make xing header optional
25953
25954 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
25955
25956         * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
25957         added getcaps function so samplerate doesnt get fixated to silly values
25958
25959 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
25960
25961         * ext/lame/gstlame.c: (gst_lame_src_link):
25962         revert previous fix
25963
25964 2004-08-12  Johan Dahlin  <johan@gnome.org>
25965
25966         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
25967         checks. Doesn't matter what state we are in. Interfaces are a
25968         compile time thing, not runtime. It also broke the python bindings.
25969
25970 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
25971
25972         * ext/lame/gstlame.c: (gst_lame_src_link):
25973         made source pad link function check if sinkpad is ok..fixes the problem
25974         where core fixates the output rate of lame stupidly
25975
25976 2004-08-12  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
25977
25978         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
25979         * sys/v4l/v4l_calls.c:
25980         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
25981           fix fixate function to handle nonsimple caps.
25982           remove bogus check in _link
25983           cleanups
25984
25985 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
25986
25987         * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
25988         set default compression ratio parameter to 0.0 so bitrate parameter
25989         works :)
25990
25991 2004-08-11  David Schleef  <ds@schleef.org>
25992
25993         * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
25994
25995 2004-08-11  David Schleef  <ds@schleef.org>
25996
25997         * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
25998         before.
25999
26000 2004-08-11  David Schleef  <ds@schleef.org>
26001
26002         * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
26003
26004 2004-08-11  David Schleef  <ds@schleef.org>
26005
26006         * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
26007           license field
26008         * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
26009         * gst-libs/gst/video/gstvideosink.c: Change copyright block to
26010           LGPL.
26011         * gst/auparse/gstauparse.c: Fix plugin license field.
26012         * gst/monoscope/gstmonoscope.c: Fix plugin license field.
26013         * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
26014         * gst/rtp/gstrtp.c: Fix plugin license field.
26015
26016 2004-08-11  Wim Taymans  <wim@fluendo.com>
26017
26018         * gst/tcp/Makefile.am:
26019         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
26020         (ensure_size), (gst_fdset_new), (gst_fdset_free),
26021         (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
26022         (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
26023         (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
26024         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
26025         (gst_fdset_fd_can_write), (gst_fdset_wait):
26026         * gst/tcp/gstfdset.h:
26027         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
26028         (gst_multifdsink_class_init), (gst_multifdsink_init),
26029         (gst_multifdsink_add), (gst_multifdsink_remove),
26030         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
26031         (gst_multifdsink_remove_client_link),
26032         (gst_multifdsink_handle_client_read),
26033         (gst_multifdsink_client_queue_data),
26034         (gst_multifdsink_client_queue_caps),
26035         (gst_multifdsink_client_queue_buffer),
26036         (gst_multifdsink_handle_client_write),
26037         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
26038         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
26039         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
26040         (gst_multifdsink_close):
26041         * gst/tcp/gstmultifdsink.h:
26042         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
26043         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
26044         (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
26045         (gst_tcpserversink_close):
26046         * gst/tcp/gsttcpserversink.h:
26047         Abstracted away the select call, implemented poll (yes we ran into
26048         the 1024 limit in production).
26049
26050 2004-08-11  Thomas Vander Stichele  <thomas at apestaart dot org>
26051
26052         * gst/tcp/gsttcp.c:
26053         * gst/tcp/gsttcpplugin.c:
26054           improve debuggging, remove assert
26055
26056 2004-08-10  Wim Taymans  <wim@fluendo.com>
26057
26058         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
26059         (gst_client_status_get_type), (gst_multifdsink_class_init),
26060         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
26061         (gst_multifdsink_handle_client_read),
26062         (gst_multifdsink_handle_client_write),
26063         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
26064         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
26065         (gst_multifdsink_get_property):
26066         * gst/tcp/gstmultifdsink.h:
26067         * gst/tcp/gsttcp-marshal.list:
26068         Starting to prepare for specifying buffer time in other units
26069         than buffers. Expose remove reason in signal.
26070
26071 2004-08-10  Wim Taymans  <wim@fluendo.com>
26072
26073         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
26074         (gst_multifdsink_remove), (gst_multifdsink_clear),
26075         (gst_multifdsink_remove_client_link),
26076         (gst_multifdsink_handle_client_read),
26077         (gst_multifdsink_client_queue_data),
26078         (gst_multifdsink_client_queue_buffer),
26079         (gst_multifdsink_handle_client_write),
26080         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
26081         (gst_multifdsink_chain), (gst_multifdsink_close):
26082         * gst/tcp/gstmultifdsink.h:
26083         Added more debugging info. Changed the way clients are
26084         removed from the lists. Fixed a bug where a bad file descriptor
26085         could cause many clients to be removed.
26086
26087 2004-08-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26088
26089         * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
26090           allow all pixel-aspect-ratios, not just 1:1
26091
26092 2004-08-09  David Schleef  <ds@schleef.org>
26093
26094         * sys/glsink/ARB_multitexture.h:  Remove old files.
26095         * sys/glsink/EXT_paletted_texture.h:
26096         * sys/glsink/NV_register_combiners.h:
26097         * sys/glsink/gstgl_nvimage.c:
26098         * sys/glsink/gstgl_pdrimage.c:
26099         * sys/glsink/gstgl_rgbimage.c:
26100         * sys/glsink/gstglsink.c:
26101         * sys/glsink/gstglsink.h:
26102         * sys/glsink/gstglxwindow.c:
26103         * sys/glsink/regcomb_yuvrgb.c:
26104
26105 2004-08-09  David Schleef  <ds@schleef.org>
26106
26107         Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
26108         GL sink plugin.  (Bug #147302)
26109
26110         * configure.ac: Test for OpenGL
26111         * sys/Makefile.am: Use test for OpenGL
26112         * sys/glsink/Makefile.am:
26113         * sys/glsink/glimagesink.c: rewrite
26114         * sys/glsink/glimagesink.h: rewrite
26115
26116 2004-08-09  David Schleef  <ds@schleef.org>
26117
26118         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init):  Only allow
26119         sane framerates.
26120         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
26121         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
26122         * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
26123
26124 2004-08-09  Wim Taymans  <wim@fluendo.com>
26125
26126         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
26127         (gst_multifdsink_add), (gst_multifdsink_get_stats),
26128         (gst_multifdsink_client_remove),
26129         (gst_multifdsink_handle_client_read),
26130         (gst_multifdsink_handle_client_write),
26131         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
26132         Do a bit more logging, make the client_read code more robust.
26133
26134 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
26135
26136         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
26137         (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
26138         (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
26139         (gst_jpegdec_init), (gst_jpegdec_chain):
26140         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
26141         (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
26142           cleanups, debugging fixes and memleak plugging
26143
26144 2004-08-09  Wim Taymans  <wim@fluendo.com>
26145
26146         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
26147         (theora_get_formats), (theora_dec_src_convert),
26148         (theora_dec_sink_convert), (theora_dec_src_query),
26149         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
26150         (theora_dec_change_state):
26151         Don't crash on missing header packets.
26152
26153 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
26154
26155         * po/LINGUAS:
26156         * po/sq.po:
26157           Added Albanian translation (Laurent Dhima)
26158         * po/cs.po:
26159           updated
26160
26161 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
26162
26163         * ext/lame/gstlame.c:
26164           fix/add debugging
26165
26166 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
26167
26168         * sys/ximage/ximagesink.c:
26169         * sys/xvimage/xvimagesink.c:
26170           assign all TOO_LAZY's to a real category.  Thanks to Warthy Warthog.
26171
26172 2004-08-06  Wim Taymans  <wim@fluendo.com>
26173
26174         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
26175         (gst_multifdsink_add), (gst_multifdsink_get_stats),
26176         (gst_multifdsink_client_remove),
26177         (gst_multifdsink_handle_client_read),
26178         (gst_multifdsink_handle_client_write),
26179         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
26180         Make sure we don't try to read more from a client that what
26181         ioctl says us or we deadlock.
26182
26183 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
26184
26185         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
26186         (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
26187         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
26188           decouple running_time and n_frames so it can handle changing
26189           framerate while running
26190
26191 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
26192
26193         * po/nl.po:
26194         * po/sv.po:
26195           updated translations
26196
26197 2004-08-04  Benjamin Otte  <otte@gnome.org>
26198
26199         * gst/videotestsrc/gstvideotestsrc.c:
26200         (gst_videotestsrc_get_capslist), (generate_capslist),
26201         (plugin_init):
26202           generate the list of supported caps at startup and reuse it instead
26203           of always generating it
26204
26205 2004-07-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26206
26207         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
26208           whoops, last checkin broke normal build
26209
26210 2004-08-03  Benjamin Otte  <otte@gnome.org>
26211
26212         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
26213         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
26214         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
26215         (gst_alsa_mixer_get_option):
26216         * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
26217         (dvdnavsrc_print_event):
26218         * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
26219         * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
26220         (gst_ogg_mux_pad_unlink):
26221         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
26222         (gst_multipart_mux_pad_unlink):
26223         * gst/videofilter/gstvideobalance.c:
26224         (gst_videobalance_colorbalance_set_value):
26225         * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
26226         (gst_videomixer_pad_unlink):
26227         * po/uk.po:
26228         * sys/oss/gstossmixer.c:
26229         * sys/v4l/gstv4lcolorbalance.c:
26230         * sys/v4l/gstv4ltuner.c:
26231         * sys/v4l/v4lsrc_calls.c:
26232         * sys/v4l2/gstv4l2colorbalance.c:
26233         * sys/v4l2/gstv4l2tuner.c:
26234           compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
26235
26236 2004-08-03  Benjamin Otte  <otte@gnome.org>
26237
26238         * examples/dynparams/filter.c: (ui_control_create):
26239         * examples/gstplay/player.c: (print_tag):
26240         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
26241         * ext/gdk_pixbuf/gstgdkanimation.c:
26242         (gst_gdk_animation_iter_may_advance):
26243         * ext/jack/gstjack.c: (gst_jack_request_new_pad):
26244         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
26245         (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
26246         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
26247         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
26248         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
26249         * gst-libs/gst/media-info/media-info-test.c: (print_tag):
26250         * gst/sine/demo-dparams.c: (main):
26251         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
26252         * testsuite/alsa/formats.c: (create_pipeline):
26253         * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
26254           fixes for G_DISABLE_ASSERT and friends
26255         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
26256         (mp3_type_frame_length_from_header), (mp3_type_find),
26257         (plugin_init):
26258           require mp3 typefinding to have at least MIN_HEADERS valid headers
26259           add typefinding for AAC adts files
26260
26261 2004-08-04  Jan Schmidt  <thaytan@mad.scientist.com>
26262
26263         * sys/ximage/ximagesink.c:
26264         (gst_ximagesink_calculate_pixel_aspect_ratio):
26265         * sys/xvimage/xvimagesink.c:
26266         (gst_xvimagesink_calculate_pixel_aspect_ratio):
26267         Make sure we calculate pixel-aspect-ratio using floating point maths
26268
26269 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
26270
26271         * po/uk.po:
26272           updated translation
26273
26274 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
26275
26276         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
26277         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
26278           add debugging for display PAR calculation
26279
26280 2004-08-02  David Schleef  <ds@schleef.org>
26281
26282         * configure.ac: Fix mikmod CFLAGS.
26283
26284 2004-07-27  Benjamin Otte  <otte@gnome.org>
26285
26286         * gst/audioscale/gstaudioscale.c:
26287         - fix templates to only support S16, it's the only format that works
26288         - make caps nego code use try_set_caps_nonfixed and fixation instead
26289         of try_set_caps twice, which is not nice for autopluggers
26290         - change rank to secondary, so autopluggers can pick it up after
26291         audioconvert
26292
26293 2004-08-02  Iain <iain@prettypeople.org>
26294
26295         * gst/interleave/interleave.c (interleave_init),
26296         (interleave_request_new_pad),
26297         (interleave_pad_removed),
26298         (interleave_buffered_loop): Use the real pad count, not the artificial
26299         one.
26300
26301 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
26302
26303         * configure.ac: bump nano back to development
26304
26305 === release 0.8.3 ===
26306
26307 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
26308
26309         * configure.ac: releasing 0.8.3, "Water"
26310
26311 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
26312
26313         * sys/xvimage/xvimagesink.c:
26314         (gst_xvimagesink_calculate_pixel_aspect_ratio),
26315         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
26316         (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
26317         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
26318         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
26319         * sys/xvimage/xvimagesink.h:
26320           apply similar PAR fixes as to ximagesink
26321
26322 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
26323
26324         patch from: Benjamin Otte
26325
26326         * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
26327           add link function to lame.  Fixes #148986.
26328
26329 2004-08-02  Johan Dahlin  <johan@gnome.org>
26330
26331         * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
26332         fix debugging log
26333
26334 2004-07-30  David Schleef  <ds@schleef.org>
26335
26336         * gst/videomixer/Makefile.am: Fix things that should have been
26337         fixed in the last checkin.
26338
26339 2004-07-30  David Schleef  <ds@schleef.org>
26340
26341         * gst/multipart/Makefile.am: Fix things that should have been
26342         fixed in the last checkin.
26343
26344 2004-07-30  David Schleef  <ds@schleef.org>
26345
26346         * testsuite/multifilesink/Makefile.am: Fix unused variable.
26347
26348 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
26349
26350         * configure.ac:
26351           bump nano for prerelease
26352         * po/af.po:
26353         * po/az.po:
26354         * po/cs.po:
26355         * po/en_GB.po:
26356         * po/hu.po:
26357         * po/nl.po:
26358         * po/sr.po:
26359         * po/sv.po:
26360         * po/uk.po:
26361           updates
26362
26363 2004-07-30  Wim Taymans  <wim@fluendo.com>
26364
26365         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
26366         (gst_multifdsink_add), (gst_multifdsink_remove),
26367         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
26368         (gst_multifdsink_client_remove),
26369         (gst_multifdsink_handle_client_write),
26370         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
26371         * gst/tcp/gstmultifdsink.h:
26372         Recover from a select with a bad file descriptor by removing
26373         the client.
26374
26375 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
26376
26377         * configure.ac:
26378           fix requirement of core
26379         * gst-libs/gst/play/play.c: (gst_play_error_plugin),
26380         (gst_play_pipeline_setup):
26381           don't use colorspace element.  do use hermescolorspace element.
26382           make macro to get a colorspace element.
26383           mark strings for translation.
26384         * po/POTFILES.in:
26385           add play.c
26386         * po/af.po:
26387         * po/az.po:
26388         * po/cs.po:
26389         * po/en_GB.po:
26390         * po/hu.po:
26391         * po/nl.po:
26392         * po/sr.po:
26393         * po/sv.po:
26394         * po/uk.po:
26395           update translations
26396
26397 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26398
26399         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
26400         fix default for newmedia flag
26401
26402 2004-07-30  Wim Taymans  <wim@fluendo.com>
26403
26404         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
26405         (gst_theora_dec_init), (theora_get_formats),
26406         (theora_dec_src_convert), (theora_dec_sink_convert),
26407         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
26408         (theora_dec_chain), (theora_dec_set_property),
26409         (theora_dec_get_property):
26410         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
26411         (gst_theora_enc_class_init), (gst_theora_enc_init),
26412         (theora_enc_sink_link), (theora_enc_chain),
26413         (theora_enc_set_property), (theora_enc_get_property):
26414         Added cropping option to theora decoder.
26415         Added border option to theora encoder.
26416
26417 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26418
26419         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
26420         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
26421         (gst_pngenc_set_property):
26422         * ext/libpng/gstpngenc.h:
26423         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
26424
26425 2004-07-30  Wim Taymans  <wim@fluendo.com>
26426
26427         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
26428         (theora_enc_sink_link), (theora_enc_chain),
26429         (theora_enc_set_property), (theora_enc_get_property):
26430         Fix encoding of non-multiple-of-16 video.
26431
26432 2004-07-29  David Schleef  <ds@schleef.org>
26433
26434         * configure.ac: make test for audiofile more strict
26435
26436 2004-07-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26437
26438         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
26439           give different names to typefind functions
26440
26441 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
26442
26443         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
26444         (gst_ximagesink_calculate_pixel_aspect_ratio),
26445         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
26446         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
26447         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
26448         (gst_ximagesink_get_property), (gst_ximagesink_init):
26449         * sys/ximage/ximagesink.h:
26450           allocate PAR's dynamically.
26451           use autodetected PAR if no object-set PAR is given.
26452           add workaround for directfb's X not setting physical size.
26453           fix to xvimagesink will follow tomorrow.
26454
26455 2004-07-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26456
26457         * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
26458         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
26459         (gst_shout2send_get_type), (gst_shout2send_set_clock),
26460         (gst_shout2send_class_init), (gst_shout2send_init),
26461         (set_shout_metadata), (gst_shout2send_set_metadata),
26462         (gst_shout2send_chain), (gst_shout2send_set_property),
26463         (gst_shout2send_get_property), (gst_shout2send_connect),
26464         (gst_shout2send_change_state):
26465         * ext/shout2/gstshout2.h:
26466         - fix for sending mp3 audio to icecast2 server, if pad link function not
26467         called before PAUSED state
26468         - added option to use GStreamer clock sync (as opposed to libshout's own sync)
26469         - added tagging support for mp3 audio broadcasted
26470         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
26471         debug info
26472
26473 2004-07-28  Wim Taymans  <wim@fluendo.com>
26474
26475         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
26476         (gst_ogg_demux_push):
26477         Return query failure when we don't know the length of
26478         an ogg stream insteda of returning TRUE with a bogus value.
26479
26480 2004-07-28  Wim Taymans  <wim@fluendo.com>
26481
26482         * ext/theora/theoradec.c: (theora_get_formats),
26483         (theora_dec_src_convert), (theora_dec_sink_convert),
26484         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
26485         (theora_dec_chain):
26486         Don't screw up the 1 Chroma for 1 luma sample situation when we
26487         have an odd offset/width by adding a black border in those cases.
26488
26489 2004-07-28  Wim Taymans  <wim@fluendo.com>
26490
26491         * ext/theora/theoradec.c: (theora_get_formats),
26492         (theora_dec_src_convert), (theora_dec_sink_convert),
26493         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
26494         (theora_dec_chain):
26495         * ext/theora/theoraenc.c: (theora_enc_sink_link):
26496         Added first attempt at cropping of the image as required by the
26497         theora spec. We need more properties in the caps (offset_x,
26498         offset_y,stride) to implement this correctly.
26499
26500 2004-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
26501
26502         * ext/dvdnav/README:
26503           Update the README to use dvddemux
26504         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
26505           Ensure getcaps returns a subset of the template caps
26506         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
26507         (gst_mpeg2subt_init):
26508           Ensure getcaps returns a subset of the template caps
26509         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
26510         (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
26511         (gst_dvd_demux_get_subpicture_stream),
26512         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
26513         * gst/mpegstream/gstdvddemux.h:
26514           Set the explicit caps on the current_video pad before pushing
26515           anything
26516         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
26517         (gst_mpeg_demux_get_audio_stream):
26518           Free caps used to gst_pad_set_explicit_caps, which takes a const
26519           GstCaps *
26520
26521 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
26522
26523         * configure.ac: update GStreamer requirement to 0.8.4 because of
26524           GstFraction.
26525
26526 2004-07-28  Wim Taymans  <wim@fluendo.com>
26527
26528         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
26529         (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
26530         Add the pad to the element after setting up the caps. This
26531         makes it a lot easier to autoplug.
26532
26533 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
26534
26535         * gst/median/gstmedian.c:
26536         * gst/mpeg2subt/gstmpeg2subt.c:
26537         * gst/mpegaudioparse/gstmpegaudioparse.c:
26538         * gst/mpegstream/gstdvddemux.c:
26539         * gst/mpegstream/gstmpegdemux.c:
26540         * gst/mpegstream/gstmpegpacketize.c:
26541         * gst/rtjpeg/gstrtjpeg.c:
26542         * gst/rtjpeg/gstrtjpegdec.c:
26543         * gst/rtjpeg/gstrtjpegenc.c:
26544         * gst/sine/gstsinesrc.c:
26545         * gst/smooth/gstsmooth.c:
26546         * gst/smpte/gstsmpte.c:
26547         * gst/smpte/gstsmpte.h:
26548         * gst/stereo/gststereo.c:
26549         * gst/videofilter/gstgamma.c:
26550         * gst/videofilter/gstvideobalance.c:
26551         * gst/videofilter/gstvideofilter.c:
26552         * gst/videofilter/gstvideoflip.c:
26553         * gst/videoscale/gstvideoscale.c:
26554         * gst/videoscale/videoscale.c:
26555         * gst/videotestsrc/gstvideotestsrc.c:
26556         * gst/videotestsrc/videotestsrc.c:
26557         * gst/wavenc/gstwavenc.c:
26558         * gst/wavparse/gstwavparse.c:
26559           fix local includes and 64 bits constants
26560
26561 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
26562
26563         * win32/gst.sln:
26564         * gst-libs/gst/*/*.vcproj:
26565         * gst/*/*.vcproj:
26566           more working plugins
26567
26568 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26569
26570         * testsuite/alsa/Makefile.am:
26571         * testsuite/alsa/srcstate.c:
26572         add test for alsasrc changing state
26573
26574 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26575
26576         * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
26577         (gst_silence_get):
26578         * gst/silence/gstsilence.h:
26579         fix silence generation for 16bit raw audio
26580
26581 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
26582
26583         * gst/matroska/matroska-demux.c:
26584         (gst_matroska_demux_parse_metadata),
26585         (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
26586         * gst/mpegaudio/common.c:
26587         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
26588         (gst_videoscale_getcaps), (gst_videoscale_link),
26589         (gst_videoscale_src_fixate), (gst_videoscale_init),
26590         (gst_videoscale_finalize):
26591         * gst/videoscale/gstvideoscale.h:
26592         * gst/videotestsrc/gstvideotestsrc.c:
26593         (gst_videotestsrc_get_capslist):
26594         * gst/wavenc/gstwavenc.c:
26595         * sys/oss/gstossmixer.c: (fill_labels):
26596         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
26597         (gst_ximagesink_handle_xevents),
26598         (gst_ximagesink_calculate_pixel_aspect_ratio),
26599         (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
26600         (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
26601         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
26602         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
26603         (gst_ximagesink_init), (gst_ximagesink_class_init):
26604         * sys/ximage/ximagesink.h:
26605         * sys/xvimage/xvimagesink.c:
26606         (gst_xvimagesink_calculate_pixel_aspect_ratio),
26607         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
26608         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
26609         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
26610         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
26611         * sys/xvimage/xvimagesink.h:
26612           first batch of pixel aspect ratio commits.
26613
26614 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
26615
26616         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26617         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
26618         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
26619           handle stride, needs work if we want to move stride handling
26620           upstream, but works correctly for our purposes.
26621
26622 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
26623
26624         * gst/videoscale/README:
26625           add testing examples
26626         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
26627         (gst_videoscale_chain):
26628         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
26629         (gst_videoscale_get_size):
26630           add get_size function that handles stride like videotestsrc.
26631           fixes conversion for YUV formats for as much as I can test them.
26632
26633 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
26634
26635         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
26636         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
26637         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
26638         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
26639         (gst_xvimagesink_xvimage_put):
26640           further cleanups, logging, error handling and synchronizing
26641
26642 2004-07-27  Wim Taymans  <wim@fluendo.com>
26643
26644         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
26645         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
26646         (gst_videomixer_pad_set_property),
26647         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
26648         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
26649         (gst_videomixer_class_init), (gst_videomixer_init),
26650         (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
26651         (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
26652         (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
26653         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
26654         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
26655         (gst_videomixer_loop), (plugin_init):
26656         Be a nicer negotiation citizen and provide a getcaps function on
26657         the srcpad. This also fixes a crash when resizing.
26658
26659 2004-07-27  Julien MOUTTE  <julien@moutte.net>
26660
26661         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
26662         (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
26663
26664 2004-07-27  Wim Taymans  <wim@fluendo.com>
26665
26666         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
26667         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
26668         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
26669         (gst_pngenc_set_property):
26670         * ext/libpng/gstpngenc.h:
26671         Added snapshot property to pngenc.
26672         removed g_print from pngdec
26673
26674 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
26675
26676         * gst/ac3parse/ac3parse.vcproj
26677         * gst/adder/adder.vcproj
26678         * gst/alpha/alpha.vcproj
26679         * gst/alpha/alphacolor.vcproj
26680         * gst/asfdemux/asf.vcproj
26681         * gst/audioconvert/audioconvert.vcproj
26682         * gst/audiorate/audiorate.vcproj
26683         * gst/audioscale/audioscale.vcproj
26684         * gst/auparse/auparse.vcproj
26685         * gst/avi/avi.vcproj
26686         * gst/cdxaparse/cdxaparse.vcproj
26687         * gst/chart/chart.vcproj
26688         * gst/colorspace/colorspace.vcproj
26689         * gst/cutter/cutter.vcproj
26690         * gst/debug/debug.vcproj
26691         * gst/debug/efence.vcproj
26692         * gst/debug/navigationtest.vcproj
26693         * gst/deinterlace/deinterlace.vcproj
26694         * gst/effectv/effectv.vcproj
26695         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
26696         * gst/filter/filter.vcproj
26697         * gst/flx/flxdec.vcproj
26698         * gst/goom/goom.vcproj
26699         * gst/interleave/interleave.vcproj
26700         * gst/law/alaw.vcproj
26701         * gst/law/mulaw.vcproj
26702         * gst/matroska/matroska.vcproj
26703         * gst/median/median.vcproj
26704         * gst/mixmatrix/mixmatrix.vcproj
26705         * gst/mpeg1sys/mpeg1systemencode.vcproj
26706         * gst/mpeg1videoparse/mp1videoparse.vcproj
26707         * gst/mpeg2sub/mpeg2subt.vcproj
26708         * gst/mpegaudio/mpegaudio.vcproj
26709         * gst/mpegaudioparse/mpegaudioparse.vcproj
26710         * gst/mpegstream/mpegstream.vcproj
26711         * gst/multifilesink/multifilesink.vcproj
26712         * gst/multipart/multipart.vcproj
26713         * gst/oneton/oneton.vcproj
26714         * gst/overlay/overlay.vcproj
26715         * gst/passthrough/passthrough.vcproj
26716         * gst/qtdemux/qtdemux.vcproj
26717         * gst/realmedia/rmdemux.vcproj
26718         * gst/rtjpeg/rtjpeg.vcproj
26719         * gst/rtp/rtp.vcproj
26720         * gst/silence/silence.vcproj
26721         * gst/sine/sinesrc.vcproj
26722         * gst/smooth/smooth.vcproj
26723         * gst/smpte/smpte.vcproj
26724         * gst/spectrum/spectrum.vcproj
26725         * gst/speed/speed.vcproj
26726         * gst/stereo/stereo.vcproj
26727         * gst/switch/switch.vcproj
26728         * gst/tags/tagedit.vcproj
26729         * gst/tcp/tcp.vcproj
26730         * gst/typefind/typefindfunctions.vcproj
26731         * gst/udp/udp.vcproj
26732         * gst/videobox/videobox.vcproj
26733         * gst/videocrop/videocrop.vcproj
26734         * gst/videodrop/videodrop.vcproj
26735         * gst/videofilter/gamma.vcproj
26736         * gst/videofilter/videobalance.vcproj
26737         * gst/videofilter/videofilter.vcproj
26738         * gst/videofilter/videoflip.vcproj
26739         * gst/videoflip/videoflip.vcproj
26740         * gst/videomixer/videomixer.vcproj
26741         * gst/videorate/videorate.vcproj
26742         * gst/videoscale/videoscale.vcproj
26743         * gst/videotestsrc/videotestsrc.vcproj
26744         * gst/virtualdub/virtualdub.vcproj
26745         * gst/volenv/volenv.vcproj
26746         * gst/volume/volume.vcproj
26747         * gst/wavenc/wavenc.vcproj
26748         * gst/wavparse/wavparse.vcproj
26749         * gst/y4m/y4menc.vcproj
26750         * gst-libs/gst/audio/audio.vcproj
26751         * gst-libs/gst/audio/audiofilter.vcproj
26752         * gst-libs/gst/colorbalance/colorbalance.vcproj
26753         * gst-libs/gst/idct/idtc.vcproj
26754         * gst-libs/gst/media-info/media-info.vcproj
26755         * gst-libs/gst/mixer/mixer.vcproj
26756         * gst-libs/gst/navigation/navigation.vcproj
26757         * gst-libs/gst/play/play.vcproj
26758         * gst-libs/gst/propertyprobe/propertyprobe.vcproj
26759         * gst-libs/gst/resample/resample.vcproj
26760         * gst-libs/gst/riff/riff.vcproj
26761         * gst-libs/gst/tuner/tuner.vcproj
26762         * gst-libs/gst/video/video.vcproj
26763         * gst-libs/gst/xoverlay/xoverlay.vcproj
26764           avoid problems with math.h, fix release dependancy
26765           rename GStreamer-0.8.lib to libgstreamer.lib
26766
26767 2004-07-27  Julien MOUTTE  <julien@moutte.net>
26768
26769         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
26770         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
26771         the atom is not available we have to unlock the mutex. Fixes #148023
26772
26773 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
26774
26775         * gst-libs/gst/media-info/media-info.h:
26776           issue for a vararg macro with MSVC
26777
26778 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
26779
26780         * gst/effectv/effectv.vcproj
26781         * gst-libs/gst/idct/idct.vcproj:
26782         * gst-libs/gst/media-info/media-info.vcproj:
26783         * gst-libs/gst/navigation/navigation.vcproj:
26784         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
26785         * gst-libs/gst/video/video.vcproj:
26786         * gst-libs/gst/xoverlay/xoverlay.vcproj:
26787           fixes for build problems
26788
26789 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
26790
26791         * gst-libs/gst/audio/audio.def:
26792         * gst-libs/gst/audio/riff.def:
26793           add some definitions needed by plugins
26794
26795 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
26796
26797         * gst/asfdemux/gstasfmux.c
26798           Fix some 64 bits constants to be glib friendly
26799
26800 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
26801
26802         * gst/ac3parse/gstac3parse.c
26803         * gst/audioscale/gstaudioscale.c
26804         * gst/auparse/gstauparse.c
26805         * gst/colorspace/gstcolorspace.c
26806         * gst/colorspace/yuv2rgb.h
26807           local include fixes
26808
26809 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
26810
26811         * win32/gst.sln
26812           add more plugins to the build
26813
26814 2004-07-26  Julien MOUTTE  <julien@moutte.net>
26815
26816         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
26817         (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
26818
26819 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
26820
26821         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
26822         (gst_level_set_property), (gst_level_get_property),
26823         (gst_level_base_init), (gst_level_class_init):
26824           add debugging categories.  cleanups.
26825
26826 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
26827
26828         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
26829         (gst_videoscale_planar411), (gst_videoscale_planar400),
26830         (gst_videoscale_packed422), (gst_videoscale_packed422rev),
26831         (gst_videoscale_scale_nearest_str1),
26832         (gst_videoscale_scale_nearest_str2),
26833         (gst_videoscale_scale_nearest_str4),
26834         (gst_videoscale_scale_nearest_16bit),
26835         (gst_videoscale_scale_nearest_24bit):
26836           fixed stride issues
26837           tested with 320x240 -> 321, 322, 324 x240
26838           tested with YV12, I420, YUY2, UYVY
26839           fixed packed422rev (don't think it could have worked before)
26840           by testing with UYVY
26841
26842 2004-07-26  Benjamin Otte  <otte@gnome.org>
26843
26844         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
26845         (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
26846         (plugin_init):
26847           add debugging category, add error checks like checking return values
26848           of setup calls, make sure it still works after
26849           PLAYING=>NULL=>PLAYING, fix encoding of mono streams
26850
26851 2004-07-26  Wim Taymans  <wim@fluendo.com>
26852
26853         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
26854         (gst_mpeg_demux_get_audio_stream),
26855         (gst_mpeg_demux_process_private):
26856         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
26857         Check for error codes from the negotiation functions. Make sure
26858         we really set the pad caps when a new pad is created.
26859
26860 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
26861
26862         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
26863         (gst_ffmpeg_caps_to_pix_fmt):
26864         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
26865         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26866         (gst_ffmpegcolorspace_pad_link):
26867           don't make function do two things at the same time without reason.
26868
26869 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
26870
26871         * gst/ac3parse/ac3parse.vcproj
26872         * gst/adder/adder.vcproj
26873         * gst/alpha/alpha.vcproj
26874         * gst/alpha/alphacolor.vcproj
26875         * gst/asfdemux/asf.vcproj
26876         * gst/audioconvert/audioconvert.vcproj
26877         * gst/audiorate/audiorate.vcproj
26878         * gst/audioscale/audioscale.vcproj
26879         * gst/auparse/auparse.vcproj
26880         * gst/avi/avi.vcproj
26881         * gst/cdxaparse/cdxaparse.vcproj
26882         * gst/chart/chart.vcproj
26883         * gst/colorspace/colorspace.vcproj
26884         * gst/cutter/cutter.vcproj
26885         * gst/debug/debug.vcproj
26886         * gst/debug/efence.vcproj
26887         * gst/debug/navigationtest.vcproj
26888         * gst/deinterlace/deinterlace.vcproj
26889         * gst/effectv/effectv.vcproj
26890         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
26891         * gst/filter/filter.vcproj
26892         * gst/flx/flxdec.vcproj
26893         * gst/goom/goom.vcproj
26894         * gst/interleave/interleave.vcproj
26895         * gst/law/alaw.vcproj
26896         * gst/law/mulaw.vcproj
26897         * gst/matroska/matroska.vcproj
26898         * gst/median/median.vcproj
26899         * gst/mixmatrix/mixmatrix.vcproj
26900         * gst/mpeg1sys/mpeg1systemencode.vcproj
26901         * gst/mpeg1videoparse/mp1videoparse.vcproj
26902         * gst/mpeg2sub/mpeg2subt.vcproj
26903         * gst/mpegaudio/mpegaudio.vcproj
26904         * gst/mpegaudioparse/mpegaudioparse.vcproj
26905         * gst/mpegstream/mpegstream.vcproj
26906         * gst/multifilesink/multifilesink.vcproj
26907         * gst/multipart/multipart.vcproj
26908         * gst/oneton/oneton.vcproj
26909         * gst/overlay/overlay.vcproj
26910         * gst/passthrough/passthrough.vcproj
26911         * gst/qtdemux/qtdemux.vcproj
26912         * gst/realmedia/rmdemux.vcproj
26913         * gst/rtjpeg/rtjpeg.vcproj
26914         * gst/rtp/rtp.vcproj
26915         * gst/silence/silence.vcproj
26916         * gst/sine/sinesrc.vcproj
26917         * gst/smooth/smooth.vcproj
26918         * gst/smpte/smpte.vcproj
26919         * gst/spectrum/spectrum.vcproj
26920         * gst/speed/speed.vcproj
26921         * gst/stereo/stereo.vcproj
26922         * gst/switch/switch.vcproj
26923         * gst/tags/tagedit.vcproj
26924         * gst/tcp/tcp.vcproj
26925         * gst/typefind/typefindfunctions.vcproj
26926         * gst/udp/udp.vcproj
26927         * gst/videobox/videobox.vcproj
26928         * gst/videocrop/videocrop.vcproj
26929         * gst/videodrop/videodrop.vcproj
26930         * gst/videofilter/gamma.vcproj
26931         * gst/videofilter/videobalance.vcproj
26932         * gst/videofilter/videofilter.vcproj
26933         * gst/videofilter/videoflip.vcproj
26934         * gst/videoflip/videoflip.vcproj
26935         * gst/videomixer/videomixer.vcproj
26936         * gst/videorate/videorate.vcproj
26937         * gst/videoscale/videoscale.vcproj
26938         * gst/videotestsrc/videotestsrc.vcproj
26939         * gst/virtualdub/virtualdub.vcproj
26940         * gst/volenv/volenv.vcproj
26941         * gst/volume/volume.vcproj
26942         * gst/wavenc/wavenc.vcproj
26943         * gst/wavparse/wavparse.vcproj
26944         * gst/y4m/y4menc.vcproj
26945           more plugins supported under windows
26946
26947 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
26948
26949         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
26950         (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
26951         (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
26952         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
26953         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
26954           Add debugging statements.  Use the sizes as returned by the
26955           *CreateImage calls.
26956
26957 2004-07-26  Johan Dahlin  <johan@gnome.org>
26958
26959         * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
26960         the pad is negotiated.
26961
26962         * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
26963
26964 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
26965
26966         * gst-libs/gst/colorbalance/colorbalance.vcproj:
26967         * gst-libs/gst/idct/idct.vcproj:
26968         * gst-libs/gst/media-info/media-info.vcproj:
26969         * gst-libs/gst/mixer/mixer.vcproj:
26970         * gst-libs/gst/navigation/navigation.vcproj:
26971         * gst-libs/gst/play/play.vcproj:
26972         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
26973         * gst-libs/gst/resample/resample.vcproj:
26974         * gst-libs/gst/tuner/tuner.vcproj:
26975         * gst-libs/gst/video/video.vcproj:
26976         * gst-libs/gst/xoverlay/xoverlay.vcproj:
26977           more plugins supported under windows
26978
26979 2004-07-25 Iain <iain@prettypeople.org>
26980
26981         * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
26982         pad now rather than when the pad is created because state changes wipe
26983         explicit caps (fixes #148043).
26984
26985 2004-07-25  Sebastien Cote  <sc5@hermes.usherb.ca>
26986
26987         reviewed by Benjamin Otte  <otte@gnome.org>
26988
26989         * ext/mad/gstmad.c:
26990           fix mad plugin crashing on Sun (fixes #148289)
26991
26992 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
26993
26994         * gst/avi/avi.def:
26995         * gst/avi/avi.vcproj:
26996         * gst/matroska/matroska.def:
26997         * gst/matroska/matroska.vcproj:
26998           remove unused .def files
26999
27000 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
27001
27002         * gst-libs/gst/audio/gstaudiofilter.c:
27003           Clean the local include
27004
27005 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
27006
27007         * win32/gst.sln:
27008         * gst-libs/gst/audio/audio.def:
27009         * gst-libs/gst/audio/audio.vcproj:
27010         * gst-libs/gst/audio/audiofilter.vcproj:
27011         * gst-libs/gst/audio/riff.def:
27012         * gst-libs/gst/audio/riff.vcproj:
27013         * gst-libs/gst/gst-libs.def:
27014         * gst-libs/gst/gst-libs.vcproj:
27015         * gst/avi/avi.vcproj:
27016         * gst/avi/avi.vcproj:
27017           Copy the files where needed after building, cleaner projects
27018
27019 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
27020
27021         * gst/matroska/ebml-write.c:
27022           Fix some 64 bits constants to be glib friendly
27023
27024 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
27025
27026         * win32/gst.sln:
27027         * gst-libs/gst/gst-libs.def:
27028         * gst-libs/gst/gst-libs.vcproj:
27029         * gst/matroska/matroska.def:
27030         * gst/matroska/matroska.vcproj:
27031           Add the preliminary canvas to build plugins on Win32
27032
27033 2004-07-23  Benjamin Otte  <otte@gnome.org>
27034
27035         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
27036           don't enfore negotiation from source side, it breaks
27037           sinesrc ! audioconvert ! osssink
27038
27039 2004-07-22  David Schleef  <ds@schleef.org>
27040
27041         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
27042         for ELF files, since they can easily be recognized as audio/mpeg.
27043         (bug #147441)
27044
27045 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
27046
27047         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
27048         (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
27049         (gst_videoscale_scale_nearest_24bit),
27050         (gst_videoscale_scale_nearest_16bit):
27051           fix 16bit and 24bit for stride (24bit might need testing)
27052           don't pretend we do more than one algorithm
27053
27054 2004-07-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
27055
27056         * configure.ac:
27057         * gst/Makefile.am:
27058         * gst/multifilesink/Makefile.am:
27059         * gst/multifilesink/gstmultifilesink.c:
27060         (gst_multifilesink_get_formats),
27061         (gst_multifilesink_get_query_types), (_do_init),
27062         (gst_multifilesink_base_init), (gst_multifilesink_class_init),
27063         (gst_multifilesink_init), (gst_multifilesink_dispose),
27064         (gst_multifilesink_set_location), (gst_multifilesink_set_property),
27065         (gst_multifilesink_get_property), (gst_multifilesink_open_file),
27066         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
27067         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
27068         (gst_multifilesink_chain), (gst_multifilesink_change_state),
27069         (gst_multifilesink_uri_get_type),
27070         (gst_multifilesink_uri_get_protocols),
27071         (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
27072         (gst_multifilesink_uri_handler_init), (plugin_init):
27073         * gst/multifilesink/gstmultifilesink.h:
27074         * testsuite/Makefile.am:
27075         * testsuite/multifilesink/Makefile.am:
27076         * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
27077         (gst_newmedia_class_init), (gst_newmedia_init),
27078         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
27079         (newfile_signal), (test_signal), (main):
27080         multifilesink plugin for creating new files every time a new media
27081         discontinuity event occurs
27082
27083 2004-07-22  Wim Taymans  <wim@fluendo.com>
27084
27085         * gst/alpha/Makefile.am:
27086         * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
27087         (gst_alpha_color_base_init), (gst_alpha_color_class_init),
27088         (gst_alpha_color_init), (gst_alpha_color_set_property),
27089         (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
27090         (transform), (gst_alpha_color_chain),
27091         (gst_alpha_color_change_state), (plugin_init):
27092         Stupid plugin to to RGBA to AYUV conversion because none of
27093         the colorspace plugins can handle that yet.
27094
27095 2004-07-22  Wim Taymans  <wim@fluendo.com>
27096
27097         * examples/seeking/seek.c: (update_scale), (main):
27098         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
27099         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
27100         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
27101         (gst_decode_bin_init), (gst_decode_bin_dispose),
27102         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
27103         (no_more_pads), (close_link), (type_found),
27104         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
27105         (plugin_init):
27106         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
27107         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
27108         (gst_play_base_bin_dispose), (queue_overrun),
27109         (gen_preroll_element), (remove_prerolls), (unknown_type),
27110         (no_more_pads), (new_stream), (setup_source),
27111         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
27112         (play_base_eos), (gst_play_base_bin_change_state),
27113         (gst_play_base_bin_add_element),
27114         (gst_play_base_bin_remove_element),
27115         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
27116         (gst_play_base_bin_unlink_stream),
27117         (gst_play_base_bin_get_streaminfo):
27118         * gst/playback/gstplaybin.c: (gen_video_element),
27119         (gen_audio_element):
27120         * gst/playback/gststreaminfo.h:
27121         More playback updates, attempt to fix things after the state change
27122         breakage.
27123
27124 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
27125
27126         * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
27127         (gst_videoscale_scale_nearest_16bit):
27128           comment algorithm
27129
27130 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
27131
27132         * gst/videotestsrc/gstvideotestsrc.c:
27133         (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
27134         (gst_videotestsrc_init), (gst_videotestsrc_get),
27135         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
27136         (gst_videotestsrc_get_property):
27137         * gst/videotestsrc/gstvideotestsrc.h:
27138         * gst/videotestsrc/videotestsrc.c:
27139         * gst/videotestsrc/videotestsrc.h:
27140           cleanup and commenting
27141
27142 2004-07-21  Wim Taymans  <wim@fluendo.com>
27143
27144         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
27145         (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
27146         (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
27147         (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
27148         (_find_chain_get_unknown_part), (_find_streams_check),
27149         (gst_ogg_demux_push), (gst_ogg_pad_push):
27150         * ext/theora/theoradec.c: (theora_get_formats),
27151         (theora_dec_src_convert), (theora_dec_sink_convert),
27152         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
27153         (theora_dec_chain):
27154         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
27155         (vorbis_dec_convert), (vorbis_dec_src_query),
27156         (vorbis_dec_src_event), (vorbis_dec_event):
27157         More seeking fixes, oggdemux now supports seeking to time and
27158         uses the downstream element to convert granulepos to time.
27159         Seeking in theora-only ogg files now works.
27160
27161 2004-07-21  Wim Taymans  <wim@fluendo.com>
27162
27163         * ext/theora/theoradec.c: (gst_theora_dec_init),
27164         (theora_get_formats), (theora_get_event_masks),
27165         (theora_get_query_types), (theora_dec_src_convert),
27166         (theora_dec_sink_convert), (theora_dec_src_query),
27167         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
27168         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
27169         (vorbis_get_event_masks), (vorbis_get_query_types),
27170         (gst_vorbis_dec_init), (vorbis_dec_convert),
27171         (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
27172         Added query/convert/formats functions to vorbis and theora decoders
27173         so that the outside world can use them too. Fixed seeking on an
27174         ogg/theora/vorbis file by disabling the seeking seeking on the
27175         theora srcpad.
27176
27177 2004-07-21  Julien MOUTTE  <julien@moutte.net>
27178
27179         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
27180         (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
27181         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
27182         images creation for both elements. We don't create the image on caps
27183         nego or renego, we just destroy the internal one if present if it does
27184         not match the needs. The chain function takes care of creating a new
27185         image when needed.
27186         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
27187         (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
27188         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
27189         (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
27190         the image format information. The buffer pool checks for the context
27191         image format and discard images with different formats.
27192         * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
27193
27194 2004-07-21  Thomas Vander Stichele  <thomas at apestaart dot org>
27195
27196         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
27197         (gst_ffmpegcolorspace_chain):
27198           no point in doing any chaining if the pad we want to push from
27199           isn't usable.
27200
27201 2004-07-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27202
27203         * gst-libs/gst/riff/riff-media.c:
27204         (gst_riff_create_audio_caps_with_data):
27205           Fix double end-to-native symbol conversion (#148021).
27206
27207 2004-07-20  David Schleef  <ds@schleef.org>
27208
27209         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
27210         Don't use an Atom that doesn't exist.
27211
27212 2004-07-20  Wim Taymans  <wim@fluendo.com>
27213
27214         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
27215         (gst_multifdsink_add), (gst_multifdsink_get_stats),
27216         (gst_multifdsink_client_remove),
27217         (gst_multifdsink_handle_client_write),
27218         (gst_multifdsink_queue_buffer):
27219         * gst/tcp/gstmultifdsink.h:
27220         More multifdsink stats. Avoid deadlock by releasing locks
27221         before sending out a signal.
27222
27223 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
27224
27225         * po/LINGUAS:
27226         * po/hu.po:
27227           added Hungarian translation (Laszlo Dvornik)
27228
27229 2004-07-20  Wim Taymans  <wim@fluendo.com>
27230
27231         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
27232         (gst_multifdsink_add), (gst_multifdsink_client_remove),
27233         (gst_multifdsink_handle_client_write),
27234         (gst_multifdsink_queue_buffer):
27235         * gst/tcp/gsttcp-marshal.list:
27236         Fixed the stupid marshal definition.
27237
27238 2004-07-20  Wim Taymans  <wim@fluendo.com>
27239
27240         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
27241         (gst_multifdsink_init), (gst_multifdsink_add),
27242         (gst_multifdsink_client_remove),
27243         (gst_multifdsink_handle_client_write),
27244         (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
27245         (gst_multifdsink_set_property), (gst_multifdsink_get_property),
27246         (gst_multifdsink_init_send):
27247         * gst/tcp/gstmultifdsink.h:
27248         Added more stats, added timeout for a client, fixed some typos
27249         and added some comments.
27250
27251 2004-07-20  Wim Taymans  <wim@fluendo.com>
27252
27253         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
27254         (gst_multifdsink_add), (gst_multifdsink_get_stats),
27255         (gst_multifdsink_client_remove),
27256         (gst_multifdsink_handle_client_write):
27257         * gst/tcp/gstmultifdsink.h:
27258         * gst/tcp/gsttcp-marshal.list:
27259         Added get_stats method that returns a GValueArray of
27260         stats values.
27261
27262 2004-07-19  Benjamin Otte  <otte@gnome.org>
27263
27264         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
27265           make sure longname, description and author are valid UTF-8
27266
27267 2004-07-19  Thomas Vander Stichele  <thomas at apestaart dot org>
27268
27269         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
27270         (gst_ximagesink_set_property):
27271         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
27272         (gst_xvimagesink_set_property):
27273           make sure SYNCHRONOUS is respected after getting the X context
27274
27275 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
27276
27277         * gst/matroska/matroska-demux.c:
27278         (gst_matroska_demux_handle_src_event),
27279         (gst_matroska_demux_parse_blockgroup):
27280         * gst/matroska/matroska-ids.h:
27281           add BlockReference tag and ignore it to clear out log.
27282           ignore NAVIGATION events to clear out log.
27283
27284 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
27285
27286         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
27287         (gst_matroska_demux_add_stream):
27288         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
27289           add debug categories
27290
27291 2004-07-16  Wim Taymans  <wim@fluendo.com>
27292
27293         * ext/libpng/Makefile.am:
27294         * ext/libpng/gstpng.c: (plugin_init):
27295         * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
27296         (gst_pngdec_get_type), (gst_pngdec_base_init),
27297         (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
27298         (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
27299         * ext/libpng/gstpngdec.h:
27300         Added png decoder.
27301
27302 2004-07-16  Julien MOUTTE  <julien@moutte.net>
27303
27304         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
27305         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
27306         (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
27307         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
27308         (gst_ximagesink_buffer_alloc):
27309         * sys/ximage/ximagesink.h:
27310         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
27311         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
27312         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
27313         (gst_xvimagesink_buffer_alloc):
27314         * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
27315         again. Using internal data pointer of the x(v)image to store image's
27316         data to be coherent with the buffer alloc mechanism. Investigated the
27317         image destruction code to be sure that everything gets freed correctly.
27318
27319 2004-07-16  Wim Taymans  <wim@fluendo.com>
27320
27321         * gst-libs/gst/riff/riff-read.c:
27322         (gst_riff_read_strf_vids_with_data),
27323         (gst_riff_read_strf_auds_with_data):
27324         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
27325         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
27326         Make sure we don't create 0 sized subbuffers in riff-read.
27327         Signal the no more pads signal after reading the avi header.
27328
27329 2004-07-16  Wim Taymans  <wim@fluendo.com>
27330
27331         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
27332         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
27333         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
27334         (gst_decode_bin_init), (gst_decode_bin_dispose),
27335         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
27336         (no_more_pads), (close_link), (type_found),
27337         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
27338         (gst_decode_bin_change_state), (plugin_init):
27339         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
27340         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
27341         (gst_play_base_bin_dispose), (queue_overrun),
27342         (gen_preroll_element), (remove_prerolls), (unknown_type),
27343         (no_more_pads), (new_stream), (setup_source),
27344         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
27345         (play_base_eos), (gst_play_base_bin_change_state),
27346         (gst_play_base_bin_add_element),
27347         (gst_play_base_bin_remove_element),
27348         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
27349         (gst_play_base_bin_unlink_stream),
27350         (gst_play_base_bin_get_streaminfo):
27351         * gst/playback/gstplaybasebin.h:
27352         Better error recovery. Added configurable preroll queue size. Faster
27353         detection of no-more-pads.
27354
27355 2004-07-16  Wim Taymans  <wim@fluendo.com>
27356
27357         * gst-libs/gst/video/video.h:
27358         Added 32 bits RGBA. Not sure if we should use another mime-type
27359         for alpha rgb. Currently the presence of the alpha_mask property
27360         signals an alpha channel.
27361
27362 2004-07-16  Wim Taymans  <wim@fluendo.com>
27363
27364         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
27365         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
27366         FPS seems to be 0.0 to MAX everywhere else.
27367
27368 2004-07-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27369
27370         * gst-libs/gst/riff/riff-media.c:
27371         (gst_riff_create_video_caps_with_data):
27372           mp42/mp43 (no caps) exist too.
27373         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
27374           Set pixel_width/height; we've got them in-caps.
27375         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
27376         * gst/wavparse/gstwavparse.c: (plugin_init):
27377           Both are valid primary.
27378         * sys/oss/gstossmixer.c:
27379           Remove i18n hack and enable translations.
27380
27381 2004-07-15  Benjamin Otte  <otte@gnome.org>
27382
27383         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
27384         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
27385           fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
27386
27387 2004-07-15  Benjamin Otte  <otte@gnome.org>
27388
27389         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
27390         (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
27391         (gst_alsa_close_audio):
27392           disable some of the debugging code for now. Writing debugging to a
27393           buffer is broken in current alsalib releases.
27394
27395 2004-07-12  Benjamin Otte  <otte@gnome.org>
27396
27397         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
27398           use bufferpools
27399
27400 2004-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
27401
27402         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
27403         (theora_dec_src_query), (theora_dec_event):
27404         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
27405           add debugging categories.  Remove \n's.
27406
27407 2004-07-13  Johan Dahlin  <johan@gnome.org>
27408
27409         * gst/playback/gstplaybin.c (gst_play_bin_set_property)
27410         (gst_play_bin_get_property): Impl.
27411
27412 2004-07-13  Wim Taymans  <wim@fluendo.com>
27413
27414         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
27415         When trying to find the stream length, seek back N pages
27416         instead of just one, where N is the number of streams in
27417         the current chain.
27418
27419 2004-07-13  Wim Taymans  <wim@fluendo.com>
27420
27421         * gst-libs/gst/riff/riff-media.c:
27422         (gst_riff_create_audio_caps_with_data),
27423         (gst_riff_create_audio_caps),
27424         (gst_riff_create_audio_template_caps):
27425         * gst-libs/gst/riff/riff-media.h:
27426         * gst-libs/gst/riff/riff-read.c:
27427         (gst_riff_read_strf_vids_with_data),
27428         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
27429         * gst-libs/gst/riff/riff-read.h:
27430         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
27431         (gst_avi_demux_add_stream):
27432         Set codec_data on caps for avidemuxer.
27433
27434 2004-07-12  David Schleef  <ds@schleef.org>
27435
27436         * configure.ac: Fix test for Objective C
27437
27438 2004-07-12  Jan Schmidt  <thaytan@mad.scientist.com>
27439         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
27440         (gst_gdk_pixbuf_chain):
27441           Add svg and pcx to template caps, and ensure that getcaps returns a
27442           subset of the template caps.
27443           Copy each row manually for output, as gdkpixbuf may pad the
27444           rowstride to a 32-bit word boundary.
27445
27446 2004-07-12  Wim Taymans  <wim@fluendo.com>
27447
27448         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
27449         (gst_riff_create_video_template_caps):
27450         Fix the template caps to include some more media types.
27451
27452 2004-07-12  Wim Taymans  <wim@fluendo.com>
27453
27454         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
27455         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
27456         (compare_ranks), (print_feature), (gst_decode_bin_init),
27457         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
27458         (try_to_link_1), (new_pad), (close_link), (type_found),
27459         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
27460         (gst_decode_bin_change_state), (plugin_init):
27461         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
27462         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
27463         (gst_play_base_bin_dispose), (queue_overrun),
27464         (gen_preroll_element), (remove_prerolls), (no_more_pads),
27465         (new_stream), (setup_source), (gst_play_base_bin_set_property),
27466         (gst_play_base_bin_get_property), (play_base_eos),
27467         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
27468         (gst_play_base_bin_remove_element),
27469         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
27470         (gst_play_base_bin_unlink_stream),
27471         (gst_play_base_bin_get_streaminfo):
27472         * gst/playback/gstplaybasebin.h:
27473         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
27474         (gst_play_bin_class_init), (gst_play_bin_init),
27475         (gst_play_bin_dispose), (gst_play_bin_set_property),
27476         (gst_play_bin_get_property), (gen_video_element),
27477         (gen_audio_element), (remove_sinks), (setup_sinks),
27478         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
27479         (gst_play_bin_send_event), (gst_play_bin_get_formats),
27480         (gst_play_bin_convert), (gst_play_bin_get_query_types),
27481         (gst_play_bin_query), (plugin_init):
27482         * gst/playback/test4.c: (main):
27483         More fixes on reusing of the element.
27484
27485 2004-07-11  Benjamin Otte  <otte@gnome.org>
27486
27487         * ext/mad/gstmad.c: (normal_seek):
27488           allow seeking for other methods than just SET
27489
27490 2004-07-11  Andy Wingo  <wingo@pobox.com>
27491
27492         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
27493         float, "any" caps -> buffer_frames=[0,MAX].
27494
27495         * gst/interleave/interleave.c (interleave_getcaps): Seems the core
27496         doesn't intersect our caps with the template any more. Do it
27497         ourselves.
27498         (interleave_buffered_loop): Use g_newa instead of malloc/free.
27499
27500 2004-07-09  Wim Taymans  <wim@fluendo.com>
27501
27502         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
27503         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
27504         (compare_ranks), (print_feature), (gst_decode_bin_init),
27505         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
27506         (try_to_link_1), (new_pad), (close_link), (type_found),
27507         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
27508         (gst_decode_bin_change_state), (plugin_init):
27509         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
27510         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
27511         (gst_play_base_bin_dispose), (queue_overrun),
27512         (gen_preroll_element), (remove_prerolls), (no_more_pads),
27513         (new_stream), (setup_source), (gst_play_base_bin_set_property),
27514         (gst_play_base_bin_get_property), (play_base_eos),
27515         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
27516         (gst_play_base_bin_remove_element),
27517         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
27518         (gst_play_base_bin_unlink_stream),
27519         (gst_play_base_bin_get_streaminfo):
27520         * gst/playback/gstplaybasebin.h:
27521         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
27522         (gst_play_bin_class_init), (gst_play_bin_init),
27523         (gst_play_bin_dispose), (gst_play_bin_set_property),
27524         (gst_play_bin_get_property), (gen_video_element),
27525         (gen_audio_element), (remove_sinks), (setup_sinks),
27526         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
27527         (gst_play_bin_send_event), (gst_play_bin_get_formats),
27528         (gst_play_bin_convert), (gst_play_bin_get_query_types),
27529         (gst_play_bin_query), (plugin_init):
27530         * gst/playback/test4.c: (main):
27531         Work on object reuse and seeking.
27532
27533 2004-07-09  Wim Taymans  <wim@fluendo.com>
27534
27535         * examples/seeking/seek.c: (iterate):
27536         Don't consume all CPU in the idle loop.
27537
27538 2004-07-09  Wim Taymans  <wim@fluendo.com>
27539
27540         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
27541         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
27542         Add pad to element *after* setting the pad functions so that
27543         the scheduler can use the correct ones.
27544
27545 2004-07-09  Wim Taymans  <wim@fluendo.com>
27546
27547         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
27548         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
27549         Sync to keyframe after seek
27550
27551 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
27552
27553         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
27554         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
27555         (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
27556         * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
27557         * ext/libvisual/visual.c: (gst_visual_change_state):
27558         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
27559         * ext/theora/theoradec.c: (theora_dec_change_state):
27560         * ext/theora/theoraenc.c: (theora_enc_change_state):
27561         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
27562         * gst-libs/gst/navigation/navigation.c:
27563         * gst/adder/gstadder.c: (gst_adder_change_state):
27564         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
27565         (gst_audio_convert_get_buffer):
27566         * gst/multipart/multipartdemux.c:
27567         (gst_multipart_demux_change_state):
27568         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
27569         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
27570         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
27571         * gst/videoscale/gstvideoscale.c:
27572         (gst_videoscale_handle_src_event):
27573         * gst/volume/gstvolume.c: (volume_chain_int16):
27574           don't assert in state change, this should be done by the base
27575           GstElement class.
27576           various debugging fixes.
27577
27578 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
27579
27580         * configure.ac:
27581         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
27582         (gst_play_dispose), (gst_play_set_location),
27583         (gst_play_set_data_src), (gst_play_set_video_sink),
27584         (gst_play_set_audio_sink), (gst_play_set_visualization),
27585         (gst_play_connect_visualization), (gst_play_get_sink_element),
27586         (gst_play_get_all_by_interface):
27587         * gst-libs/gst/play/play.h:
27588           add new method to get elements implementing an interface.
27589           add various error logging
27590
27591 2004-07-08  Wim Taymans  <wim@fluendo.com>
27592
27593         * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
27594         (make_mpeg_pipeline), (make_mpegnt_pipeline),
27595         (make_playerbin_pipeline), (query_durations_elems),
27596         (query_durations_pads), (query_positions_elems),
27597         (query_positions_pads), (update_scale), (iterate), (stop_seek),
27598         (main):
27599         Added playbin seeking example.
27600
27601 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
27602
27603         * gst-libs/gst/play/play.c: (gst_play_set_location),
27604         (gst_play_set_data_src), (gst_play_set_video_sink),
27605         (gst_play_set_audio_sink), (gst_play_set_visualization),
27606         (gst_play_connect_visualization), (gst_play_get_framerate):
27607           use a macro to look up elements from hash table
27608
27609 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
27610
27611         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
27612         (gst_play_get_length_callback), (gst_play_set_location),
27613         (gst_play_seek_to_time), (gst_play_set_data_src),
27614         (gst_play_set_video_sink), (gst_play_set_audio_sink),
27615         (gst_play_set_visualization), (gst_play_connect_visualization),
27616         (gst_play_get_sink_element):
27617         - add debugging info
27618         - fix looking up sink elements by iterating over complete caps
27619         - put everything except for source and autoplugger in a complete bin
27620
27621 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
27622
27623         * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
27624         * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
27625         (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
27626         (gst_alsa_sink_write), (gst_alsa_sink_loop):
27627         * ext/alsa/gstalsasink.h:
27628         - add debugging info
27629         - clean up schizophrenia of data/buffer/event
27630         - fix double event unref error
27631
27632 2004-07-08  Wim Taymans  <wim@fluendo.com>
27633
27634         * gst/playback/Makefile.am:
27635         Add headers to noinst
27636
27637 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
27638
27639         * tools/gst-launch-ext-m.m:
27640         * tools/gst-launch-ext.1.in:
27641           convert to the third millenium
27642
27643 2004-07-07  David Schleef  <ds@schleef.org>
27644
27645         * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
27646
27647 2004-07-07  Wim Taymans  <wim@fluendo.com>
27648
27649         * gst/playback/Makefile.am:
27650         * gst/playback/README:
27651         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
27652         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
27653         (compare_ranks), (print_feature), (gst_decode_bin_init),
27654         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
27655         (try_to_link_1), (new_pad), (close_link), (type_found),
27656         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
27657         (plugin_init):
27658         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
27659         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
27660         (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
27661         (gen_preroll_element), (no_more_pads), (new_stream),
27662         (setup_source), (gst_play_base_bin_set_property),
27663         (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
27664         (gst_play_base_bin_add_element),
27665         (gst_play_base_bin_remove_element),
27666         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
27667         (gst_play_base_bin_unlink_stream),
27668         (gst_play_base_bin_get_streaminfo):
27669         * gst/playback/gstplaybasebin.h:
27670         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
27671         (gst_play_bin_class_init), (gst_play_bin_init),
27672         (gst_play_bin_dispose), (gst_play_bin_set_property),
27673         (gst_play_bin_get_property), (gen_video_element),
27674         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
27675         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
27676         (gst_play_bin_get_formats), (gst_play_bin_convert),
27677         (gst_play_bin_get_query_types), (gst_play_bin_query),
27678         (plugin_init):
27679         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
27680         (gst_stream_info_get_type), (gst_stream_info_class_init),
27681         (gst_stream_info_init), (gst_stream_info_new),
27682         (gst_stream_info_dispose), (gst_stream_info_set_property),
27683         (gst_stream_info_get_property):
27684         * gst/playback/gststreaminfo.h:
27685         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
27686         (main):
27687         * gst/playback/test2.c: (main):
27688         * gst/playback/test3.c: (update_scale), (main):
27689         More playbin fixes. Added README. Do better element filtering.
27690         Added base class to preroll media. Added test apps.
27691
27692 2004-07-07  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
27693
27694         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
27695         * ext/mpeg2dec/gstmpeg2dec.h:
27696           various debugging improvements.  Reset stream to next picture
27697           instead of sequence header, otherwise seeks cannot work.
27698
27699 2004-07-07  Wim Taymans  <wim@fluendo.com>
27700
27701         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
27702         (gst_video_box_class_init), (gst_video_box_set_property),
27703         (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
27704         Use pad_alloc where possible.
27705
27706 2004-07-07  Wim Taymans  <wim@fluendo.com>
27707
27708         * sys/oss/gstosselement.c: (gst_osselement_reset),
27709         (gst_osselement_parse_caps):
27710         * sys/oss/gstosselement.h:
27711         * sys/oss/gstosssrc.c: (gst_osssrc_get):
27712         Fix offset on osssrc.
27713
27714 2004-07-07  Wim Taymans  <wim@fluendo.com>
27715
27716         * ext/theora/theora.c: (plugin_init):
27717         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
27718         (theora_dec_src_query), (theora_dec_chain):
27719         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
27720         (theora_enc_sink_link), (theora_buffer_from_packet),
27721         (theora_push_packet), (theora_enc_chain):
27722         Fix theora granulepos calculation.
27723         Fix overflow in duration/position calculation.
27724         Bump rank to PRIMARY for theoradec.
27725         Use granulepos of last packet to calculate position.
27726         Set keyframe flag on buffers when needed.
27727
27728 2004-07-06  David Schleef  <ds@schleef.org>
27729
27730         * gst/playback/Makefile.am: 'test' in bin_PROGRAMS?  Are you
27731         serious?  (Fixed, obviously.)
27732
27733 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
27734
27735         * po/LINGUAS:
27736         * po/cs.po:
27737           added Czech translation (Miloslav Trmac)
27738
27739 2004-07-05  Wim Taymans  <wim@fluendo.com>
27740
27741         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
27742         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
27743         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
27744         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
27745         (close_link), (type_found), (gst_decode_bin_set_property),
27746         (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
27747         (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
27748         (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
27749         (gst_decode_bin_query), (plugin_init):
27750         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
27751         (gst_play_bin_class_init), (gst_play_bin_init),
27752         (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
27753         (get_video_element), (new_pad), (setup_source),
27754         (gst_play_bin_set_property), (gst_play_bin_get_property),
27755         (gst_play_bin_change_state), (gst_play_bin_add_element),
27756         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
27757         (gst_play_bin_send_event), (gst_play_bin_get_formats),
27758         (gst_play_bin_convert), (gst_play_bin_get_query_types),
27759         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
27760         * gst/playback/test.c: (main):
27761         More fixes, cleaned up playbin, make it use decodebin. Added
27762         threaded property to playbin.
27763
27764 2004-07-05  Wim Taymans  <wim@fluendo.com>
27765
27766         * configure.ac:
27767         * gst/playback/Makefile.am:
27768         * gst/playback/decodetest.c: (main):
27769         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
27770         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
27771         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
27772         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
27773         (close_link), (type_found), (gst_decode_bin_set_property),
27774         (gst_decode_bin_get_property), (gst_decode_bin_change_state),
27775         (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
27776         (gst_decode_bin_get_formats), (gst_decode_bin_convert),
27777         (gst_decode_bin_get_query_types), (gst_decode_bin_query),
27778         (plugin_init):
27779         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
27780         (gst_play_bin_class_init), (gst_play_bin_init),
27781         (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
27782         (collect_sink_pads), (find_compatibles), (close_pad_link),
27783         (try_to_link_1), (new_pad), (close_link), (type_found),
27784         (setup_source), (gst_play_bin_set_property),
27785         (gst_play_bin_get_property), (gst_play_bin_factory_filter),
27786         (compare_ranks), (gst_play_bin_collect_factories),
27787         (gst_play_bin_change_state), (gst_play_bin_add_element),
27788         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
27789         (gst_play_bin_send_event), (gst_play_bin_get_formats),
27790         (gst_play_bin_convert), (gst_play_bin_get_query_types),
27791         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
27792         * gst/playback/test.c: (main):
27793         Added some playback helper elements and some test apps, very alpha
27794         still.
27795
27796 2004-07-04  Benjamin Otte  <otte@gnome.org>
27797
27798         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
27799           only restart audio when we indeed have an xrun to fix repeated
27800           xruns. Fix suggested by Giuliano Pochini.
27801
27802 2004-07-03  David Schleef  <ds@schleef.org>
27803
27804         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
27805         call to gst_debug_log() if debugging is disabled (bug #145118)
27806
27807 2004-07-03  Benjamin Otte  <otte@gnome.org>
27808
27809         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
27810           use our own functions for restarting the alsa device.
27811         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
27812           I should apply patches myself - use MIN for the third argument, not
27813           the second, this fixes seeking
27814
27815 2004-07-02  David Schleef  <ds@schleef.org>
27816
27817         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
27818         (gst_flacdec_write):  Actually, GST_PAD_CAPS() has nothing to
27819         do with the logic.
27820
27821 2004-07-02  David Schleef  <ds@schleef.org>
27822
27823         * ext/flac/gstflacdec.c: (gst_flacdec_write):  Set duration on
27824         output buffers.  Fix logic mistake.  (bug #144866)
27825
27826 2004-07-02  David Schleef  <ds@schleef.org>
27827
27828         * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
27829         on X.  (bug #144753)
27830
27831 2004-07-02  David Schleef  <ds@schleef.org>
27832
27833         * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
27834         (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
27835         (bug #144624)
27836         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
27837         (gst_osselement_rate_probe_check): Add another workaround for
27838         buggy drivers (bug #145336)
27839
27840 2004-07-02  David Schleef  <ds@schleef.org>
27841
27842         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
27843         Most systems don't have MSG_NOSIGNAL.
27844
27845 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
27846
27847         * Makefile.am:
27848         * gst-libs/gst/colorbalance/Makefile.am:
27849         * gst-libs/gst/mixer/Makefile.am:
27850         * gst-libs/gst/play/Makefile.am:
27851         * gst-libs/gst/tuner/Makefile.am:
27852           (hopefully) fix both install and dist and make error message useful.
27853           needs testing across automakes.
27854
27855 2004-07-02  Benjamin Otte  <otte@gnome.org>
27856
27857         * ext/ogg/gstogg.c: (plugin_init):
27858           we require bytestream now
27859         * ext/ogg/gstoggdemux.c:
27860           huge diff to implement chain setup in a fast and generic way. This
27861           improves tag reading and startup of huge files (read: Theora videos)
27862           quite a bit. It probably contains bugs, too, so please test.
27863           Seeking is not improved to the fast method.
27864
27865 2004-06-29  Wim Taymans  <wim@fluendo.com>
27866
27867         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
27868         * ext/ogg/gstoggmux.c:
27869         Fix memleak in oggdemux when running unconnected pads.
27870         doc update in mux, start working on keyframe mode.
27871
27872 2004-06-29  Benjamin Otte  <otte@gnome.org>
27873
27874         * sys/oss/gstosssink.c:
27875         * sys/oss/gstosssrc.c:
27876           advertise correct template caps - we indeed do non-native endianness
27877           and 8bit audio has no endianness
27878         * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
27879         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
27880           avoid (wrong) duplications in getcaps function and return
27881           template caps
27882
27883 2004-06-29  Wim Taymans  <wim@fluendo.com>
27884
27885         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
27886         (gst_multifdsink_class_init), (gst_multifdsink_add),
27887         (gst_multifdsink_remove), (gst_multifdsink_clear),
27888         (gst_multifdsink_client_remove),
27889         (gst_multifdsink_handle_client_read),
27890         (gst_multifdsink_client_queue_data),
27891         (gst_multifdsink_client_queue_caps),
27892         (gst_multifdsink_client_queue_buffer),
27893         (gst_multifdsink_handle_client_write),
27894         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
27895         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
27896         (gst_multifdsink_init_send), (gst_multifdsink_close):
27897         Fix wrong GList iteration that could crash the server when
27898         more then 2 clients disconnect at the same time. Read all the
27899         pending commands in one batch to recover from command storms under
27900         very heavy load.
27901
27902 2004-06-28  Wim Taymans  <wim@fluendo.com>
27903
27904         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
27905         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
27906         (gst_videomixer_pad_set_property),
27907         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
27908         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
27909         (gst_videomixer_class_init), (gst_videomixer_init),
27910         (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
27911         (pad_zorder_compare), (gst_videomixer_sort_pads),
27912         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
27913         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
27914         (gst_videomixer_update_queues), (gst_videomixer_loop),
27915         (plugin_init):
27916         Avoid divide by zero, choose masterpad as the pad with the highest
27917         framerate.
27918
27919 2004-06-27  Julien Moutte  <julien@moutte.net>
27920
27921         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
27922         (gst_ximagesink_xwindow_new):
27923         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
27924         (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
27925         function directly. We might want to call it from somewhere else one day.
27926
27927 2004-06-27  Julien Moutte  <julien@moutte.net>
27928
27929         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
27930         (gst_ximagesink_xwindow_new):
27931         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
27932         (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
27933         window decorations.
27934
27935 2004-06-27  Wim Taymans  <wim@fluendo.com>
27936
27937         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
27938         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
27939         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
27940         (gst_dvdec_set_property), (gst_dvdec_get_property):
27941         * ext/dv/gstdvdec.h:
27942         Implement drop_factor property to lower the framerate with
27943         a factor.
27944
27945 2004-06-27  Thomas Vander Stichele  <thomas at apestaart dot org>
27946
27947         * gst-libs/gst/colorbalance/Makefile.am:
27948         * gst-libs/gst/mixer/Makefile.am:
27949         * gst-libs/gst/play/Makefile.am:
27950         * gst-libs/gst/tuner/Makefile.am:
27951           unbreak Company's fix that didn't install the -enum.h files
27952
27953 2004-06-27  Wim Taymans  <wim@fluendo.com>
27954
27955         * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
27956         (gst_dvdec_change_state):
27957         * ext/dv/gstdvdec.h:
27958         Fix timestamp, duration and offset of the buffers.
27959
27960 2004-06-27  Wim Taymans  <wim@fluendo.com>
27961
27962         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
27963         (gst_multifdsink_class_init), (gst_multifdsink_add),
27964         (gst_multifdsink_remove), (gst_multifdsink_clear),
27965         (gst_multifdsink_client_remove),
27966         (gst_multifdsink_handle_client_read),
27967         (gst_multifdsink_client_queue_data),
27968         (gst_multifdsink_client_queue_caps),
27969         (gst_multifdsink_client_queue_buffer),
27970         (gst_multifdsink_handle_client_write),
27971         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
27972         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
27973         (gst_multifdsink_init_send), (gst_multifdsink_close):
27974         * gst/tcp/gstmultifdsink.h:
27975         * gst/tcp/gsttcpserversink.c:
27976         (gst_tcpserversink_handle_server_read),
27977         (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
27978         More multifdsink fixes, more recovery policy fixes.
27979         Removed stupid g_print
27980
27981 2004-06-26  Wim Taymans  <wim@fluendo.com>
27982
27983         * gst/tcp/Makefile.am:
27984         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
27985         (gst_multifdsink_get_type), (gst_multifdsink_base_init),
27986         (gst_multifdsink_class_init), (gst_multifdsink_init),
27987         (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
27988         (gst_multifdsink_handle_client_read),
27989         (gst_multifdsink_client_queue_data),
27990         (gst_multifdsink_client_queue_caps),
27991         (gst_multifdsink_client_queue_buffer),
27992         (gst_multifdsink_handle_client_write),
27993         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
27994         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
27995         (gst_multifdsink_chain), (gst_multifdsink_set_property),
27996         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
27997         (gst_multifdsink_close), (gst_multifdsink_change_state):
27998         * gst/tcp/gstmultifdsink.h:
27999         * gst/tcp/gsttcpplugin.c: (plugin_init):
28000         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
28001         (gst_tcpserversink_class_init), (gst_tcpserversink_init),
28002         (gst_tcpserversink_handle_server_read),
28003         (gst_tcpserversink_handle_select),
28004         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
28005         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
28006         * gst/tcp/gsttcpserversink.h:
28007         Added multifdsink, made tcpserversink a subclass of fdsink, removed
28008         one of the locks, added recovery policy to multifdsink.
28009
28010 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
28011
28012         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
28013           fix decision for when getting frames with same timestamp
28014         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
28015         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
28016         (gst_v4lsrc_get_property):
28017         * sys/v4l/gstv4lsrc.h:
28018           add latency offset property
28019
28020 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
28021
28022         * gst/videorate/gstvideorate.c: (gst_videorate_chain),
28023         (plugin_init):
28024           fix debugging. add category.
28025
28026 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
28027
28028         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
28029           fix wrong offsets
28030
28031 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
28032
28033         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
28034         (gst_alsa_src_get_time), (gst_alsa_src_loop),
28035         (gst_alsa_src_change_state):
28036           return a time that is in sync with the element's processing
28037
28038 2004-06-25  Wim Taymans  <wim@fluendo.com>
28039
28040         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
28041         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
28042         (gst_tcpserversink_client_remove),
28043         (gst_tcpserversink_handle_client_read),
28044         (gst_tcpserversink_client_queue_data),
28045         (gst_tcpserversink_client_queue_caps),
28046         (gst_tcpserversink_client_queue_buffer),
28047         (gst_tcpserversink_handle_client_write),
28048         (gst_tcpserversink_queue_buffer),
28049         (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
28050         (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
28051         (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
28052         (gst_tcpserversink_close):
28053         * gst/tcp/gsttcpserversink.h:
28054         Serversink rewrite. Really do non blocking writes to clients and
28055         maintain an internal queue to handle slower clients while not
28056         disturbing fast clients.
28057
28058 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
28059
28060         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
28061           better debug, don't override OFFSET and OFFSET_END
28062
28063 2004-06-25  Iain <iain@prettypeople.org>
28064
28065         * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
28066         name=source for the wavparse pipeline.
28067
28068 2004-06-24  Johan Dahlin  <johan@gnome.org>
28069
28070         * ext/theora/theoraenc.c (theora_enc_chain): Call
28071         gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
28072         streamheader caps are set correctly.
28073
28074 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
28075
28076         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
28077         (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
28078           respect minimum bitrate; same could be done for max bitrate
28079
28080 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
28081
28082         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
28083         (gst_vorbisenc_setup):
28084           fix sample rate range
28085
28086 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
28087
28088         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
28089         (gst_oggvorbisenc_setup):
28090         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
28091         (gst_vorbisenc_setup):
28092           resolve ambiguities in code and description
28093
28094 2004-06-24  Wim Taymans  <wim@fluendo.com>
28095
28096         * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
28097         * ext/alsa/gstalsa.h:
28098         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
28099         (gst_alsa_src_update_avail), (gst_alsa_src_loop):
28100         Use alsa trigger_tstamp to get the timestamp of the first
28101         sample in the buffer for more precise sync. Some cleanups.
28102
28103 2004-06-24  Wim Taymans  <wim@fluendo.com>
28104
28105         * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
28106         (gst_audiorate_init), (gst_audiorate_chain),
28107         (gst_audiorate_set_property), (gst_audiorate_get_property):
28108         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
28109         (gst_videorate_chain):
28110         Added some logging, fixed an overflow bug in videorate.
28111
28112 2004-06-24  Benjamin Otte  <otte@gnome.org>
28113
28114         * ext/kio/Makefile.am:
28115           fix for builddir != srcdir and distcheck
28116
28117 2004-06-24  Benjamin Otte  <otte@gnome.org>
28118
28119         * gst-libs/gst/colorbalance/Makefile.am:
28120         * gst-libs/gst/mixer/Makefile.am:
28121         * gst-libs/gst/play/Makefile.am:
28122         * gst-libs/gst/tuner/Makefile.am:
28123         * gst/tcp/Makefile.am:
28124         * sys/dxr3/Makefile.am:
28125           don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
28126           tarball.
28127           Also add all *.list files that were missing.
28128         * Makefile.am:
28129           add a distcheck hook to ensure the above doesn't happen again.
28130
28131 2004-06-23  David I. Lehn  <dlehn@users.sourceforge.net>
28132
28133         * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
28134
28135 2004-06-23  Colin Walters  <walters@redhat.com>
28136
28137         * m4/Makefile.am: Distribute gst-fionread.m4.
28138
28139 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28140
28141         * configure.ac: back to dev
28142
28143 2004-06-23  Wim Taymans  <wim@fluendo.com>
28144
28145         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
28146         (gst_alsa_xrun_recovery):
28147         * ext/alsa/gstalsa.h:
28148         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
28149         (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
28150         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
28151         (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
28152         (gst_alsa_src_loop):
28153         Add clock to alsasrc. Take new capture timestamp when
28154         restarting after an overrun. Split up some functions between
28155         alsasrc and alsasink.
28156
28157 === release 0.8.2 ===
28158
28159 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28160
28161         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
28162         (gst_alsa_change_state), (gst_alsa_update_avail),
28163         (gst_alsa_xrun_recovery):
28164         * ext/alsa/gstalsa.h:
28165         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
28166           merge back changes from release
28167
28168 2004-06-23  Wim Taymans  <wim@fluendo.com>
28169
28170         * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
28171         (gst_audiorate_init), (gst_audiorate_chain),
28172         (gst_audiorate_set_property), (gst_audiorate_get_property):
28173         Implement sample dropping and notify
28174
28175 2004-06-22  Wim Taymans  <wim@fluendo.com>
28176
28177         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
28178         (theora_enc_sink_link), (theora_buffer_from_packet),
28179         (theora_push_packet), (theora_enc_chain):
28180         Some cleanups, make sure the timestamps are correct.
28181
28182 2004-06-22  Wim Taymans  <wim@fluendo.com>
28183
28184         * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
28185         (gst_alsa_change_state), (gst_alsa_update_avail),
28186         (gst_alsa_xrun_recovery):
28187         * ext/alsa/gstalsa.h:
28188         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
28189         Cleanups, take queued samples into account when reporting
28190         the time.
28191
28192 2004-06-22  Wim Taymans  <wim@fluendo.com>
28193
28194         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
28195         (gst_videorate_init):
28196         Initialize the property as well.
28197
28198 2004-06-22  Wim Taymans  <wim@fluendo.com>
28199
28200         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
28201         (gst_videorate_init), (gst_videorate_chain),
28202         (gst_videorate_set_property), (gst_videorate_get_property):
28203         Add property to make videorate silent.
28204         Add property to prefer new frames over old ones.
28205
28206 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28207
28208         * sys/osxvideo/Makefile.am:
28209         Workaround so that the osxvideo .so file gets linked with the
28210         Cocoa, OpenGL and QuickTime frameworks
28211
28212 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28213
28214         * sys/osxaudio/Makefile.am:
28215         Workaround so that the osxaudio .so file gets linked with the
28216         CoreAudio framework
28217
28218 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28219
28220         * configure.ac:
28221         Whoops, my fault...fixed build issues
28222
28223 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28224
28225         * configure.ac:
28226         Add objective-c support if running in Darwin/Mac OS X
28227         * sys/Makefile.am:
28228         * sys/osxvideo:
28229         * sys/osxvideo/Makefile.am:
28230         * sys/osxvideo/osxvideosink.h:
28231         * sys/osxvideo/osxvideosink.m:
28232         * sys/osxvideo/cocoawindow.h:
28233         * sys/osxvideo/cocoawindow.m:
28234         Add osxvideosink, a cocoa-based osx video sink
28235
28236
28237 2004-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
28238         * ext/dvdnav/gst-dvd:
28239         Grab the gconf key from the right spot
28240         * gst/debug/gstnavseek.c: (gst_navseek_init),
28241         (gst_navseek_segseek), (gst_navseek_handle_src_event),
28242         (gst_navseek_chain):
28243         * gst/debug/gstnavseek.h:
28244           Add 's', 'e' and 'l' keypresses to navseek to define the start,end
28245           and loop parameters of a segment seek.
28246         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
28247         (gst_videotestsrc_get_event_masks),
28248         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
28249         * gst/videotestsrc/gstvideotestsrc.h:
28250           Add seeking support to videotestsrc
28251           Initialise the timestamp_offset variable.
28252
28253 2004-06-18  Wim Taymans  <wim@fluendo.com>
28254
28255         * ext/sidplay/gstsiddec.cc:
28256         Fix negotiation and set correct end offset.
28257
28258 2004-06-18  Thomas Vander Stichele  <thomas at apestaart dot org>
28259
28260         * configure.ac: branch and prerelease
28261
28262 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
28263
28264         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
28265         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
28266         (gst_tcpclientsrc_init_receive):
28267         * gst/tcp/gsttcpclientsrc.h:
28268           read caps when connecting to server for GDP so we set them correctly
28269
28270 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
28271
28272         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
28273           notify drops and duplicates
28274         * gst/videoscale/videoscale.c: (videoscale_get_structure):
28275           no good reason to limit ourselves to 100x100
28276
28277 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
28278
28279         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
28280         (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
28281         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
28282         (gst_v4lsrc_get_property):
28283         * sys/v4l/gstv4lsrc.h:
28284         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
28285         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
28286         (gst_v4l_set_audio):
28287         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
28288         (gst_v4lsrc_try_capture):
28289         * sys/v4l/v4lsrc_calls.h:
28290           change try_palette to more general try_capture
28291           add autoprobe option so we can turn off autoprobing
28292           various fixes
28293
28294 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
28295
28296         * configure.ac:
28297           add videorate
28298         * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
28299         (gst_ximagesink_class_init):
28300         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
28301         (gst_xvimagesink_class_init):
28302           run them as finalize, not dispose, since dispose can be invoked
28303           multiple times
28304
28305 2004-06-17  Wim Taymans  <wim@fluendo.com>
28306
28307         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
28308         (gst_alsa_get_time), (gst_alsa_xrun_recovery):
28309         * ext/alsa/gstalsa.h:
28310         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
28311         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
28312         (gst_alsa_src_change_state):
28313         * ext/alsa/gstalsasrc.h:
28314         Make the xrun code timestamp and offset the buffers correctly.
28315         moved the clock to the base class, use alsa methods to get time.
28316         Do correct timestamping on outgoing buffers.
28317
28318 2004-06-17  Wim Taymans  <wim@fluendo.com>
28319
28320         * gst/audiorate/Makefile.am:
28321         * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
28322         (gst_audiorate_base_init), (gst_audiorate_class_init),
28323         (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
28324         (gst_audiorate_set_property), (gst_audiorate_get_property),
28325         (gst_audiorate_change_state), (plugin_init):
28326         Added an audiorate converter that fills in gaps.
28327
28328 2004-06-17  Johan Dahlin  <johan@gnome.org>
28329
28330         * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
28331
28332 2004-06-16  Wim Taymans  <wim@fluendo.com>
28333
28334         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
28335         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
28336         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
28337         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
28338         (gst_v4lsrc_get_property):
28339         * sys/v4l/gstv4lsrc.h:
28340         Added a copy mode to v4lsrc where it will output a copied version
28341         of its internal hardware buffer.
28342         Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
28343         can't | them.
28344
28345 2004-06-16  Wim Taymans  <wim@fluendo.com>
28346
28347         * sys/oss/gstosssrc.c: (gst_osssrc_get):
28348         Timestamp fixes.
28349
28350 2004-06-16  Wim Taymans  <wim@fluendo.com>
28351
28352         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
28353         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
28354         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
28355         (gst_v4lsrc_get_property):
28356         * sys/v4l/gstv4lsrc.h:
28357         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
28358         Added a sync mode enum property to control v4lsrc timestamp method
28359         Removed the use-fixed-fps property and moved functionality in
28360         the enum.
28361         Don't error on an error value from v4l-conf, it might not always
28362         be a real error.
28363
28364 2004-06-16  Wim Taymans  <wim@fluendo.com>
28365
28366         * gst/videorate/Makefile.am:
28367         * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
28368         (gst_videorate_base_init), (gst_videorate_class_init),
28369         (gst_videorate_getcaps), (gst_videorate_link),
28370         (gst_videorate_init), (gst_videorate_chain),
28371         (gst_videorate_set_property), (gst_videorate_get_property),
28372         (gst_videorate_change_state), (plugin_init):
28373         Added a video timestamp corrector.
28374
28375 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28376
28377         fixed a potential leak with previous commit
28378
28379         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
28380
28381 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28382
28383         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
28384         Added missing refcount, fixes bug #144425
28385         Cheers Tim for finding the bug
28386
28387 2004-06-15  Thomas Vander Stichele  <thomas at apestaart dot org>
28388
28389         * sys/v4l/gstv4l.c: (plugin_init):
28390         * sys/v4l/gstv4lcolorbalance.c:
28391         * sys/v4l/gstv4lcolorbalance.h:
28392         * sys/v4l/gstv4lelement.c:
28393         * sys/v4l/gstv4lelement.h:
28394         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
28395         * sys/v4l/gstv4lmjpegsink.h:
28396         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
28397         * sys/v4l/gstv4lmjpegsrc.h:
28398         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
28399         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
28400         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
28401         * sys/v4l/gstv4lsrc.h:
28402         * sys/v4l/gstv4ltuner.c:
28403         * sys/v4l/gstv4ltuner.h:
28404         * sys/v4l/gstv4lxoverlay.c:
28405         * sys/v4l/gstv4lxoverlay.h:
28406         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
28407         (gst_v4l_set_window), (gst_v4l_enable_overlay):
28408         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
28409         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
28410         (gst_v4l_set_audio):
28411         * sys/v4l/v4l_calls.h:
28412         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
28413         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
28414         (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
28415         (gst_v4lmjpegsink_playback_init),
28416         (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
28417         (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
28418         (gst_v4lmjpegsink_playback_stop),
28419         (gst_v4lmjpegsink_playback_deinit):
28420         * sys/v4l/v4lmjpegsink_calls.h:
28421         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
28422         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
28423         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
28424         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
28425         (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
28426         (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
28427         * sys/v4l/v4lmjpegsrc_calls.h:
28428         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
28429         (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
28430         (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
28431         (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
28432         (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
28433         (gst_v4lsrc_try_palette):
28434         * sys/v4l/v4lsrc_calls.h:
28435           bunch of paranoia cleanups
28436
28437 2004-06-14  David Schleef  <ds@schleef.org>
28438
28439         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
28440         (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
28441         Send discont events and change timestamps appropriately when
28442         we get a seek event.  (bug #144240)
28443         * ext/cdparanoia/gstcdparanoia.h:
28444
28445 2004-06-14  Benjamin Otte  <otte@gnome.org>
28446
28447         * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
28448           snd_pcm_hw_params_set_rate  since the latter fails for no good
28449           reason on some setups.
28450
28451 2004-06-14  David Schleef  <ds@schleef.org>
28452
28453         * gst/volume/demo.c: (value_changed_callback): exp10() is not
28454         standard.  Thank you for playing.
28455
28456 2004-06-14  Wim Taymans  <wim@fluendo.com>
28457
28458         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
28459         Patch 1.3 broke the ordering of the colorspace info and
28460         made the plugin basically work by coincidence, reordered
28461         the info.
28462
28463 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
28464
28465         * ext/lame/gstlame.c:
28466         * ext/mad/gstmad.c:
28467           sync caps.  Make sure mad can only output a list of rates, not
28468           a full range.  In the future, have three caps lists for each of the
28469           mpeg versions.  Change mpegversion to a double as well.
28470
28471 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
28472
28473         * gst/volume/.cvsignore:
28474         * gst/volume/Makefile.am:
28475         * gst/volume/demo.c: (value_changed_callback), (idler),
28476         (setup_gui), (main):
28477           added small demo app
28478
28479 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
28480         * ext/esd/esdsink.c: (gst_esdsink_change_state):
28481         * ext/esd/esdsink.h:
28482         Close the esd connection on pause, because esd will just wait -
28483         blocking all other esd clients indefinitely.
28484
28485 2004-06-12  Christophe Fergeau  <teuf@gnome.org>
28486
28487         * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
28488           previous commit with GST_DEBUG
28489
28490 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
28491
28492         * configure.ac:
28493           add a header check for a dvdread header in dvdnav.  Fixes #133002
28494
28495 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28496
28497         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
28498         * gst/tcp/gsttcpclientsink.h:
28499         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
28500         * gst/tcp/gsttcpclientsrc.h:
28501         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
28502         (gst_tcpserversink_handle_server_read),
28503         (gst_tcpserversink_init_send):
28504         * gst/tcp/gsttcpserversink.h:
28505         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
28506         * gst/tcp/gsttcpserversrc.h:
28507         Modified the tcp plugins so they are portable (IPv4,IPv6, any future
28508         version of IP)
28509
28510 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28511
28512         * configure.ac:
28513         Added ogg library so that OSX detects libtheora properly
28514
28515 2004-06-11  Wim Taymans  <wim@fluendo.com>
28516
28517         * ext/theora/theoradec.c: (theora_dec_chain),
28518         (theora_dec_change_state):
28519         Don't try to decode frames before we received a keyframe.
28520
28521 2004-06-11  Wim Taymans  <wim@fluendo.com>
28522
28523         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
28524         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
28525         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
28526         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
28527         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
28528         Added property to set the maximum delay of a page.
28529
28530 2004-06-10  Wim Taymans  <wim@fluendo.com>
28531
28532         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
28533         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
28534         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
28535         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
28536         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
28537         Added max-delay property to control the maximum amount
28538         of data to put in one page.
28539
28540 2004-06-10  Wim Taymans  <wim@fluendo.com>
28541
28542         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
28543         (gst_theora_enc_init), (theora_enc_sink_link),
28544         (theora_buffer_from_packet), (theora_enc_set_property),
28545         (theora_enc_get_property):
28546         Set duration on encoded buffer, added some more properties
28547
28548 2004-06-10  Wim Taymans  <wim@fluendo.com>
28549
28550         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
28551         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
28552         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
28553         * ext/theora/theoraenc.c: (theora_enc_chain):
28554         Fix refcounting bugs
28555
28556 2004-06-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28557
28558         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
28559         (gst_asf_demux_loop), (gst_asf_demux_process_file),
28560         (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
28561         (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
28562         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
28563         (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
28564         (gst_asf_demux_change_state):
28565         * gst/asfdemux/gstasfdemux.h:
28566           You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
28567           feels like. I think we should set a new requirement for demuxers
28568           from now on to implement sane loop functions, data loops, query
28569           and seek functions before first commit into CVS. And this commit
28570           fixes all of the above.
28571
28572 2004-06-10  Christophe Fergeau  <teuf@gnome.org>
28573
28574         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
28575           vorbis comments are properly encoded in UTF-8 before adding them
28576           to a GstTagList
28577
28578 2004-06-09  Benjamin Otte  <otte@gnome.org>
28579
28580         * ext/alsa/gstalsa.c: (add_channels):
28581           handle min <= max correctly
28582         * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
28583         (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
28584           add fixation functions so we fixate correctly. No preferring of alaw
28585           anymore because it's the first structure.
28586         * ext/alsa/gstalsa.h:
28587         * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
28588         (gst_alsa_hw_params_dump):
28589           add functions to ease debugging in alsalib
28590         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
28591         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
28592         (gst_alsa_start_audio):
28593           only specify hw params if we really setup a format (fixes #134007 -
28594           or at least works around it)
28595
28596 2004-06-09  Wim Taymans  <wim@fluendo.com>
28597
28598         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
28599         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
28600         (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
28601         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
28602         (gst_ogg_mux_loop):
28603         Use stream caps to setup the initial pages in the ogg stream.
28604         Correctly set the streamheader caps on the srcpad.
28605
28606 2004-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
28607
28608         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
28609         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
28610         (gst_v4lsrc_getcaps):
28611         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
28612         (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
28613           add querying of fps lists for webcams.  Negotiating to a framerate
28614           now works.
28615
28616 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
28617
28618         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
28619         (theora_push_buffer), (theora_push_packet),
28620         (theora_set_header_on_caps), (theora_enc_chain):
28621           mark buffers and put on streamheader, raw theora streaming
28622           now works too, whee
28623
28624 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
28625
28626         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
28627         (gst_tcp_gdp_read_caps):
28628           do a looping read for caps and GDP headers too
28629
28630 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
28631
28632         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
28633         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
28634           return EOS instead of NULL in _get
28635
28636 2004-06-08  Wim Taymans  <wim@fluendo.com>
28637
28638         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
28639         (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
28640         (gst_tcp_gdp_write_caps):
28641         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
28642         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
28643         (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
28644         Memory leak fixes
28645
28646 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
28647
28648         * ext/vorbis/Makefile.am:
28649         * ext/vorbis/vorbis.c: (plugin_init):
28650         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
28651         (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
28652         (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
28653         (vorbis_parse_change_state):
28654         * ext/vorbis/vorbisparse.h:
28655           adding a vorbisparse element that marks the buffers, streaming
28656           raw vorbis using GDP now works, whee
28657
28658 2004-06-08  Wim Taymans  <wim@fluendo.com>
28659
28660         * ext/jpeg/Makefile.am:
28661         * ext/jpeg/README:
28662         * ext/jpeg/gstjpeg.c: (plugin_init):
28663         * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
28664         (gst_smokedec_base_init), (gst_smokedec_class_init),
28665         (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
28666         * ext/jpeg/gstsmokedec.h:
28667         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
28668         (gst_smokeenc_base_init), (gst_smokeenc_class_init),
28669         (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
28670         (gst_smokeenc_resync), (gst_smokeenc_chain),
28671         (gst_smokeenc_set_property), (gst_smokeenc_get_property):
28672         * ext/jpeg/gstsmokeenc.h:
28673         * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
28674         (smokecodec_flush_destination), (smokecodec_term_destination),
28675         (smokecodec_init_source), (smokecodec_fill_input_buffer),
28676         (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
28677         (smokecodec_term_source), (smokecodec_encode_new),
28678         (smokecodec_decode_new), (smokecodec_info_free),
28679         (smokecodec_set_quality), (smokecodec_get_quality),
28680         (smokecodec_set_threshold), (smokecodec_get_threshold),
28681         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
28682         (find_best_size), (abs_diff), (put), (smokecodec_encode),
28683         (smokecodec_parse_header), (smokecodec_decode):
28684         * ext/jpeg/smokecodec.h:
28685         Added a new simple jpeg based codec
28686
28687 2004-06-08  Wim Taymans  <wim@fluendo.com>
28688
28689         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
28690         (gst_multipart_mux_loop):
28691         Fix memory leak
28692
28693 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
28694
28695         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
28696         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
28697         (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
28698         (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
28699         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
28700         * gst/tcp/gsttcpserversink.h:
28701           take streamheader into account
28702
28703 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
28704
28705         * gst/level/Makefile.am:
28706         * gst/level/gstlevel.c: (gst_level_class_init):
28707           clean up marshal generation
28708
28709 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
28710
28711         * gst/tcp/Makefile.am:
28712         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
28713         (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
28714         (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
28715         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
28716         (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
28717         (gst_tcpclientsrc_get_property):
28718         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
28719         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
28720         (gst_tcpserversink_handle_client_read),
28721         (gst_tcpserversink_handle_client_write),
28722         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
28723         * gst/tcp/gsttcpserversink.h:
28724           add signals client-added and client-removed
28725         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
28726         (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
28727         (gst_tcpserversrc_get_property):
28728         uniformized, change default protocol to NONE
28729         * gst/tcp/gsttcp-marshal.list: added
28730 2004-06-07  Benjamin Otte  <otte@gnome.org>
28731
28732         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
28733           handle discont events if they happen before caps nego
28734
28735 2004-06-07  Wim Taymans  <wim@fluendo.com>
28736
28737         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
28738         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
28739         (gst_multipart_demux_plugin_init):
28740         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
28741         (gst_multipart_mux_init), (gst_multipart_mux_loop),
28742         (gst_multipart_mux_change_state):
28743         Small updates, fix a memleak
28744
28745 2004-06-07  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
28746
28747         * configure.ac: OSS portability
28748         * ext/arts/gst_arts.c: idem
28749         * sys/oss/gstosselement.c: idem
28750         * sys/oss/gstossmixer.c: idem
28751         * sys/oss/gstosssink.c: idem
28752         * sys/oss/gstosssrc.c: idem
28753         * sys/oss/oss_probe.c: idem
28754           - check for soundcard.h in different places for some BSD
28755
28756 2004-06-07  Jan Schmidt <thaytan@mad.scientist.com>
28757
28758         * AUTHORS:
28759         Add me to the authors file
28760         * configure.ac:
28761         Increase the libdv requirement to >= version 0.100
28762         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
28763         (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
28764         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
28765         * ext/dv/gstdvdec.h:
28766         Add support for the new_media flag when sending DISCONT events
28767         Make the querying work when video pad is not linked
28768
28769 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
28770
28771         reviewed by Benjamin Otte  <otte@gnome.org>
28772
28773         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
28774           create a NULL-initialized array of pads, so we don't think they
28775           exist already. (fixes #143130)
28776
28777 2004-06-07  Benjamin Otte  <otte@gnome.org>
28778
28779         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
28780         (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
28781         (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
28782           don't use // coments
28783
28784 2004-06-07  Benjamin Otte  <otte@gnome.org>
28785
28786         * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
28787           cast to GstClockTime to get higher granularity
28788         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
28789           use gst_element_set_time_delay to get the exact time
28790         * ext/mad/gstmad.c: (gst_mad_chain):
28791           use the negotiated rate instead of the current frame's rate which
28792           might be wrong because of bit errors. This avoids emitting totally
28793           bogus timestamps and screwing sync.
28794         (fixes #143454)
28795
28796 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
28797
28798         reviewed by Benjamin Otte  <otte@gnome.org>
28799
28800         * gst/adder/gstadder.c: (gst_adder_loop):
28801           properly error out when no negotiation has happened yet. (fixes
28802           #143032)
28803
28804 2004-06-06  Benjamin Otte  <otte@gnome.org>
28805
28806         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
28807           forward correctly transformed offset in discont events. Based on
28808           patch by Arwed v. Merkatz. (fixes #142851)
28809
28810 2004-06-06  David Schleef  <ds@schleef.org>
28811
28812         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
28813         G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS.  Should fix compile
28814         problems on several systems.
28815
28816 2004-06-06  Benjamin Otte  <otte@gnome.org>
28817
28818         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
28819           use explicit caps on the srcpad
28820         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
28821           properly error out if caps couldn't be set (fixes #142764)
28822
28823 2004-06-06  Benjamin Otte  <otte@gnome.org>
28824
28825         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
28826         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
28827         (gst_alsa_start_audio):
28828           - don't call set_periods_integer anymore, it breaks the
28829           configuration randomly
28830           - call snd_pcm_hw_params_set_access directly instead of using masks
28831           - don't fail if the sw_params can't be set, just use the default
28832           params and hope it works. Alsalib has weird issues when you touch
28833           sw_params and does no proper error reporting about what failed.
28834         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
28835         (gst_alsa_close_audio):
28836           make our alsa debugging go via gst debugging and not conditionally
28837           defined
28838         * ext/alsa/gstalsa.h:
28839           add ALSA_DEBUG_FLUSH macro
28840         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
28841         (plugin_init):
28842           wrap alsa errors to be printed via the gst debugging system and not
28843           spammed to stderr
28844
28845 2004-06-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28846
28847         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
28848         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
28849         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
28850         (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
28851         (qtdemux_parse_trak):
28852         * gst/qtdemux/qtdemux.h:
28853           Bitch. Also known as seeking, querying & co.
28854         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
28855         (gst_osssink_change_state):
28856         * sys/oss/gstosssink.h:
28857           Resyncing is for weenies, this hack is no longer needed and was
28858           broken anyway (since it - unintendedly - always leaves resync to
28859           TRUE).
28860
28861 2004-06-05  Andrew Turner <zxombie@hotpop.com>
28862
28863         * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
28864         * gst/tcp/gsttcpclientsrc.h: idem
28865           - define MSG_NOSIGNAL if not done
28866           - include unistd.h for off_t
28867           (fixes #143749)
28868
28869 2004-06-05  Benjamin Otte  <otte@gnome.org>
28870
28871         * configure.ac:
28872         * ext/kio/Makefile.am:
28873           check for qt's moc preprocessor explicitly and use it
28874
28875 2004-06-03  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
28876
28877         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
28878           don't get a signal for EPIPE on socket writes
28879           (somebody check if this works on other platforms)
28880
28881 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
28882
28883         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
28884         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
28885           check error condition on available samples correctly
28886
28887 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
28888
28889         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
28890           avoid a segfault
28891         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
28892         (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
28893         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
28894         (gst_tcpserversrc_gdp_read_header):
28895          use ssize_t over size_t since the former is signed and thus the
28896          check for error codes can work
28897
28898 2004-06-02  Wim Taymans  <wim@fluendo.com>
28899
28900         reviewed by: Johan
28901
28902         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
28903         (gst_multipart_mux_loop):
28904         Oops
28905
28906 2004-06-02  Wim Taymans  <wim@fluendo.com>
28907
28908         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
28909         (gst_multipart_mux_init), (gst_multipart_mux_loop),
28910         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
28911         (gst_multipart_mux_change_state):
28912         Added configurable boundary specifier, added the value as a
28913         caps field as well.
28914
28915 2004-06-02  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28916
28917         * gst/tcp/gsttcp.c:
28918         * gst/tcp/gsttcpclientsrc.c:
28919         * gst/tcp/gsttcpclientsrc.h:
28920         * gst/tcp/gsttcpserversrc.c:
28921           - portability fix, to compile on OSX
28922             (fixes #143146)
28923
28924         * sys/osxaudio/gstosxaudioelement.c:
28925         * sys/osxaudio/gstosxaudiosink.c:
28926         * sys/osxaudio/gstosxaudiosrc.c:
28927           - compilation warnings on OSX
28928             (fixes #143153)
28929
28930 2004-06-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28931
28932         * ext/vorbis/vorbisdec.c : sign warning fixes
28933
28934         * gst-libs/gst/mixer/mixertrack.c :
28935           do no use defines which are glib 2.4 specific
28936
28937 2004-06-01  Christophe Fergeau  <teuf@gnome.org>
28938
28939         * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
28940           buffer since libflac doesn't expect it (reports a sync error when
28941           it encounters that)
28942
28943
28944 2004-06-01  Owen Fraser-Green  <owen@discobabe.net>
28945
28946         * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
28947         * gst-libs/gst/mixer/mixertrack.c:
28948         (gst_mixer_track_get_property), (get_mixer_track_init),
28949         (get_mixer_track_get_property): Added property accessors
28950         * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
28951         * gst-libs/gst/mixer/mixeroptions.c:
28952         (gst_mixer_options_get_values): Added
28953         * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
28954         * gst-libs/gst/mixer/mixer.c: Fixed comment
28955
28956
28957 2004-06-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
28958
28959         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
28960           improve error messages on open
28961
28962
28963 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
28964
28965         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
28966           check if v4l-conf is in path
28967
28968 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
28969
28970         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
28971           change assert to a more readable error message
28972
28973 2004-05-31  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
28974
28975         * gst-libs/gst/tuner/tunerchannel.h:
28976           - add a freq_multiplicator field to make the conversion
28977             between internal frequency unit and Hz
28978         * sys/v4l/gstv4lelement.c:
28979         * sys/v4l2/gstv4l2element.c:
28980           - change default video device to /dev/video0
28981         * sys/v4l/v4l_calls.c:
28982         * sys/v4l2/v4l2_calls.c:
28983           - we only expose frequency to the user in Hz instead of
28984             bastard v4lX unit (either 62.5kHz or 62.5Hz)
28985
28986 2004-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
28987         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
28988           Initialise b_o_s and e_o_s variables
28989         * gst-libs/gst/riff/riff-media.c:
28990         (gst_riff_create_video_caps_with_data):
28991           Add some unusual fourcc's from mplayer avi's
28992         * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
28993           Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
28994           autoplugging.
28995
28996 2004-05-28  Wim Taymans  <wim@fluendo.com>
28997
28998         * configure.ac:
28999         * gst/alpha/Makefile.am:
29000         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
29001         (gst_alpha_get_type), (gst_alpha_base_init),
29002         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
29003         (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
29004         (gst_alpha_chroma_key), (gst_alpha_chain),
29005         (gst_alpha_change_state), (plugin_init):
29006         A plugin to add an alpha channel to I420 video. Can optionally do
29007         chroma keying.
29008         * gst/multipart/Makefile.am:
29009         * gst/multipart/multipart.c: (plugin_init):
29010         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
29011         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
29012         (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
29013         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
29014         (gst_multipart_demux_change_state),
29015         (gst_multipart_demux_plugin_init):
29016         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
29017         (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
29018         (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
29019         (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
29020         (gst_multipart_mux_pad_unlink),
29021         (gst_multipart_mux_request_new_pad),
29022         (gst_multipart_mux_handle_src_event),
29023         (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
29024         (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
29025         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
29026         (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
29027         A Multipart demuxer/muxer. Not sure if it violates specs. Used to
29028         send multipart jpeg images to a browser.
29029         * gst/videobox/Makefile.am:
29030         * gst/videobox/README:
29031         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
29032         (gst_video_box_get_type), (gst_video_box_base_init),
29033         (gst_video_box_class_init), (gst_video_box_init),
29034         (gst_video_box_set_property), (gst_video_box_get_property),
29035         (gst_video_box_sink_link), (gst_video_box_i420),
29036         (gst_video_box_ayuv), (gst_video_box_chain),
29037         (gst_video_box_change_state), (plugin_init):
29038         Crops or adds borders around an image. can do alpha channel
29039         borders as well.
29040         * gst/videomixer/Makefile.am:
29041         * gst/videomixer/README:
29042         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
29043         (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
29044         (gst_videomixer_pad_get_sink_event_masks),
29045         (gst_videomixer_pad_get_property),
29046         (gst_videomixer_pad_set_property),
29047         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
29048         (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
29049         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
29050         (gst_videomixer_base_init), (gst_videomixer_class_init),
29051         (gst_videomixer_init), (gst_videomixer_request_new_pad),
29052         (gst_videomixer_handle_src_event),
29053         (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
29054         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
29055         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
29056         (gst_videomixer_loop), (gst_videomixer_get_property),
29057         (gst_videomixer_set_property), (gst_videomixer_change_state),
29058         (plugin_init):
29059         Generic video mixer plugin, can handle multiple inputs all with
29060         different framerates and video sizes. Is fully alpha channel
29061         aware.
29062
29063 2004-05-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29064
29065         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
29066           Select first track as master track. Not sure how else to handle
29067           that...
29068         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
29069           Discard discont events. Should fix #142962.
29070
29071 2004-05-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29072
29073         * ext/alsa/Makefile.am:
29074         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
29075         (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
29076         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
29077         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
29078         (gst_alsa_mixer_get_option):
29079         * ext/alsa/gstalsamixer.h:
29080         * ext/alsa/gstalsamixeroptions.c:
29081         (gst_alsa_mixer_options_get_type),
29082         (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
29083         (gst_alsa_mixer_options_new):
29084         * ext/alsa/gstalsamixeroptions.h:
29085         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
29086         * ext/alsa/gstalsamixertrack.h:
29087           Add enumerations (as GstMixerOptions). Make correct distinction
29088           between input/output tracks. Add capture/playback private flag.
29089           Use flag to decide on whether to set capture or playback volumes
29090           or switches. Use playback and record switches.
29091         * gst-libs/gst/mixer/Makefile.am:
29092         * gst-libs/gst/mixer/mixer-marshal.list:
29093         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
29094         (gst_mixer_set_option), (gst_mixer_get_option),
29095         (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
29096         (gst_mixer_volume_changed), (gst_mixer_option_changed):
29097         * gst-libs/gst/mixer/mixer.h:
29098         * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
29099         (gst_mixer_options_class_init), (gst_mixer_options_init),
29100         (gst_mixer_options_dispose):
29101         * gst-libs/gst/mixer/mixeroptions.h:
29102           Add GstMixerOptions.
29103         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
29104           Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
29105           broken device detection on computers with multiple OSS sound
29106           cards.
29107
29108 2004-05-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29109
29110         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
29111           fixate nicely even when the peer is not negotiating
29112
29113 2004-05-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29114
29115         * gst/audioconvert/gstaudioconvert.c:
29116         (gst_audio_convert_parse_caps):
29117           make sure we don't allow depth > width
29118         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
29119           fixate endianness to G_BYTE_ORDER as default
29120         * gst/audioscale/gstaudioscale.c:
29121           we don't handle another endianness as host-endianness
29122
29123 2004-05-25  David Schleef  <ds@schleef.org>
29124
29125         * gst/ffmpegcolorspace/mem.c:  malloc() is in stdlib.h, not malloc.h
29126
29127 2004-05-24  Benjamin Otte  <otte@gnome.org>
29128
29129         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
29130         (gst_oggvorbisenc_setup):
29131           properly fail when we can't setup the vorbis encoder due to
29132           unsupported settings
29133         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
29134         (gst_vorbisenc_setup):
29135           same
29136         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
29137           fix case where warnings occured when one pad was unlinked while the
29138           other's link function was called
29139
29140 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
29141
29142         * gst/tcp/Makefile.am:
29143           use GST_ENABLE_NEW
29144
29145 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29146
29147         * gst-libs/gst/resample/private.h:
29148           don't use optimizations that are #if 0'ed
29149
29150 2004-05-24  Wim Taymans  <wim@fluendo.com>
29151
29152         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
29153         Fix potential division by zero error and hopefully get
29154         the position query right to get correct timestamps on avi
29155         audio.
29156
29157 2004-05-24  Wim Taymans  <wim@fluendo.com>
29158
29159         * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
29160         (gst_videoscale_scale_nearest_str2),
29161         (gst_videoscale_scale_nearest_str4),
29162         (gst_videoscale_scale_nearest_32bit),
29163         (gst_videoscale_scale_nearest_24bit),
29164         (gst_videoscale_scale_nearest_16bit):
29165         Fix the scaling algorithm and avoid a buffer overflow.
29166         removed the while loop in the scaling function as it
29167         was used for point sampling only.
29168
29169 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29170
29171         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
29172         (gst_id3_tag_class_init), (gst_id3_tag_init),
29173         (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
29174         (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
29175         (gst_id3_tag_send_tag_event):
29176           lots of fixes to make id3mux work and id3demux work correctly
29177
29178 2004-05-24  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
29179
29180         * ext/Makefile.am:
29181           add rules to build shout2send (was removed by accident
29182           when this module was no more marked experimental/broken)
29183
29184 2004-05-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29185
29186         * ext/shout2/gstshout2.c:
29187         * ext/shout2/gstshout2.h:
29188           adding a "connection problem" signal to shout2send
29189           (fixes #142954)
29190
29191 2004-05-21  Thomas Vander Stichele  <thomas at apestaart dot org>
29192
29193         * ext/kio/kioreceiver.cpp:
29194         * ext/kio/kioreceiver.h:
29195           fix sign comparison issues
29196
29197 2004-05-21  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
29198
29199         * gst/cdxaparse/gstcdxaparse.c:
29200         * gst/cdxaparse/gstcdxaparse.h:
29201           some renaming
29202           add some checks/sanity
29203           prepare for seek addition
29204
29205         * sys/sunaudio/gstsunaudio.c:
29206           remove exported dupe init function
29207
29208 2004-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
29209
29210         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
29211         (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
29212           Fix format conversion and position querying.
29213         * gst/debug/progressreport.c: (gst_progressreport_report):
29214           Don't output a bogus total value that we didn't query.
29215         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
29216           Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
29217           only a blank window after xine has been used.
29218
29219 2004-05-21  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
29220
29221         * m4/as-arts.m4:
29222           sync with upstream version to fix test on FC2
29223           readd with -ko to preserve Id header
29224
29225 2004-05-20  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
29226
29227         * configure.ac:
29228           test for FIONREAD ioctl in sys/filio.h for Solaris compat.
29229         * gst/tcp/gsttcpclientsrc.c: idem
29230         * gst/tcp/gsttcpserversink.c: idem
29231         * gst/tcp/gsttcpserversrc.c: idem
29232         * m4/gst-fionread.m4: idem
29233
29234         * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
29235
29236         * configure.ac: enable speex plugin for speex 1.1.5+
29237         * ext/speex/gstspeexenc.c: fix cast warning
29238
29239         * ext/esd/README: fix typo
29240
29241 2004-05-20  David Schleef  <ds@schleef.org>
29242
29243         * configure.ac: Minor cosmetic change to convince the buildbot to
29244         reautogen.
29245         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
29246         (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
29247         (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
29248         (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
29249         (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
29250         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
29251         More hacking.  Plays audio now.
29252
29253 2004-05-20  David Schleef  <ds@schleef.org>
29254
29255         * configure.ac:
29256         * sys/Makefile.am:
29257
29258 2004-05-20  David Schleef  <ds@schleef.org>
29259
29260         * sys/osxaudio/Makefile.am:  New OS X audio plugin by Zaheer Abbas Merali
29261         * sys/osxaudio/gstosxaudio.c:
29262         * sys/osxaudio/gstosxaudioelement.c:
29263         * sys/osxaudio/gstosxaudioelement.h:
29264         * sys/osxaudio/gstosxaudiosink.c:
29265         * sys/osxaudio/gstosxaudiosink.h:
29266         * sys/osxaudio/gstosxaudiosrc.c:
29267         * sys/osxaudio/gstosxaudiosrc.h:
29268
29269 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29270
29271         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
29272         (gst_vorbisenc_chain):
29273           put the codec headers on the caps as streamheader as well as
29274           pushing them out
29275
29276 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29277
29278         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
29279         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
29280         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
29281         split up push_packet into two functions
29282
29283 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29284
29285         * gst/tcp/.cvsignore:
29286           ignore enums
29287         * gst/tcp/Makefile.am:
29288         * gst/tcp/README:
29289         * gst/tcp/gsttcp.c:
29290         * gst/tcp/gsttcp.h:
29291         * gst/tcp/gsttcpclientsink.c:
29292         * gst/tcp/gsttcpclientsink.h:
29293         * gst/tcp/gsttcpclientsrc.c:
29294         * gst/tcp/gsttcpclientsrc.h:
29295         * gst/tcp/gsttcpplugin.c:
29296         * gst/tcp/gsttcpserversink.c:
29297         * gst/tcp/gsttcpserversink.h:
29298         * gst/tcp/gsttcpserversrc.c:
29299         * gst/tcp/gsttcpserversrc.h:
29300           add new tcp elements
29301
29302 2004-05-19  Wim Taymans  <wim@fluendo.com>
29303
29304         * gst/law/mulaw-conversion.c: (mulaw_encode):
29305         Fix overflow bug in ulaw encoding.
29306
29307 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29308
29309         * ext/mad/gstmad.c: (gst_mad_handle_event):
29310           don't unref the event twice
29311
29312 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29313
29314         * configure.ac:
29315           remove -Wno-sign-compare
29316
29317 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29318
29319         * configure.ac:
29320           remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
29321           if you want to work against glib 2.2 and 2.4
29322
29323 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29324
29325         * gst/tcp/Makefile.am:
29326         * gst/tcp/gsttcp.c:
29327         * gst/tcp/gsttcp.h:
29328         * gst/tcp/gsttcpsink.h:
29329         * gst/tcp/gsttcpsrc.h:
29330           gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
29331
29332 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29333
29334         * gst/debug/tests.c: (md5_get_value):
29335           fix segfault on gst-inspect
29336
29337 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29338
29339         * gst/debug/testplugin.c:
29340         * gst/debug/tests.c:
29341         * gst/debug/tests.h:
29342           add new extensible and configurable testing element. Current tests
29343           include buffer count, stream length, timestamp/duration matching and
29344           md5.
29345         * gst/debug/Makefile.am:
29346         * gst/debug/gstdebug.c: (plugin_init):
29347           add infrastructure for new element
29348
29349 2004-05-19  Johan Dahlin  <johan@gnome.org>
29350
29351         * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
29352         ending of the array. Fixes gst-inspect segfault on ppc.
29353
29354 2004-05-19  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
29355
29356         * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
29357
29358         * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
29359
29360 2004-05-18  David Schleef  <ds@schleef.org>
29361
29362         * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
29363         warnings (bugs, actually) noticed by gcc but not forte.
29364
29365 2004-05-18  David Schleef  <ds@schleef.org>
29366
29367         * sys/sunaudio/Makefile.am:
29368         * sys/sunaudio/gstsunaudio.c: New sunaudiosink
29369
29370 2004-05-18  David Schleef  <ds@schleef.org>
29371
29372         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
29373         (gst_qtdemux_loop_header):  Patch from dcm@acm.org (David Moore)
29374         to allow qtdemux to use non-seekable streams. (bug #142272)
29375
29376 2004-05-18  David Schleef  <ds@schleef.org>
29377
29378         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
29379         (gst_resample_sinc_ft_float): Remove use of static temporary
29380         buffer.  This code was obviously not supposed to last long, but
29381         it's stuck in our ABI, so it required a little hack to make it
29382         ABI-compatible.  Fixes #142585.
29383         * gst-libs/gst/resample/resample.h: same.
29384
29385 2004-05-18  David Schleef  <ds@schleef.org>
29386
29387         * configure.ac: Add sunaudio
29388         * examples/Makefile.am: make gstplay depend on gconf
29389         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
29390         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
29391         (convert_table_lookup), (img_convert): remove c99-isms
29392         * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
29393           unsigned, to fix a warning on Solaris
29394         * gst/mpeg1sys/systems.c: bcopy->memcpy
29395         * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
29396         * sys/Makefile.am: Add sunaudio
29397
29398 2004-05-18  Wim Taymans  <wim@fluendo.com>
29399
29400         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
29401         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
29402         (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
29403         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
29404         (gst_ogg_mux_loop):
29405         Fix an ugly memleak where the muxer didn't flush enough ogg
29406         pages. This also resulted in badly muxed ogg files.
29407
29408 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
29409
29410         * gst/asfdemux/asfheaders.c :
29411         * gst/asfdemux/asfheaders.h :
29412         * gst/asfdemux/gstasfdemux.c :
29413           - fix ASF_OBJ_PADDING guid
29414           - add 3 new object guids (language list, metadata,
29415             extended stream properties)
29416           - add a function to parse extended header objects
29417
29418 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29419
29420         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
29421           remove leftover debugging g_print
29422
29423 2004-05-17  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29424
29425         * ext/mad/gstmad.c: (gst_mad_handle_event):
29426           Fix for when the first format in a discont event is not a
29427           byte-based one. Should fix #137710.
29428
29429 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
29430
29431         * m4/a52.m4 : fix compilation with -Wall -Werror
29432         * m4/libfame.m4 : idem
29433         * m4/libmikmod.m4 : idem
29434
29435 2004-05-17  Benjamin Otte  <otte@gnome.org>
29436
29437         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
29438           signal the new tags before giving up the reference
29439
29440 2004-05-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29441
29442         * ext/shout2/gstshout2.c:
29443           use application/ogg instead of application/x-ogg (patch by Patrick
29444           Guimond, fixes #142432)
29445         * sys/oss/gstosselement.c: (gst_osselement_reset),
29446         (gst_osselement_sync_parms):
29447           don't set fragment size unless specified (fixes #142493)
29448
29449 2004-05-17  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
29450
29451         * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
29452           fixes #142664
29453
29454 2004-05-17  Benjamin Otte  <otte@gnome.org>
29455
29456         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
29457           compute offsets correctly for internal buffers so timestamps are set
29458           correctly when we can't seek. Also handle cases where there are no
29459           offsets. (based on a patch by David Moore, fixes #142507)
29460
29461 2004-05-17  Benjamin Otte  <otte@gnome.org>
29462
29463         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
29464           use correct variable when determining amount of data to skip so we
29465           don't skip into the void and segfault
29466
29467 2004-05-16  Benjamin Otte  <otte@gnome.org>
29468
29469         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
29470           Hi, I'm a memleak
29471
29472 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
29473
29474         * gst/asfdemux/gstasfdemux.c:
29475           - fix a mem leak and always propagate tags
29476           - add WMV3 to known video codecs (but no decoder yet)
29477           - replace "surplus data" at end of audio header for what
29478             it is : codec specific data
29479           - fix a typo
29480
29481 2004-05-16  Arwed v. Merkatz  <v.merkatz@gmx.net>
29482
29483         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
29484
29485         * gst-libs/gst/audio/audioclock.c:
29486           Fix wrong return type (#142205).
29487
29488 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29489
29490         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
29491           Ignore CRCs by default (fixes #142566).
29492
29493 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29494
29495         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
29496         (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
29497         (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
29498         (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
29499         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
29500         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
29501           Fix for cases where we fail to attach to a mixer.
29502
29503 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29504
29505         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
29506           Don't touch events after not owning them anymore.
29507         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
29508         (gst_wavparse_fmt), (gst_wavparse_other),
29509         (gst_wavparse_handle_seek), (gst_wavparse_loop),
29510         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
29511         (gst_wavparse_srcpad_event):
29512         * gst/wavparse/gstwavparse.h:
29513           Add seeking, fix querying.
29514
29515 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
29516
29517         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
29518           - process comments even if they don't end with \0\0
29519             g_convert would ignore them if present and works well without them
29520
29521 2004-05-16  Benjamin Otte  <otte@gnome.org>
29522
29523         * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
29524           simplify caps
29525
29526 2004-05-16  Benjamin Otte  <otte@gnome.org>
29527
29528         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
29529           don't write to memory we might not write to - g_convert does that
29530           for us anyway (fixes #142613)
29531         (gst_asf_demux_audio_caps):
29532           comment out gst_util_dump_mem
29533
29534 2004-05-16  Benjamin Otte  <otte@gnome.org>
29535
29536         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
29537           compute correct expected timestamps after seek (broken since
29538           last commit)
29539         * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
29540           rename element and debugging category to gdkpixbufscale
29541
29542 2004-05-16  Benjamin Otte  <otte@gnome.org>
29543
29544         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
29545           add error checking to snd_pcm_delay and remove duplicate call to
29546           snd_pcm_delay that caused issues (see inline code comments)
29547         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
29548           make more readable and fix return value when snd_pcm_delay fails
29549         (fixes #142586)
29550
29551 2004-05-15  Jan Schmidt  <thaytan@mad.scientisti.com>
29552         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
29553         (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
29554         (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
29555         (gst_pixbufscale_link), (gst_pixbufscale_init),
29556         (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
29557         (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
29558         (gst_pixbufscale_get_property), (pixbufscale_init):
29559         * ext/gdk_pixbuf/pixbufscale.h:
29560         Add these files I forgot earlier
29561
29562 2004-05-15  Jan Schmidt  <thaytan@mad.scientist.com>
29563         * ext/gdk_pixbuf/Makefile.am:
29564         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
29565         * ext/gdk_pixbuf/gstgdkpixbuf.h:
29566         Add new pixbufscale element to scale RGB video
29567         using gdk_pixbuf, because gdk_pixbuf does BILINEAR
29568         and HYPER interpolation correctly.
29569         * ext/theora/theoraenc.c: (theora_enc_chain),
29570         Discard buffer and return if explicit caps could not be set
29571         (theora_enc_get_property):
29572         Make _get return kbps for the bitrate consistent with
29573         the _set function.
29574
29575
29576 2004-05-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29577
29578         * ext/libvisual/visual.c: (gst_visual_chain):
29579           add missing visual_audio_analyze
29580
29581 2004-05-14  David Schleef  <ds@schleef.org>
29582
29583         * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
29584         is killed while we're playing.
29585         * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
29586         gst_element_no_more_pads().
29587
29588 2004-05-14  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
29589
29590         * gst-libs/gst/riff/riff-read.c :
29591           - fix INFO tag extraction in RIFF/AVI files
29592             because gst_event_unref (event) also freed taglist
29593           - avoid a mem leak
29594
29595 2004-05-13  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
29596
29597         * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
29598         * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
29599
29600         * gst/auparse/gstauparse.c :
29601           - add code (commented for now) to support audio/x-adpcm on src pad
29602             (we have no decoder for those layout yet)
29603
29604         * gst/cdxaparse/gstcdxaparse.c :
29605         * gst/cdxaparse/gstcdxaparse.h :
29606           - partial rewrite using RiffRead (ripped iain's wavparse code)
29607
29608         * gst/rtp/gstrtpL16enc.c : typo
29609         * gst/rtp/gstrtpgsmenc.c : typo
29610
29611 2004-05-13  Benjamin Otte  <otte@gnome.org>
29612
29613         * configure.ac:
29614           check for exact version of libvisual, it's not supposed to be
29615           API/ABI stable yet
29616
29617 2004-05-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29618
29619         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
29620           signal no-more-pads
29621
29622 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
29623
29624         * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
29625         Report which format was used for GST_FORMAT_DEFAULT
29626         * gst/debug/Makefile.am:
29627         * gst/debug/gstdebug.c: (plugin_init):
29628         * gst/debug/progressreport.c: (gst_progressreport_base_init),
29629         (gst_progressreport_class_init), (gst_progressreport_init),
29630         (gst_progressreport_report), (gst_progressreport_set_property),
29631         (gst_progressreport_get_property), (gst_progressreport_chain),
29632         (gst_progressreport_plugin_init):
29633         Add progressreport element for testing.
29634
29635 2004-05-13  Thomas Vander Stichele  <thomas at apestaart dot org>
29636
29637         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
29638         * sys/v4l/gstv4lsrc.h:
29639         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
29640         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
29641         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
29642         (gst_v4lsrc_grab_frame):
29643           add more debugging
29644           send a discont at start
29645
29646 2004-05-12  Colin Walters  <walters@redhat.com>
29647
29648         * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
29649         inflooping if we can't find a chunk.  Or in other words, don't blow
29650         chunks if we don't have a chunk to blow.
29651
29652 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
29653         * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
29654         Remove old debug output
29655         * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
29656         (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
29657         (gst_dvdec_set_property), (gst_dvdec_get_property):
29658         Change the quality setting to an enum, so it works from gst-launch
29659         Don't renegotiate a non-linked pad. Allows audio only decoding.
29660         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
29661         (gst_deinterlace_link), (gst_deinterlace_init):
29662         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
29663         (gst_videodrop_link):
29664         Some caps negotiation fixes
29665
29666 2004-05-12  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
29667
29668         * ext/tarkin/gsttarkin.c :
29669           - Change RANK from NONE to PRIMARY
29670         * ext/gdk_pixbuf/gstgdkpixbuf.c :
29671           - Change RANK from NONE to MARGINAL
29672         * ext/divx/gstdivxenc.c :
29673           - Change RANK from PRIMARY to NONE (encoder/spider issue)
29674
29675 2004-05-12  Thomas Vander Stichele  <thomas at apestaart dot org>
29676
29677         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
29678         (gst_vorbisenc_push_packet):
29679           copy a function that was added between 1.0 and 1.0.1 until we
29680           depend on worthwhile features of post-1.0
29681
29682 2004-05-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29683
29684         * configure.ac:
29685           enable shout2 by default
29686         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
29687         (gst_shout2send_base_init), (gst_shout2send_init),
29688         (gst_shout2send_connect), (gst_shout2send_change_state):
29689         * ext/shout2/gstshout2.h:
29690           make this work again. Based on a patch by Zaheer Abbas Merali (fixes
29691           #142262)
29692         * ext/theora/theora.c: (plugin_init):
29693           don't set rank on encoders
29694
29695 2004-05-11  Jeremy Simon  <jesimon@libertysurf.fr>
29696
29697         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
29698           Use codec_data property instead of flag1 and flag2 for wma
29699
29700 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
29701
29702         * gst/cdxaparse/gstcdxaparse.c :
29703           - Add mpegversion to CAPS to make it link
29704           - Rank is as GST_RANK_SECONDARY instead of NONE
29705         * gst/auparse/gstauparse.c :
29706           - Document all audio encoding we can encounter from Solaris 9
29707             headers and libsndfile information.
29708           - Increase max. rate from 48000 to 192000 (to match other elements)
29709           - Don't try to play junk data between header and samples
29710
29711 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29712
29713         * ext/libvisual/visual.c: (gst_visual_getcaps):
29714           use the right caps depending on endianness (I hope)
29715         * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
29716           use GST_RANK_NONE for all non-decoding elements or spider gets
29717           mighty confused
29718
29719 2004-05-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29720
29721         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
29722           Fix some odd cases and fix BE metadata parsing of unicode16 text.
29723
29724 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29725
29726         * gst/switch/gstswitch.c: (gst_switch_release_pad),
29727         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
29728         (gst_switch_loop), (gst_switch_get_type):
29729           whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
29730           HEADERS. Had to be said.
29731
29732 2004-05-10  David Schleef  <ds@schleef.org>
29733
29734         * configure.ac: Add prototype Dirac support.
29735         * ext/Makefile.am:
29736         * ext/dirac/Makefile.am:
29737         * ext/dirac/gstdirac.cc:
29738         * ext/dirac/gstdiracdec.cc:
29739
29740 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29741
29742         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
29743         (gst_auparse_init), (gst_auparse_chain),
29744         (gst_auparse_change_state):
29745           Hack around spider. Remove me some day please.
29746
29747 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29748
29749         * gst/auparse/gstauparse.c: (gst_auparse_chain):
29750           Fix for some uninitialized variables in previous patch, also
29751           makes it work. Fixes #142286 while we're at it.
29752
29753 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
29754
29755         * gst/auparse/gstauparse.c:
29756                 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
29757                 only unsupported formats are ADPCM/CCITT G.72x
29758                 reviewed by Ronald
29759         * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
29760
29761 2004-05-10  Wim Taymans  <wim@fluendo.com>
29762
29763         * ext/vorbis/Makefile.am:
29764         * ext/vorbis/README:
29765         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
29766         (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
29767         (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
29768         (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
29769         (gst_oggvorbisenc_convert_sink),
29770         (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
29771         (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
29772         (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
29773         (get_constraints_string), (update_start_message),
29774         (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
29775         (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
29776         (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
29777         * ext/vorbis/oggvorbisenc.h:
29778         * ext/vorbis/vorbis.c: (plugin_init):
29779         * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
29780         (raw_caps_factory), (gst_vorbisenc_class_init),
29781         (gst_vorbisenc_init), (gst_vorbisenc_setup),
29782         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
29783         (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
29784         * ext/vorbis/vorbisenc.h:
29785         Added a raw vorbis encoder to be used with the oggmuxer.
29786         We still need the old encoder for some gnome applications,
29787         read the README to find out how that works.
29788         The raw encoder is called "rawvorbisenc" until 0.9.
29789
29790 2004-05-10  Wim Taymans  <wim@fluendo.com>
29791
29792         * ext/ogg/gstogg.c: (plugin_init):
29793         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
29794         (gst_ogg_print):
29795         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
29796         (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
29797         (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
29798         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
29799         (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
29800         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
29801         (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
29802         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
29803         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
29804         (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
29805         Added an ogg muxer.
29806         Small typo fixes in the demuxer.
29807
29808 2004-05-10  Wim Taymans  <wim@fluendo.com>
29809
29810         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
29811         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
29812         (theora_enc_change_state), (theora_enc_set_property),
29813         (theora_enc_get_property):
29814         Mark the last packet with an EOS flag which is not really needed
29815         in gstreamer.
29816         Do some better video framerate initialisation.
29817         Update the buffer timestamp.
29818
29819 2004-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
29820
29821         * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
29822         Return the result of the parent state change call
29823
29824 2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
29825
29826         * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
29827         * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
29828         * gst/law/alaw-encode.c : (idem)
29829         * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
29830         * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
29831         * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
29832
29833 2004-05-09  Benjamin Otte  <otte@gnome.org>
29834
29835         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
29836           don't use a fixed buffer size when writing variable length data to
29837           it. Fixes memory corruption and makes alsasrc work
29838
29839 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29840
29841         * ext/gnomevfs/gstgnomevfssink.c:
29842         (_gst_boolean_allow_overwrite_accumulator),
29843         (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
29844           Run glib's default signal handler (??) in RUN_CLEANUP rather than
29845           RUN_LAST, and don't use that to set the accumulator value because
29846           then it's always FALSE.
29847
29848 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29849
29850         * gst-libs/gst/riff/riff-media.c:
29851         (gst_riff_create_video_caps_with_data),
29852         (gst_riff_create_audio_caps),
29853         (gst_riff_create_audio_template_caps):
29854         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
29855           Fix for unaligned RIFF files (i.e. where all the chunks together
29856           in a LIST chunk are not of the same size as the size given in
29857           the LIST chunk header). Fixes several odd WAVE files. Also fix
29858           ADPCM (block_align property) in audio, so that wavparse based
29859           on this works now as it used to stand-alone.
29860
29861 2004-05-09  Edward Hervey  <bilboed@bilboed.com>
29862
29863         reviewed by Benjamin Otte  <otte@gnome.org>
29864
29865         * ext/a52dec/gsta52dec.c:
29866         * ext/divx/gstdivxdec.c:
29867         * ext/divx/gstdivxenc.c:
29868         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
29869         * ext/faac/gstfaac.c: (gst_faac_base_init):
29870         * ext/faad/gstfaad.c: (gst_faad_base_init):
29871         * ext/ivorbis/vorbisfile.c:
29872         * ext/lame/gstlame.c:
29873         * ext/libfame/gstlibfame.c:
29874         * ext/mpeg2enc/gstmpeg2enc.cc:
29875         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
29876         * ext/sidplay/gstsiddec.cc:
29877         * ext/speex/gstspeexdec.c:
29878         * ext/speex/gstspeexenc.c:
29879         * ext/xvid/gstxviddec.c:
29880         * ext/xvid/gstxvidenc.c:
29881           correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
29882           (fixes #142193)
29883
29884 2004-05-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29885
29886         * ext/alsa/gstalsa.c: (device_list),
29887         (gst_alsa_class_probe_devices):
29888         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
29889           Fix alsa oddness in mixer after the combination of using mixer
29890           in source/sink elements and using hw:x,y instead of just hw:x.
29891
29892 2004-05-09  Benjamin Otte  <otte@gnome.org>
29893
29894         * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
29895         (gst_wavparse_create_sourcepad):
29896           make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
29897           sourcepads
29898
29899 2004-05-09  Benjamin Otte  <otte@gnome.org>
29900
29901         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
29902           allow discont events before caps nego
29903
29904 2004-05-08  Benjamin Otte  <otte@gnome.org>
29905
29906         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
29907           don't leak events
29908
29909 2004-05-08  Benjamin Otte  <otte@gnome.org>
29910
29911         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
29912         (gst_level_change_state), (gst_level_init):
29913         * gst/level/gstlevel.h:
29914           figure out if we're initialized directly instead of keeping a
29915           variable that's wrong in 90% of cases
29916           don't initialize pads and then leak them and use a new unitialized
29917           pad. (fixes #142084)
29918           these were bugs so n00bish I didn't find them for an hour :/
29919
29920 2004-05-08 Iain <iain@prettypeople.org>
29921
29922         * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
29923         * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
29924         (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
29925         return the length that was read.
29926         (gst_riff_read_strf_auds): Allow fmt tags as well.
29927
29928 2004-05-07  David Schleef  <ds@schleef.org>
29929
29930         * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
29931         signed char assumption in faad.h.
29932
29933 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29934
29935         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
29936           Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
29937
29938 2004-05-07  Colin Walters  <walters@redhat.com>
29939
29940         * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
29941         * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
29942         function.
29943         * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
29944         Add dispose function.
29945
29946 2004-05-08  Jan Schmidt  <thaytan@mad.scientist.com>
29947         * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
29948           Fix caps nego and pad templates. RGB mode caps should
29949           work now.
29950         * ext/dvdnav/gst-dvd:
29951           Move mpeg2dec inside the thread because otherwise the
29952           queue rejects cap changes mid-stream
29953         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
29954         (gst_mpeg2dec_flush_decoder):
29955           For mpeg2dec > 0.4.0, call the flush function instead of
29956           manually extracting all in-flight frames.
29957         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
29958         (gst_dv1394src_init), (gst_dv1394src_iso_receive):
29959           Change mime type video/dv go video/x-dv to match the
29960           rest of gst-plugins
29961
29962 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29963
29964         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
29965         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
29966         (gst_alsa_sink_class_init):
29967         * ext/alsa/gstalsasink.h:
29968         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
29969         (gst_alsa_src_class_init):
29970         * ext/alsa/gstalsasrc.h:
29971           Make alsasink/src a subclass of alsamixer so that mixer stuff
29972           shows up in gst-rec. Needs some finetuning.
29973
29974 2004-05-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29975
29976         * ext/lame/gstlame.c: (gst_lame_chain):
29977           simplify
29978         * ext/mad/gstmad.c: (gst_mad_handle_event):
29979           fix event leak
29980         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
29981           be able to detect mp3 files < 4096 bytes
29982
29983 2004-05-06  Wim Taymans  <wim@fluendo.com>
29984
29985         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
29986         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
29987         (theora_enc_set_property), (theora_enc_get_property):
29988         Also encode the first frame, cleanup some code.
29989
29990 2004-05-06  Wim Taymans  <wim@fluendo.com>
29991
29992         * ext/mpeg2enc/gstmpeg2enc.cc:
29993         Forward events first before deciding that negotiation was
29994         not performed.
29995
29996 2004-05-06  Wim Taymans  <wim@fluendo.com>
29997
29998         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
29999         First process the events before deciding that negotiation
30000         was not performed.
30001
30002 2004-05-06  Wim Taymans  <wim@fluendo.com>
30003
30004         * ext/theora/Makefile.am:
30005         * ext/theora/theora.c: (plugin_init):
30006         * ext/theora/theoradec.c: (theora_dec_change_state):
30007         * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
30008         (gst_theora_enc_class_init), (gst_theora_enc_init),
30009         (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
30010         (theora_enc_chain), (theora_enc_change_state),
30011         (theora_enc_set_property), (theora_enc_get_property):
30012         Added a theora encoder, grouped the encoder and decoder into the
30013         same plugin.
30014
30015 2004-05-05  Thomas Vander Stichele  <thomas at apestaart dot org>
30016
30017         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
30018         (gst_jpegenc_chain):
30019         fix DURATION on outgoing buffers
30020         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
30021         debug using time formats
30022         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
30023         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
30024         (gst_xvimagesink_sink_link):
30025         windows with width/height 0 generate X errors, so don't allow them
30026
30027 2004-05-05  Wim Taymans  <wim@fluendo.com>
30028
30029         * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
30030         (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
30031         (gst_mpeg2dec_negotiate_format):
30032         * ext/mpeg2dec/gstmpeg2dec.h:
30033           removed the static pad template so that we can add the
30034           more accurate framerate value to the caps.
30035
30036
30037 2004-05-04  Benjamin Otte  <otte@gnome.org>
30038
30039         * configure.ac:
30040           check for kdemacros.h, too (should fix #141821)
30041         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
30042           don't crash if no header was sent, but nicely error out (fixes part
30043           of #141554)
30044
30045 2004-05-04  Wim Taymans  <wim@fluendo.com>
30046
30047         * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
30048         parent dispose function to avoid segfault on destroy.
30049
30050 2004-05-04  Thomas Vander Stichele  <thomas at apestaart dot org>
30051
30052         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
30053         (plugin_init):
30054         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30055         (gst_xvimagesink_sink_link):
30056         clean up debugging caps
30057         also recreate xvimage when format has changed
30058
30059 2004-05-04  Benjamin Otte  <otte@gnome.org>
30060
30061         * ext/libvisual/Makefile.am:
30062         * ext/libvisual/visual.c: (gst_visual_class_init),
30063         (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
30064         (gst_visual_srclink), (gst_visual_chain),
30065         (gst_visual_change_state), (plugin_init):
30066           use a GstAdapter to correctly adapt buffer sizes - allows using a
30067           framerate
30068
30069 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
30070
30071         * sys/v4l/gstv4lelement.h:
30072         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
30073         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
30074         (gst_v4lsrc_buffer_free):
30075         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
30076         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
30077         (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
30078         (gst_v4lsrc_requeue_frame):
30079         move some debugging categories around
30080         query for fps index and set accordingly if found
30081
30082 2004-05-03  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
30083
30084         * ext/lame/gstlame.c:
30085         correct defaults that lame_init puts out of range
30086
30087 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
30088
30089         * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
30090         (gst_divxenc_class_init):
30091         fix range since -1 is the default
30092         * gst/mpeg1sys/gstmpeg1systemencode.c:
30093         (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
30094         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
30095         (gst_rtjpegdec_chain):
30096         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
30097         (gst_rtjpegenc_chain):
30098         * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
30099         (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
30100         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
30101         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
30102         * sys/v4l/gstv4lsrc.c:
30103         * sys/v4l/v4l_calls.c: (gst_v4l_open):
30104         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
30105         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
30106         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
30107         * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
30108           remove gst_info calls
30109
30110 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
30111
30112         * Makefile.am:
30113         * po/af.po:
30114         * po/az.po:
30115         * po/en_GB.po:
30116         * po/nl.po:
30117         * po/sr.po:
30118         * po/sv.po:
30119           Updated translations
30120
30121 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
30122
30123         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
30124           refactor/comment code
30125
30126 2004-05-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30127
30128         * gst/asfdemux/Makefile.am:
30129         * gst/asfdemux/asfheaders.c:
30130         * gst/asfdemux/asfheaders.h:
30131         * gst/asfdemux/gstasf.c: (plugin_init):
30132         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
30133         (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
30134         (gst_asf_demux_setup_pad):
30135         * gst/asfdemux/gstasfdemux.h:
30136         * gst/asfdemux/gstasfmux.c:
30137         * gst/asfdemux/gstasfmux.h:
30138           Add tagging support to demuxer, split out registration in its own
30139           file instead of in demux (hacky), and prevent having some tables
30140           in our memory multiple times (in asfheaders.h).
30141
30142 2004-05-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30143
30144         * gst/matroska/matroska-demux.c:
30145         (gst_matroska_demux_parse_metadata):
30146         * gst/matroska/matroska-ids.h:
30147           Basic tag reading support.
30148
30149 2004-04-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30150
30151         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
30152           Really detect ac-3 audio.
30153         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
30154           really detect matroska files (off-by-1).
30155
30156 2004-04-30  David Schleef  <ds@schleef.org>
30157
30158         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
30159         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
30160         (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
30161         (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
30162         (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
30163         hackage -- parse a lot more atoms, extract a few tags.  One might even
30164         mistake this for tag support.  Maybe it is.
30165         * gst/qtdemux/qtdemux.h:
30166
30167 2004-04-30  Colin Walters  <walters@verbum.org>
30168
30169         * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
30170
30171 2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
30172
30173         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
30174         (gst_ffmpegcolorspace_getcaps):
30175           remove broken nego fix
30176
30177 2004-04-30  Benjamin Otte  <otte@gnome.org>
30178
30179         * configure.ac:
30180         * ext/Makefile.am:
30181         * ext/libvisual/Makefile.am:
30182         * ext/libvisual/visual.c:
30183           add initial support for libvisual (http://libvisual.sourceforge.net)
30184           libvisual is still quite alpha, so expect crashes in there :)
30185
30186 2004-04-29  David Schleef  <ds@schleef.org>
30187
30188         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
30189         (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
30190         up qtdemux to make it spit out codec_data.  Do _not_ look at this
30191         code; you will no longer respect me.
30192
30193 2004-04-29  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
30194
30195         * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
30196         * ext/alsa/gstalsa.h :
30197         change alsa pcm device discovery to find more than 1 device
30198         per card. code review by Ronald.
30199
30200 2004-04-29  David Schleef  <ds@schleef.org>
30201
30202         * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
30203         Add a check for a driver bug on FreeBSD.  (bug #140565)
30204
30205 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
30206
30207         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
30208         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
30209         (gst_jpegenc_getcaps):
30210           move format setting to inner loop
30211         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
30212         (gst_ffmpegcolorspace_getcaps):
30213           use GST_PAD_CAPS if available so that we use already negotiated
30214           caps
30215         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
30216         (qtdemux_parse_moov), (qtdemux_parse):
30217           extra debugging
30218         * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
30219         * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
30220           move hardcoded path to DEFINE
30221
30222 2004-04-28  David Schleef  <ds@schleef.org>
30223
30224         * gst/speed/gstspeed.c: (speed_parse_caps):  Fix caps parsing.
30225         (bug #140064)
30226
30227 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30228
30229         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
30230           Don't probe for playback device if we're a source element. Fixes
30231           #139658.
30232
30233 2004-04-29  Benjamin Otte  <otte@gnome.org>
30234
30235         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
30236         (gst_id3_tag_chain):
30237           rewrite buffer offset
30238
30239 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30240
30241         * configure.ac:
30242         * ext/Makefile.am:
30243         * ext/dts/Makefile.am:
30244         * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
30245         (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
30246         (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
30247         (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
30248         (gst_dtsdec_loop), (gst_dtsdec_change_state),
30249         (gst_dtsdec_set_property), (gst_dtsdec_get_property),
30250         (plugin_init):
30251         * ext/dts/gstdtsdec.h:
30252           New DTS decoder.
30253         * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
30254         (gst_faad_srcconnect):
30255           Add ESDS atom handling (.m4a).
30256
30257 2004-04-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30258
30259         * ext/divx/gstdivxdec.c: (plugin_init):
30260           Remove comment that makes no sense.
30261         * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
30262           Fix for obvious typo that resulted in warnings during gst-register.
30263         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
30264         (gst_xviddec_sink_link):
30265           Fix caps negotiation a bit better.
30266         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
30267           We call this 'codec_data', not 'esds'.
30268
30269 2004-04-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30270
30271         * gst/monoscope/gstmonoscope.c:
30272           make sure we only provide 256x128
30273         * gst/monoscope/monoscope.c: (monoscope_init):
30274           assert size of 256x128
30275
30276 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
30277
30278         * Makefile.am:
30279         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
30280         (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
30281           fixate to max width and height of device
30282
30283 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
30284
30285         * Makefile.am:
30286         * sys/v4l/gstv4l.c:
30287         * sys/v4l/gstv4lsrc.c:
30288         * sys/v4l/v4l_calls.c:
30289         * sys/v4l/v4lsrc_calls.c:
30290           fix for qc-usb driver which fakes having more than one buffer
30291           by handing the same buffer twice, which confused GStreamer's/v4lsrc
30292           buffer_free override
30293           add debugging
30294
30295 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
30296
30297         * Makefile.am:
30298         * gst/videotestsrc/gstvideotestsrc.c:
30299         (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
30300         (gst_videotestsrc_init), (gst_videotestsrc_get),
30301         (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
30302         * gst/videotestsrc/gstvideotestsrc.h:
30303           add num-buffers property
30304
30305         2004-04-26  Benjamin Otte  <otte@gnome.org>
30306
30307         * ext/mad/gstid3tag.c: (plugin_init):
30308           set id3mux rank to NONE so it doesn't confuse spider
30309           require audio/mpeg,mpegversion=1 in id3mux
30310
30311 2004-04-26  Benjamin Otte  <otte@gnome.org>
30312
30313         * configure.ac:
30314           detect faad correctly as non-working if it's indeed non-working
30315
30316 2004-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
30317
30318         * Makefile.am:
30319         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
30320         (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
30321         fix _getcaps so it only negotiates to its supported format
30322
30323 2004-04-25  Benjamin Otte  <otte@gnome.org>
30324
30325         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
30326           fix memleak
30327
30328 2004-04-23  Benjamin Otte  <otte@gnome.org>
30329
30330         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
30331           audio/x-raw-int with height rules! not. Now it's depth.
30332
30333 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30334
30335         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
30336         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
30337         (gst_wavparse_loop):
30338           Missing variable initialization. Add handling of DVI ADPCM. Fix
30339           mis-parsing of LIST chunks. This works around a bug where we mis-
30340           parse non-aligning LIST chunks (so LIST chunks where the contents
30341           don't align with the actual LIST size). The correct fix is to use
30342           rifflib, I'm not going to fix wavparse - too much work. All this
30343           fixes #104878.
30344
30345 2004-04-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30346
30347         reviewed by Benjamin Otte  <otte@gnome.org>
30348
30349         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
30350           fix shoutcast not working (fixes #140844)
30351
30352 2004-04-22  Benjamin Otte  <otte@gnome.org>
30353
30354         * ext/hermes/gsthermescolorspace.c:
30355         (gst_hermes_colorspace_caps_remove_format_info):
30356         * gst/colorspace/gstcolorspace.c:
30357         (gst_colorspace_caps_remove_format_info):
30358         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
30359         (gst_ffmpegcolorspace_caps_remove_format_info):
30360           s/gst_caps_simplify/gst_caps_do_simplify/
30361
30362 2004-04-22  Benjamin Otte  <otte@gnome.org>
30363
30364         * gst-libs/gst/riff/riff-media.c:
30365         (gst_riff_create_video_caps_with_data):
30366           mpegversion is an int
30367         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
30368           don't try to create pad templates with NULL caps, use any caps
30369           instead.
30370
30371 2004-04-20  David Schleef  <ds@schleef.org>
30372
30373         * ext/sdl/Makefile.am: Link against libgstinterfaces, not
30374         libgstxoverlay.  jmmv@menta.net (Julio M. Merino Vidal)
30375         (bug #140384)
30376
30377 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
30378
30379         reviewed by David Schleef
30380
30381         * ext/mad/gstid3tag.c: Add stdlib.h
30382         * gst/rtp/gstrtpgsmenc.c: same
30383         * gst/tags/gstid3tag.c: same
30384         * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
30385         * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
30386         GST_DISABLE_LOADSAVE use.
30387         * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
30388         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
30389         * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
30390         atol(3)).
30391         * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
30392         * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
30393         strtoul(3)).
30394         * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
30395         * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
30396         $(ID3_CFLAGS).
30397         * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
30398         $(LIBFAME_CFLAGS).
30399
30400 2004-04-20  David Schleef  <ds@schleef.org>
30401
30402         * gst/realmedia/rmdemux.c:  This was supposed to part of the
30403         last checkin.  Same idea.
30404
30405 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
30406
30407         reviewed by David Schleef
30408
30409         * configure.ac: bump required gstreamer version to 0.8.1.1
30410         because of following changes [--ds]
30411
30412         * gst-libs/gst/riff/riff-read.c:  Include gst/gstutils.h.
30413         (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
30414         (gst_riff_read_header):  Use GST_READ_UINT*
30415         macros to access possibly unaligned memory.
30416
30417         * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
30418         (mp3_type_find):  Use GST_READ_UINT*
30419         macros to access possibly unaligned memory.
30420         (mp3_type_find, mpeg1_parse_header, qt_type_find)
30421         (speex_type_find): Likewise
30422
30423         * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
30424
30425         * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
30426         (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
30427         (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
30428         (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
30429         (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
30430         (qtdemux_tree_get_sibling_by_type):  Use GST_READ_UINT*
30431         macros to access possibly unaligned memory.
30432
30433         * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
30434         Likewise.
30435
30436         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
30437         (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
30438
30439         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
30440         Likewise.
30441
30442         * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
30443         (gst_mpeg2subt_chain_subtitle): Likewise.
30444
30445         * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
30446         (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
30447         Likewise.
30448
30449         * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
30450         Likewise.
30451
30452         * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
30453         Likewise.
30454
30455         * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
30456         Likewise.
30457
30458 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
30459
30460         * configure.ac:
30461           update required version of GStreamer because of GST_TIME_FORMAT
30462
30463 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30464
30465         * ext/mad/gstid3tag.c: (gst_id3_tag_init):
30466           remove leftover g_print
30467         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
30468           don't try setting only a subset of the caps. We don't want to kill
30469           autoplugging on purpose
30470
30471 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
30472
30473         * sys/ximage/ximagesink.c: (plugin_init):
30474         * sys/xvimage/xvimagesink.c: (plugin_init):
30475           add debugging categories
30476
30477 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
30478
30479         * po/en_GB.po:
30480         * po/LINGUAS:
30481           Adding en_GB translation (Gareth Owen)
30482
30483 2004-04-20  David Schleef  <ds@schleef.org>
30484
30485         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
30486         (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
30487         (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
30488         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
30489         A number of new features and hacks to extract the esds atom and
30490         put it into the caps.  (bug #137724)
30491
30492 2004-04-19  David Schleef  <ds@schleef.org>
30493
30494         * gconf/Makefile.am: Fix for non-GNU make
30495         * gst-libs/gst/Makefile.am: Change directory order to handle
30496         GstPlay linking with gstinterfaces
30497         * gst-libs/gst/audio/make_filter: make use of tr portable
30498         * gst-libs/gst/play/Makefile.am: Add intended \
30499         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
30500         (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
30501         function prototype instead of void *.
30502         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
30503         macro.
30504         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
30505         (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
30506         * gst/videofilter/make_filter: make use of tr portable
30507         * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
30508
30509 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
30510
30511         * po/LINGUAS:
30512         * po/uk.po:
30513           Added Ukrainian translation (Maxim V. Dziumanenko)
30514
30515 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30516
30517         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
30518         (gst_gsmdec_link), (gst_gsmdec_chain):
30519           Fix capsnego, simplify chain function slightly.
30520         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
30521           Add GSM.
30522
30523 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30524
30525         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
30526         (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
30527         (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
30528           Hack to make wavparse work with spider (always -> sometimes pad).
30529           Fixes #135862 && #140411.
30530
30531 2004-04-18  Benjamin Otte  <otte@gnome.org>
30532
30533         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
30534         (gst_osselement_rate_probe_check),
30535         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
30536           get rid of \n in debug output
30537
30538 2004-04-17  Iain <iain@prettypeople.org>
30539
30540         * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
30541         not just EOS.
30542
30543 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30544
30545         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
30546         (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
30547         (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
30548         (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
30549         (gst_id3_tag_src_link), (gst_id3_tag_chain),
30550         (gst_id3_tag_change_state), (plugin_init):
30551           deprecate id3tag element and replace with id3demux/id3mux.
30552           great side effect: this ugly file is now even uglier, yay!
30553         * ext/mad/gstmad.h:
30554           remove non-available function
30555           update for new get_type
30556
30557 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30558
30559         * configure.ac:
30560           require mpeg2dec >= 0.4.0
30561
30562 2004-04-17  Benjamin Otte  <otte@gnome.org>
30563
30564         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
30565         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
30566         (gst_xvimagesink_set_xwindow_id):
30567           call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
30568           assorted cleanup fixes.
30569
30570 2004-04-16  David Schleef  <ds@schleef.org>
30571
30572         * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
30573         * sys/xvimage/xvimagesink.h: same
30574
30575 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
30576
30577         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
30578           Fix GST_ELEMENT_ERROR with (NULL)
30579
30580 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30581
30582         * gst-libs/gst/riff/riff-media.c:
30583         (gst_riff_create_video_caps_with_data):
30584           Add div[3456] as fourccs for DivX 3 (fixes #140137).
30585
30586 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30587
30588         * gst-libs/gst/riff/riff-media.c:
30589         (gst_riff_create_video_caps_with_data),
30590         (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
30591         (gst_riff_create_video_template_caps),
30592         (gst_riff_create_audio_template_caps):
30593         * gst-libs/gst/riff/riff-media.h:
30594         * gst-libs/gst/riff/riff-read.c:
30595         (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
30596         * gst-libs/gst/riff/riff-read.h:
30597         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
30598           Add MS RLE support. I added some functions to read out strf chunks
30599           into strf chunks and the data behind it. This is usually color
30600           palettes (as in RLE, but also in 8-bit RGB). Also use those during
30601           caps creation. Lastly, add ADPCM (similar to wavparse - which
30602           should eventually be rifflib based).
30603         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
30604         (gst_matroska_demux_init), (gst_matroska_demux_reset):
30605         * gst/matroska/matroska-demux.h:
30606           Remove placeholders for some prehistoric tagging system. Didn't add
30607           support for any tag system really anyway.
30608         * gst/qtdemux/qtdemux.c:
30609           Add support for audio/x-m4a (MPEG-4) through spider.
30610         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
30611         (gst_wavparse_loop):
30612           ADPCM support (#135862). Increase max. buffer size because we
30613           cannot split buffers for ADPCM (screws references) and I've seen
30614           files with 2048 byte chunks. 4096 seems safe for now.
30615
30616 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
30617
30618         * configure.ac: bump nano to 1
30619
30620 === release 0.8.1 ===
30621
30622 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
30623
30624         * configure.ac: releasing 0.8.1, "Comforting Sounds"
30625
30626 2004-04-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30627
30628         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
30629           Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
30630           Fixes #140058
30631
30632 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
30633
30634         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
30635           lower rank of dvddemux so that it's not used for mpeg playback.
30636
30637 2004-04-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30638
30639         * configure.ac:
30640           save libs correctly when checking mad
30641
30642 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
30643
30644         * ext/mad/gstid3tag.c: (plugin_init):
30645           lower rank of id3tag as proposed by Benjamin.  Fixes #139926.
30646
30647 2004-04-13  David Schleef  <ds@schleef.org>
30648
30649         * common/m4/gst-feature.m4: Call -config scripts with
30650         --plugin-libs if it is supported.
30651         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
30652         JPEG images are image/jpeg.
30653         * gst/debug/Makefile.am:
30654         * gst/debug/negotiation.c: (gst_negotiation_class_init),
30655         (gst_negotiation_getcaps), (gst_negotiation_pad_link),
30656         (gst_negotiation_update_caps), (gst_negotiation_get_property),
30657         (gst_negotiation_plugin_init): Add a property that acts like
30658         filter caps.
30659         * testsuite/gst-lint:  Move license checking to be a standard
30660         test.
30661
30662 2004-04-13  David Schleef  <ds@schleef.org>
30663
30664         * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
30665         patch from Sebastien Cote (bug #139958)
30666
30667 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
30668
30669         * examples/gstplay/Makefile.am:
30670         * examples/gstplay/player.c: (main):
30671           make the commandline player example use gconf settings
30672
30673 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
30674
30675         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
30676         (gst_cacasink_sinkconnect), (gst_cacasink_init),
30677         (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
30678           init/end library during state transition, not object
30679           creation/disposal.  get rid of custom dispose handler.
30680
30681
30682 2004-04-12  Christian Schaller <Uraeus@gnome.org>
30683
30684         * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
30685         be a symlink
30686
30687 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30688
30689         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
30690           Handle JUNK chunks inside data section. Prevents warnings.
30691
30692 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30693
30694         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
30695         (gst_riff_create_video_template_caps):
30696           Add MS video v1.
30697         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
30698         (gst_avi_demux_stream_data):
30699           Add support for "rec-list" chunks.
30700
30701 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30702
30703         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
30704           Fix another codecname mismatch.
30705
30706 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30707
30708         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
30709           Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
30710           so that MJPEG plays back.
30711
30712 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30713
30714         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
30715         (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
30716         * gst/mpeg1videoparse/gstmp1videoparse.h:
30717           Fix for some slight mis-cuts in buffer parsing, and for some
30718           potential overflows or faults-causers. Adds disconts. Also fixes
30719           #139105 while we're at it.
30720
30721 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30722
30723         * configure.ac:
30724         * sys/v4l2/gstv4l2element.h:
30725           Workaround for missing struct v4l2_buffer declaration in Suse 9
30726           and Mandrake 10 linux/videodev2.h header file (#135919).
30727
30728 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30729
30730         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
30731           Bail out if no filename was given.
30732
30733 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30734
30735         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
30736         (gst_v4l2_fourcc_from_structure):
30737           Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
30738           Y41B somewhere).
30739
30740 2004-04-09  Benjamin Otte  <otte@gnome.org>
30741
30742         * ext/gnomevfs/gstgnomevfssink.c:
30743         (_gst_boolean_allow_overwrite_accumulator),
30744         (gst_gnomevfssink_class_init):
30745           fix erase signal - if any handler returns false the file will not be
30746           overwritten. If no handler is connected, the file will not be
30747           overwritten either.
30748           renamed signal to "allow-overwrite"
30749         * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
30750           free string when adding it to ID3 failed
30751         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
30752           unref event when done
30753         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
30754           free caps
30755         * gst/typefind/gsttypefindfunctions.c:
30756         (mpeg_video_stream_type_find):
30757           fix invalid read
30758
30759 2004-04-08  David Schleef  <ds@schleef.org>
30760
30761         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
30762         (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
30763
30764 2004-04-08  David Schleef  <ds@schleef.org>
30765
30766         * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
30767         we don't support (bug #139532)
30768
30769 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
30770
30771         * ext/mad/gstmad.c: (gst_mad_handle_event),
30772         (gst_mad_check_caps_reset), (gst_mad_chain),
30773         (gst_mad_change_state):
30774           only set explicit caps if they haven't been set before for
30775           this stream.  MPEG-audio sample rate/channels aren't allowed
30776           to change in-stream.
30777           Fixes #139382
30778
30779 2004-04-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30780
30781         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
30782         (_gst_boolean_did_something_accumulator),
30783         (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
30784         (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
30785         (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
30786         (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
30787         (gst_gnomevfssink_change_state):
30788           Fix erase signal. Don't erase by default. Remove handoff signal.
30789           Remove erase property. Don't segfault. General cleanup.
30790
30791 2004-04-07  Benjamin Otte  <otte@gnome.org>
30792
30793         * gst-libs/gst/gconf/test-gconf.c: (main):
30794           add missing gst_init
30795
30796 2004-04-07  Benjamin Otte  <otte@gnome.org>
30797
30798         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
30799           free the mutexes, too
30800
30801 2004-04-07  Benjamin Otte  <otte@gnome.org>
30802
30803         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
30804           actually free the URI string
30805         * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
30806           compute offset correctly when passing discont events
30807         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
30808           don't leak discont events
30809         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
30810           add some missing breaks so caps aren't copied randomly
30811         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
30812           if we realloc memory, we better use it
30813
30814 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30815
30816         * ext/mad/gstmad.c: (normal_seek):
30817           fix GST_FORMAT_TIME usage
30818
30819 2004-04-05  David Schleef  <ds@schleef.org>
30820
30821         * ext/kio/kiosrc.cpp:  Undefine KDE_DEPRECATED so we can use
30822         a deprecated function (hack!)
30823
30824 2004-04-05  Benjamin Otte  <otte@gnome.org>
30825
30826         * ext/esd/esdmon.c: (gst_esdmon_get):
30827           fix nonterminated vararg and memleak
30828
30829 2004-04-05  Benjamin Otte  <otte@gnome.org>
30830
30831         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
30832         (gst_ladspa_init), (gst_ladspa_force_src_caps),
30833         (gst_ladspa_set_property), (gst_ladspa_get_property),
30834         (gst_ladspa_instantiate), (gst_ladspa_activate),
30835         (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
30836           clean up debugging
30837
30838 2004-04-05  Stefan Kost <kost@imn.htwk-leipzig.de>
30839
30840         reviewed by Benjamin Otte  <otte@gnome.org>
30841
30842         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
30843           check for broken LADSPA parameters (fixes #138635)
30844
30845 2004-04-05  Benjamin Otte  <otte@gnome.org>
30846
30847         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
30848           advertise buffer-frames correctly on sinkpads
30849
30850 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
30851
30852         * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
30853         (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
30854         (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
30855         (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
30856         (gst_mad_check_caps_reset), (gst_mad_chain):
30857         add more debugging, only reset caps when we're not in error state
30858
30859 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
30860
30861         * ext/mad/gstmad.c: add debugging category, comment + cleanups
30862
30863 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
30864
30865         reviewed by Benjamin Otte  <otte@gnome.org>
30866
30867         * configure.ac:
30868           fix == in test(1) operator
30869
30870 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
30871
30872         reviewed by Benjamin Otte  <otte@gnome.org>
30873
30874         * configure.ac:
30875           fix --export-symblos-regex to a working regex.
30876
30877 2004-04-04  Benjamin Otte  <otte@gnome.org>
30878
30879         * sys/oss/.cvsignore:
30880           add for oss_probe
30881
30882 2004-04-03  Tim-Phillip Müller <t.i.m@zen.co.uk>
30883
30884         reviewed by Benjamin Otte  <otte@gnome.org>
30885
30886         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
30887           add missing 'new_media' argument (fixes #138168)
30888         * gst/matroska/matroska-demux.c:
30889         (gst_matroska_demux_handle_seek_event):
30890           add vararg terminator (fixes #138169)
30891
30892 2004-04-02  David Schleef  <ds@schleef.org>
30893
30894         * ext/gdk_pixbuf/Makefile.am:  Make sure gstgdkanimation.h is
30895         disted (bug #138914)
30896
30897 2004-04-01  Benjamin Otte  <otte@gnome.org>
30898
30899         * ext/alsa/gstalsa.c: (gst_alsa_change_state),
30900         (gst_alsa_close_audio):
30901           handle case better where a soundcard can't pause
30902         * ext/ogg/gstoggdemux.c:
30903           don't crash when we get events but don't have pads yet
30904
30905 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
30906
30907         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
30908           throw an error if we couldn't probe any caps.
30909
30910 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
30911
30912         * ext/dvdnav/gst-dvd:
30913         Add a really simple sample DVD player
30914
30915 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
30916
30917         * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
30918         (gst_a52dec_push), (gst_a52dec_handle_event),
30919         (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
30920         (gst_a52dec_change_state):
30921         * ext/a52dec/gsta52dec.h:
30922           Use a debug category, Output timestamps correctly
30923           Emit tag info, Handle events, tell liba52dec about cpu
30924           capabilities so it can use MMX etc.
30925         * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
30926           Fix a crasher accessing invalid memory
30927         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
30928         (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
30929         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
30930         (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
30931         (dvdnavsrc_query):
30932           Some support for byte-format seeking.
30933           Small fixes for still frames and menu button overlays
30934         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
30935         (gst_mpeg2dec_alloc_buffer):
30936           Use a debug category. Adjust the report level of several items to
30937           LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
30938           so it doesn't lose the GstBuffer pointer
30939         * gst/debug/Makefile.am:
30940         * gst/debug/gstdebug.c: (plugin_init):
30941         * gst/debug/gstnavseek.c: (gst_navseek_get_type),
30942         (gst_navseek_base_init), (gst_navseek_class_init),
30943         (gst_navseek_init), (gst_navseek_seek),
30944         (gst_navseek_handle_src_event), (gst_navseek_set_property),
30945         (gst_navseek_get_property), (gst_navseek_chain),
30946         (gst_navseek_plugin_init):
30947         * gst/debug/gstnavseek.h:
30948           Add the navseek debug element for seeking back and forth in a
30949           video stream using arrow keys.
30950         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
30951         (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
30952         (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
30953         (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
30954         (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
30955         (gst_mpeg2subt_parse_header), (gst_get_nibble),
30956         (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
30957         (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
30958         (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
30959         (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
30960         * gst/mpeg2sub/gstmpeg2subt.h:
30961           Pretty much a complete rewrite. Now a loopbased element. May still
30962           require work to properly synchronise subtitle buffers.
30963         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
30964         (gst_dvd_demux_send_subbuffer):
30965         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
30966           Don't attempt to create subbuffers of size 0
30967           Reduce a couple of error outputs to warnings.
30968         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
30969         (gst_y4mencode_chain):
30970         Output the y4m frame header correctly.
30971
30972 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
30973
30974         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
30975           throw errors instead of allowing SIGFPE
30976
30977 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
30978
30979         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
30980         (gst_gconf_render_bin_from_key):
30981           leak plugging and style fixing
30982
30983 2004-03-31  David Schleef  <ds@schleef.org>
30984
30985         * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
30986         (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
30987         (bug #138225)
30988         * gst/debug/Makefile.am:
30989         * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
30990         * gst/debug/gstdebug.c: (plugin_init):  Merge elements into one
30991         plugin.
30992         * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
30993         (gst_negotiation_base_init), (gst_negotiation_class_init),
30994         (gst_negotiation_init), (gst_negotiation_getcaps),
30995         (gst_negotiation_pad_link), (gst_negotiation_chain),
30996         (gst_negotiation_set_property), (gst_negotiation_get_property),
30997         (gst_negotiation_plugin_init):  New element to talk about random
30998         negotiation things happening in a pipeline.
30999
31000 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
31001
31002         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
31003           fix integer addition with help of Stefan Kost
31004
31005 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
31006
31007         * po/nl.po: updated Dutch translation (Elros Cyriatan)
31008
31009 2004-03-30  David Schleef  <ds@schleef.org>
31010
31011         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
31012         (gst_mpeg2dec_negotiate_format):  Handle Y42B-format MPEG
31013         video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
31014         (bug #137504)
31015         * ext/mpeg2dec/gstmpeg2dec.h:
31016
31017 2004-03-30  David Schleef  <ds@schleef.org>
31018
31019         * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
31020
31021 2004-03-30  David Schleef  <ds@schleef.org>
31022
31023         * tools/gst-launch-ext-m.m:  Applied patch from gnome@flyn.org (W.
31024         Michael Petullo) to handle .mov
31025
31026 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31027
31028         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
31029         (gst_osselement_rate_check_rate):
31030           probe caps correctly for sound cards that only support one format
31031
31032 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31033
31034         * ext/kio/kiosrc.cpp: (process_events):
31035           update handling event processing if inside KDE - untested
31036
31037 2004-03-29  David Schleef  <ds@schleef.org>
31038
31039         * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
31040         by 2 to not interfere with other colorspaces.
31041         * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
31042         * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
31043         one to not interfere with ffmpeg_colorspace.
31044
31045 2004-03-29  David Schleef  <ds@schleef.org>
31046
31047         * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
31048         aren't in the caps.
31049         * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
31050         * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
31051
31052 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31053
31054         * gst-libs/gst/riff/riff-media.c:
31055           fail on error, don't try to set stuff on NULL caps
31056
31057 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31058
31059         * configure.ac:
31060         * ext/Makefile.am:
31061         * ext/kio/Makefile.am:
31062         * ext/kio/kioreceiver.cpp:
31063         * ext/kio/kioreceiver.h:
31064         * ext/kio/kiosrc.cpp:
31065         * ext/kio/kiosrc.h:
31066           add experimental kiosrc plugin
31067         * ext/alsa/gstalsaplugin.c: (plugin_init):
31068           initialize debugging category only when we're sure registering the
31069           plugins worked.
31070
31071 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
31072
31073         * examples/gstplay/player.c: (main):
31074         * gst-libs/gst/play/play.c: (gst_play_class_init),
31075         (gst_play_set_location), (gst_play_set_data_src),
31076         (gst_play_set_video_sink), (gst_play_set_audio_sink),
31077         (gst_play_set_visualization), (gst_play_connect_visualization):
31078           check return values of element_set_state and return FALSE where
31079           failed
31080
31081 2004-03-29  Benjamin Otte  <otte@gnome.org>
31082
31083         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
31084           try harder to check if an event is really a discont
31085
31086 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
31087
31088         * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
31089         * po/az.po:
31090
31091 2004-03-28  Benjamin Otte  <otte@gnome.org>
31092
31093         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
31094         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
31095         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
31096           get rid of non-standard "..." ranges in case statements.
31097
31098 2004-03-27  Martin Soto  <martinsoto@users.sourceforge.net>
31099
31100         * gst/mpegstream/gstmpegdemux.c:
31101         * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
31102         specific functionality split to the new dvddemux element.
31103         * gst/mpegstream/gstdvddemux.c:
31104         * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
31105         streams, derived from mpegdemux.
31106         * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
31107         up. SCR based timestamp rewriting can be turned off (will probably
31108         completely disappear soon).
31109         * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
31110         hacking. General cleanup. All printf statements replaced by
31111         debugging messages. Almost complete libdvdnav support.
31112         (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
31113         by events. New properties for audio and subpicture languages.
31114         (dvdnavsrc_update_highlight): Now uses events.
31115         (dvdnavsrc_user_op): Cleaned up.
31116         (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
31117         based). Lots of cleanup, and propper support for most libdvdnav
31118         events.
31119         (dvdnavsrc_make_dvd_event): New function.
31120         (dvdnavsrc_make_dvd_nav_packet_event): New function.
31121         (dvdnavsrc_make_clut_change_event): New function.
31122
31123 2004-03-26  Benjamin Otte  <otte@gnome.org>
31124
31125         * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
31126           fix bug where typefinding would claim it's theora whenever less then
31127           7 bytes of data were available
31128
31129 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31130
31131         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
31132         (gst_alawdec_base_init), (gst_alawdec_class_init),
31133         (gst_alawdec_init), (gst_alawdec_chain):
31134         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
31135         (gst_alawenc_base_init), (gst_alawenc_class_init),
31136         (gst_alawenc_init), (gst_alawenc_chain):
31137         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
31138         (gst_mulawdec_base_init), (gst_mulawdec_class_init),
31139         (gst_mulawdec_init), (gst_mulawdec_chain):
31140         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
31141         (gst_mulawenc_base_init), (gst_mulawenc_class_init),
31142         (gst_mulawenc_init), (gst_mulawenc_chain):
31143           Fix capsnego in all four, remove the unused property functions and
31144           simplify the chain functions slightly. I guess we could use macros
31145           or something similar for those, since the code is so similar, but
31146           I'm currently too lazy...
31147
31148 2004-03-24  David Schleef  <ds@schleef.org>
31149
31150         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
31151         (gst_osselement_close_audio), (gst_osselement_probe_caps),
31152         (gst_osselement_get_format_structure),
31153         (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
31154         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
31155         (gst_osselement_rate_int_compare): Add code to handle rate probing
31156         (bug #120883)
31157         * sys/oss/gstosselement.h: same
31158         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
31159         Use rate probing provided by osselement.
31160         * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
31161
31162 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31163
31164         * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
31165         (gst_xvidenc_get_property):
31166           ulong/int mess-up.
31167
31168 2004-03-24  David Schleef  <ds@schleef.org>
31169
31170         * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
31171         (gst_speexdec_init):
31172         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
31173         (gst_speexenc_init):  Create the pad template correctly (from
31174         the static pad template, not a NULL pointer.)
31175
31176 2004-03-25  Benjamin Otte  <otte@gnome.org>
31177
31178         * gst/debug/Makefile.am:
31179         * gst/debug/breakmydata.c:
31180           add element that quasi-randomly changes bytes in the stream.
31181           Intended use is robustness checking of demuxers and decoders in
31182           media tests.
31183
31184 2004-03-24  Benjamin Otte  <otte@gnome.org>
31185
31186         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
31187         (gst_alsa_probe_hw_params):
31188         * ext/alsa/gstalsa.h:
31189           debugging output fixes
31190
31191 2004-03-24  Benjamin Otte  <otte@gnome.org>
31192
31193         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
31194           don't g_return_if_fail if element is PLAYING, fail silently as every
31195           other element.
31196         * gst/effectv/gstquark.c: (gst_quarktv_chain):
31197           only fix needed for cast lvalue issues in gst-plugins
31198         * gst/volenv/gstvolenv.c: (gst_volenv_init):
31199           add proxy_getcaps
31200
31201 2004-03-24  Benjamin Otte  <otte@gnome.org>
31202
31203         * gst/level/gstlevel.c: (gst_level_init):
31204           add proxying getcaps function, so level doesn't advertise impossible
31205           caps
31206
31207 2004-03-24  David Schleef  <ds@schleef.org>
31208
31209         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
31210         (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
31211         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
31212         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
31213         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
31214         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
31215         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
31216         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
31217         (qtdemux_parse_tree), (qtdemux_parse_trak):  Fix debugging
31218         messages.  Divide the chunk size by the compression ratio
31219         (needed for MACE audio)
31220
31221 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31222
31223         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
31224           Fix buffer overflow read error.
31225
31226 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31227
31228         * ext/alsa/gstalsa.h:
31229           Remove unused entry.
31230         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
31231           Add cinepak.
31232         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
31233         (gst_videodrop_link), (gst_videodrop_chain):
31234           Fix, sort of. Was horribly broken with new capsnego. Bah...
31235
31236 2004-03-23  Jeremy Simon  <jesimon@libertysurf.fr>
31237
31238         * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
31239         (plugin_init):
31240         Add a monkeysaudio typefind function
31241
31242 2004-03-23  Johan Dahlin  <johan@gnome.org>
31243
31244         * gst-libs/gst/play/play.c (gst_play_audio_fixate)
31245         (gst_play_video_fixate): Check so the structure has the field
31246         before trying to fixate them, this makes it possible to have
31247         fakesinks for video and audio output without printing errors on
31248         the output console.
31249
31250 2004-03-22  David Schleef  <ds@schleef.org>
31251
31252         * sys/oss/Makefile.am:
31253         * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
31254         (check_rate), (add_rate):  Rate probing test app.
31255
31256 2004-03-21  Benjamin Otte  <otte@gnome.org>
31257
31258         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
31259         (_fixate_caps_to_int), (gst_audio_convert_fixate):
31260           add a fixation function that pretty much does the right thing (fixes
31261           #137556)
31262
31263 2004-03-20  David I. Lehn  <dlehn@users.sourceforge.net>
31264
31265         * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
31266
31267 2004-03-20  Tim-Phillip Müller <t.i.m@zen.co.uk>
31268
31269         reviewed by: Benjamin Otte  <otte@gnome.org>
31270
31271         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
31272           terminate gst_event_new_discontinuous correctly (fixes parts of
31273           #137711)
31274
31275 2004-03-19  David Schleef  <ds@schleef.org>
31276
31277         * gst-libs/gst/Makefile.am:  Enable xoverlay unconditionally,
31278         since it doesn't depend on X, and it's part of our ABI.
31279
31280 2004-03-19  Iain <iain@prettypeople.org>
31281
31282         * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
31283         is_int in the structure, not the local variable.
31284
31285 2004-03-19  David Schleef  <ds@schleef.org>
31286
31287         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
31288         (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
31289         (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
31290         Improvements in caps negotiation.
31291
31292 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
31293
31294         * po/LINGUAS:
31295         * po/af.po:
31296           adding Afrikaans (Petri Jooste)
31297
31298 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
31299
31300         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
31301         (gst_ffmpegcolorspace_chain):
31302         throw error instead of g_critical (#137588)
31303
31304 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
31305
31306         * Makefile.am:
31307         * configure.ac:
31308           dist common and m4 correctly
31309         * po/sv.po:
31310
31311 2004-03-17  David Schleef  <ds@schleef.org>
31312
31313         * pkgconfig/gstreamer-media-info.pc.in:  Add Version.
31314         (bug #137348)
31315
31316 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
31317
31318         * po/LINGUAS:
31319         * po/sv.po:
31320           adding Swedish translation (Christian Rose)
31321
31322 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
31323
31324         * Makefile.am: use release.mak
31325
31326 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
31327
31328         * common/ChangeLog:
31329         * common/gst-autogen.sh:
31330           add some explanation about the version detection
31331         * configure.ac:
31332           fix X check
31333
31334 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
31335
31336         * configure.ac: bump nano to 1
31337
31338 === release 0.8.0 ===
31339
31340 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
31341
31342         * configure.ac: release 0.8.0, "Pharmaceutical Itch"
31343
31344 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
31345
31346         * configure.ac:
31347           update libtool version
31348         * gst-libs/gst/media-info/Makefile.am:
31349           actually use libtool version
31350
31351 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
31352
31353         * configure.ac: fix speex detection to work with 1.0 but not 1.1
31354
31355 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
31356
31357         * configure.ac:
31358         * gst-plugins.spec.in:
31359         * pkgconfig/Makefile.am:
31360         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
31361         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
31362         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
31363         * pkgconfig/gstreamer-libs.pc.in:
31364         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
31365         * pkgconfig/gstreamer-play-uninstalled.pc.in:
31366         * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
31367         * pkgconfig/gstreamer-plugins.pc.in:
31368           remove @VERSION@ from some of the pc files since core and plugins
31369           are decoupled.
31370           created gstreamer-plugins.pc as it's a better name, but keeping
31371           -libs around for now to get fixes upstream done first.
31372
31373 2004-03-15  Julien MOUTTE <julien@moutte.net>
31374
31375         * gst-libs/gst/play/play.c: (gst_play_get_framerate),
31376         (gst_play_get_sink_element): First draft of gst_play_get_framerate.
31377         * gst-libs/gst/play/play.h:
31378
31379 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
31380
31381         * *.c, *.cc: don't mix tabs and spaces
31382
31383 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
31384
31385         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
31386           use the new ffmpegcolorspace
31387         * gst-plugins.spec.in:
31388           package new colorspace and media-info
31389         * configure.ac:
31390         * pkgconfig/Makefile.am:
31391           fix some more disting issues
31392         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
31393         * pkgconfig/gstreamer-media-info.pc.in:
31394           generate media-info pc files
31395
31396 2004-03-15  Johan Dahlin  <johan@gnome.org>
31397
31398         * *.h: Revert indenting
31399
31400 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
31401
31402         * configure.ac:
31403           adding ffmpegcolorspace element
31404         * gst/ffmpegcolorspace/Makefile.am:
31405         * gst/ffmpegcolorspace/avcodec.h:
31406         * gst/ffmpegcolorspace/common.h:
31407         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
31408         * gst/ffmpegcolorspace/dsputil.h:
31409         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
31410         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
31411         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
31412         (gst_ffmpeg_caps_to_pix_fmt):
31413         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
31414         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
31415         (gst_ffmpegcolorspace_caps_remove_format_info),
31416         (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
31417         (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
31418         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
31419         (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
31420         (gst_ffmpegcolorspace_set_property),
31421         (gst_ffmpegcolorspace_get_property),
31422         (gst_ffmpegcolorspace_register):
31423         * gst/ffmpegcolorspace/imgconvert.c:
31424         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
31425         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
31426         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
31427         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
31428         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
31429         (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
31430         (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
31431         (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
31432         (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
31433         (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
31434         (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
31435         (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
31436         (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
31437         (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
31438         (img_get_alpha_info), (deinterlace_line),
31439         (deinterlace_line_inplace), (deinterlace_bottom_field),
31440         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
31441         * gst/ffmpegcolorspace/imgconvert_template.h:
31442         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
31443         * gst/ffmpegcolorspace/mmx.h:
31444         * gst/ffmpegcolorspace/utils.c: (avcodec_init):
31445           adding ffmpegcolorspace element supplied by Ronald after cleaning
31446           up and pulling in the right bits of upstream source.
31447           I'm sure a better C/compiler wizard could do some cleaning up (for
31448           example use GLIB's malloc stuff), but as a first pass this
31449           works very well
31450
31451 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
31452
31453         * ext/alsa/gstalsa.h:
31454           I assume Ronald forgot to commit the change to have cardname
31455           as a struct member.  Expect some public spanking at the next
31456           opportunity.
31457
31458 2004-03-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31459
31460         * ext/alsa/gstalsa.c: (gst_alsa_get_property),
31461         (gst_alsa_open_audio), (gst_alsa_close_audio):
31462         * ext/alsa/gstalsa.c:
31463           Don't open the device if we're a mixer (= padless).
31464         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
31465         (gst_alsa_mixer_init), (gst_alsa_mixer_open),
31466         (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
31467           Open mixer during state change rather than during object
31468           initialization. Also, get a device name. Currently in a somewhat
31469           hackish fashion, but I didn't really find something better.
31470
31471 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
31472
31473         * *.c, *.h: run gst-indent
31474
31475 2004-03-14  Benjamin Otte  <otte@gnome.org>
31476
31477         * gst/modplug/gstmodplug.cc:
31478         * gst/modplug/gstmodplug.h:
31479           set correct timestamps on outgoing buffers
31480
31481 2004-03-14  Benjamin Otte  <otte@gnome.org>
31482
31483         * gst/modplug/gstmodplug.cc:
31484           handle events - don't do crap when a discont arrives that's not
31485           necessary
31486           This allows correct loading and playback of mods in Rhythmbox
31487
31488 2004-03-14  Benjamin Otte  <otte@gnome.org>
31489
31490         * configure.ac:
31491         * gst-libs/gst/gconf/Makefile.am:
31492         * pkgconfig/Makefile.am:
31493           move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
31494           they get rebuilt properly
31495         * configure.ac:
31496           when checking for vorbis, try pkgconfig first.
31497         * gst/modplug/gstmodplug.cc:
31498           add fixate function
31499
31500 2004-03-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31501
31502         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
31503           Fix for obvious mistake, where we first shift the offset and then
31504           read a samplesize element assuming the old offset. Note that this
31505           part still has something weird, i.e. my movies containing those
31506           don't actually play well, but at least there's something that looks
31507           like sound now.
31508
31509 2004-03-14  Jan Schmidt  <thaytan@mad.scientist.com>
31510         * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
31511         (plugin_init):
31512         Add a typefind function for speex format
31513
31514 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31515
31516         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
31517         (gst_asf_demux_setup_pad):
31518           Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
31519           instead of 0. Reason is simple: some elements have a fps range
31520           of 1-max instead of 0-max. So now ASF video actually works.
31521
31522 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
31523
31524         * po/LINGUAS:
31525         * po/sr.po:
31526           adding serbian as a language
31527
31528 2004-03-13  Benjamin Otte  <otte@gnome.org>
31529
31530         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
31531           return taglist correctly from _get function, don't gst_pad_push it.
31532           (fixes #137042)
31533
31534 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
31535         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
31536
31537 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31538
31539         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
31540         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
31541         (gst_alsa_mixer_track_new):
31542         * ext/alsa/gstalsamixertrack.h:
31543           Fix ancient leftovers... MixerTrack is a GObject.
31544
31545 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31546
31547         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
31548         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
31549           Don't block during probing...
31550
31551 2004-03-12  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31552
31553         * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
31554         (gst_alsa_get_property), (gst_alsa_probe_get_properties),
31555         (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
31556         (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
31557         (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
31558         (gst_alsa_open_audio), (gst_alsa_close_audio):
31559         * ext/alsa/gstalsa.h:
31560           Add propertyprobe interface implementation, add some device-name
31561           property, all this so that it looks good in gnome-volume-control.
31562
31563 2004-03-12  David Schleef  <ds@schleef.org>
31564
31565         * configure.ac: the Hermes library controls hermescolorspace, not
31566         colorspace.
31567         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
31568         (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
31569         not /* */
31570         * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
31571         * ext/sdl/sdlvideosink.h: ditto.
31572         * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
31573
31574 2004-03-12  Benjamin Otte  <otte@gnome.org>
31575
31576         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
31577         (gst_x_overlay_got_xwindow_id):
31578         * gst-libs/gst/xoverlay/xoverlay.h:
31579           replace XID with unsigned long to get rid of the xlibs dependency in
31580           XOverlay (fixes #137004)
31581
31582 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
31583         * gst/effectv/gstaging.c: (gst_agingtv_base_init),
31584         (gst_agingtv_setup):
31585         * gst/effectv/gstdice.c: (gst_dicetv_get_type),
31586         (gst_dicetv_base_init), (gst_dicetv_class_init),
31587         (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
31588         * gst/effectv/gstedge.c: (gst_edgetv_get_type),
31589         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
31590         (gst_edgetv_setup), (gst_edgetv_rgb32):
31591         * gst/effectv/gsteffectv.c:
31592         * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
31593         (gst_quarktv_set_property):
31594         * gst/effectv/gstrev.c: (gst_revtv_get_type),
31595         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
31596         (gst_revtv_setup), (gst_revtv_rgb32):
31597         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
31598         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
31599         (gst_shagadelictv_init), (gst_shagadelictv_setup),
31600         (gst_shagadelictv_rgb32):
31601         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
31602         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
31603         (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
31604         * gst/effectv/gstwarp.c:
31605         Port everything that can be ported to videofilter and fix up the caps.
31606         Can someone with a big-endian machine please check these?
31607
31608 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31609
31610         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
31611         (gst_osssink_chain), (gst_osssink_change_state):
31612           Latest fixes for A/V sync, audio playback and such. This is about
31613           all... MPEG playback issues are mostly related to the async build-
31614           up of MPEG files, I cannot fix that. Use basicgthread to solve it.
31615
31616 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
31617
31618         patch from: Stephane Loeuillet
31619
31620         * configure.ac:
31621           use pkg-config for some libraries, falling back to the old .m4 way
31622           (fixes #131270)
31623         * m4/libdv.m4:
31624           removed
31625
31626 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
31627
31628         * configure.ac:
31629         * tools/Makefile.am:
31630         * tools/Makefile.in:
31631         * tools/gst-launch-ext-m.m:
31632         * tools/gst-launch-ext.1.in:
31633         * tools/gst-visualise-m.m:
31634         * tools/gst-visualise.1:
31635         * tools/gst-visualise.1.in:
31636           reorganizing generation of script tools
31637
31638 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31639
31640         * ext/divx/gstdivxdec.c:
31641           Downgrade priority. We prefer ffdec_mpeg4.
31642         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
31643         (gst_faad_chain), (gst_faad_change_state):
31644           Fix capsnego. Doesn't work for some sounds because we don't have
31645           a 5:1 to stereo element.
31646         * ext/xvid/gstxvid.c: (plugin_init):
31647           Add priority.
31648         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
31649         (gst_osssink_change_state):
31650           Add discont handling.
31651
31652 2004-03-09  Colin Walters  <walters@verbum.org>
31653
31654         * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
31655         conversion.
31656
31657 2004-03-09  Benjamin Otte  <otte@gnome.org>
31658
31659         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
31660           the signals take 2 arguments
31661
31662 2004-03-09  David Schleef  <ds@schleef.org>
31663
31664         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
31665         (gst_alsa_fixate): Add fixate function.  (bug #136686)
31666         * ext/alsa/gstalsa.h:
31667         * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
31668
31669 2004-03-09  Benjamin Otte  <otte@gnome.org>
31670
31671         * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
31672         (gst_mikmod_change_state):
31673         * ext/mikmod/gstmikmod.h:
31674           make mikmod's loop function not loop infinitely and call
31675           gst_element_yield anymore
31676         * gst/modplug/gstmodplug.cc:
31677           fix pad negotiation (fixes #136590)
31678
31679 2004-03-09  David Schleef  <ds@schleef.org>
31680
31681         * ext/lcs/Makefile.am:  Fix so that the lcs colorspace plugin
31682         doesn't conflict with the internal colorspace plugin.
31683         * gst-libs/gst/audio/make_filter:  Use `` instead of $() to
31684         satisfy the crappy-ass shell shipped by a certain vendor.
31685         * gst/videofilter/make_filter: same (bug #135299)
31686
31687 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
31688
31689         * configure.ac: bump nano to 1
31690
31691 === release 0.7.6 ===
31692
31693 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
31694
31695         * configure.in: releasing 0.7.6, "There"
31696
31697 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
31698
31699         * pkgconfig/gstreamer-play-uninstalled.pc.in:
31700         * pkgconfig/gstreamer-play.pc.in:
31701           synchronize the two
31702
31703 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
31704
31705         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
31706         (cdparanoia_open), (cdparanoia_event):
31707           fix/add error handling
31708         * po/POTFILES.in:
31709           add cdparanoia source
31710         * tools/Makefile.am:
31711           make scripts executable
31712
31713 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
31714
31715         * configure.ac:
31716         * ext/vorbis/Makefile.am:
31717         * sys/Makefile.am:
31718           remove id3types, vorbisfile and xvideosink from the build (#133783)
31719
31720 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31721
31722         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
31723           Fix metadata read crash (#136537).
31724
31725 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
31726
31727         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
31728         * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
31729           adding mime types, fixing the one-stop function
31730
31731 2004-03-08  Christian Schaller <Uraeus@gnome.org>
31732
31733         * ext/nas/nassink.c and /ext/nas/nassink.h:
31734         More NAS love from Arwed von Merkatz
31735         So lets all sing 'Can you feel the NAS tonight'
31736
31737 2004-03-08  Christian Schaller <Uraeus@gnome.org>
31738
31739         * tools/gst-launch-ext.in:
31740         Replace vorbisfile with oggdemux/vorbisdec/audioconvert
31741
31742 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
31743
31744         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
31745         (gst_mpeg2dec_init):
31746         remove the user_data pad for now, because it is being used in
31747         fixating causing MPEG playback to fixate on 1000 Hz for playback.
31748         If someone knows how to fix this properly, please do.
31749
31750 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
31751
31752         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
31753         (gst_osssink_get_time):
31754         add a warning, IMO this won't get triggered anymore, remove later
31755
31756 2004-03-07  David Schleef  <ds@schleef.org>
31757
31758         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):  Added Cinepak
31759         format (bug #136470)
31760
31761 2004-03-07  Thomas Vander Stichele  <thomas at apestaart dot org>
31762
31763         * gst-libs/Makefile.am:
31764         * gst-libs/gst/media-info/Makefile.am:
31765         * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
31766         (error_callback), (gst_media_info_error_create),
31767         (gst_media_info_error_element), (gmip_init), (gmip_reset),
31768         (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
31769         * gst-libs/gst/media-info/media-info-priv.h:
31770         * gst-libs/gst/media-info/media-info-test.c: (main):
31771         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
31772         (gst_media_info_class_init), (gst_media_info_instance_init),
31773         (gst_media_info_set_source), (gst_media_info_read_with_idler),
31774         (gst_media_info_read_idler), (gst_media_info_read):
31775         * gst-libs/gst/media-info/media-info.h:
31776         fixed, should work now
31777
31778 2004-03-07  Christian Schaller <Uraeus@gnome.org>
31779
31780         * ext/nas/nassink.c:
31781         A bunch of NAS fixes from Arwed von Merkatz
31782
31783 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31784
31785         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
31786         (qtdemux_parse_trak):
31787           Fix crash (j might be greater than n_samples, in which case we're
31788           writing outside the allocated space for the array) and memleak.
31789
31790 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31791
31792         * sys/oss/gstosssink.c: (gst_osssink_chain):
31793           And another caller that couldn't handle delay < 0 (unsigned
31794           integer overflow). Video now continues playing on an audio
31795           buffer underrun, and the clock continues working. Audio still
31796           stalls.
31797
31798 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31799
31800         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
31801         (gst_osssink_get_time):
31802           get_delay() may return values lower than 0. In those cases, we
31803           should not actually cast to *unsigned* int64, that will break
31804           stuff horribly. In my case, it screwed up A/V sync in movies
31805           in totem rather badly.
31806
31807 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
31808
31809         * ext/faac/gstfaac.c: (gst_faac_chain):
31810         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
31811         * ext/libpng/gstpngenc.c: (user_write_data):
31812         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
31813         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
31814         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
31815         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
31816         Fix several misuse of gst_buffer_merge (it doesn't take ownership
31817         of any buffer), should fix some leaks. I hope I didn't unref buffers
31818         that shouldn't be...
31819
31820 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
31821
31822         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
31823         (deep_notify_callback), (tag_flag_score), (found_tag_callback),
31824         (error_callback), (gmi_reset), (gmi_seek_to_track),
31825         (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
31826         (gmip_find_type_post), (gmip_find_stream_post),
31827         (gmip_find_track_streaminfo_post):
31828         * gst-libs/gst/media-info/media-info-priv.h:
31829         * gst-libs/gst/media-info/media-info-test.c: (print_tag),
31830         (info_print), (main):
31831         * gst-libs/gst/media-info/media-info.c:
31832         (gst_media_info_error_create), (gst_media_info_error_element),
31833         (gst_media_info_instance_init), (gst_media_info_get_property),
31834         (gst_media_info_new), (gst_media_info_set_source),
31835         (gst_media_info_read_idler), (gst_media_info_read):
31836         * gst-libs/gst/media-info/media-info.h:
31837           first pass at making this work again.  This seems to work on
31838           tagged ogg/vorbis and mp3 files.
31839
31840 2004-03-06  Benjamin Otte  <otte@gnome.org>
31841
31842         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
31843           fix huge leak: gst_buffer_merge doesn't unref the first argument
31844           itself.
31845
31846 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
31847
31848         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
31849           report layer/mode/emphasis
31850
31851 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
31852
31853         * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
31854
31855 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
31856
31857         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
31858           signal serial
31859
31860 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
31861
31862         * ext/vorbis/vorbis.c: (plugin_init):
31863         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
31864         (gst_vorbis_dec_init), (vorbis_dec_event):
31865         add debug category
31866         make vorbisdec handle _BYTE and _TIME queries
31867
31868 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
31869
31870         * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
31871           from the xing header
31872
31873 2004-03-06  Benjamin Otte  <otte@gnome.org>
31874
31875         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
31876         (gst_audio_convert_link), (gst_audio_convert_change_state),
31877         (gst_audio_convert_buffer_from_default_format):
31878           do conversions from/to float correctly, fix some caps nego errors,
31879           export correct supported caps in template and getcaps, use correct
31880           caps in try_set_caps functions
31881
31882 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
31883
31884         For some reason, I only committed a ChangeLog entry yesterday and
31885         not the corresponding code...
31886         * ext/mad/gstmad.c: Fix detection of Xing headers
31887         * gst/tags/gstid3tag.c: Changes to support TLEN tags
31888
31889 2004-03-06  Benjamin Otte  <otte@gnome.org>
31890
31891         * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
31892         (gst_ogg_demux_src_query):
31893           make sure to handle the case where there's no current chain
31894           gracefully.
31895
31896 2004-03-05  David Schleef  <ds@schleef.org>
31897
31898         * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
31899         Add fixate function. (bug #131128)
31900         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
31901         (gst_sdlvideosink_fixate):  Add fixate function.
31902         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
31903         Fix attempt to print a non-pointer using GST_PTR_FORMAT.
31904         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
31905         Fix missing break that was causing ulaw to be interpreted as
31906         raw int.
31907
31908 2004-03-05  David Schleef  <ds@schleef.org>
31909
31910         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
31911         Fix code that ignores return value of gst_buffer_merge().
31912         (bug #114560)
31913         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
31914         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
31915         * testsuite/gst-lint:  Check for above.
31916
31917 2004-03-05  David Schleef  <ds@schleef.org>
31918
31919         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):  Check for unfixed
31920         caps and throw an element error.  (bug #136334)
31921
31922 2004-03-05  David Schleef  <ds@schleef.org>
31923
31924         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
31925         (gst_faad_chain): Fix negotiation.
31926         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
31927         key and button events.
31928         * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
31929         dung heap of code.
31930         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
31931         depends on gconf
31932         * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
31933         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
31934         (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
31935         function to encourage better negotiation, particularly between
31936         audioconvert and osssink.
31937         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
31938         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):  Make some debugging
31939         more important.
31940         * gst/typefind/gsttypefindfunctions.c:  Fix mistake in flash
31941         typefinding.
31942         * gst/vbidec/vbiscreen.c:  Add glib header
31943         * pkgconfig/gstreamer-play.pc.in:  Depends on gst-interfaces.
31944
31945 2004-03-06  Christophe Fergeau  <teuf@users.sourceforge.net>
31946
31947         * ext/mad/gstmad.c: Fix detection of Xing headers
31948         * gst/tags/gstid3tag.c: Changes to support TLEN tags
31949
31950 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
31951
31952         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
31953         (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
31954           debug updates
31955
31956 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
31957
31958         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
31959         * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
31960         (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
31961         files, and report the parsed length as a GST_TAG_DURATION tag.
31962         * gst/tags/gstid3tag.c: support TLEN (duration) tag
31963
31964 2004-03-05  Benjamin Otte  <otte@gnome.org>
31965
31966         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
31967           convert channels correctly. convert correctly to unsigned.
31968
31969 2004-03-05  Julien MOUTTE <julien@moutte.net>
31970
31971         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
31972         we have a window before clearing it.
31973
31974 2004-03-05  Julien MOUTTE <julien@moutte.net>
31975
31976         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
31977         have a window before clearing it.
31978
31979 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
31980
31981         * gconf/gstreamer.schemas.in:
31982         * gst-libs/gst/gconf/Makefile.am:
31983           version installation path the same way as for 0.6
31984         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
31985         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
31986         * pkgconfig/gstreamer-play-uninstalled.pc.in:
31987           remove comment that was fixed
31988
31989 2004-03-05  David Schleef  <ds@schleef.org>
31990
31991         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
31992         (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
31993         (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
31994         (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
31995         Add prototype code for handling seeking and querying.
31996
31997 2004-03-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31998
31999         * examples/gstplay/player.c: (main):
32000           Initialize variables to NULL. Prevents a segfault because the
32001           (uninitialized) variable is not NULL, resulting in a crash on
32002           trying to reach error->message.
32003
32004 2004-03-05  Benjamin Otte  <otte@gnome.org>
32005
32006         * gst/audioconvert/gstaudioconvert.c:
32007         (gst_audio_convert_buffer_to_default_format):
32008         make float=>int conversion work correctly even in cornercases.
32009
32010 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
32011
32012         * debian/README.Debian:
32013         * debian/build-deps:
32014         * debian/changelog:
32015         * debian/control:
32016         * debian/control.in:
32017         * debian/copyright:
32018         * debian/gstreamer-a52dec.files:
32019         * debian/gstreamer-aa.files:
32020         * debian/gstreamer-alsa.files:
32021         * debian/gstreamer-alsa.manpages:
32022         * debian/gstreamer-arts.files:
32023         * debian/gstreamer-artsd.files:
32024         * debian/gstreamer-audiofile.files:
32025         * debian/gstreamer-avifile.files:
32026         * debian/gstreamer-cdparanoia.files:
32027         * debian/gstreamer-colorspace.files:
32028         * debian/gstreamer-doc.files:
32029         * debian/gstreamer-dv.files:
32030         * debian/gstreamer-dvd.files:
32031         * debian/gstreamer-esd.files:
32032         * debian/gstreamer-festival.files:
32033         * debian/gstreamer-flac.files:
32034         * debian/gstreamer-gconf.conffiles:
32035         * debian/gstreamer-gconf.files:
32036         * debian/gstreamer-gconf.postinst:
32037         * debian/gstreamer-gnomevfs.files:
32038         * debian/gstreamer-gsm.files:
32039         * debian/gstreamer-http.files:
32040         * debian/gstreamer-jack.files:
32041         * debian/gstreamer-jpeg.files:
32042         * debian/gstreamer-mad.files:
32043         * debian/gstreamer-mikmod.files:
32044         * debian/gstreamer-misc.files:
32045         * debian/gstreamer-mpeg2dec.files:
32046         * debian/gstreamer-oss.files:
32047         * debian/gstreamer-plugin-apps.files:
32048         * debian/gstreamer-plugin-apps.manpages:
32049         * debian/gstreamer-plugin-libs-dev.files:
32050         * debian/gstreamer-plugin-libs.files:
32051         * debian/gstreamer-plugin-template.postinst:
32052         * debian/gstreamer-plugin-template.postrm:
32053         * debian/gstreamer-sdl.files:
32054         * debian/gstreamer-sid.files:
32055         * debian/gstreamer-vorbis.files:
32056         * debian/gstreamer-x.files:
32057         * debian/mk.control:
32058         * debian/rules:
32059         Debian package info not maintained here.
32060
32061 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
32062
32063         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
32064         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
32065         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
32066         * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
32067         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
32068         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
32069         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
32070         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
32071         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
32072         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
32073         * gst-libs/gst/colorbalance/colorbalance.c:
32074         (gst_color_balance_class_init):
32075         * gst-libs/gst/colorbalance/colorbalancechannel.c:
32076         (gst_color_balance_channel_class_init):
32077         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
32078         * gst-libs/gst/play/play.c: (gst_play_class_init):
32079         * gst-libs/gst/propertyprobe/propertyprobe.c:
32080         (gst_property_probe_iface_init):
32081         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
32082         * gst-libs/gst/tuner/tunerchannel.c:
32083         (gst_tuner_channel_class_init):
32084         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
32085         * gst/cutter/gstcutter.c: (gst_cutter_class_init):
32086         * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
32087         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
32088         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
32089         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
32090         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
32091         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
32092         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
32093           fix signals to use - instead of _
32094         * ext/libcaca/gstcacasink.h:
32095         * ext/sdl/sdlvideosink.h:
32096           fix header rename
32097
32098 2004-03-04  David Schleef  <ds@schleef.org>
32099
32100         * testsuite/gst-lint:  Add a check for bad signal names.
32101
32102 2004-03-04  Stefan Kost <kost@imn.htwk-leipzig.de>
32103
32104         reviewed by David Schleef
32105
32106         * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
32107         modified the alpha channel and caused a warning. (bug #136192)
32108
32109 2004-04-03  Christian Schaller <Uraeus@gnome.org>
32110
32111         * gst-plugins.spec.in:
32112         Change names of plugins to actually be correct. Try to keep things
32113         alphabetical to avoid getting beat up by Thomas
32114
32115 2004-03-03  Julien MOUTTE <julien@moutte.net>
32116
32117         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
32118         Using ximagesink as a default if no gconf key found. We should
32119         probably consider using alsasink instead of osssink for the audio
32120         part.
32121
32122 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
32123
32124         * configure.ac:
32125           fix --with-plugins, don't think it ever worked before
32126         * gst-plugins.spec.in:
32127           even more updates
32128
32129 2004-03-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32130
32131         * ext/sdl/sdlvideosink.h:
32132         * sys/ximage/ximagesink.h:
32133         * sys/xvideo/xvideosink.h:
32134         * sys/xvimage/xvimagesink.h:
32135           Fix for move of gstvideosink.h -> videosink.h.
32136
32137 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
32138
32139         * gst-libs/gst/xwindowlistener/Makefile.am:
32140           this is a plugin library, not a library
32141
32142 2004-03-01  David Schleef  <ds@schleef.org>
32143
32144         * AUTHORS:  Added some names.  Add yourself if you're still
32145         missing.
32146
32147 2004-03-01  David Schleef  <ds@schleef.org>
32148
32149         * MAINTAINERS: Add
32150
32151 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
32152
32153         * gst-plugins.spec.in: clean up spec file
32154
32155 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
32156
32157         * gst-libs/gst/video/Makefile.am:
32158         * gst-libs/gst/video/gstvideosink.c:
32159         * gst-libs/gst/video/gstvideosink.h:
32160           rename gstvideosink.h to videosink.h to match other headers
32161         * gst/mixmatrix/Makefile.am:
32162           fix plugin filename
32163         * gst/tags/Makefile.am: fix plugin filename
32164
32165 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
32166
32167         * gst/tags/Makefile.am: fix plugin filename
32168
32169 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
32170
32171         * examples/gstplay/player.c: (got_time_tick), (main):
32172           add error handler
32173           display time_tick more readably
32174         * gst/mixmatrix/Makefile.am:
32175           fix plugin file name
32176
32177 2004-02-29  Christophe Fergeau  <teuf@gnome.org>
32178
32179         * sys/oss/gstosselement.c: (gst_osselement_probe),
32180         (device_combination_append), (gst_osselement_class_probe_devices):
32181         * sys/oss/gstosselement.h:
32182           Reworked enumeration of oss dsps and mixers so that gst-mixer works
32183           on my system using alsa oss emulation, fixes bug #135597
32184
32185 2004-02-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32186
32187         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
32188         (gst_videodrop_chain), (gst_videodrop_change_state):
32189         * gst/videodrop/gstvideodrop.h:
32190           Work based on timestamp of input data, not based on the expected
32191           framerate from the input. The consequence is that this element now
32192           not only scales framerates, but also functions as a framerate
32193           corrector or framerate stabilizer/constantizer.
32194
32195 2004-02-27  David Schleef  <ds@schleef.org>
32196
32197         patches from jmmv@menta.net (Julio M. Merino Vidal)
32198
32199         * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
32200         GST_ELEMENT_ERROR call (bug #135634)
32201         * gst/interleave/interleave.c: (interleave_buffered_loop),
32202         (interleave_bytestream_loop): Don't use alloca() (bug #135640)
32203         * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
32204         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
32205         (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
32206         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
32207         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
32208         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
32209         Fix GST_ELEMENT_ERROR call.
32210         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
32211         GST_ELEMENT_ERROR call.
32212
32213 2004-02-27  Benjamin Otte  <otte@gnome.org>
32214
32215         * gst-libs/gst/audio/audio.h:
32216           add macro to make sure header isn't included twice
32217         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
32218           don't use gst_buffer_free
32219         * gst/playondemand/filter.func:
32220           don't use gst_data_free. Free data only once.
32221
32222 2004-02-26  David Schleef  <ds@schleef.org>
32223
32224         * gst-libs/gst/colorbalance/Makefile.am:
32225         * gst-libs/gst/mixer/Makefile.am:
32226         * gst-libs/gst/tuner/Makefile.am:
32227         * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
32228         should not be disted, -marshal.h files should not be installed,
32229         and -enum.h files _should_ be installed.  Fix to make this the
32230         case.
32231
32232 === release 0.7.5 ===
32233
32234 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
32235
32236         * configure.ac: release 0.7.5, "Under The Sea"
32237
32238 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
32239
32240         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
32241         (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
32242         * gst/videoscale/gstvideoscale.c:
32243         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
32244           assorted debug/warning fixes
32245
32246 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
32247
32248         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
32249         (gst_videoscale_init), (gst_videoscale_chain),
32250         (gst_videoscale_set_property), (plugin_init):
32251         * gst/videoscale/gstvideoscale.h:
32252         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
32253         (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
32254         (gst_videoscale_planar400), (gst_videoscale_packed422),
32255         (gst_videoscale_packed422rev), (gst_videoscale_32bit),
32256         (gst_videoscale_24bit), (gst_videoscale_16bit),
32257         (gst_videoscale_bilinear), (gst_videoscale_bicubic),
32258         (gst_videoscale_scale_plane_slow),
32259         (gst_videoscale_scale_point_sample),
32260         (gst_videoscale_scale_nearest),
32261         (gst_videoscale_scale_nearest_str2),
32262         (gst_videoscale_scale_nearest_str4),
32263         (gst_videoscale_scale_nearest_32bit),
32264         (gst_videoscale_scale_nearest_24bit),
32265         (gst_videoscale_scale_nearest_16bit):
32266         add debugging category and use it properly
32267         fix use of GST_PTR_FORMAT
32268
32269 2004-02-25  Andy Wingo  <wingo@pobox.com>
32270
32271         * gst/interleave/interleave.c (interleave_buffered_loop): Always
32272         push only when channel->buffer is NULL. Prevents segfaults doing
32273         the state change after a nonlocal exit, like a scheme exception.
32274
32275         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
32276         Handle the case where the intersected caps is empty.
32277
32278 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
32279
32280         * gst/law/mulaw-decode.c: (mulawdec_link):
32281         * gst/law/mulaw.c: (plugin_init):
32282           fix mulawdec so it actually works again
32283
32284 2004-02-24  Arwed v. Merkatz  <v.merkatz@gmx.net>
32285
32286         reviewed by: David Schleef  <ds@schleef.org>
32287
32288         * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
32289         (gst_gamma_init), (gst_gamma_set_property),
32290         (gst_gamma_get_property), (gst_gamma_calculate_tables),
32291         (gst_gamma_rgb24), (gst_gamma_rgb32):  Adds gamma correction
32292         for RGB, with separate r g and b correction factors. (#131167)
32293
32294 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
32295
32296         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
32297           only signal tags for bitrate if they're > 0 (#134894)
32298
32299 2004-02-24  David Schleef  <ds@schleef.org>
32300
32301         * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
32302         (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
32303         (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
32304         (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
32305         (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
32306         (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
32307         (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
32308         (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
32309         Cleanups.  Convert g_prints to GST_LOGs.  Add qtdemux debug
32310         category.  Attempt to fix timestamp calculation.
32311
32312 2004-02-24  Johan Dahlin  <johan@gnome.org>
32313
32314         * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
32315
32316 2004-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
32317
32318         * configure.ac:
32319         * gconf/Makefile.am:
32320         * gconf/gstreamer.schemas:
32321         * gst-libs/gst/gconf/Makefile.am:
32322         * gst-libs/gst/gconf/gconf.c:
32323           version gconf schemas and install locations
32324
32325 2004-02-23  Benjamin Otte  <otte@gnome.org>
32326
32327         * ext/xine/xineinput.c: (gst_xine_input_dispose):
32328         (gst_xine_input_subclass_init):
32329           call parent dispose.
32330           change pad template for CD reader correctly
32331         * ext/xine/Makefile.am:
32332         * ext/xine/gstxine.h:
32333         * ext/xine/xine.c: (plugin_init):
32334         * ext/xine/xineaudiosink.c:
32335           wrap audio sinks, too
32336         * gst-libs/gst/resample/private.h:
32337         * gst-libs/gst/resample/resample.c: (gst_resample_init),
32338         (gst_resample_reinit), (gst_resample_scale),
32339         (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
32340         (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
32341         (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
32342         (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
32343         (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
32344         * gst-libs/gst/resample/resample.h:
32345         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
32346         (gst_audioscale_class_init), (gst_audioscale_link),
32347         (gst_audioscale_get_buffer), (gst_audioscale_init),
32348         (gst_audioscale_chain), (gst_audioscale_set_property),
32349         (gst_audioscale_get_property):
32350         * gst/audioscale/gstaudioscale.h:
32351           s/resample_*/gst_resample_*/i to not clobber namespaces
32352
32353 2004-02-23  Julien MOUTTE  <julien@moutte.net>
32354
32355         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
32356         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
32357         (gst_riff_create_video_template_caps),
32358         (gst_riff_create_audio_template_caps),
32359         (gst_riff_create_iavs_template_caps):
32360         * gst-libs/gst/riff/riff-media.h:
32361         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
32362         (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
32363         (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
32364         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
32365         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
32366         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
32367         (gst_matroska_demux_plugin_init): First batch implementing audio and
32368         video codec tags in demuxers.
32369
32370 2004-02-22  Benjamin Otte  <otte@gnome.org>
32371
32372         * ext/xine/Makefile.am:
32373         * ext/xine/gstxine.h:
32374         * ext/xine/xine.c: (plugin_init):
32375         * ext/xine/xineinput.c:
32376           add input plugin wrapper. Playback from files, http, mms and cdda
32377           works.
32378         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
32379           remove leftover G_GNUC_UNUSED
32380         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
32381         (gst_asf_demux_identify_guid):
32382           improve debugging output
32383
32384 2004-02-22  Benjamin Otte  <otte@gnome.org>
32385
32386         reported by: Padraig O'Briain <padraig.obriain@sun.com>
32387
32388         * autogen.sh:
32389           replace test -e with test -x for mkinstalldirs to be more portable.
32390           (fixes #134816)
32391
32392 2004-02-22  Benjamin Otte  <otte@gnome.org>
32393
32394         reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
32395
32396         * gst/audioconvert/gstaudioconvert.c: (plugin_init):
32397           set rank to PRIMARY
32398         * gst/volume/gstvolume.c: (plugin_init):
32399           set rank to NONE
32400         fixes #134960
32401
32402 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
32403
32404         reviewed by Benjamin Otte  <otte@gnome.org>
32405
32406         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
32407           escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
32408
32409 2004-02-22  Benjamin Otte  <otte@gnome.org>
32410
32411         * configure.ac:
32412           export [_]*{gst,Gst,GST}.* symbols from plugins
32413
32414 2004-02-22  Christophe Fergeau <teuf@gnome.org>
32415
32416         reviewed by: Benjamin Otte  <otte@gnome.org>
32417
32418         * ext/lame/gstlame.c: (add_one_tag):
32419         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
32420         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
32421         (gst_vorbisenc_metadata_set1):
32422         * gst/tags/gstid3tag.c:
32423         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
32424           apply fixes from bugs #135042 (lame can't write tags) and #133817
32425           (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
32426
32427 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
32428
32429         * configure.ac: Export only gst_plugin_desc from plugins.
32430          Note that this change only makes any effect with Linux using libtool
32431          1.5.2 or higher. Otherwise it is silently ignored, but it would build
32432          fine. And don't try to have several versions of libtool in different
32433          directories.
32434
32435 2004-02-20  Andy Wingo  <wingo@pobox.com>
32436
32437         * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
32438         interleave respectively.
32439
32440         * gst/interleave/deinterleave.c: New plugin: deinterleave
32441         (replaces on oneton).
32442         * gst/interleave/interleave.c: New plugin: interleave.
32443         * gst/interleave/plugin.h: Support file.
32444         * gst/interleave/plugin.c: Support file.
32445
32446         * configure.ac: Remove intfloat and oneton, add interleave.
32447
32448         * ext/sndfile/gstsf.c: Handle events better.
32449
32450         * gst/audioconvert/gstaudioconvert.c: Change to support int2float
32451         and float2int operation. int2float has scheduling problems as
32452         noted in in2float_chain.
32453
32454 2004-02-20  Benjamin Otte  <otte@gnome.org>
32455
32456         * ext/xine/Makefile.am:
32457         * ext/xine/gstxine.h:
32458         * ext/xine/xine.c:
32459         * ext/xine/xineaudiodec.c:
32460         * ext/xine/xinecaps.c:
32461           add first version of xine plugin wrapper. Currently only wraps the
32462           QDM2 win32 DLL, and even that only in proof-of-concept quality.
32463         * configure.ac:
32464         * ext/Makefile.am:
32465           add xine plugin wrapper, disabled by default. Use --enable-xine to
32466           build. Note that it'll segfault on gst-register if you don't remove
32467           the goom and tvtime post plugins from xine.
32468         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
32469         (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
32470           add extradata parsing for QDM2.
32471           change around debugging prints.
32472
32473 2004-02-19  Benjamin Otte  <otte@gnome.org>
32474
32475         * ext/lame/gstlame.c: (gst_lame_chain):
32476         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
32477           use gst_tag_list_insert when you want to insert tags
32478
32479 2004-02-18  David Schleef  <ds@schleef.org>
32480
32481         * configure.ac:  Move massink to gst-rotten
32482         * ext/Makefile.am:
32483         * ext/mas/Makefile.am:
32484         * ext/mas/massink.c:
32485         * ext/mas/massink.h:
32486
32487 2004-02-18  David Schleef  <ds@schleef.org>
32488
32489         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
32490         typefinding, since it seems to be worse than nothing.
32491         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):  Add ftyp
32492         atom to recognize .mp4 and .m4a files as video/quicktime.
32493
32494 2004-02-18  David Schleef  <ds@schleef.org>
32495
32496         * gst/sine/demo-dparams.c: (quit_live),
32497         (dynparm_log_value_changed), (dynparm_value_changed), (main):
32498         Use double dparams, not float.
32499         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
32500         (gst_sinesrc_init): Change sync default to FALSE, since multiple
32501         sync'd elements don't really work correctly.
32502         * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
32503         (volume_update_volume), (volume_get_property):  Change dparam
32504         to double.
32505
32506 2004-02-18  Julien MOUTTE  <julien@moutte.net>
32507
32508         * sys/ximage/ximagesink.c:
32509         (gst_ximagesink_xwindow_update_geometry),
32510         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
32511         (gst_ximagesink_change_state), (gst_ximagesink_expose),
32512         (gst_ximagesink_init): Rework the way software video scaling works. So
32513         now we check on each chain call if the video frames are feeling the
32514         window. If not we try to renegotiate caps. On failure we memorize that
32515         and we won't try again for that PLAYING sessions.
32516         * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
32517         failure.
32518         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
32519         synchronous flag.
32520
32521 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
32522
32523         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
32524           break up _link so we can give a better debug message for errors
32525
32526 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
32527
32528         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
32529           set up debug category
32530
32531 2004-02-18  Julien MOUTTE <julien@moutte.net>
32532
32533         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
32534         (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
32535         the way renegotiation work. The event handling function is not taking
32536         care of external windows and renegotiate method check for pad flags
32537         NEGOTIATING. Should fix : #133209
32538
32539 2004-02-17  Julien MOUTTE  <julien@moutte.net>
32540
32541         * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
32542         pad is negotiating before trying renegotiation.
32543
32544 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
32545
32546         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
32547           pass on all possible mime types as typefind hints
32548
32549 2004-02-17  Julien MOUTTE <julien@moutte.net>
32550
32551         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
32552         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
32553         possible SHM leak if we crash. All other apps using XShm are doing
32554         that.
32555
32556 2004-02-17  Julien MOUTTE  <julien@moutte.net>
32557
32558         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
32559         (gst_ximagesink_expose): Renegotiate size on expose.
32560         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
32561         size on expose.
32562
32563 2004-02-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32564
32565         * testsuite/alsa/sinesrc.c:
32566           cosmetic fix to fix compile issue with gcc 2.95.4
32567
32568 2004-02-16  Julien MOUTTE <julien@moutte.net>
32569
32570         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
32571         (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
32572         failed opening the audio device.
32573         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
32574         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
32575         (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
32576         (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
32577         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
32578         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
32579         (gst_ximagesink_change_state), (gst_ximagesink_chain),
32580         (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
32581         Removing some useless g_return_if_fail like wingo suggested.
32582         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
32583         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
32584         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
32585         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
32586         (gst_xvimagesink_update_colorbalance),
32587         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
32588         (gst_xvimagesink_xcontext_clear),
32589         (gst_xvimagesink_get_fourcc_from_caps),
32590         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
32591         (gst_xvimagesink_set_xwindow_id),
32592         (gst_xvimagesink_colorbalance_list_channels),
32593         (gst_xvimagesink_colorbalance_set_value),
32594         (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
32595         PAUSED. Removing some useless g_return_if_fail like wingo suggested.
32596
32597 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
32598
32599         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
32600           throw error when not negotiated instead of asserting
32601
32602 2004-02-15  Julien MOUTTE  <julien@moutte.net>
32603
32604         * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
32605         correct data refcounting.
32606
32607 2004-02-15  Julien MOUTTE  <julien@moutte.net>
32608
32609         * gst/switch/gstswitch.c: (gst_switch_change_state),
32610         (gst_switch_class_init): Cleaning the sinkpads correctly on state
32611         change, mostly the EOS flag.
32612
32613 2004-02-15  Julien MOUTTE  <julien@moutte.net>
32614
32615         * examples/gstplay/player.c: (got_eos), (main): Adding some
32616         output for debugging.
32617         * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
32618         timeouts if we go to any state different from PLAYING.
32619         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
32620         more EOS bugs in riff lib.
32621
32622 2004-02-14  Julien MOUTTE  <julien@moutte.net>
32623
32624         * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
32625         visualization until i find a way to fix switch correctly.
32626         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
32627         EOS arrives.
32628         * gst/switch/gstswitch.c: (gst_switch_release_pad),
32629         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
32630         (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
32631         Reworked switch to get a more correct behaviour with events and refing
32632         of data stored in sinkpads.
32633         * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
32634         we don't pull from a pad in EOS.
32635
32636 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32637
32638         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
32639           remove v1 tag even if we can't read it (makes sure we don't detect
32640           it again)
32641
32642 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32643
32644         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
32645         (gst_alsa_xrun_recovery):
32646         * ext/alsa/gstalsa.h:
32647           try xrun recovery when wait failed. Make xrun recovery function
32648           return TRUE/FALSE to indicate success. (might fix #134354)
32649
32650 2004-02-13  David Schleef  <ds@schleef.org>
32651
32652         * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
32653         (dynparm_value_changed), (main): Convert from float to double.
32654         * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
32655
32656 2004-02-13  David Schleef  <ds@schleef.org>
32657
32658         * gst/silence/gstsilence.c: (gst_silence_class_init),
32659         (gst_silence_set_clock), (gst_silence_get),
32660         (gst_silence_set_property), (gst_silence_get_property):
32661         * gst/silence/gstsilence.h: Add sync property.
32662         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
32663         (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
32664         (gst_sinesrc_set_property), (gst_sinesrc_get_property):
32665         * gst/sine/gstsinesrc.h: Add sync property.
32666
32667 2004-02-13  David Schleef  <ds@schleef.org>
32668
32669         * gst/intfloat/gstint2float.c: (conv_f32_s16),
32670         (gst_int2float_chain_gint16):  Change stdint usage to glib types.
32671
32672 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
32673
32674         * configure.ac:
32675         * ext/Makefile.am:
32676         * gst-libs/ext/Makefile.am:
32677           move ffmpeg plugin to gst-ffmpeg module
32678
32679 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
32680
32681         * configure.ac: use GST_ARCH to detect architecture
32682
32683 2004-02-12  Julien MOUTTE  <julien@moutte.net>
32684
32685         * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
32686
32687 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
32688
32689         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
32690           classify LADSPA plugins based on number of src/sink pads
32691           (#133663, Stefan Kost)
32692         * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
32693           fix dparams registration
32694           (#133528, Stefan Kost)
32695         * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
32696           fix use of isprint and use g_ascii_isprint instead
32697           (#133316, Stefan Kost)
32698
32699 2004-02-11  David Schleef  <ds@schleef.org>
32700
32701         Convert a few inner loops to use liboil.  This is currently
32702         optional, and is only enabled if liboil is present (duh!).
32703         * configure.ac: Check for liboil-0.1
32704         * gst/intfloat/Makefile.am:
32705         * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
32706         (gst_int2float_chain_gint16):
32707         * gst/videofilter/Makefile.am:
32708         * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
32709         (tablelookup_u8), (gst_videobalance_planar411):
32710         * gst/videotestsrc/Makefile.am:
32711         * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
32712         * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
32713         (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
32714         (paint_hline_RGB565), (paint_hline_xRGB1555):
32715
32716 2004-02-11  David Schleef  <ds@schleef.org>
32717
32718         * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
32719         (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
32720         (gst_colorspace_getcaps), (gst_colorspace_link),
32721         (gst_colorspace_base_init), (gst_colorspace_init),
32722         (gst_colorspace_chain), (gst_colorspace_change_state),
32723         (plugin_init): Merge Ronald's patch (bug #117897) and update
32724         for new caps and negotiation.  Seems to work, although it
32725         shows off bugs in lcs.
32726
32727 2004-02-11  David Schleef  <ds@schleef.org>
32728
32729         * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
32730         (bug #133886)  Noticed by bugs@leroutier.net (Stephane LOEUILLET)
32731
32732 2004-02-11  David Schleef  <ds@schleef.org>
32733
32734         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
32735         (gst_rfbsrc_change_state), (gst_rfbsrc_init),
32736         (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
32737         Add server and port properties
32738
32739 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
32740
32741         * m4/a52.m4:
32742         * m4/aalib.m4:
32743         * m4/as-ffmpeg.m4:
32744         * m4/as-liblame.m4:
32745         * m4/as-slurp-ffmpeg.m4:
32746         * m4/check-libheader.m4:
32747         * m4/esd.m4:
32748         * m4/freetype2.m4:
32749         * m4/gconf-2.m4:
32750         * m4/glib.m4:
32751         * m4/gst-alsa.m4:
32752         * m4/gst-artsc.m4:
32753         * m4/gst-ivorbis.m4:
32754         * m4/gst-matroska.m4:
32755         * m4/gst-sdl.m4:
32756         * m4/gst-shout2.m4:
32757         * m4/gst-sid.m4:
32758         * m4/gtk.m4:
32759         * m4/libdv.m4:
32760         * m4/libfame.m4:
32761         * m4/libmikmod.m4:
32762         * m4/ogg.m4:
32763         * m4/vorbis.m4:
32764           fix underquotedness of macros (#133800)
32765         * m4/as-avifile.m4:
32766         * m4/xmms.m4:
32767           removed because no longer used
32768
32769 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
32770
32771         * configure.ac:
32772           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
32773           by autopoint (fixes #132996)
32774
32775 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32776
32777         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
32778         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
32779         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
32780         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
32781           fix memleaks
32782
32783 2004-02-11  David Schleef  <ds@schleef.org>
32784
32785         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
32786         (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
32787         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
32788         (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
32789         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
32790         (gst_jpegenc_class_init), (gst_jpegenc_init),
32791         (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
32792         (gst_jpegenc_chain), (gst_jpegenc_set_property),
32793         (gst_jpegenc_get_property):  Fix negotiation.  Add some properties.
32794         * ext/jpeg/gstjpegenc.h: Fix negotiation.
32795
32796 2004-02-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32797
32798         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
32799         (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
32800         * ext/mikmod/gstmikmod.h:
32801           fix caps negotiation in mikmod
32802         * ext/ogg/gstoggdemux.c: (gst_ogg_print):
32803           output debug information
32804
32805 2004-02-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32806
32807         * gst-libs/gst/colorbalance/Makefile.am:
32808         * gst-libs/gst/navigation/Makefile.am:
32809         * gst-libs/gst/xoverlay/Makefile.am:
32810           remove unused GST_OPT_CFLAGS from Makefiles
32811           include X_CFLAGS and X_LIBS in xoverlay. (#131948)
32812
32813 2004-02-07  David Schleef  <ds@schleef.org>
32814
32815         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
32816         push events to pads that haven't been created (#133508)
32817
32818 2004-02-07  Jan Schmidt  <thaytan@mad.scientist.com>
32819
32820         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
32821         (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
32822         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
32823         (gst_dvdec_loop), (gst_dvdec_change_state):
32824         Second attempt at committing a working dvdec element.
32825
32826 2004-02-06  David Schleef  <ds@schleef.org>
32827
32828         Build fixes for OS X: (see #129600)
32829         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
32830         (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
32831         (gst_riff_read_strf_iavs):
32832         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
32833         (gst_avi_demux_stream_odml):
32834         * gst/playondemand/Makefile.am:
32835         * gst/rtp/rtp-packet.c:
32836
32837 2004-02-05  David Schleef  <ds@schleef.org>
32838
32839         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
32840         last change, because it Just Doesn't Compile.
32841
32842 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32843
32844         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
32845           skip undecodable id3v2 tag instead of keeping it
32846
32847 2004-02-05  David Schleef  <ds@schleef.org>
32848
32849         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
32850         Unref leaked buffer.  (Noticed by Ronald)
32851
32852 2004-02-05  David I. Lehn  <dlehn@users.sourceforge.net>
32853
32854         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
32855         Sync requires with other checks.  >= vs =.
32856
32857 2004-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
32858
32859         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
32860         (gst_dvdec_video_link), (gst_dvdec_loop):
32861         * ext/dv/gstdvdec.h:
32862           rework the caps negotiation so that dvdec works again instead
32863           of just segfaulting.
32864
32865 === release 0.7.4 ===
32866
32867 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
32868
32869         * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
32870         * configure.ac: changed for release
32871
32872 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
32873
32874         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
32875         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
32876         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
32877         * pkgconfig/gstreamer-play-uninstalled.pc.in:
32878           reworked patch by David Lehn to fix libdir and includedir for
32879           uninstalled libraries
32880           removed play and gconf from gstreamer-libs since they have their
32881           own pkgconfig files
32882
32883 2004-02-04  David Schleef  <ds@schleef.org>
32884
32885         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
32886         memleak.
32887
32888 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32889
32890         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
32891           use correct GST_TAG_ENCODER tag
32892
32893 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32894
32895         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
32896           be sure to stop the clock when going to paused
32897         * sys/oss/gstosssink.c: (gst_osssink_change_state):
32898           reset number of transmitted when going to ready.
32899         fixes #132935
32900
32901 2004-02-05  Charles Schmidt <cschmidt2@emich.edu>
32902
32903         reviewed by Benjamin Otte
32904
32905         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
32906           extract track count (fixes #133410)
32907
32908 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32909
32910         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
32911           that should be !=, not == (fixes #132519)
32912
32913 2004-02-04  David Schleef  <ds@schleef.org>
32914
32915         Make sure set_explicit_caps() is called before adding pad.
32916         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
32917         * gst/id3/gstid3types.c: (gst_id3types_loop):
32918         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
32919         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
32920
32921 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
32922
32923         * configure.ac:
32924           bump nano to 2, first prerelease
32925           put back AM_PROG_LIBTOOL
32926
32927 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
32928
32929         * testsuite/alsa/Makefile.am:
32930           these are user test apps, not automatic testsuite tests
32931
32932 2004-02-04  David Schleef  <ds@schleef.org>
32933
32934         Convert GST_DEBUG_CAPS() to GST_DEBUG():
32935         * gst/mpeg1videoparse/gstmp1videoparse.c:
32936         (mp1videoparse_parse_seq):
32937         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
32938         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
32939         * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
32940         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
32941         (gst_xvideosink_getcaps):
32942         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
32943         * testsuite/gst-lint: more tests
32944
32945 2004-02-04  David Schleef  <ds@schleef.org>
32946
32947         Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
32948         with the code that they would expand to.
32949         * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
32950         (gst_flacdec_get_src_query_types),
32951         (gst_flacdec_get_src_event_masks):
32952         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
32953         (gst_gnomevfssrc_get_query_types),
32954         (gst_gnomevfssrc_get_event_mask):
32955
32956 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32957
32958         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
32959         (gst_sinesrc_dispose):
32960           fix memleak by properly disposing sinesrc
32961
32962 2004-02-04  Julien MOUTTE  <julien@moutte.net>
32963
32964         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
32965         * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
32966         an overlay to redraw the image because it has been exposed.
32967         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
32968         (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
32969         (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
32970         * sys/ximage/ximagesink.h: Implement expose method from XOverlay
32971         interface
32972         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
32973         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
32974         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
32975         * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
32976         interface
32977
32978 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32979
32980         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
32981           more memleak fixage
32982
32983 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32984
32985         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
32986         * gst/typefind/gsttypefindfunctions.c:
32987           fix memleaks shown by gst-typefind
32988
32989 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
32990
32991         * common/glib-gen.mak:
32992           add hack rule to touch .Plo files
32993         * gst-libs/gst/colorbalance/Makefile.am:
32994         * gst-libs/gst/mixer/Makefile.am:
32995         * gst-libs/gst/play/Makefile.am:
32996         * gst-libs/gst/tuner/Makefile.am:
32997           remove glib_root variable
32998
32999 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33000
33001         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
33002           set explicit caps before adding the element, so the autopluggers can
33003           plug correctly.
33004         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
33005         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
33006         (mpeg_video_type_find), (mpeg_video_stream_type_find),
33007         (dv_type_find):
33008           fix memleaks in typefind functions. gst_type_find_suggest takes a const
33009           argument.
33010
33011 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
33012
33013         * gst-libs/gst/colorbalance/Makefile.am:
33014         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
33015         * gst-libs/gst/colorbalance/colorbalance.c:
33016         * gst-libs/gst/colorbalance/colorbalance.h:
33017         * gst-libs/gst/colorbalance/colorbalancemarshal.list:
33018         * gst-libs/gst/mixer/Makefile.am:
33019         * gst-libs/gst/mixer/mixer-marshal.list:
33020         * gst-libs/gst/mixer/mixer.c:
33021         * gst-libs/gst/mixer/mixer.h:
33022         * gst-libs/gst/mixer/mixermarshal.list:
33023         * gst-libs/gst/play/Makefile.am:
33024         * gst-libs/gst/play/play.h:
33025         * gst-libs/gst/tuner/Makefile.am:
33026         * gst-libs/gst/tuner/tuner-marshal.list:
33027         * gst-libs/gst/tuner/tuner.c:
33028         * gst-libs/gst/tuner/tuner.h:
33029         * gst-libs/gst/tuner/tunermarshal.list:
33030           use new glib-gen.mak snippet to clean up Makefile.am
33031           fix various bugs in Makefile.am's
33032
33033 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33034
33035         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
33036           handle chain parsing correctly in the multichain case
33037         * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
33038         (theora_dec_from_granulepos), (theora_dec_to_granulepos),
33039         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
33040         (theora_dec_chain):
33041           handle events and queries correctly
33042
33043 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
33044
33045         * .cvsignore:
33046         Ignore generated file _stdint.h.
33047
33048 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
33049
33050         * gst-libs/gst/colorbalance/Makefile.am:
33051         * gst-libs/gst/colorbalance/colorbalance.h:
33052         * gst-libs/gst/mixer/Makefile.am:
33053         * gst-libs/gst/mixer/mixer.h:
33054         * gst-libs/gst/play/Makefile.am:
33055         * gst-libs/gst/play/play.h:
33056         * gst-libs/gst/tuner/Makefile.am:
33057         * gst-libs/gst/tuner/tuner.h:
33058         Generate enum type code with glib-mkenums.
33059         * gst-libs/gst/colorbalance/.cvsignore:
33060         * gst-libs/gst/mixer/.cvsignore:
33061         * gst-libs/gst/play/.cvsignore:
33062         * gst-libs/gst/tuner/.cvsignore:
33063         Ignore generated files.
33064
33065 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
33066
33067         * gst-libs/gst/audio/.cvsignore:
33068         Ignore generated file.
33069         * gst-libs/gst/audio/Makefile.am:
33070         Do not install example filter.
33071
33072 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
33073
33074         * examples/switch/.cvsignore:
33075         Ignore generated file.
33076
33077 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33078
33079         * common/m4/ax_create_stdint_h.m4:
33080         * configure.ac:
33081           add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
33082           _stdint.h.
33083         * Makefile.am:
33084           remove generated _stdint.h in DISTCLEANFILES
33085         * ext/a52dec/gsta52dec.c:
33086           include _stdint.h for a52dec. (should fix #133064)
33087
33088 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
33089
33090         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
33091         (gst_tag_to_vorbis_comments):
33092         Add replaygain support to vorbistag
33093
33094 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
33095         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
33096         (gst_ffmpeg_caps_to_extradata):
33097           Fix SVQ3 caps flag properties
33098           Use glib macro for bytes swap
33099
33100 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
33101
33102         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
33103         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
33104         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
33105         * ext/sndfile/gstsf.c: (plugin_init):
33106         * gst/avi/gstavi.c: (plugin_init):
33107         * sys/dxr3/dxr3init.c: (plugin_init):
33108         * sys/oss/gstossaudio.c: (plugin_init):
33109         * sys/v4l/gstv4l.c: (plugin_init):
33110         * sys/v4l2/gstv4l2.c: (plugin_init):
33111           remove textdomain calls
33112         * po/nl.po:
33113           update Dutch translation
33114
33115 2004-02-02  Julien MOUTTE  <julien@moutte.net>
33116
33117         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
33118         (gst_play_set_audio_sink): Moving volume in the audio thread for
33119         instantaneous volume change. Maybe i will add another volume in front
33120         of visualization later, not sure yet though.
33121
33122 2004-02-02  Julien MOUTTE  <julien@moutte.net>
33123
33124         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
33125         (gst_ximagesink_handle_xevents): Better X events handling, only take
33126         the latest events for configure and motion.
33127         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
33128
33129 2004-02-02  Jon Trowbridge  <trow@gnu.org>
33130
33131         reviewed by: David Schleef  <ds@schleef.org>
33132
33133         Fix memory leaks:
33134         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
33135         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
33136
33137 2004-02-02  David Schleef  <ds@schleef.org>
33138
33139         code cleanup.  Change bzero() to memset().  Remove duplicate ; at ends
33140         of lines.
33141         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
33142         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
33143         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
33144         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
33145         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
33146         * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
33147         * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
33148         * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
33149         (gst_float2_2_int_link):
33150         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
33151         * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
33152         * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
33153         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
33154         * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
33155         * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
33156         * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
33157         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
33158         * testsuite/gst-lint: Add tests for bzero and ;;
33159
33160 2004-02-02  David Schleef  <ds@schleef.org>
33161
33162         * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
33163
33164 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
33165
33166         * ext/aalib/gstaasink.c: (gst_aasink_open):
33167         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
33168         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
33169         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
33170         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
33171         (gst_afsink_close_file):
33172         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
33173         (gst_afsrc_close_file):
33174         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
33175         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
33176         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
33177         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
33178         * ext/esd/esdmon.c: (gst_esdmon_get):
33179         * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
33180         * ext/faac/gstfaac.c: (gst_faac_chain):
33181         * ext/faad/gstfaad.c: (gst_faad_chain):
33182         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
33183         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
33184         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
33185         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
33186         (gst_flacdec_loop):
33187         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
33188         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
33189         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
33190         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
33191         (gst_gnomevfssink_close_file):
33192         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
33193         (gst_gnomevfssrc_open_file):
33194         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
33195         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
33196         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
33197         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
33198         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
33199         * ext/mad/gstmad.c: (gst_mad_chain):
33200         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
33201         * ext/mpeg2dec/gstmpeg2dec.c:
33202         * ext/mpeg2enc/gstmpeg2enc.cc:
33203         * ext/mplex/gstmplex.cc:
33204         * ext/mplex/gstmplexibitstream.cc:
33205         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
33206         (gst_ogg_demux_push):
33207         * ext/raw1394/gstdv1394src.c:
33208         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
33209         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
33210         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
33211         (gst_sf_loop):
33212         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
33213         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
33214         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
33215         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
33216         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
33217         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
33218         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
33219         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
33220         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
33221         (gst_riff_read_element_data), (gst_riff_read_seek),
33222         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
33223         * gst/adder/gstadder.c: (gst_adder_loop):
33224         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
33225         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
33226         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
33227         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
33228         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
33229         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
33230         * gst/goom/gstgoom.c: (gst_goom_chain):
33231         * gst/id3/gstid3types.c: (gst_id3types_loop):
33232         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
33233         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
33234         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
33235         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
33236         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
33237         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
33238         (gst_ebml_read_float), (gst_ebml_read_header):
33239         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
33240         (gst_matroska_demux_parse_blockgroup):
33241         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
33242         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
33243         * gst/oneton/gstoneton.c: (gst_oneton_chain):
33244         * gst/silence/gstsilence.c: (gst_silence_get):
33245         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
33246         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
33247         * gst/speed/gstspeed.c: (speed_loop):
33248         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
33249         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
33250         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
33251         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
33252         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
33253         (gst_wavparse_loop):
33254         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
33255         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
33256         (dxr3audiosink_close):
33257         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
33258         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
33259         (dxr3videosink_close), (dxr3videosink_write_data):
33260         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
33261         * sys/oss/gstosssink.c: (gst_osssink_chain):
33262         * sys/oss/gstosssrc.c: (gst_osssrc_get):
33263         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
33264         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
33265         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
33266         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
33267         (gst_v4l_set_window), (gst_v4l_enable_overlay):
33268         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
33269         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
33270         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
33271         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
33272         (gst_v4l_set_audio):
33273         * sys/v4l/v4l_calls.h:
33274         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
33275         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
33276         (gst_v4lmjpegsink_playback_init),
33277         (gst_v4lmjpegsink_playback_start):
33278         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
33279         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
33280         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
33281         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
33282         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
33283         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
33284         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
33285         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
33286         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
33287         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
33288         (gst_v4l2_get_output), (gst_v4l2_set_output),
33289         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
33290         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
33291         (gst_v4l2_set_attribute):
33292         * sys/v4l2/v4l2_calls.h:
33293         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
33294         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
33295         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
33296         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
33297         (gst_v4l2src_capture_stop):
33298         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
33299         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
33300         (gst_ximagesink_chain):
33301         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
33302         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
33303         (gst_xvideosink_xwindow_new):
33304         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
33305         (gst_xvimagesink_chain):
33306
33307 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
33308
33309         * gst/volume/gstvolume.c: (gst_volume_set_volume),
33310         (gst_volume_get_volume), (volume_class_init), (volume_init),
33311         (volume_chain_int16), (volume_update_volume):
33312         * gst/volume/gstvolume.h:
33313           make code more readable by removing magic numbers
33314           make mixer interface export 0-100 range
33315           make it internally map to 0.0-1.0 range so users don't distort
33316           output by putting the sliders at full volume
33317
33318 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
33319
33320         * gst-libs/gst/play/play.c: (gst_play_tick_callback),
33321         (gst_play_state_change), (gst_play_seek_to_time):
33322         block the tick callback for 0.5 secs after doing a seek
33323
33324 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
33325
33326         * gst-libs/gst/play/play.c: (gst_play_new):
33327           check for GError
33328
33329 2004-02-01  Julien MOUTTE  <julien@moutte.net>
33330
33331         * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
33332         (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
33333         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
33334         (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
33335         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
33336         (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
33337
33338 2004-02-01  Thomas Vander Stichele  <thomas at apestaart dot org>
33339
33340         * configure.ac:
33341         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
33342           check for a function added in vorbis 1.1
33343
33344 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33345
33346         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
33347         (gst_alsa_drain_audio), (gst_alsa_stop_audio):
33348           really start/stop clock only on PLAYING <=> PAUSED
33349         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
33350           remove \n from debugging lines
33351         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
33352           make it work when seeking does not
33353         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
33354           reset on DISCONT
33355
33356 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33357
33358         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
33359           start clock on PAUSED=>PLAYING, not later
33360         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
33361           extract correct time for different discont formats
33362         (gst_alsa_sink_get_time):
33363           don't segfault when no format is negotiated yet, just return 0
33364         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
33365         (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
33366         (gst_ogg_pad_push):
33367           handle flush and discont events correctly
33368         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
33369           handle discont events correctly
33370
33371 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
33372
33373         * gst-libs/gst/play/play.c: (gst_play_error_quark),
33374         (gst_play_error_create), (gst_play_error_plugin),
33375         (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
33376         * gst-libs/gst/play/play.h:
33377           add error handling during creation
33378         * examples/gstplay/player.c: (main):
33379           use new gst_play_new
33380
33381
33382 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33383
33384         * ext/theora/theoradec.c: (theora_dec_chain):
33385           make comments work
33386         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
33387         (vorbis_dec_src_event), (vorbis_dec_chain):
33388           add encoder tag, fix tag reading to be more error tolerant, change
33389           BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
33390           gst_pad_event_default.
33391         * gst/tags/gstvorbistag.c:
33392         (gst_tag_list_from_vorbiscomment_buffer):
33393           undefine function specific define at end of function
33394
33395 2004-01-31  Jeremy Simon  <jesimon@libertysurf.fr>
33396
33397         * ext/flac/gstflac.c: (plugin_init):
33398         * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
33399         * ext/flac/gstflacdec.h:
33400         * ext/flac/gstflacenc.h:
33401           Fix typos
33402
33403 2004-01-30  David I. Lehn  <dlehn@users.sourceforge.net>
33404
33405         * examples/gstplay/player.c: s/gstplay.h/play.h/
33406
33407 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
33408
33409         * gst-libs/gst/play/Makefile.am:
33410         * gst-libs/gst/play/gstplay.c:
33411         * gst-libs/gst/play/gstplay.h:
33412         * gst-libs/gst/play/play.c:
33413           more surgery, operation complete
33414
33415 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
33416
33417         * gst-libs/gst/play/play.old.c:
33418         * gst-libs/gst/play/play.old.h:
33419           after CVS surgery by moving, remove
33420         * gst-libs/gst/play/playpipelines.c:
33421           remove
33422
33423         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
33424           add negotiation error
33425
33426 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
33427
33428         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
33429         (gst_ogg_demux_push):
33430           add some seeking debug info
33431           send a flush when seeking
33432
33433 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33434
33435         * configure.ac:
33436           use AC_C_INLINE
33437         * configure.ac:
33438         * ext/Makefile.am:
33439         * ext/theora/Makefile.am:
33440         * ext/theora/theoradec.c:
33441           add theora video decoder. Does just do simple decoding for now and
33442           has been tested against Theora cvs only. It only works when theora
33443           is compiled with --enable-static.
33444         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
33445           always reset packetno on DISCONT
33446
33447 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33448
33449         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
33450           Fix audio.
33451
33452 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33453
33454         * gst/mpegaudioparse/gstmpegaudioparse.c:
33455         (mp3_type_frame_length_from_header):
33456           Fix header parsing - stolen from ffmpeg (thank you! :) ).
33457
33458 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33459
33460         * ext/esd/esdsink.c: (gst_esdsink_init):
33461           Since we have static pad template caps, we don't need to negotiate;
33462           either the core errors out or we know the format.
33463
33464 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33465
33466         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
33467         (gst_riff_read_seek):
33468         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
33469         (gst_ebml_read_seek):
33470           Fix event handling.
33471
33472 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33473
33474         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
33475           removee video/x-theora from vp3 decoder, it doesn't handle raw
33476           theora streams
33477         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
33478           fix bug with finalizing element that never went to PAUSED
33479         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
33480           length and position queries were swapped
33481         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
33482         (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
33483         (vorbis_dec_src_event):
33484           implement querying time and bytes
33485
33486 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
33487
33488         * just about every source file:
33489           gst_element_error -> GST_ELEMENT_ERROR
33490
33491 2004-01-29  Julien MOUTTE  <julien@moutte.net>
33492
33493         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
33494         emiting FLUSH and even before DISCONT.
33495         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
33496         get the best instant seeking as possible yay!
33497
33498 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33499
33500         * gst/mpeg1videoparse/gstmp1videoparse.c:
33501         (gst_mp1videoparse_real_chain):
33502           Committed wrong version last week... Grr... Didn't notice until now.
33503
33504 2004-01-29  Julien MOUTTE <julien@moutte.net>
33505
33506         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
33507         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
33508         have_xwindow_id signal in xwindow_create.
33509
33510 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33511
33512         * ext/ogg/gstoggdemux.c:
33513           lots of changes - mainly support for chained bitstreams, seeking,
33514           querying and bugfixes of course
33515         * ext/vorbis/Makefile.am:
33516         * ext/vorbis/vorbisdec.c:
33517         * ext/vorbis/vorbisdec.h:
33518           add vorbisdec raw vorbis decoder
33519         * ext/vorbis/vorbis.c: (plugin_init):
33520           register vorbisdec as PRIMARY, vorbisfile as SECONDARY
33521         * gst/intfloat/Makefile.am:
33522         * gst/intfloat/float22int.c:
33523         * gst/intfloat/float22int.h:
33524         * gst/intfloat/gstintfloatconvert.c: (plugin_init):
33525           add float2intnew plugin. It converts multichannel interleaved float to
33526           multichannel interleaved int. The name should probably be changed.
33527         * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
33528         (plugin_init):
33529           add typefinding for raw theora video so oggdemux can detect it.
33530
33531 2004-01-28  Julien MOUTTE  <julien@moutte.net>
33532
33533         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
33534         sink element first.
33535         * gst/videoscale/gstvideoscale.c:
33536         (gst_videoscale_handle_src_event): Fixing src event handler.
33537
33538 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33539
33540         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
33541         (gst_v4lsrc_open), (gst_v4lsrc_close),
33542         (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
33543         (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
33544         * sys/v4l/gstv4lsrc.h:
33545         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
33546         (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
33547           Implement resizing... Hack. But that's why v4l is b0rked...
33548
33549 2004-01-28  Julien MOUTTE <julien@moutte.net>
33550
33551         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
33552         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
33553         (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
33554         (gst_ximagesink_xwindow_destroy):
33555         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
33556         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
33557         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
33558         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
33559         (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
33560         correctly cleaning the image created to check xshm calls on succes,
33561         added a lot of XSync calls in X11 functions, and fixed a segfault when
33562         no image format was defined before negotiation happened.
33563
33564 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33565
33566         * ext/alsa/gstalsa.c: (gst_alsa_query_func):
33567           use gst_element_get_time to get correct time
33568
33569 2004-01-28  Julien MOUTTE  <julien@moutte.net>
33570
33571         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
33572         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
33573         (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
33574         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
33575         (gst_xvimagesink_check_xshm_calls),
33576         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
33577         X plugins are now able to detect that XShm calls will fail even if the
33578         server claims that it has XShm support (remote displays most of the
33579         time). We then log the error as a GST_DEBUG and set use_shm to FALSE
33580         so that we use non XShm functions. This feature is almost useless for
33581         xvimagesink as Xv is not supported on remote displays anyway, but
33582         it might happen than even on the local display XShm calls fail.
33583
33584 2004-01-27  David Schleef  <ds@schleef.org>
33585
33586         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
33587         (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
33588         (gst_esdsink_change_state):  Fix sync issues in esdsink.  Also
33589         changed esdsink to only use 44100,16,2, since esd sucks at rate
33590         conversion and esdsink has had difficulty negotiating.
33591
33592 2004-01-27  Julien MOUTTE <julien@moutte.net>
33593
33594         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
33595         (gst_play_seek_to_time): Fixing the way to get current position.
33596
33597 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33598
33599         * sys/oss/gstosssink.c: (gst_osssink_sink_query):
33600           use gst_element_get_time to get correct time
33601
33602 2004-01-27  Julien MOUTTE <julien@moutte.net>
33603
33604         * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
33605         fix ever... Inverting 2 lines of code make spider autoplug correctly
33606         tagged mp3 !
33607
33608 2004-01-27  David Schleef  <ds@schleef.org>
33609
33610         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
33611         Use gst_pad_try_set_caps_nonfixed().
33612
33613 2004-01-27  David Schleef  <ds@schleef.org>
33614
33615         * gst/ac3parse/gstac3parse.c: update to checklist 5
33616         * gst/adder/gstadder.c: rewrite negotiation.  update to checklist 5
33617         * gst/audioconvert/gstaudioconvert.c: update to checklist 5
33618         * gst/audioscale/gstaudioscale.c: same
33619         * gst/auparse/gstauparse.c: same
33620         * gst/avi/gstavidemux.c: same
33621
33622 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33623
33624         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
33625           stop processing after EOS
33626
33627 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33628
33629         * gst/asfdemux/asfheaders.h:
33630         * gst/asfdemux/gstasfdemux.c:
33631         * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
33632         (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
33633         (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
33634           lot's of fixes to make data extraction simpler and get the code
33635           architecture and compiler independant. Add debugging category
33636         * gst/goom/gstgoom.c: (gst_goom_change_state):
33637           reset channel count on PAUSED=>READY, not READY=>PAUSED
33638
33639 2004-01-26  Colin Walters  <walters@verbum.org>
33640
33641         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
33642         code to pull a bigger buffer in iradio mode.  This as a side effect
33643         makes typefinding work.
33644
33645 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
33646
33647         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
33648         Fix SVQ3 decoding on PPC
33649
33650 2004-01-26  Julien MOUTTE <julien@moutte.net>
33651
33652         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
33653         that one managed to stay there... Fixed.
33654
33655 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
33656
33657         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
33658         (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
33659         * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
33660         (qtdemux_video_caps):
33661         * gst/qtdemux/qtdemux.h:
33662         Add SVQ3 specific flags to qtdemux and ffmpeg
33663
33664 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33665
33666         * gst-libs/gst/audio/audio.h:
33667           remove buffer-frames from audio caps
33668         * gst/audioconvert/gstaudioconvert.c:
33669           fix plugin to really work.
33670
33671 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33672
33673         * gst-libs/gst/mixer/mixer.c:
33674         * gst-libs/gst/propertyprobe/propertyprobe.c:
33675         * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
33676         (gst_tuner_find_channel_by_name):
33677         * gst-libs/gst/tuner/tuner.h:
33678           Add gtk-doc style comments. Also fix a function name.
33679
33680 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33681
33682         * ext/divx/gstdivxdec.c: (gst_divxdec_init),
33683         (gst_divxdec_negotiate):
33684           Fix for new capsnego - also fixes gst-player with divxdec.
33685
33686 2004-01-25  Julien MOUTTE  <julien@moutte.net>
33687
33688         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
33689         (gst_play_identity_handoff), (gst_play_set_location),
33690         (gst_play_set_visualization), (gst_play_connect_visualization): Another
33691         try in visualization implementation. Still have an issue with switch
33692         blocking when pulling from video_queue and only audio comes out of
33693         spider.
33694         * gst/switch/gstswitch.c: (gst_switch_release_pad),
33695         (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
33696         release method. And check if the pad is usable before pulling.
33697
33698 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33699
33700         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
33701         (gst_videobalance_init),
33702         (gst_videobalance_colorbalance_list_channels),
33703         (gst_videobalance_colorbalance_set_value),
33704         (gst_videobalance_colorbalance_get_value),
33705         (gst_videobalance_update_properties),
33706         (gst_videobalance_update_tables_planar411),
33707         (gst_videobalance_planar411):
33708         * gst/videofilter/gstvideobalance.h:
33709           Implement lookup-tables. +/- 10x faster.
33710
33711 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33712
33713         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
33714         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
33715           The index reading was broken. The rest worked fine, but the whole
33716           goal of my rewrite was to make avidemux readable, and this was
33717           not at all readable. Please use typed variables.
33718
33719 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33720
33721         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
33722           Additional pad usability check.
33723         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
33724         (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
33725         (gst_mp1videoparse_real_chain):
33726           Fix MPEG video stream parsing. The original plugin had several
33727           issues, including not timestamping streams where the source was
33728           not timestamped (this happens with PTS values in mpeg system
33729           streams, but MPEG video is also a valid stream on its own so
33730           that needs timestamps too). We use the display time code for that
33731           for now. Also, if one incoming buffer contains multiple valid
33732           frames, we push them all on correctly now, including proper EOS
33733           handling. Lastly, several potential segfaults were fixed, and we
33734           properly sync on new sequence/gop headers to include them in next,
33735           not previous frames (since they're header for the next frame, not
33736           the previous). Also see #119206.
33737         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
33738         (bpf_from_header):
33739           Move caps setting so we only do it after finding several valid
33740           MPEG-1 fraes sequentially, not right after the first one (which
33741           might be coincidental).
33742         * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
33743         (mpeg_video_type_find), (mpeg_video_stream_type_find),
33744         (plugin_init):
33745           Add unsynced MPEG video stream typefinding, and change some
33746           probability values so we detect streams rightly. The idea is as
33747           follows: I can have an unsynced system stream which contains
33748           video. In the current code, I would randomly get a type for either
33749           system or video stream type found, because the probabilities are
33750           being calculated rather randomly. I now use fixed values, so we
33751           always prefer system stream if that was found (and that is how it
33752           should be). If no system stream was found, we can still identity                the stream as video-only.
33753
33754 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33755
33756         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
33757         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
33758           don't write to buffer. Extract data without the need of
33759           __attribute__ ((packed))
33760
33761 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33762
33763         * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
33764         (mpeg1_sys_type_find):
33765           Fix MPEG-1 stream typefinding.
33766
33767 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33768
33769         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
33770           Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
33771
33772 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
33773
33774         * ext/esd/esdsink.c: (gst_esdsink_open_audio):
33775         * ext/esd/gstesd.c: (plugin_init):
33776           private debugging, better error reporting
33777
33778 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33779
33780         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
33781         (gst_riff_read_init), (gst_riff_read_change_state):
33782         * gst-libs/gst/riff/riff-read.h:
33783           Remove stuff fromold metadata system.
33784
33785 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33786
33787         * ext/ogg/gstoggdemux.c:
33788           Fix wrong file comment.
33789         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
33790         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
33791           Add metadata reading properly.
33792
33793 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
33794
33795         * ext/Makefile.am:
33796           Fix nas DIST_SUBDIRS
33797           Uraeus:
33798           Fix bug where make distcheck doesn't get run on adding stuff to
33799           the build.
33800
33801 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33802
33803         * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
33804         * ext/divx/gstdivxdec.h:
33805           Fix divx3 ("msmpeg4") playback using divxdec.
33806
33807 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33808
33809         * gst/typefind/gsttypefindfunctions.c:
33810         (mp3_type_frame_length_from_header): fix bug in length computation
33811         (mp3_type_find): improve debugging output
33812
33813 2004-01-23  Julien MOUTTE  <julien@moutte.net>
33814
33815         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
33816         (gst_play_set_location), (gst_play_seek_to_time),
33817         (gst_play_set_audio_sink), (gst_play_set_visualization),
33818         (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
33819         the pipeline from scratch. Visualization is back and switch went out as
33820         i realized it was not possible to use the way i wanted.
33821         * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
33822         (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
33823         clearing in state change from READY to NULL. So that one can clean the
33824         X ressources keeping the element.
33825         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
33826         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
33827         (gst_xvimagesink_colorbalance_set_value),
33828         (gst_xvimagesink_colorbalance_get_value),
33829         (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
33830         (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
33831         change from READY to NULL and fixed some stupid bugs in colorbalance
33832         get/set values. Also added the following feature : when nobody tries to
33833         set some values to the colorbalance levels before the xcontext is
33834         grabbed, then when creating channels list from Xv attributes we set the
33835         internal values to the Xv defaults. This way we handle buggy Xv drivers
33836         that set default hue values far from the middle of the range (Thanks
33837         to Jon Trowbridge for pointing that issue).
33838         * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
33839         colorbalance levels have been set before xcontext is grabbed.
33840
33841 2004-01-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33842
33843         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
33844           Fix the ossmixer case where we shouldn't open /dev/dsp* because
33845           it might block operations (which is bad for a mixer).
33846
33847 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
33848
33849         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
33850         (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
33851         (gmip_find_type_pre):
33852         * gst-libs/gst/media-info/media-info-priv.h:
33853         * gst-libs/gst/media-info/media-info.c:
33854         (gst_media_info_instance_init), (gst_media_info_read_idler):
33855         add fakesink to get caps on decoder src pad again
33856         fix callback prototype to match new have_type signal signature
33857
33858 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
33859
33860         * gst/adder/gstadder.c: (gst_adder_link):
33861           fix non-compile and cut-n-paste code
33862
33863 2004-01-21  David Schleef  <ds@schleef.org>
33864
33865         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
33866         (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
33867         (gst_swfdec_init), (gst_swfdec_change_state):
33868         * ext/swfdec/gstswfdec.h:
33869         Fix negotiation.
33870         * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
33871         (gst_adder_request_new_pad): Fix negotiation.
33872         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
33873         Add a fixate function.
33874         * gst/intfloat/gstfloat2int.c:
33875         * gst/intfloat/gstfloat2int.h:
33876         * gst/intfloat/gstint2float.c:
33877         * gst/intfloat/gstint2float.h:
33878         Completely rewrite the negotiation.  Doesn't quite work yet,
33879         due to some buffer-frames problem.
33880
33881 2004-01-21  Thomas Vander Stichele  <thomas at apestaart dot org>
33882
33883         * ext/gnomevfs/gstgnomevfssrc.c:
33884         * sys/v4l2/v4l2_calls.h:
33885           fix includes for distcheck
33886
33887 2004-01-21  Christian Schaller <uraeus@gnome.org>
33888
33889         * ext/nas/
33890         Add libnas (network audio system) plugin, patch from Arwed von Merkatz
33891         based on earlier patch from Laurent Vivier
33892
33893 2004-01-20  Jeremy Simon  <jesimon@libertysurf.fr>
33894
33895         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
33896         Fix wma caps property
33897         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
33898         Fix typo (flags1 and flags2)
33899
33900 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
33901
33902         * gst-libs/gst/media-info/media-info-priv.c:
33903         (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
33904         (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
33905         (gmip_find_stream), (gmip_find_track_metadata),
33906         (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
33907         (gmip_find_track_format):
33908         * gst-libs/gst/media-info/media-info-priv.h:
33909         * gst-libs/gst/media-info/media-info-test.c: (main):
33910         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
33911         (gst_media_info_read_idler), (gst_media_info_read):
33912         * gst-libs/gst/media-info/media-info.h:
33913           register debugging category and use it for debugging
33914
33915 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
33916
33917         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
33918         (gst_vorbisfile_new_link):
33919           signal streaminfo through tags
33920
33921 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33922
33923         * ext/mplex/gstmplex.cc:
33924         * ext/mplex/gstmplexibitstream.cc:
33925           g++ doesn't like NULL in our i18n/error macros, should be
33926           either (NULL) or ("").
33927
33928 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33929
33930         * sys/dxr3/dxr3audiosink.c:
33931         * sys/dxr3/dxr3init.c:
33932         * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
33933         * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
33934           Fix more error error error errors (missing includes here).
33935
33936 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33937
33938         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
33939           fix thomas' error errors.
33940
33941 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
33942
33943         * ext/mpeg2enc/gstmpeg2enc.cc:
33944           fix error errors.
33945
33946 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33947
33948         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
33949         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
33950           Fix for new error system.
33951
33952 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
33953
33954         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
33955           fix for new error reporting
33956
33957 2004-01-20  David Schleef  <ds@schleef.org>
33958
33959         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
33960         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
33961         (gst_ximagesink_set_xwindow_id): Change to using a framerate
33962         of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
33963         and neither is 100+, most likely.
33964         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
33965         (gst_xvimagesink_getcaps): same
33966
33967 2004-01-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33968
33969         * configure.ac:
33970           Up version requirement to 2.0.3 (not yet released) to avoid symbol
33971           clashes with ffmpeg.
33972
33973 2004-01-20  Julien MOUTTE  <julien@moutte.net>
33974
33975         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
33976         (gst_switch_init): Fixed switch element : proxying link and setting
33977         caps from src to sink on request.
33978
33979 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
33980
33981         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
33982         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
33983         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
33984         fix element_error
33985
33986 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
33987
33988         * sys/v4l/v4l_calls.h:
33989         * sys/v4l2/v4l2_calls.h:
33990           element_error fixes
33991
33992 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
33993
33994         * gst-libs/gst/gst-i18n-plugin.h:
33995           add locale.h
33996           remove config.h inclusion
33997
33998 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
33999
34000         * autogen.sh:
34001           adding autopoint invocation
34002         * Makefile.am:
34003         * configure.ac:
34004         * gst-libs/gst/gettext.h:
34005           adding gettext bits
34006         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
34007         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
34008         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
34009         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
34010         (gst_gnomevfssink_close_file):
34011         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
34012         * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
34013         * gst-libs/gst/gst-i18n-plugin.h:
34014         * gst/avi/gstavi.c: (plugin_init):
34015         * sys/dxr3/dxr3init.c: (plugin_init):
34016         * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
34017         * sys/oss/gstossaudio.c: (plugin_init):
34018         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
34019         * sys/v4l/gstv4l.c: (plugin_init):
34020         * sys/v4l/v4l_calls.c: (gst_v4l_open):
34021         * sys/v4l2/gstv4l2.c: (plugin_init):
34022         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
34023         (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
34024         (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
34025         (gst_v4l2_set_output), (gst_v4l2_get_frequency),
34026         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
34027         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
34028           make sure locale and translation domain are set
34029           fix translated strings
34030         * po/.cvsignore:
34031         * po/LINGUAS:
34032         * po/Makevars:
34033         * po/POTFILES.in:
34034         * po/nl.po:
34035           put translation files into place
34036         * sys/xvideo/imagetest.c: (main):
34037         * ext/dv/demo-play.c: (main):
34038           fix unnecessary translations
34039
34040 2004-01-19  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
34041
34042         * ext/sndfile/gstsf.c:
34043         * gst/avi/gstavimux.c:
34044         * ext/audiofile/gstafsink.c:
34045         * ext/audiofile/gstafsrc.c:
34046         * ext/gnomevfs/gstgnomevfssink.c:
34047         * ext/gnomevfs/gstgnomevfssrc.c:
34048         * sys/oss/gstosselement.c:
34049         * sys/v4l/v4l_calls.h:
34050           fix i18n include
34051
34052 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
34053
34054         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
34055         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
34056         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
34057         (gst_v4l2_get_output), (gst_v4l2_set_output),
34058         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
34059         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
34060         (gst_v4l2_set_attribute):
34061         update to new error handling
34062
34063 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
34064
34065         * ext/sidplay/gstsiddec.cc:
34066         * gst/modplug/gstmodplug.cc:
34067           parenthese NULL because C++ seems angry about it
34068
34069 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
34070
34071         * gst-libs/gst/gst-i18n-plugin.h:
34072           add skeleton i18n stuff, but needs to be further implemented
34073
34074 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
34075
34076         * examples/gstplay/player.c: (main):
34077         * ext/aalib/gstaasink.c: (gst_aasink_open):
34078         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
34079         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
34080         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
34081         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
34082         (gst_afsink_close_file):
34083         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
34084         (gst_afsrc_close_file):
34085         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
34086         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
34087         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
34088         * ext/esd/esdmon.c: (gst_esdmon_get):
34089         * ext/esd/esdsink.c: (gst_esdsink_chain):
34090         * ext/faac/gstfaac.c: (gst_faac_chain):
34091         * ext/faad/gstfaad.c: (gst_faad_chain):
34092         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
34093         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
34094         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
34095         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
34096         (gst_flacdec_loop):
34097         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
34098         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
34099         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
34100         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
34101         (gst_gnomevfssink_close_file):
34102         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
34103         (gst_gnomevfssrc_open_file):
34104         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
34105         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
34106         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
34107         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
34108         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
34109         * ext/mad/gstmad.c: (gst_mad_chain):
34110         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
34111         * ext/mpeg2dec/gstmpeg2dec.c:
34112         * ext/mpeg2enc/gstmpeg2enc.cc:
34113         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
34114         * ext/mplex/gstmplex.cc:
34115         * ext/mplex/gstmplexibitstream.cc:
34116         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
34117         (gst_ogg_demux_push), (gst_ogg_pad_push):
34118         * ext/raw1394/gstdv1394src.c:
34119         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
34120         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
34121         * ext/sidplay/gstsiddec.cc:
34122         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
34123         (gst_sf_loop):
34124         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
34125         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
34126         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
34127         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
34128         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
34129         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
34130         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
34131         * gst-libs/gst/Makefile.am:
34132         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
34133         (gst_riff_read_element_data), (gst_riff_read_seek),
34134         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
34135         * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
34136         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
34137         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
34138         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
34139         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
34140         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
34141         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
34142         * gst/goom/gstgoom.c: (gst_goom_chain):
34143         * gst/id3/gstid3types.c: (gst_id3types_loop):
34144         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
34145         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
34146         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
34147         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
34148         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
34149         (gst_ebml_read_float), (gst_ebml_read_header):
34150         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
34151         (gst_matroska_demux_parse_blockgroup):
34152         * gst/modplug/gstmodplug.cc:
34153         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
34154         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
34155         * gst/oneton/gstoneton.c: (gst_oneton_chain):
34156         * gst/silence/gstsilence.c: (gst_silence_get):
34157         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
34158         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
34159         * gst/speed/gstspeed.c: (speed_loop):
34160         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
34161         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
34162         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
34163         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
34164         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
34165         (gst_wavparse_loop):
34166         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
34167         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
34168         (dxr3audiosink_close):
34169         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
34170         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
34171         (dxr3videosink_close), (dxr3videosink_write_data):
34172         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
34173         * sys/oss/gstosselement.h:
34174         * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
34175         (gst_osssink_chain):
34176         * sys/oss/gstosssrc.c: (gst_osssrc_get):
34177         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
34178         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
34179         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
34180         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
34181         (gst_v4l_enable_overlay):
34182         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
34183         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
34184         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
34185         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
34186         (gst_v4l_set_audio):
34187         * sys/v4l/v4l_calls.h:
34188         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
34189         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
34190         (gst_v4lmjpegsink_playback_init),
34191         (gst_v4lmjpegsink_playback_start):
34192         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
34193         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
34194         (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
34195         (gst_v4lmjpegsrc_requeue_frame):
34196         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
34197         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
34198         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
34199         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
34200         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
34201         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
34202         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
34203         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
34204         (gst_v4l2src_capture_stop):
34205         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
34206         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
34207         (gst_ximagesink_chain):
34208         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
34209         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
34210         (gst_xvideosink_xwindow_new):
34211         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
34212         (gst_xvimagesink_chain):
34213         use new error signal, function and categories
34214
34215 2004-01-18  Jeremy Simon <jesimon@libertysurf.fr>
34216
34217         * configure.ac:
34218         * ext/Makefile.am:
34219         * ext/musicbrainz/gsttrm.c:
34220         * ext/musicbrainz/gsttrm.h:
34221         * ext/musicbrainz/Makefile.am:
34222         Add a trm plugin
34223
34224 2004-01-18  Julien MOUTTE  <julien@moutte.net>
34225
34226         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
34227         (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
34228         synchronous property for debugging.
34229         * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
34230         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
34231         (gst_xvimagesink_set_property): Moving a pointer declaration to a
34232         smaller block, fixing indent.
34233
34234 2004-01-16  David Schleef  <ds@schleef.org>
34235
34236         * gst/videofilter/gstvideobalance.c: Fix regression; changing a
34237         property affects the video stream.
34238         * sys/xvimage/xvimagesink.c:
34239         * sys/xvimage/xvimagesink.h:
34240         Add synchronous property for debugging.  Should probably be
34241         disabled in non-CVS builds.  Make sure that the Xv attribute
34242         exists before we set it (crash!).  Fix a silly float bug that
34243         caused colorbalance to just not work.
34244
34245 2004-01-17  Christian Schaller <Uraeus@gnome.org>
34246
34247         * tools/gst-launch-ext.in - update for new plugins
34248
34249 2004-01-16  David Schleef  <ds@schleef.org>
34250
34251         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
34252         already-freed caps.
34253
34254 2994-01-16  Christian Schaller <Uraeus@gnome.org>
34255
34256         * Update spec for new colorspace plugin and libcaca plugin
34257         * Fix compilation of libcaca plugin (clock -> id)
34258
34259 2004-01-16  Julien MOUTTE <julien@moutte.net>
34260
34261         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
34262         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
34263         (gst_xvimagesink_set_xwindow_id),
34264         (gst_xvimagesink_colorbalance_set_value),
34265         (gst_xvimagesink_colorbalance_get_value),
34266         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
34267         (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
34268         correct colorbalance properties. They can now be set when the element
34269         is still in NULL state. The values will be committed to the Xv Port
34270         when xcontext is initialized.
34271         * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
34272         brightness int values in the GstXvImagesink structure.
34273
34274 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34275
34276         * gst-libs/gst/Makefile.am:
34277           restructure so having local patches works easier.
34278
34279 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34280
34281         * ext/mpeg2enc/Makefile.am:
34282         * ext/mpeg2enc/gstmpeg2enc.cc:
34283         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
34284           Bugfix with respect to EOS handling.
34285
34286 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34287
34288         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
34289           Link with right caps (else, it segfaults).
34290         * ext/mplex/gstmplexjob.cc:
34291           Fix for slight API change in 1.6.1.93 release of mjpegtools.
34292
34293 2004-01-15  David Schleef  <ds@schleef.org>
34294
34295         * gst-libs/gst/audio/Makefile.am:
34296         Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
34297         from the template.
34298         * gst-libs/gst/audio/gstaudiofilter.c:
34299         * gst-libs/gst/audio/gstaudiofilter.h:
34300         Add bytes_per_sample and size and n_samples calculation.
34301         * gst-libs/gst/audio/gstaudiofilterexample.c:
34302         Remove, now autogenerated.
34303         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
34304         Moved from gstaudiofilterexample, object name changed, code added
34305         so that it actually works.
34306         * gst-libs/gst/audio/make_filter:
34307         Script to build an audiofilter subclass from the template.
34308         * gst/colorspace/Makefile.am:
34309         * gst/colorspace/yuv2yuv.c:
34310         Remove file, since it's GPL, and we don't use it.
34311
34312 2004-01-15  Julien MOUTTE  <julien@moutte.net>
34313
34314         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
34315         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
34316         them use the buffer free function to test how the buffer was allocated.
34317
34318 2004-01-15  David Schleef  <ds@schleef.org>
34319
34320         * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
34321         that handles osssink fallback.
34322         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
34323         (gst_audio_convert_getcaps):
34324         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
34325         Add audio/x-qdm2 for QDM2 audio.
34326         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
34327         * gst/sine/gstsinesrc.h: Add example of how to implement tags.
34328         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
34329         Decrease minimum size to 16x16.
34330         * gst/wavparse/gstwavparse.c:
34331         Convert disabled pad template caps to new caps.
34332         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
34333         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
34334         (gst_xvimagesink_chain): Throw element error when display cannot
34335         be opened.  Increase minimum framerate to 1.0.  Check the data
34336         free function on a buffer to make sure it is the type we expect
34337         before manipulating it.
34338
34339 2004-01-15  Julien MOUTTE <julien@moutte.net>
34340
34341         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
34342         (gst_videobalance_colorbalance_set_value): Implement passthru if
34343         settings are in the middle.
34344         * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
34345
34346 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34347
34348         * gst/videofilter/Makefile.am:
34349         * gst/volume/Makefile.am:
34350           Since we use videofilter symbols, link to it.
34351
34352 2004-01-15  Julien MOUTTE <julien@moutte.net>
34353
34354         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
34355         mixer interface type to HARDWARE.
34356         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
34357         type to SOFTWARE.
34358         * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
34359         * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
34360         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
34361         (gst_volume_interface_init), (gst_volume_list_tracks),
34362         (gst_volume_set_volume), (gst_volume_get_volume),
34363         (gst_volume_set_mute), (gst_volume_mixer_init),
34364         (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
34365         (volume_init): Implementing mixer interface.
34366         * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
34367         * sys/oss/gstosselement.c: (gst_osselement_get_type),
34368         (gst_osselement_change_state): Removing some trailing commas in
34369         structures.
34370         * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
34371         interface type to HARDWARE.
34372         * sys/v4l/gstv4lcolorbalance.c:
34373         (gst_v4l_color_balance_interface_init): Setting colorbalance interface
34374         type to HARDWARE.
34375         * sys/v4l2/gstv4l2colorbalance.c:
34376         (gst_v4l2_color_balance_interface_init): Setting colorbalance
34377         interface type to HARDWARE.
34378         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
34379         same code than ximagesink for event handling.
34380
34381 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34382
34383         * ext/snapshot/Makefile.am:
34384         * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
34385         (gst_snapshot_chain):
34386         * ext/snapshot/gstsnapshot.h:
34387           This has to be a joke... Snapshot should be connected to a tee,
34388           colorspace element before it and EOS after that, where the other
34389           src of the tee receives normal data.
34390           The current way is *wrong*.
34391
34392 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34393
34394         * ext/hermes/gsthermescolorspace.c:
34395           Fix another compile error. Same as below.
34396
34397 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34398
34399         * gst/colorspace/gstcolorspace.c:
34400         * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
34401         (gst_colorspace_i420_to_yv12):
34402           Fix compiling... Didn't test if it actually works.
34403
34404 2004-01-15  David Schleef  <ds@schleef.org>
34405
34406         * configure.ac:
34407         * gst/colorspace/Makefile.am:
34408         * gst/colorspace/gstcolorspace.c:
34409         * gst/colorspace/gstcolorspace.h:
34410         * gst/colorspace/yuv2rgb.c:
34411         * gst/colorspace/yuv2rgb.h:
34412         Duplicate the ext/hermes colorspace plugin, and remove Hermes
34413         code and GPL code.  Fix for new caps negotiation.  Rewrite
34414         much of the format handling code, and some of the conversion
34415         code.  Basically, rewrote almost everything.  This element
34416         handles I420, YV12 to RGB conversions.
34417         * ext/hermes/Makefile.am:
34418         * ext/hermes/gsthermescolorspace.c:
34419         Rename colorspace to hermescolorspace.  Fix negotiation issues.
34420         Remove non-Hermes related code.  This element handles lots of
34421         RGB to RGB conversions, but no YUV.
34422         * ext/hermes/gstcolorspace.c:
34423         * ext/hermes/gstcolorspace.h:
34424         * ext/hermes/rgb2yuv.c:
34425         * ext/hermes/yuv2rgb.c:
34426         * ext/hermes/yuv2rgb.h:
34427         * ext/hermes/yuv2rgb_mmx16.s:
34428         * ext/hermes/yuv2yuv.c:
34429         * ext/hermes/yuv2yuv.h:
34430         Remove old code.
34431
34432 2004-01-14  Colin Walters  <walters@verbum.org>
34433
34434         * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
34435         they've already been.
34436
34437 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34438
34439         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
34440           assume tag mode when pad is not connected
34441
34442 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34443
34444         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
34445           Don't update the time of the clock
34446         (gst_alsa_sink_loop):
34447           sync to the clock given to alsasink, not the own clock
34448         * sys/oss/gstosssink.c: (gst_osssink_chain):
34449           sync to the clock
34450         (gst_osssink_change_state):
34451           activate the clock
34452         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
34453         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
34454           remove bogus code that made DISCONT events unhandled
34455         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
34456           explicitly case to double in _set_simple. (fixes 2nd warning in bug
34457           #131502)
34458         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
34459         (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
34460         (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
34461           convert g_warning because of wrong asf data to GST_WARNINGs (fixes
34462           2nd warning in bug #131502)
34463
34464 2004-01-14  Julien MOUTTE  <julien@moutte.net>
34465
34466         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
34467         (gst_videobalance_colorbalance_set_value),
34468         (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
34469         for colorbalance interface implementation.
34470         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
34471         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
34472         (gst_ximagesink_dispose), (gst_ximagesink_init),
34473         (gst_ximagesink_class_init): Adding DISPLAY property.
34474         * sys/ximage/ximagesink.h: Adding display_name to store display.
34475         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
34476         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
34477         (gst_xvimagesink_dispose), (gst_xvimagesink_init),
34478         (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
34479         properties (they still need polishing though for gst-launch use : no
34480         xcontext yet, i ll do that tomorrow).
34481         * sys/xvimage/xvimagesink.h: Adding display_name to store display.
34482
34483 2004-01-14  Julien MOUTTE  <julien@moutte.net>
34484
34485         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
34486         (gst_play_set_location), (gst_play_set_visualization): Preparing
34487         switch integration, adding videobalance in the pipeline.
34488
34489 2004-01-14  Julien MOUTTE <julien@moutte.net>
34490
34491         * gst-libs/gst/colorbalance/colorbalance.c:
34492         (gst_color_balance_class_init): Adding a default type.
34493         * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
34494         the type.
34495         * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
34496         (gst_videobalance_dispose), (gst_videobalance_class_init),
34497         (gst_videobalance_init), (gst_videobalance_interface_supported),
34498         (gst_videobalance_interface_init),
34499         (gst_videobalance_colorbalance_list_channels),
34500         (gst_videobalance_colorbalance_set_value),
34501         (gst_videobalance_colorbalance_get_value),
34502         (gst_videobalance_colorbalance_init): Implementing colorbalance
34503         interface.
34504         * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
34505         list.
34506         * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
34507         bug which was triggering a BadAccess X error when setting an overlay
34508         before pad was really negotiated.
34509         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
34510         Using the colorbalance type macro.
34511
34512 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34513
34514         * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
34515         (gst_flacenc_chain):
34516           handle tags correctly
34517         * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
34518           extract ID3v1 tags correctly
34519
34520 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34521
34522         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
34523         (plugin_init):
34524           Improve matroska typefinding for odd-typed headers...
34525
34526 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34527
34528         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
34529           Fix for using incremental number on padnames.
34530
34531 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34532
34533         * ext/divx/gstdivxdec.c:
34534         * ext/divx/gstdivxenc.c:
34535           Set category to divx4linux instead of divx (too generic).
34536         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
34537         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
34538         (gst_wavparse_loop), (gst_wavparse_change_state):
34539         * gst/wavparse/gstwavparse.h:
34540           fix parsing of WAV files with non-standard fmt-tag size and fix
34541           skipping of unrecognized chunks... Someone please fix this thing
34542           to use rifflib so all this is automated.
34543         * sys/v4l/Makefile.am:
34544         * sys/v4l2/Makefile.am:
34545           Add X_CFLAGS because we depend on X (for overlay).
34546
34547 2004-01-14  Jan Schmidt  <thaytan@mad.scientist.com>
34548
34549         * ext/mpeg2dec/gstmpeg2dec.c:
34550           Don't issue a timestamp unless we tagged the frame
34551           with a PTS.
34552
34553 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34554
34555         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
34556           Query the audio element to get the time, not the clock. We're
34557           interested in the element's time here.
34558
34559 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34560
34561         * ext/aalib/gstaasink.c: (gst_aasink_chain):
34562         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
34563         * ext/esd/esdsink.c: (gst_esdsink_chain):
34564         * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
34565         * ext/mas/massink.c: (gst_massink_chain):
34566         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
34567         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
34568         (gst_matroska_demux_parse_metadata):
34569         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
34570         (gst_mpeg_parse_release_locks):
34571         * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
34572         * gst/udp/gstudpsink.c: (gst_udpsink_chain):
34573         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
34574         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
34575         (gst_osssink_change_state):
34576         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
34577         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
34578         * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
34579         (gst_xvideosink_release_locks):
34580         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
34581           use element time.
34582         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
34583         (gst_alsa_clock_stop):
34584         * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
34585         (gst_audio_clock_get_internal_time):
34586           simplify for use with new clocking code.
34587         * testsuite/alsa/Makefile.am:
34588         * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
34589           fix testsuite for new caps system
34590
34591 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34592
34593         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
34594         * ext/flac/gstflacenc.c: (add_one_tag):
34595           length is already host endian, no need to convert. Fixes playback of
34596           tagged files on PPC. (bug #128384)
34597
34598 2004-01-13  Julien MOUTTE <julien@moutte.net>
34599
34600         * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
34601         colorbalance interface stating if it is hardware based or software
34602         based.
34603         * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
34604         Removing a trailing comma.
34605         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
34606         (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
34607         Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
34608         the documentation seems to be wrong on the -1000 to 1000 interval.
34609
34610 2004-01-12  David Schleef  <ds@schleef.org>
34611
34612         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
34613         (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
34614         (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
34615         Fix negotiation.  Add a bufferalloc function for the sink pad,
34616         and generally clean up some of the code.
34617
34618 2004-01-12  Julien MOUTTE <julien@moutte.net>
34619
34620         * gst-libs/gst/colorbalance/colorbalancechannel.c:
34621         (gst_color_balance_channel_dispose): Adding safety check in dispose
34622         method.
34623         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
34624         (gst_xvimagesink_xcontext_clear),
34625         (gst_xvimagesink_interface_supported),
34626         (gst_xvimagesink_colorbalance_list_channels),
34627         (gst_xvimagesink_colorbalance_set_value),
34628         (gst_xvimagesink_colorbalance_get_value),
34629         (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
34630         Adding colorbalance interface support to set XV parameters such as
34631         HUE, BRIGHTNESS, CONTRAST, SATURATION.
34632         * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
34633         interface.
34634
34635 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
34636
34637         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
34638         (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
34639         (gst_audio_convert_init), (gst_audio_convert_set_property),
34640         (gst_audio_convert_get_property), (gst_audio_convert_chain),
34641         (gst_audio_convert_link),
34642         (gst_audio_convert_buffer_to_default_format),
34643         (gst_audio_convert_buffer_from_default_format), (plugin_init):
34644           - implement _getcaps and use it
34645           - improve linking
34646           - remove float caps since no float conversion is actually done
34647           - remove properties and arguments that were to be used for rate
34648             conversion
34649
34650 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
34651
34652         * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
34653         (gst_audio_structure_set_int):
34654         * gst-libs/gst/audio/audio.h:
34655           add helper functions for _getcaps matching the standard audio
34656           templates
34657
34658 2004-01-12  David Schleef  <ds@schleef.org>
34659
34660         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
34661         Test that pad is negotiated before getting its caps.
34662
34663 2004-01-12  Julien MOUTTE <julien@moutte.net>
34664
34665         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
34666         analyzing the pads of an element the bin is mostly in READY state so
34667         no caps were negotiated. This helper function needs to work with
34668         _get_caps directly then. I was not freeing them though, added that to
34669         fix the mem leak.
34670
34671 2004-01-12  Julien MOUTTE <julien@moutte.net>
34672
34673         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
34674         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
34675         direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
34676         than the free_func.
34677
34678 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
34679
34680         * sys/oss/gstossaudio.c: (plugin_init):
34681         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
34682         * sys/oss/gstosselement.h:
34683           make an oss debugging category
34684           make failure more descriptive
34685
34686 2004-01-11  David Schleef  <ds@schleef.org>
34687
34688         * ext/ffmpeg/gstffmpeg.c:
34689         * ext/ffmpeg/gstffmpegcodecmap.c:
34690         * ext/ffmpeg/gstffmpegdec.c:
34691         * ext/ffmpeg/gstffmpegenc.c:
34692         * ext/ffmpeg/gstffmpegprotocol.c:
34693         * ext/gdk_pixbuf/gstgdkanimation.c:
34694         * ext/jpeg/gstjpeg.c:
34695         * ext/libpng/gstpng.c:
34696         * ext/mpeg2dec/perftest.c:
34697         * ext/speex/gstspeex.c:
34698         * gst-libs/gst/resample/dtos.c:
34699         * gst/intfloat/gstintfloatconvert.c:
34700         * gst/oneton/gstoneton.c:
34701         * gst/rtjpeg/RTjpeg.c:
34702         * gst/rtp/gstrtp.c:
34703         * sys/dxr3/dxr3init.c:
34704         * sys/glsink/gstgl_nvimage.c:
34705         * sys/glsink/gstgl_pdrimage.c:
34706         * sys/glsink/gstglsink.c:
34707         * testsuite/gst-lint:
34708         Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
34709
34710 2004-01-11  David Schleef  <ds@schleef.org>
34711
34712         * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
34713         * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
34714         * ext/gdk_pixbuf/gstgdkanimation.c:
34715         (gst_gdk_animation_iter_create_pixbuf):
34716         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
34717         (gst_gdk_pixbuf_chain):
34718         * ext/gdk_pixbuf/gstgdkpixbuf.h:
34719         * ext/jack/gstjack.c: (gst_jack_change_state):
34720         * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
34721         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
34722         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
34723         * gst/videofilter/gstvideofilter.c:
34724         (gst_videofilter_set_output_size):
34725         Remove all usage of gst_pad_get_caps(), and replace it with
34726         gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
34727
34728 2004-01-11  David Schleef  <ds@schleef.org>
34729
34730         * configure.ac:
34731         * ext/Makefile.am: Fixes to make ext/libcaca compile.
34732         * ext/divx/gstdivxdec.c:
34733         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
34734         (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
34735         handle images that span multiple buffers.  Now work with both
34736         filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
34737         * ext/gdk_pixbuf/gstgdkpixbuf.h:
34738         * ext/libcaca/gstcacasink.h: Fixes needed due to recent
34739         video/video.h changes
34740         * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
34741         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
34742         (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
34743         of GstData free function.
34744         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
34745         same.
34746
34747 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34748
34749         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
34750         (gst_v4l2element_dispose), (gst_v4l2element_set_property),
34751         (gst_v4l2element_get_property):
34752         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
34753           add norm, channel and frequency properties.
34754         * sys/v4l2/gstv4l2tuner.c:
34755           fixes for tuner interface changes
34756         * sys/v4l2/gstv4l2element.h:
34757         * sys/v4l2/gstv4l2src.c:
34758         * sys/v4l2/gstv4l2src.h:
34759         * sys/v4l2/v4l2src_calls.c:
34760         * sys/v4l2/v4l2src_calls.h:
34761           rework v4l2src to work with saa1734 cards and allow mmaped buffers.
34762
34763 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34764
34765         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
34766         (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
34767         (gst_tuner_channel_changed), (gst_tuner_norm_changed),
34768         (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
34769         * gst-libs/gst/tuner/tuner.h:
34770           GObjects aren't const.
34771           Add find_by_name functions.
34772           Add checks to _changed functions.
34773         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
34774         (gst_v4l_tuner_get_norm):
34775           Fixes for above.
34776
34777 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34778
34779         * gst-libs/gst/video/video.h:
34780           Fix caps template names to be understandable.
34781           Prefix everything with GST_VIDEO.
34782         * ext/aalib/gstaasink.c:
34783         * ext/divx/gstdivxdec.c:
34784         * ext/divx/gstdivxenc.c:
34785         * ext/gdk_pixbuf/gstgdkpixbuf.c:
34786         * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
34787         * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
34788         * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
34789         * ext/libcaca/gstcacasink.c:
34790         * ext/libpng/gstpngenc.c: (raw_caps_factory):
34791         * ext/snapshot/gstsnapshot.c:
34792         * ext/swfdec/gstswfdec.c:
34793         * ext/xvid/gstxviddec.c:
34794         * ext/xvid/gstxvidenc.c:
34795         * gst/chart/gstchart.c:
34796         * gst/deinterlace/gstdeinterlace.c:
34797         * gst/effectv/gsteffectv.c:
34798         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
34799         * gst/goom/gstgoom.c:
34800         * gst/median/gstmedian.c:
34801         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
34802         (gst_monoscope_srcconnect), (gst_monoscope_chain):
34803         * gst/overlay/gstoverlay.c:
34804         * gst/smooth/gstsmooth.c:
34805         * gst/smpte/gstsmpte.c:
34806         * gst/synaesthesia/gstsynaesthesia.c:
34807         * gst/videocrop/gstvideocrop.c:
34808         * gst/videodrop/gstvideodrop.c:
34809         * gst/y4m/gsty4mencode.c:
34810         * sys/qcam/gstqcamsrc.c:
34811         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
34812           Make them work with new video.h file.
34813         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
34814         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
34815         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
34816         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
34817           Make it work with new buffer allocation system.
34818
34819 2004-01-11  Julien MOUTTE  <julien@moutte.net>
34820
34821         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
34822         pad_alloc_buffer implementation to use ->srcpad
34823         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
34824         pad_alloc_buffer implementation to use ->srcpad
34825         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):  Fixing the
34826         pad_alloc_buffer implementation to use ->srcpad
34827         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
34828         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
34829         (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
34830         a reference to everything we need.
34831         * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
34832         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
34833         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
34834         (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
34835         a reference to everything we need.
34836         * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
34837
34838 2004-01-11  David Schleef  <ds@schleef.org>
34839
34840         * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
34841         * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
34842         (gst_fenced_buffer_default_copy): Fix for rename of buffer private
34843         structure members.
34844         * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
34845         value during a resize/renegotiation.
34846         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
34847         gst_pad_alloc_buffer();
34848         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
34849         (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
34850         structure members.
34851         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
34852         Fix for rename of buffer private structure members.
34853         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
34854         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
34855         Fix for rename of buffer private structure members.
34856         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
34857         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
34858         Fix for rename of buffer private structure members.
34859
34860 2004-01-11  Arwed v. Merkatz <v.merkatz@gmx.net>
34861
34862         reviewed by: David Schleef <ds@schleef.org>
34863
34864         * gst/videofilter/Makefile.am:
34865         * gst/videofilter/gstgamma.c: Gamma correction filter.  Modified
34866         from the patch by ds to fit in with recent make_filter changes.
34867
34868 2004-01-11  Julien MOUTTE  <julien@moutte.net>
34869
34870         * configure.ac: Adding examples/switch/Makefile
34871         * examples/Makefile.am: Adding examples/switch
34872         * examples/switch/Makefile.am: Adding switcher example.
34873         * examples/switch/switcher.c: (got_eos), (idle_iterate),
34874         (switch_timer), (main): Adding an example demonstrating switch usage
34875         with 2 videotestsrc showing different patterns.
34876         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
34877         (gst_switch_init): Fixing switch with the new caps system.
34878
34879 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34880
34881         * gst-libs/gst/video/video.h:
34882           Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
34883           They should probably be like
34884           GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
34885
34886 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34887
34888         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
34889         (qtdemux_parse_trak):
34890           fix audio chunk size/timestamp calculation
34891
34892 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34893
34894         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
34895           fix SVQ3 caps
34896
34897 2004-01-11  Steve Baker  <steve@stevebaker.org>
34898
34899         * gst/effectv/gstaging.c: (gst_agingtv_get_type),
34900         (gst_agingtv_base_init), (gst_agingtv_class_init),
34901         (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
34902         (gst_agingtv_set_property), (gst_agingtv_get_property):
34903         Port agingTV to videofilter
34904
34905 2004-01-09  Julien MOUTTE <julien@moutte.net>
34906
34907         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
34908         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
34909
34910 2004-01-09  Julien MOUTTE <julien@moutte.net>
34911
34912         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
34913         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
34914         * gst-libs/gst/xoverlay/xoverlay.c:
34915         (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
34916         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
34917         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
34918         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
34919         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
34920         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
34921         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
34922         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
34923         the bufferalloc_function to replace bufferpools, fixing the XOverlay
34924         interface implementation to handle xid being 0 and fix some bugs
34925         triggered by Benjamin's testcase.
34926         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
34927         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
34928         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
34929         the bufferalloc_function to replace bufferpools, fixing the XOverlay
34930         interface implementation to handle xid being 0 and fix some bugs
34931         triggered by Benjamin's testcase.
34932
34933 2004-01-09  David Schleef  <ds@schleef.org>
34934
34935         * ext/librfb/gstrfbsrc.c:  Hacking.  Added actual decoding and
34936         mouse pointer events.  It works.
34937
34938 2004-01-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34939
34940         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
34941           Use explicit caps - fix capsnego.
34942         * ext/xvid/gstxviddec.c:
34943         * ext/xvid/gstxvidenc.c:
34944           Remove macro-inside-macro which caused compile errors.
34945         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
34946           Error out if it's not a RIFF file. Else we error out without
34947           gst_element_error() which is not good...
34948
34949 2004-01-08  David Schleef  <ds@schleef.org>
34950
34951         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
34952         Fix pad_link function to handle formats that ffmpeg returns
34953         as multiple caps structures.
34954         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
34955         Only complain if source buffer is _smaller_ than expected.
34956         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
34957         (gst_videoscale_handle_src_event): Resize navigation events
34958         when passing them upstream.
34959         * gst/videotestsrc/gstvideotestsrc.c:
34960         * gst/videotestsrc/gstvideotestsrc.h:
34961         * gst/videotestsrc/videotestsrc.c:
34962         * gst/videotestsrc/videotestsrc.h:
34963         Rewrite many of the buffer painting functions to handle odd
34964         sizes (for many formats, size%4!=0 or size%8!=0).  Most have
34965         been verified to work with my video card.
34966         * testsuite/gst-lint:  Add check for elements calling
34967         gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
34968
34969 2004-01-08  David Schleef  <ds@schleef.org>
34970
34971         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
34972         (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
34973
34974 2004-01-08  Julien MOUTTE  <julien@moutte.net>
34975
34976         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
34977         configure event is not emiting the desired size signal. That fixes
34978         aspect ratio issues with gst-player.
34979
34980 2004-01-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34981
34982         * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
34983           Fix capsnego.
34984
34985 2004-01-08  Julien MOUTTE  <julien@moutte.net>
34986
34987         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
34988         public method to fire size signal.
34989
34990 2004-01-07  Julien MOUTTE  <julien@moutte.net>
34991
34992         * examples/gstplay/Makefile.am: Adding the interface library.
34993         * gst-libs/gst/play/Makefile.am: Adding the interface library.
34994         * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to         the XOverlay size signal instead of GstVideoSink.
34995         * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
34996         GST_IS_X_OVERLAY before signal connect.
34997         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
34998         Removing the have_video_size signal.
34999         * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
35000         and associated public method.
35001         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
35002         (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
35003         signal.
35004         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
35005         (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
35006         signal.
35007         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
35008         Using XOverlay public method to fire size signal.
35009
35010 2004-01-07  David Schleef  <ds@schleef.org>
35011
35012         * gst/videofilter/Makefile.am:
35013         * gst/videofilter/gstvideotemplate.c:
35014         * gst/videofilter/make_filter:
35015         Create gstvideoexample.c in a srcdir!=builddir friendly way.
35016         Convert make_filter to /bin/sh script.
35017
35018 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
35019
35020         * gst/modplug/gstmodplug.cc: fix element description
35021
35022 2004-01-07  Julien MOUTTE  <julien@moutte.net>
35023
35024         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
35025         (got_video_size): Adding some new lines in g_print calls.
35026         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
35027         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
35028         (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
35029         (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
35030         (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
35031         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
35032         Complete code review, reverting some stuff i disagree with, adding
35033         some fixes : time synchronization on invalid timestamps, renegotiation
35034         of private window.
35035         * sys/ximage/ximagesink.h:
35036         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
35037         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
35038         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
35039         (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
35040         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
35041         (gst_xvimagesink_buffer_new),
35042         (gst_xvimagesink_navigation_send_event),
35043         (gst_xvimagesink_set_xwindow_id),
35044         (gst_xvimagesink_get_desired_size),
35045         (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
35046         stuff i disagree with, adding some fixes : Renegotiation of private
35047         window, implementing get_desired_size.
35048
35049 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35050
35051         * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
35052         (gst_afsink_handle_event):
35053         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
35054         * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
35055         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
35056         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
35057         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
35058           Fix for instantiate-test (see core). Also remove dead code from
35059           jpegenc (which still needs fixing, but that's lower on my TODO
35060           list...).
35061         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
35062           Never return NULL as caps.
35063
35064 2004-01-07  David Schleef  <ds@schleef.org>
35065
35066         * configure.ac:
35067         * ext/Makefile.am:
35068         * ext/librfb/Makefile.am:
35069         * ext/librfb/gstrfbsrc.c:
35070         New source plugin based on librfb-0.1.  RFB (remote framebuffer)
35071         is the protocol used by VNC.
35072
35073 2004-01-07  David Schleef  <ds@schleef.org>
35074
35075         * gst/videofilter/gstvideotemplate.c:
35076         * gst/videofilter/gstvideotemplate.h:
35077         * gst/videofilter/make_filter:
35078         Merge videotemplate header into source file.
35079         * gst/effectv/Makefile.am:
35080         * gst/effectv/gsteffectv.c: (plugin_init):
35081         * gst/effectv/gstwarp.c:
35082         Make warpTV a subclass of videofilter.
35083
35084 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35085
35086         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
35087           Add guard against invalid utf-8 conversions in mad. Just in case.
35088
35089 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35090
35091         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
35092           Fix for bug shown by poisoning
35093
35094 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35095
35096         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
35097         (gst_v4lmjpegsrc_buffer_free):
35098         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
35099         (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
35100         (gst_v4lsrc_buffer_free):
35101           Fix for removed bufferpools.
35102
35103 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
35104
35105         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
35106         Fix caps negotiation.
35107
35108         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
35109         (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
35110         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
35111         (dvdnavsrc_event):
35112         * ext/mpeg2dec/gstmpeg2dec.c:
35113         * gst-libs/gst/navigation/navigation.c:
35114         (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
35115         * gst-libs/gst/navigation/navigation.h:
35116         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
35117         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
35118         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
35119         Super-simple first version of mouse and keyboard events. Clicking
35120         on a DVD menu now works, although it may not take you where you
35121         expected.
35122
35123         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
35124         * gst/videotestsrc/gstvideotestsrc.c:
35125         (gst_videotestsrc_src_fixate):
35126         These fixate functions were broken - they never actually
35127         fixated :)
35128
35129 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35130
35131         * ext/shout/gstshout.c: (gst_icecastsend_base_init),
35132         (gst_icecastsend_init):
35133           fix for new caps system.
35134         * gst-libs/gst/mixer/mixertrack.h:
35135         * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
35136           Add 'master track' flag (for tools like ACME that only want to
35137           change the main volume).
35138
35139 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
35140
35141         * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
35142         (gst_xvid_csp_to_caps):
35143         * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
35144         * ext/xvid/gstxvidenc.c:
35145         ifdef out ARGB type when it isn't available
35146         in xvidcore 1.0.0beta2
35147
35148 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35149
35150         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
35151           When we have received a new SCR right in the first buffer after
35152           a seek (so in the same cycle that handles the discont), we should
35153           handle the buffer instead of unreffing it, else we lose data.
35154
35155 2004-01-06  Iain <iain@prettypeople.org>
35156
35157         * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
35158           buffer-frames caps too.
35159
35160         * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
35161           caps that we need, don't destroy them all and rebuild them. And when
35162           creating src pads, use the src pad template rather than the sink...
35163
35164 2004-01-05  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35165
35166         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
35167           Add pad to element *after* setting functions such as event handler.
35168           Without this, the scheduler (opt) will link pads, set the event
35169           handler from the default event function (dispatcher in gstpad.c)
35170           and *after* that, we will set our own event function, which will
35171           thus never be used (and thus mpegdemux doesn't handle events).
35172
35173 2004-01-04  David Schleef  <ds@schleef.org>
35174
35175         Fix the fixate functions to handle new prototype:
35176         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
35177         * gst/videotestsrc/gstvideotestsrc.c:
35178         (gst_videotestsrc_src_fixate):
35179         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
35180         * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
35181         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
35182
35183 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35184
35185         * sys/ximage/ximagesink.h:
35186         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
35187         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
35188         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
35189         (gst_ximagesink_xoverlay_init):
35190           assorted fixes to make (re)embedding work
35191         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
35192         (gst_ximagesink_get_desired_size):
35193           implement desired size additions to XOverlay
35194
35195 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35196
35197         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
35198         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
35199         (gst_x_overlay_got_desired_size):
35200         * gst-libs/gst/xoverlay/xoverlay.h:
35201           Add optional "desired size" signal and querying.
35202
35203 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35204
35205         * gst/matroska/matroska-demux.c:
35206         (gst_matroska_demux_parse_blockgroup):
35207           Fix EBML-laced block parsing. Diffs are relative to previous
35208           lace, not the first lace. Thanks to Mosu from the Matroska
35209           team for detecting this.
35210         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
35211         (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
35212         (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
35213         (gst_wavparse_change_state):
35214         * gst/wavparse/gstwavparse.h:
35215           Quickfix for capsnego.
35216
35217 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35218
35219         * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
35220           Fix indenting, fix pad creation.
35221
35222 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35223
35224         * ext/xvid/gstxviddec.c: (gst_xviddec_init),
35225         (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
35226         (gst_xviddec_sink_link):
35227           Implement src_getcaps() so proper size caps is negotiated.
35228
35229 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35230
35231         * ext/flac/gstflacdec.c: (gst_flacdec_loop):
35232           Finish flac decoder on EOS. See #116178.
35233
35234 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35235
35236         * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
35237         (gst_matroska_demux_add_stream):
35238         * gst/matroska/matroska-ids.h:
35239           Add getcaps() function to fix capsnego...
35240
35241 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35242
35243         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
35244         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
35245         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
35246           Fix more integer overflows. Again, see #126967.
35247
35248 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35249
35250         * ext/mpeg2dec/gstmpeg2dec.c:
35251           Add support for mpeg2dec-0.4.0 (released two weeks ago). See
35252           #130416.
35253
35254 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35255
35256         * configure.ac:
35257         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
35258         (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
35259         * ext/xvid/gstxvid.h:
35260         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
35261         (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
35262         (gst_xviddec_src_link), (gst_xviddec_sink_link),
35263         (gst_xviddec_change_state):
35264         * ext/xvid/gstxviddec.h:
35265         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
35266         (gst_xvidenc_base_init), (gst_xvidenc_class_init),
35267         (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
35268         (gst_xvidenc_link), (gst_xvidenc_set_property),
35269         (gst_xvidenc_get_property), (gst_xvidenc_change_state):
35270         * ext/xvid/gstxvidenc.h:
35271           Update xvid plugin to latest xvid (1.0.0-beta3) API.
35272
35273 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35274
35275         * gst/rtp/rtp-packet.c:
35276           Add sys/types.h include, since OS X doesn't define in_addr_t
35277           in netinet/in.h, like it does on Linux (see #129600).
35278
35279 2004-01-03  Thomas Canty <tommydal@optushome.com.au>
35280
35281         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
35282
35283         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
35284           Correct logic of dispose function (see #129306).
35285
35286 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35287
35288         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
35289         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
35290         (gst_mpeg_parse_init):
35291         * gst/mpegstream/gstmpegparse.h:
35292           Remove clock (which was never provided, i.e. dead code), and
35293           also fix integer overflows at high PTS values (see #126967).
35294
35295 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35296
35297         * ext/flac/gstflacdec.c:
35298         * ext/libpng/gstpngenc.h:
35299         * ext/mikmod/gstmikmod.h:
35300           OS X fixes (see #126628).
35301
35302 2004-01-02  David Schleef  <ds@schleef.org>
35303
35304         * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
35305         (gst_alsa_src_base_init): Remove bogus "src" request pad.
35306         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
35307         (gst_mpeg_parse_class_init): Move pad template registration
35308         to class_init, since the derived class (mpegdemux) doesn't
35309         want them.
35310
35311 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35312
35313         * sys/ximage/Makefile.am:
35314         * sys/xvideo/Makefile.am:
35315         * sys/xvimage/Makefile.am:
35316           Move interface libs from LDFLAGS to LIBADD, fix relocation errors
35317           after installation (see #127664).
35318
35319 2004-01-02  David Schleef  <ds@schleef.org>
35320
35321         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
35322         (gst_ffmpegenc_connect):  Negotiation fixes.
35323         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
35324         Remove inappropriate gst_caps_free().
35325         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
35326         Reenable Ronald's internal resize code, since the core handles
35327         it correctly now.
35328
35329 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35330
35331         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
35332         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
35333         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
35334           Fix pad template stuff.
35335
35336 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35337
35338         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
35339         * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
35340           fix signed integer reading/writing.
35341
35342 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35343
35344         * ext/alsa/README:
35345           Remove outdated document
35346
35347 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
35348
35349         * gst/cutter/gstcutter.c: (gst_cutter_init):
35350           src pad was being created twice - oops.
35351
35352 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35353
35354         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
35355           Comment out internal resize. It doesn't handle the resulting
35356           XEvent internally, does another try_set_caps() which leads to
35357           a really nice loop.
35358           Real fix will come when Julien and Dave are awake. ;).
35359
35360 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35361
35362         * ext/mpeg2enc/gstmpeg2enc.cc:
35363           fix const/nonconst compile issue.
35364
35365 2004-01-02  David Schleef  <ds@schleef.org>
35366
35367         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
35368         (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
35369         Add fixate function and a check for bad formats.
35370
35371 2004-01-01  David Schleef  <ds@schleef.org>
35372
35373         Negotiation fixes:
35374         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
35375         (gst_audiofilter_init):
35376         * gst/debug/efence.c: (gst_efence_init):
35377         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
35378         (gst_deinterlace_init):
35379         * gst/volume/gstvolume.c: (volume_connect):
35380
35381 2004-01-01  David Schleef  <ds@schleef.org>
35382
35383         Convert elements to use gst_pad_use_explicit_caps() where
35384         appropriate:
35385         * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
35386         * ext/audiofile/gstafparse.c: (gst_afparse_init),
35387         (gst_afparse_open_file):
35388         * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
35389         (gst_afsrc_open_file):
35390         * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
35391         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
35392         (gst_ffmpegdec_chain):
35393         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
35394         * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
35395         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
35396         (gst_gdk_pixbuf_chain):
35397         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
35398         (gst_jpegdec_chain):
35399         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
35400         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
35401         (gst_mikmod_negotiate):
35402         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
35403         (gst_mpeg2dec_negotiate_format):
35404         * ext/mpeg2enc/gstmpeg2enc.cc:
35405         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
35406         * ext/speex/gstspeexdec.c: (gst_speexdec_init),
35407         (gst_speexdec_sinkconnect):
35408         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
35409         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
35410         (gst_vorbisfile_new_link):
35411         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
35412         (gst_ac3parse_chain):
35413         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
35414         (gst_asf_demux_setup_pad):
35415         * gst/auparse/gstauparse.c: (gst_auparse_init),
35416         (gst_auparse_chain):
35417         * gst/id3/gstid3types.c: (gst_id3types_loop):
35418         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
35419         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
35420         (mp1videoparse_parse_seq):
35421         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
35422         (bpf_from_header):
35423         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
35424         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
35425         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
35426         (gst_mpeg_parse_send_data):
35427         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
35428         (gst_qtdemux_add_stream):
35429         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
35430         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
35431         (gst_wavparse_parse_fmt):
35432
35433 2004-01-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35434
35435         * configure.ac:
35436           Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
35437           1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
35438           it therefore uses the wrong include paths. Too bad... Note
35439           that 1.6.1.93 is not release yet. ;).
35440           Also add a check for mplex, which is now using the lib'ified
35441           mplex from mjpegtools, too.
35442         * ext/ffmpeg/gstffmpegcodecmap.c:
35443           Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
35444           issues. I don't think ffmpeg handles 3ivx correctly, so this
35445           probably won't work. But it won't hurt either.
35446         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
35447         (gst_ffmpegdec_chain):
35448         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
35449         (gst_ffmpegenc_chain_audio):
35450           Fix memleak in audio encoding. Close codec if open fails, this
35451           calls the cleanup routines so we can re-use the context.
35452         * ext/mpeg2enc/gstmpeg2enc.cc:
35453           Fix pad template names/types, fix memory issue with getcaps().
35454         * ext/mpeg2enc/gstmpeg2encoder.cc:
35455         * ext/mpeg2enc/gstmpeg2encoder.hh:
35456           Fix compile issue with new caps system (const thingy).
35457         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
35458         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
35459           We read a first frame right on initing, so that we have a caps
35460           when we init the output. This caps is cached in padprivate and
35461           read as first frame.
35462         * ext/mplex/Makefile.am:
35463         * ext/mplex/gstmplex.cc:
35464         * ext/mplex/gstmplex.h:
35465         * ext/mplex/gstmplex.hh:
35466         * ext/mplex/gstmplexibitstream.cc:
35467         * ext/mplex/gstmplexibitstream.hh:
35468         * ext/mplex/gstmplexjob.cc:
35469         * ext/mplex/gstmplexjob.hh:
35470         * ext/mplex/gstmplexoutputstream.cc:
35471         * ext/mplex/gstmplexoutputstream.hh:
35472           We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
35473           had issues, didn't do capsnego, supported only a subset of the
35474           mplex features and required a mplex fork in our local CVS. Plus
35475           that it worked agaist a very old mplex version. Rewriting was
35476           faster than updating it.
35477         * gst-libs/ext/Makefile.am:
35478         * gst-libs/ext/mplex/INSTRUCT:
35479         * gst-libs/ext/mplex/Makefile.am:
35480         * gst-libs/ext/mplex/README:
35481         * gst-libs/ext/mplex/TODO:
35482         * gst-libs/ext/mplex/ac3strm_in.cc:
35483         * gst-libs/ext/mplex/audiostrm.hh:
35484         * gst-libs/ext/mplex/audiostrm_out.cc:
35485         * gst-libs/ext/mplex/aunit.hh:
35486         * gst-libs/ext/mplex/bits.cc:
35487         * gst-libs/ext/mplex/bits.hh:
35488         * gst-libs/ext/mplex/buffer.cc:
35489         * gst-libs/ext/mplex/buffer.hh:
35490         * gst-libs/ext/mplex/fastintfns.h:
35491         * gst-libs/ext/mplex/format_codes.h:
35492         * gst-libs/ext/mplex/inputstrm.cc:
35493         * gst-libs/ext/mplex/inputstrm.hh:
35494         * gst-libs/ext/mplex/lpcmstrm_in.cc:
35495         * gst-libs/ext/mplex/mjpeg_logging.cc:
35496         * gst-libs/ext/mplex/mjpeg_logging.h:
35497         * gst-libs/ext/mplex/mjpeg_types.h:
35498         * gst-libs/ext/mplex/mpastrm_in.cc:
35499         * gst-libs/ext/mplex/mpegconsts.cc:
35500         * gst-libs/ext/mplex/mpegconsts.h:
35501         * gst-libs/ext/mplex/mplexconsts.hh:
35502         * gst-libs/ext/mplex/multplex.cc:
35503         * gst-libs/ext/mplex/outputstream.hh:
35504         * gst-libs/ext/mplex/padstrm.cc:
35505         * gst-libs/ext/mplex/padstrm.hh:
35506         * gst-libs/ext/mplex/stillsstream.cc:
35507         * gst-libs/ext/mplex/stillsstream.hh:
35508         * gst-libs/ext/mplex/systems.cc:
35509         * gst-libs/ext/mplex/systems.hh:
35510         * gst-libs/ext/mplex/vector.cc:
35511         * gst-libs/ext/mplex/vector.hh:
35512         * gst-libs/ext/mplex/videostrm.hh:
35513         * gst-libs/ext/mplex/videostrm_in.cc:
35514         * gst-libs/ext/mplex/videostrm_out.cc:
35515         * gst-libs/ext/mplex/yuv4mpeg.cc:
35516         * gst-libs/ext/mplex/yuv4mpeg.h:
35517         * gst-libs/ext/mplex/yuv4mpeg_intern.h:
35518         * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
35519           We don't fork mjpegtools' mplex in our CVS anymore.
35520         * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
35521         (gst_avi_demux_add_stream):
35522         * gst/avi/gstavidemux.h:
35523           Add getcaps() function for proper caps nego. This makes some
35524           parts of AVI playback/reading work.
35525         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
35526           Resize window on new capsnego. This is probably wrong, but
35527           I'm still committing it because with current capsnego, the
35528           first successfull capsnego is auto-fixated, therefore rounded
35529           down to the lowest values in the caps. this results in a 16x16
35530           XWindow that is not reized when real capsnego finishes.
35531           Dave, I see more cases of this, do you know a proper solution?
35532         * tools/gst-launch-ext.in:
35533           Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
35534
35535 2003-12-31  David Schleef  <ds@schleef.org>
35536
35537         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
35538         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
35539           Change gst_pad_proxy_link() to gst_pad_try_set_caps()
35540
35541 2003-12-30  David Schleef  <ds@schleef.org>
35542
35543         * ext/ffmpeg/gstffmpegcolorspace.c:
35544         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
35545         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
35546         (gst_ffmpegcsp_chain): Negotiation fixes
35547         * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
35548         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
35549         (gst_audio_convert_link), (gst_audio_convert_channels):
35550         * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
35551         (gst_audioscale_link), (gst_audioscale_get_buffer),
35552         (gst_audioscale_chain): Negotiation fixes
35553         * gst/audioscale/gstaudioscale.h:
35554         * gst/videofilter/gstvideofilter.c:
35555         (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
35556         (gst_videofilter_link), (gst_videofilter_init),
35557         (gst_videofilter_set_output_size), (gst_videofilter_setup),
35558         (gst_videofilter_find_format_by_structure):
35559         * gst/videofilter/gstvideofilter.h: Negotiation fixes
35560         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
35561         (gst_videoscale_link):
35562         * gst/videoscale/videoscale.c: (videoscale_get_structure),
35563         (videoscale_find_by_structure), (gst_videoscale_setup):
35564         * gst/videoscale/videoscale.h: Negotiation fixes
35565         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
35566         (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
35567         function, restrict resizing to a multiple of 4 (hack until
35568         everyone supports odd sizes correctly).
35569
35570 2003-12-29  Colin Walters  <walters@verbum.org>
35571
35572         * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
35573         signed.
35574
35575 2003-12-30  Jan Schmidt <thaytan@mad.scientist.com>
35576
35577         * ext/sndfile/gstsf.c: (gst_sf_loop):
35578           Fix warning about discarding const qualifier
35579
35580 2003-12-27  Jeremy Simon   <jesimon@libertysurf.fr>
35581
35582         * gst/cutter/gstcutter.c:
35583         * gst/videoscale/gstvideoscale.c:
35584         * gst/volenv/gstvolenv.c:
35585         * gst-libs/gst/audio/audio.c:
35586         * gst-libs/gst/video/video.c:
35587           Fix warnings
35588
35589 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35590
35591         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
35592           Don't send ALSA debugging to stderr.
35593         * ext/alsa/gstalsa.h:
35594           Use GST_WARNING instead of g_warning when ALSA functions fail.
35595
35596 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35597
35598         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
35599           Free XVAdapterInfo correctly.
35600
35601 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35602
35603         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
35604         (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
35605           Make id3tag use correct caps nego.
35606
35607 2003-12-27  Amaury Jacquot <sxpert@esitcom.org>
35608
35609         * ext/ivorbis/vorbis.c:
35610         * ext/ivorbis/vorbisenc.h:
35611         * ext/ivorbis/vorbisfile.c:
35612           Modify so that it uses the new caps things
35613
35614 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35615
35616         * testsuite/spider/spider1.c: (main):
35617         * testsuite/spider/spider2.c: (main):
35618         * testsuite/spider/spider3.c: (main):
35619           Make tests compile again. They probably don't work.
35620
35621 2003-12-24  Colin Walters  <walters@verbum.org>
35622
35623         * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
35624         we can't fixate the caps anymore.
35625
35626 2003-12-23  David Schleef  <ds@schleef.org>
35627
35628         * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
35629         * sys/oss/gstosssink.c: (gst_osssink_init),
35630         (gst_osssink_sink_fixate): Add fixate function.
35631
35632 2003-12-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35633
35634         * ext/ffmpeg/gstffmpegcodecmap.c:
35635         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
35636         (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
35637         (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
35638         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
35639         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
35640         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
35641         (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
35642           fix typo in RGB masks, and move back to "old" colorspace
35643           capsnego code until whoever wrote this new crap has actually
35644           tested it so that it works.
35645           And yes, this works, keep it that way please.
35646
35647 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35648
35649         * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
35650         (gst_divxdec_init), (gst_divxdec_negotiate):
35651         * ext/divx/gstdivxdec.h:
35652         * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
35653         (gst_divxenc_init):
35654         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
35655         (gst_faac_sinkconnect), (gst_faac_srcconnect):
35656         * ext/mpeg2enc/gstmpeg2enc.cc:
35657         * ext/mpeg2enc/gstmpeg2encoder.cc:
35658         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
35659         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
35660         (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
35661         * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
35662         (dxr3spusink_init):
35663         * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
35664         (dxr3videosink_init):
35665           Fix caps breakage after Dave's caps branch merge.
35666
35667 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35668
35669         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
35670           Fix for 24bpp display.
35671
35672 2003-12-23  Colin Walters  <walters@verbum.org>
35673
35674         * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
35675         a GnomeVFSHandle directly.
35676
35677 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35678
35679         * gst/volume/Makefile.am:
35680         * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
35681         (volume_base_init), (volume_init):
35682           Reenable volume element and fix to work with new caps stuff.
35683           Rhythmbox needs this.
35684
35685 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35686
35687         * gst/qtdemux/qtdemux.c: (plugin_init):
35688           qtdemux requires bytestream
35689
35690 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35691
35692         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
35693           Fix remaining caps handling errors due to CAPS merge.
35694
35695 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35696
35697         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
35698         (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
35699         (gst_faad_srcconnect):
35700           Port to new caps system.
35701
35702 2003-12-21  Julien MOUTTE  <julien@moutte.net>
35703
35704         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
35705         (got_video_size), (main): using g_print instead of g_message.
35706         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
35707         signal which was not emitted because of "switch" element added to the
35708         bin but not connected. (Removing from the bin temporarily)
35709
35710 2003-12-21  Julien MOUTTE  <julien@moutte.net>
35711
35712         * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
35713         find X development files. I don't understand the previous tests and
35714         they fail on my debian/ppc unstable. This one works.
35715         * examples/gstplay/player.c: (main): Set the pipeline to READY before
35716         exiting.
35717         * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
35718         (gst_play_set_video_sink), (gst_play_set_audio_sink),
35719         (gst_play_set_visualization): Add some safety checks in set_ methods
35720         and state_change. This was throwing some ugly CRITICAL messages when
35721         pipeline was getting disposed and casts were failing.
35722
35723 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35724
35725         * configure.ac:
35726           Improve mpeg2enc detection. This is for distributions that do
35727           ship mjpegtools, but without mpeg2enc. Also does object check
35728           for might there ever be ABI incompatibility.
35729         * ext/mpeg2enc/gstmpeg2enc.cc:
35730           Add Andrew as second maintainer (he's helping me), and also add
35731           an error if no caps was set. This happens if I pull before capsnego
35732           and that's something I should solve sometime else.
35733         * gst/matroska/matroska-demux.c:
35734         (gst_matroska_demux_parse_blockgroup):
35735           Fix time parsing.
35736         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
35737         (gst_matroska_mux_track_header):
35738           Add caps to templates.
35739         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
35740           Add mpegversion=1 to prevent confusion with MPEG/AAC.
35741         * gst/mpegstream/gstmpegdemux.c:
35742           Remove layer since it causes warnings about unfixed caps.
35743         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
35744           Fix obvious typo (we error out if caps were set, we should of
35745           course error out if *no* caps were set).
35746         * sys/oss/gstosselement.c: (gst_osselement_convert):
35747           Fix format conversion, we confused bits/bytes.
35748         * sys/oss/gstosselement.h:
35749           Improve documentation for 'bps'.
35750         * sys/v4l/TODO:
35751           Remove stuff about plugins that need removing - this was done
35752           ages ago.
35753         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
35754         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
35755         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
35756         (gst_v4lsrc_src_query):
35757         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
35758         (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
35759           Add get_query_types(), get_formats() and query() functions.
35760
35761 2003-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
35762
35763         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
35764           * moved CVS to freedesktop.org