tests/check/: Reenable theoraenc test, which fails on the buildbot but not locally.
[platform/upstream/gstreamer.git] / ChangeLog
1 2007-12-31  David Schleef  <ds@schleef.org>
2
3         * tests/check/Makefile.am:
4         * tests/check/pipelines/theoraenc.c:
5           Reenable theoraenc test, which fails on the buildbot but
6           not locally.
7
8 2007-12-31  David Schleef  <ds@schleef.org>
9
10         * docs/libs/.cvsignore:
11         * docs/plugins/.cvsignore:
12           Add *-undeclared.txt to fix buildbot.
13
14 2007-12-31  David Schleef  <ds@schleef.org>
15
16         * tests/check/Makefile.am:
17           Second attempt at disabling theoraenc test long enough to
18           get buildbot to compile -base.
19
20 2007-12-31  David Schleef  <ds@schleef.org>
21
22         * tests/check/pipelines/theoraenc.c:
23           Disable theoraenc test long enough to get the buildbot to
24           compile a recent -base.
25
26 2007-12-31  Wim Taymans  <wim.taymans@collabora.co.uk>
27
28         * tests/examples/seek/seek.c: (stop_cb):
29         Make sure we reset the slider value to 0.0 without racing against a
30         possible g_idle that sets it to something else.
31
32 2007-12-31  Thijs Vermeir  <thijsvermeir@gmail.com>
33
34         * sys/ximage/ximagesink.c:
35         fix typo
36
37 2007-12-30  Wim Taymans  <wim.taymans@collabora.co.uk>
38
39         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status):
40         * gst-libs/gst/rtsp/gstrtspdefs.h:
41         Add Location header so that we can start implementing redirects.
42         See #506025.
43
44 2007-12-29  Thijs Vermeir  <thijsvermeir@gmail.com>
45
46         * gst/subparse/gstssaparse.c:
47         combine if's
48
49 2007-12-29  Thijs Vermeir  <thijsvermeir@gmail.com>
50
51         * gst/subparse/gstssaparse.c:
52         remove duplicate log message
53
54 2007-12-29  Sebastian Dröge  <slomo@circular-chaos.org>
55
56         * ext/libvisual/visual.c: (gst_visual_chain):
57         Fix 'xyz may be used uninitialized' compiler warnings caused
58         by broken g_assert_not_reached() macro in GLib-2.15.x and don't
59         abort() in any case but properly report the error.
60
61 2007-12-28  Wim Taymans  <wim.taymans@collabora.co.uk>
62
63         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
64         (gst_play_bin_finalize), (gst_play_bin_set_uri),
65         (gst_play_bin_set_suburi), (gst_play_bin_set_property),
66         (gst_play_bin_get_property), (pad_removed_cb), (drained_cb),
67         (autoplug_select_cb), (activate_group), (deactivate_group),
68         (setup_next_source), (save_current_group),
69         (gst_play_bin_change_state):
70         Code cleanups.
71         Remove next-uri, we can use the uri property just fine.
72         Fix some crasher.
73         Unref uridecodebin when switching.
74         Fix going to READY.
75
76         * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
77         (gst_play_sink_init), (gst_play_sink_dispose),
78         (gst_play_sink_finalize), (gst_play_sink_vis_unblocked),
79         (gst_play_sink_vis_blocked), (gst_play_sink_set_video_sink),
80         (gst_play_sink_set_audio_sink), (gst_play_sink_set_vis_plugin),
81         (gst_play_sink_set_property), (gst_play_sink_get_property),
82         (gen_video_chain), (gen_text_element), (gen_audio_chain),
83         (gen_vis_element), (gst_play_sink_get_mode),
84         (gst_play_sink_set_mode), (gst_play_sink_set_flags),
85         (gst_play_sink_get_flags), (gst_play_sink_request_pad),
86         (gst_play_sink_release_pad), (gst_play_sink_send_event_to_sink),
87         (gst_play_sink_change_state):
88         * gst/playback/gstplaysink.h:
89         Add some locking to make things threadsafe.
90
91         * gst/playback/test7.c: (about_to_finish_cb):
92         Fix test.
93
94 2007-12-22  Tim-Philipp Müller  <tim at centricular dot net>
95
96         * gst/videoscale/gstvideoscale.c: (gst_video_scale_set_property),
97           (gst_video_scale_get_property), (gst_video_scale_transform_caps),
98           (gst_video_scale_transform):
99           Don't claim to be able to handle/transform caps that can't really
100           be handled by the currently selected scaling method (here: RGB or
101           packed YUV with 4-tap method). Also add locking to method property.
102
103         * tests/check/pipelines/simple-launch-lines.c: (setup_pipeline),
104           (test_basetransform_based):
105           Some test pipelines for the above (not entirely valgrind clean yet
106           apparently).
107
108 2007-12-21  David Schleef  <ds@schleef.org>
109
110         * gst-libs/gst/video/video.c:
111         * gst-libs/gst/video/video.h:
112           Add additional RGBA and RGB-24 video formats.
113
114 2007-12-21  Tim-Philipp Müller  <tim at centricular dot net>
115
116         * tests/check/elements/playbin.c: (test_sink_usage_video_only_stream),
117           (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
118           (test_suburi_error_wrongproto), (test_missing_primary_decoder):
119         * tests/check/libs/cddabasesrc.c: (GST_START_TEST), (GST_START_TEST),
120           (cddabasesrc_suite):
121           Don't use GST_PLUGIN_DEFINE_STATIC, it's not portable and will be
122           deprecated in the future (see #498924).
123
124 2007-12-21  Tim-Philipp Müller  <tim at centricular dot net>
125
126         * gst/playback/gststreamselector.c: (gst_selector_pad_event):
127           Don't leak event.
128
129 2007-12-20  Thijs Vermeir <thijsvermeir@gmail.com>
130
131         * gst-libs/gst/riff/riff-read.c:
132         Use GST_ROUND_UP_2 macro
133
134 2007-12-20  Tim-Philipp Müller  <tim at centricular dot net>
135
136         * gst/playback/.cvsignore:
137           Ignore more.
138
139 2007-12-20  Tim-Philipp Müller  <tim at centricular dot net>
140
141         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init):
142         * gst/playback/gstplaybasebin.c: (set_subtitles_visible),
143           (set_active_source):
144         * gst/playback/gstplaybasebin.h:
145         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
146           (setup_sinks), (playbin_set_subtitles_visible):
147           Make switching off of subtitles work. To avoid all kind of
148           problems with unlinking of the subtitle input, we just keep
149           the subtitle inputs linked as they are and tell textoverlay
150           not to render them. Fixes #373011.
151           Other subtitle switching issues (esp. when there are both
152           external and in-stream subtitles) remain. They'll be solved
153           in playbin2.
154
155 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
156
157         * gst/playback/gststreamselector.c: (gst_selector_pad_init):
158         Init the pad segment too.
159
160 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
161
162         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
163         (gst_audioringbuffer_open_device),
164         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
165         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
166         (gst_audioringbuffer_pause), (gst_audioringbuffer_stop),
167         (gst_audio_sink_create_ringbuffer):
168         Improve debug output.
169
170         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_start),
171         (gst_ring_buffer_pause), (gst_ring_buffer_delay):
172         Prevent some functions from doing things and failing when the
173         ringbuffer is not yet acquired.
174
175 2007-12-18  Sebastian Dröge  <slomo@circular-chaos.org>
176
177         * gst-libs/gst/interfaces/interfaces.h:
178           Also remove interfaces.h from CVS as it is not needed anymore.
179
180 2007-12-18  Sebastian Dröge  <slomo@circular-chaos.org>
181
182         * gst-libs/gst/interfaces/Makefile.am:
183           interfaces.h is not used anymore so remove it from the build
184           process.
185
186 2007-12-17  David Schleef  <ds@schleef.org>
187
188         * gst/videotestsrc/gstvideotestsrc.c:
189         * gst/videotestsrc/gstvideotestsrc.h:
190           Add a "blink" pattern.  Turn on the pain.  Apologies.  It's useful
191           for testing vertical refresh synchronization.
192
193 2007-12-17  David Schleef  <ds@schleef.org>
194
195         * docs/libs/gst-plugins-base-libs-sections.txt:
196         * gst-libs/gst/video/video.c:
197         * gst-libs/gst/video/video.h:
198           Add new GstVideFormat enum and write a bunch of helper functions
199           based around it.
200
201 2007-12-17  Tim-Philipp Müller  <tim at centricular dot net>
202
203         * Makefile.am:
204           Use new common/win32.mak.
205
206 2007-12-17  Wim Taymans  <wim.taymans@collabora.co.uk>
207
208         * gst-libs/gst/audio/gstbaseaudiosrc.c:
209         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
210         Add debug info.
211         When going from PLAYING to PAUSED, pause the ringbuffer before calling
212         the parent state change function, just like the audiosink, because the
213         parent waits for the element to finish its processing before completing
214         the state change. This makes going to PAUSED a lot snappier.
215         When going from READY to PAUSED, don't allow the ringbuffer to start
216         yet.
217
218 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
219
220         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
221         Yet another fix for broken software that produce files with an empty
222         blockalign field. Instead of completely failing, make a second attempt
223         at guessing the width/depth by looking at strf->size.
224
225 2007-12-16  Tim-Philipp Müller  <tim at centricular dot net>
226
227         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_do_seek),
228           (gst_cdda_base_src_handle_track_seek), (gst_cdda_base_src_create):
229         * gst-libs/gst/pbutils/install-plugins.c:
230           (gst_install_plugins_spawn_child), (gst_install_plugins_supported):
231         * gst-libs/gst/pbutils/missing-plugins.c:
232           (gst_missing_plugin_message_get_installer_detail),
233           (gst_missing_encoder_installer_detail_new):
234         * gst-libs/gst/rtsp/gstrtspconnection.c: (gst_rtsp_connection_send):
235         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_unset):
236           Turn a few g_assert_not_reached() into g_return_val_if_reached() to
237           avoid compiler warnings (#503930).
238
239 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
240
241         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
242         Be apologetic of software that use the 'jpeg' instead of 'JPEG' FOURCC
243         for jpeg video streams.
244         Add the 'avc1'/'AVC1' fourcc mapping for h264, same software-comment as
245         for the above modification.
246
247 2007-12-15  Tim-Philipp Müller  <tim at centricular dot net>
248
249         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_expose),
250           (gst_x_overlay_handle_events):
251           More guards (we don't want klass to end up being NULL).
252
253 2007-12-14  Sebastian Dröge  <slomo@circular-chaos.org>
254
255         * configure.ac:
256         * gst/volume/gstvolume.c: (gst_volume_init):
257           Use new gst_base_transform_set_gap_aware() function as volume
258           correctly handles GST_BUFFER_FLAG_GAP. Require core 0.10.15.1 
259           for this.
260
261 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
262
263         * tests/examples/seek/seek.c: (msg_segment_done), (main):
264         Don't go to READY on EOS as this avoids testing of seeking and
265         restarting after EOS, use the stop button when you want to READY.
266         Don't try to do a flushing seek in segment-done, it does not make
267         sense to use this for gapless playback and is not needed.
268
269 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
270
271         * gst/playback/gstqueue2.c: (gst_queue_init), (gst_queue_finalize),
272         (reset_rate_timer), (update_in_rates), (update_out_rates),
273         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
274         (gst_queue_chain), (gst_queue_loop):
275         Use separate timers for input and output rates.
276         Pause measuring the output rate when we block for more data.
277         See #503262.
278
279 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
280
281         * gst/playback/gstqueue2.c: (gst_queue_chain):
282         Pause the timer to measure the input rate when we block because the
283         queue is filled. See #503262.
284
285 2007-12-13  Wim Taymans  <wim.taymans@collabora.co.uk>
286
287         Patch by: Peter Kjellerstedt  <pkj at axis com>
288
289         * gst-libs/gst/rtsp/gstrtspconnection.c:
290         (gst_rtsp_connection_free):
291         Close control sockets. Fixes #503440.
292
293 2007-12-13  Wim Taymans  <wim.taymans@collabora.co.uk>
294
295         * gst/playback/gstdecodebin2.c: (analyze_new_pad), (connect_pad):
296         Expose the right pad in the right place with the right element.
297
298 2007-12-13  Tim-Philipp Müller  <tim at centricular dot net>
299
300         * gst-libs/gst/pbutils/descriptions.c: (formats):
301           Add description for 'private' dts caps (who come up with that name?).
302
303 2007-12-13  Tim-Philipp Müller  <tim at centricular dot net>
304
305         * Makefile.am:
306           Add check-exports target and run it with 'make check'.
307
308         * configure.ac:
309           Be stricter about what we export in our libraries: change regexp so that
310           we only export _gst_foo(), but not __gst_foo().
311
312         * gst-libs/gst/cdda/base64.h: (rfc822_binary):
313         * gst-libs/gst/cdda/sha1.h: (sha_init), (sha_update), (sha_final):
314           Change internal functions to __gst_foo so they dont' get exported.
315
316         * win32/common/libgstaudio.def:
317           Add missing symbols.
318
319 2007-12-11  David Schleef  <ds@schleef.org>
320
321         * ChangeLog: remove conflict markers
322
323 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
324
325         * ext/gnomevfs/Makefile.am:
326         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_unicodify):
327           Use gst_tag_freeform_string_to_utf8() here, which also takes
328           into account any character sets specified by the user via
329           environment variables.
330
331 2007-12-10  Wim Taymans  <wim.taymans@gmail.com>
332
333         * gst/audioconvert/Makefile.am:
334         Also link to libm.
335
336 2007-12-10  Wim Taymans  <wim.taymans@gmail.com>
337
338         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
339         No need for floating point operations here. avoids having to link
340         against the math library too.
341
342 2007-12-10  Tim-Philipp Müller  <tim at centricular dot net>
343
344         * gst-libs/gst/pbutils/descriptions.c: (formats),
345           (format_info_get_desc):
346         * tests/check/libs/pbutils.c: (GST_START_TEST), (caps_strings),
347           (GST_START_TEST):
348           Add one or two missing formats.  Generate ADPCM description
349           dynamically depending on layout/format.
350
351 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
352
353         * configure.ac:
354           Don't define GST_DISABLE_DEPRECATED for releases. Fixes #498181.
355
356 2007-12-08  Tim-Philipp Müller  <tim at centricular dot net>
357
358         Patch by: Robin Stocker <robin dot stocker at gmx dot ch>
359
360         * gst/subparse/gstsubparse.c: (gst_sub_parse_data_format_autodetect):
361           Some .srt files start with chunk number 0 and not chunk number 1,
362           recognise and accept those as well (fixes #502497).
363
364         * tests/check/elements/subparse.c: (srt_input), (srt_input0),
365           (test_src):
366           Add unit test for the above.
367
368 2007-12-06  Wim Taymans  <wim.taymans@gmail.com>
369
370         * gst/playback/gstplay-enum.c:
371         (register_gst_autoplug_select_result),
372         (gst_autoplug_select_result_get_type):
373         * gst/playback/gstplay-enum.h:
374         Add missing files.
375
376 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
377
378         * gst/playback/Makefile.am:
379         Group decodebin2 and uridecodebin into the same plugin so that they
380         can share the GEnumType.
381
382         * gst/playback/gstdecodebin2.c: (_gst_array_accumulator),
383         (_gst_select_accumulator), (gst_decode_bin_class_init),
384         (gst_decode_bin_init), (gst_decode_bin_autoplug_sort),
385         (gst_decode_bin_autoplug_select), (gst_decode_bin_autoplug_add),
386         (analyze_new_pad), (connect_pad), (gst_decode_bin_plugin_init):
387         Add signal to sort factories instead of the more awkward autoplug-select
388         signal.
389         Modify autoplug_select so that we can try, skip or expose the
390         autopluggin of an element on a pad.
391
392         * gst/playback/gstfactorylists.c: (compare_ranks),
393         (decoders_filter), (sinks_filter), (gst_factory_list_is_type),
394         (element_filter), (gst_factory_list_get_elements),
395         (gst_factory_list_debug), (gst_factory_list_filter):
396         * gst/playback/gstfactorylists.h:
397         Simplify the API, allow getting elements based on mask.
398
399         * gst/playback/gstplay-marshal.list:
400         Add some more marshallers.
401
402         * gst/playback/gstplaybin2.c: (init_group), (gst_play_bin_init),
403         (gst_play_bin_finalize), (pad_removed_cb), (autoplug_factories_cb),
404         (autoplug_select_cb), (activate_group):
405         Add support for managing non-raw sinks by providing a custom element and
406         sink list to decodebin2.
407         Try to plug non-raw sinks when decodebin2 using autoplug-select of
408         decodebin2.
409
410         * gst/playback/gstplaysink.c: (gen_video_chain), (gen_audio_chain),
411         (gst_play_sink_set_mode), (gst_play_sink_request_pad):
412         * gst/playback/gstplaysink.h:
413         Add support for raw and non-raw sinks. 
414         Add support to force sinks selected by playbin2.
415         Don't plug raw converters for non-raw sinks.
416
417         * gst/playback/gsturidecodebin.c: (_gst_array_accumulator),
418         (_gst_select_accumulator), (gst_uri_decode_bin_class_init),
419         (proxy_autoplug_select_signal), (gst_uri_decode_bin_plugin_init),
420         (plugin_init):
421         Use right accumulators.
422         Proxy new signal.
423
424 2007-12-03  Wim Taymans  <wim.taymans@gmail.com>
425
426         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
427         Use runnning time as the base time instead of the timestamp.
428         Spotted by Saur on IRC.
429
430 2007-12-03  Edward Hervey  <bilboed@bilboed.com>
431
432         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
433         Add 'WVC1' codec mapping for Windows Media VC-1 video codec.
434
435 2007-12-03  Wim Taymans  <wim.taymans@gmail.com>
436
437         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_bisect_forward_serialno),
438         (gst_ogg_demux_read_chain):
439         If we find a new serial number but it does not contain a BOS page, make
440         sure we initialize the chain to NULL because else we will try to scan it
441         and crash. Fixes #500763
442
443 2007-11-30  Wim Taymans  <wim.taymans@gmail.com>
444
445         * gst/playback/Makefile.am:
446         * gst/playback/gstfactorylists.c: (compare_ranks), (print_feature),
447         (get_feature_array), (decoders_filter), (sinks_filter),
448         (gst_factory_list_get_decoders), (gst_factory_list_get_sinks),
449         (gst_factory_list_filter):
450         * gst/playback/gstfactorylists.h:
451         Refactor some common code to filter factories and check caps compat.
452
453         * gst/playback/gstdecodebin.c:
454         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
455         (gst_decode_bin_init), (gst_decode_bin_dispose),
456         (gst_decode_bin_autoplug_continue),
457         (gst_decode_bin_autoplug_factories),
458         (gst_decode_bin_autoplug_select), (analyze_new_pad),
459         (find_compatibles):
460         * gst/playback/gstplaybin.c:
461         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
462         (gst_play_bin_init), (gst_play_bin_finalize),
463         (autoplug_factories_cb), (activate_group):
464         * gst/playback/gstqueue2.c:
465         * gst/playback/gsturidecodebin.c: (proxy_unknown_type_signal),
466         (proxy_autoplug_continue_signal),
467         (proxy_autoplug_factories_signal), (proxy_autoplug_select_signal),
468         (proxy_drained_signal):
469         Add some more debug info and use factor filtering code.
470
471 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
472
473         * gst/audiotestsrc/gstaudiotestsrc.c:
474         * gst/volume/gstvolume.c:
475         * gst/volume/gstvolume.h:
476           Add GAP-flag support.
477
478 2007-11-24  Julien MOUTTE  <julien@moutte.net>
479
480         * tests/examples/seek/seek.c: (main): Increase the range of the
481         rate selector as I would like to test QOS behavior at higher
482         forward and reverse playback speed like say 64x.
483
484 2007-11-23  Sebastian Dröge  <slomo@circular-chaos.org>
485
486         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
487         (audioresample_query), (audioresample_query_type),
488         (gst_audioresample_set_property):
489         Implement latency query.
490
491 2007-11-21  Wim Taymans  <wim.taymans@gmail.com>
492
493         * gst-libs/gst/audio/gstbaseaudiosink.c:
494         (gst_base_audio_sink_drain):
495         Our EOS time contains the base_time, _wait_eos() expects a running_time
496         so we have to subtract the base_time again before calling the function.
497         This fixes an EOS regression where the base_time was added twice and EOS
498         took longer and longer in certain situations.
499         Fixes #498767.
500
501 2007-11-21  Wim Taymans  <wim.taymans@gmail.com>
502
503         * docs/libs/gst-plugins-base-libs-sections.txt:
504         * gst-libs/gst/audio/gstbaseaudiosink.c: (slave_method_get_type),
505         (gst_base_audio_sink_set_provide_clock),
506         (gst_base_audio_sink_get_provide_clock),
507         (gst_base_audio_sink_set_slave_method),
508         (gst_base_audio_sink_get_slave_method),
509         (gst_base_audio_sink_set_property),
510         (gst_base_audio_sink_get_property), (gst_base_audio_sink_drain),
511         (gst_base_audio_sink_none_slaving),
512         (gst_base_audio_sink_handle_slaving):
513         * gst-libs/gst/audio/gstbaseaudiosink.h:
514         Expose methods for some object properties so that subclasses can more
515         easily configure them.
516         Added slave method none, that completely disables slaving to the
517         internal clock.
518         API: gst_base_audio_sink_set_provide_clock()
519         API: gst_base_audio_sink_get_provide_clock()
520         API: gst_base_audio_sink_set_slave_method()
521         API: gst_base_audio_sink_get_slave_method()
522
523         * gst-libs/gst/audio/gstbaseaudiosrc.c:
524         (gst_base_audio_src_set_provide_clock),
525         (gst_base_audio_src_get_provide_clock),
526         (gst_base_audio_src_set_property),
527         (gst_base_audio_src_get_property), (gst_base_audio_src_create):
528         * gst-libs/gst/audio/gstbaseaudiosrc.h:
529         Expose methods for some object properties so that subclasses can more
530         easily configure them.
531         API: gst_base_audio_src_set_provide_clock()
532         API: gst_base_audio_src_get_provide_clock()
533
534 2007-11-20  Wim Taymans  <wim.taymans@gmail.com>
535
536         Patch by: Joe Peterson <lavajoe at gentoo dot org>
537
538         * gst-libs/gst/sdp/gstsdpmessage.c:
539         Fix compilation on FreeBSD (Gentoo). Fixes #498228.
540
541 2007-11-19  Sebastian Dröge  <slomo@circular-chaos.org>
542
543         * tests/check/libs/fft.c: (GST_START_TEST):
544         Fix scaling to really have dB instead of something else.
545
546 2007-11-19  Julien MOUTTE  <julien@moutte.net>
547
548         * tests/examples/seek/seek.c: (main): There's a nice macro to check
549         GTK version, use it.
550
551 2007-11-19  Julien MOUTTE  <julien@moutte.net>
552
553         * tests/examples/seek/seek.c: (main): Try to support stable version
554         of GTK.
555
556 2007-11-17  Stefan Kost  <ensonic@users.sf.net>
557
558         * gst/playback/README:
559         * gst/playback/test7.c:
560           Fix the build + little README update.
561
562 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
563
564         * tests/examples/seek/seek.c: (make_playerbin2_pipeline), (main):
565         Add playbin2 seek pipeline.
566
567 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
568
569         * gst/playback/Makefile.am:
570         * gst/playback/gstplayback.c: (plugin_init):
571         * gst/playback/test7.c: (update_scale), (warning_cb), (error_cb),
572         (eos_cb), (about_to_finish_cb), (main):
573         Add playbin2.
574         Added gapless playback example.
575
576         * gst/playback/gstplaybasebin.c:
577         * gst/playback/gstplaybasebin.h:
578         * gst/playback/gstplaybin.c: (gst_play_bin_plugin_init):
579         * gst/playback/gstqueue2.c:
580         * gst/playback/test.c:
581         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
582         (pad_removed_cb):
583         * gst/playback/gststreaminfo.h:
584         Change email.
585
586         * gst/playback/gstplaybin2.c: (gst_play_bin_get_type),
587         (gst_play_bin_class_init), (init_group), (gst_play_bin_init),
588         (gst_play_bin_dispose), (gst_play_bin_set_uri),
589         (gst_play_bin_set_suburi), (gst_play_bin_set_property),
590         (gst_play_bin_get_property), (gst_play_bin_handle_message),
591         (pad_added_cb), (pad_removed_cb), (no_more_pads_cb), (perform_eos),
592         (drained_cb), (unlink_group), (activate_group),
593         (setup_next_source), (gst_play_bin_change_state),
594         (gst_play_bin2_plugin_init):
595         Added raw first version of playbin2. Does chained oggs and gapless
596         playback fine. No support for raw sinks yet. No visualisations or
597         subtitles yet.
598
599         * gst/playback/gstplaysink.c: (gst_play_sink_get_type),
600         (gst_play_sink_class_init), (gst_play_sink_init),
601         (gst_play_sink_dispose), (gst_play_sink_vis_unblocked),
602         (gst_play_sink_vis_blocked), (gst_play_sink_set_video_sink),
603         (gst_play_sink_set_audio_sink), (gst_play_sink_set_vis_plugin),
604         (gst_play_sink_set_property), (gst_play_sink_get_property),
605         (post_missing_element_message), (free_chain), (add_chain),
606         (activate_chain), (gen_video_chain), (gen_text_element),
607         (gen_audio_chain), (gen_vis_element), (gst_play_sink_get_mode),
608         (gst_play_sink_set_mode), (gst_play_sink_request_pad),
609         (gst_play_sink_release_pad), (gst_play_sink_send_event_to_sink),
610         (gst_play_sink_send_event), (gst_play_sink_change_state):
611         * gst/playback/gstplaysink.h:
612         Added Element that abstracts the sinks and their pipelines for playbin2.
613
614 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
615
616         * gst/playback/gststreamselector.c: (gst_selector_pad_get_type),
617         (gst_selector_pad_class_init), (gst_selector_pad_init),
618         (gst_selector_pad_finalize), (gst_selector_pad_reset),
619         (gst_selector_pad_get_linked_pads), (gst_selector_pad_event),
620         (gst_selector_pad_getcaps), (gst_selector_pad_bufferalloc),
621         (gst_selector_pad_chain), (gst_stream_selector_get_type),
622         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
623         (gst_stream_selector_init), (gst_stream_selector_set_property),
624         (gst_stream_selector_get_linked_pad),
625         (gst_stream_selector_getcaps),
626         (gst_stream_selector_is_active_sinkpad),
627         (gst_stream_selector_activate_sinkpad),
628         (gst_stream_selector_get_linked_pads),
629         (gst_stream_selector_request_new_pad),
630         (gst_stream_selector_release_pad):
631         * gst/playback/gststreamselector.h:
632         Improve streamselector, make it select and unselect the current pad more
633         intelligently. 
634         Subclass GstPad for the sinkpads of the selector.
635         Handle segments more correctly.
636         Fix caps negotiation.
637         Implement release_pad.
638
639 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
640
641         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
642         (gst_decode_group_check_if_drained), (source_pad_event_probe),
643         (remove_fakesink):
644         Add drained signal fired when decodebin finishes decoding the data.
645         Remove deprecated STATE_DIRTY message.
646
647         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
648         (unknown_type_cb), (new_decoded_pad_cb), (pad_removed_cb),
649         (analyse_source), (proxy_drained_signal), (make_decoder),
650         (source_new_pad), (value_list_append_structure_list),
651         (handle_redirect_message), (handle_message):
652         Proxy the new drained signal.
653         Handle pad removed from decodebin.
654         Handle redirect messages by sorting multiple redirections based on the
655         connection speed.
656
657 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
658
659         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
660
661         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_unset):
662         Fix leaking headers. Fixes #496761.
663
664 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
665
666         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
667
668         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
669         (gst_ximagesink_change_state):
670         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
671         Don't leak the PAR on errors. Fixes #496731.
672
673 2007-11-16  Tim-Philipp Müller  <tim at centricular dot net>
674
675         * gst-libs/gst/tag/gstid3tag.c: (user_tag_matches),
676           (gst_tag_from_id3_user_tag):
677           Add mapping for audio cd discid tags, so we can extract
678           them from tags as well (see #347848). Also compare identifiers
679           in ID3v2 TXXX frames in a case-insensitive way to increase
680           compatibility when reading tags (discid vs. DiscID vs. DiscId).
681
682 2007-11-16  Jan Schmidt  <jan.schmidt@sun.com>
683
684         * gst-plugins-base.doap:
685         Oops, fix the release name.
686
687 2007-11-16  Jan Schmidt  <jan.schmidt@sun.com>
688
689         * gst-plugins-base.doap:
690         Add 0.10.15 release
691
692 2007-11-16  Jan Schmidt  <jan.schmidt@sun.com>
693
694         * configure.ac:
695         Back to CVS
696
697 === release 0.10.15 ===
698
699 2007-11-15  Jan Schmidt <jan.schmidt@sun.com>
700
701         * configure.ac:
702           releasing 0.10.15, "No need to argue"
703
704 2007-11-15  Jan Schmidt  <jan.schmidt@sun.com>
705
706         * win32/vs6/libgstfft.dsp:
707         Convert line endings to DOS.
708
709 2007-11-15  Sebastien Moutte <sebastien@moutte.net>
710
711         * win32/vs6/gst_plugins_base.dsw:
712         * win32/vs6/libgstfft.dsp:
713         * win32/MANIFEST:
714         Add a project file for fft plugin and remove socket
715         based plugin which don't build from the workspace.
716         * win32/vs6/libgstaudio.dsp:
717         * win32/vs6/libgstrtp.dsp:
718         * win32/vs6/libgsttag.dsp:
719         Convert line endings back to DOS.
720         Fixes #496724
721
722 2007-11-14  Jan Schmidt  <jan.schmidt@sun.com>
723
724         * win32/vs6/libgstinterfaces.dsp:
725         * win32/vs6/libgstrtsp.dsp:
726         Convert line endings back to DOS
727
728 2007-11-14  Jan Schmidt  <jan.schmidt@sun.com>
729
730         * gst-libs/gst/fft/kiss_fft_f32.h:
731         * gst-libs/gst/fft/kiss_fft_f64.h:
732         * gst-libs/gst/fft/kiss_fft_s16.h:
733         * gst-libs/gst/fft/kiss_fft_s32.h:
734         Don't include malloc.h which doesn't exist on Mac OSX.
735         Instead, pull in glib.h and use g_malloc/g_free for 
736         consistency. Fixes: #496548
737
738 2007-11-09  Stefan Kost  <ensonic@users.sf.net>
739
740         * gst/playback/gstdecodebin2.c:
741           Dont leak ghostpad. Fixes #475451.
742
743 2007-11-09  Wim Taymans  <wim.taymans@gmail.com>
744
745         * docs/design/design-decodebin.txt:
746         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
747         Update some more docs and comments.
748
749 2007-11-06  Tim-Philipp Müller  <tim at centricular dot net>
750
751         Patch by: Sebastien Moutte  <sebastien moutte net>
752
753         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_ntp_to_unix),
754           (gst_rtcp_unix_to_ntp):
755         * gst-libs/gst/rtp/gstrtppayloads.c: (gst_rtp_payload_info_for_name):
756           Fix some C99-isms and and a missing function that some versions of
757           MSVC don't like too much (#494346).
758
759         * win32/vs6/gst_plugins_base.dsw:
760         * win32/vs6/libgstaudio.dsp:
761         * win32/vs6/libgstrtp.dsp:
762         * win32/vs6/libgsttag.dsp:
763           Update vs6 projects files (#494346).
764
765 2007-11-06  Tim-Philipp Müller  <tim at centricular dot net>
766
767         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
768
769         * win32/common/libgstaudio.def:
770         * win32/common/libgstcdda.def:
771         * win32/common/libgstinterfaces.def:
772         * win32/common/libgstnetbuffer.def:
773         * win32/common/libgstpbutils.def:
774         * win32/common/libgstrtp.def:
775         * win32/common/libgstrtsp.def:
776         * win32/common/libgsttag.def:
777         * win32/common/libgstvideo.def:
778           More missing symbols to export (fixes #493986).
779
780 2007-11-06  Sebastian Dröge  <slomo@circular-chaos.org>
781
782         * docs/libs/gst-plugins-base-libs-sections.txt:
783         * gst-libs/gst/fft/gstfftf32.c:
784         * gst-libs/gst/fft/gstfftf32.h:
785         * gst-libs/gst/fft/gstfftf64.c:
786         * gst-libs/gst/fft/gstfftf64.h:
787         * gst-libs/gst/fft/gstffts16.c:
788         * gst-libs/gst/fft/gstffts16.h:
789         * gst-libs/gst/fft/gstffts32.c:
790         * gst-libs/gst/fft/gstffts32.h:
791         * tests/check/libs/fft.c: (GST_START_TEST):
792         Remove the magnitude and phase calculation functions as these have
793         very special use cases and can't even be used for the spectrum
794         element. Also adjust the docs to mention some properties of the used
795         FFT implemention, i.e. how the values are scaled. Fixes #492098.
796
797 2007-11-06  Tim-Philipp Müller  <tim at centricular dot net>
798
799         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
800           (finish_source):
801           Avoid crash when there are external subtitles (fixes #491722).
802
803 2007-11-03  Tim-Philipp Müller  <tim at centricular dot net>
804
805         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
806         * ext/alsa/gstalsasrc.c: (gst_alsasrc_open):
807           'Could not open resource for writing' is not an acceptable
808           error message when we can't open the audio device (see #492334),
809           even less so when we're trying to open it to record something.
810
811 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
812
813         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
814
815         * win32/common/libgstrtp.def:
816           Add some more missing symbols (#492813).
817
818 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
819
820         Patch by: Thijs Vermeir <thijsvermeir@gmail.com>
821
822         * tests/check/elements/audioconvert.c: (verify_convert):
823           Add check to make sure that the out caps have a channel layout
824           set on them where they should have one.
825
826 2007-11-01  Tim-Philipp Müller  <tim at centricular dot net>
827
828         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
829
830         * gst-libs/gst/fft/kiss_fft_s16.h: (KISS_FFT_S16_MALLOC):
831         * gst-libs/gst/fft/kiss_fft_s32.h: (KISS_FFT_S32_MALLOC):
832           Include our own _stdint.h instead of sys/types.h, makes MingW happy
833           (#492306).
834
835         * gst-libs/gst/rtsp/gstrtspconnection.c: (gst_rtsp_connection_create):
836           Use _pipe directly, GLib doesn't have a pipe() macro any longer
837           (it disappeared in GLib 2.14.0) (#492306).
838
839         * gst-libs/gst/sdp/Makefile.am:
840         * gst-libs/gst/sdp/gstsdpmessage.c:
841           Fix includes and LIBS for win32/Mingw (#492306).
842
843         * tests/examples/dynamic/addstream.c (pause_play_stream):
844           Use more portable g_usleep() instead of sleep() (#492306).
845
846 2007-11-01  Tim-Philipp Müller  <tim at centricular dot net>
847
848         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
849
850         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
851           (gst_ring_buffer_parse_caps):
852           Return NULL instead of an enum that happens to be 0, fixes warning
853           on MSVC (#492114).
854
855         * gst-libs/gst/audio/gstringbuffer.h:
856           No trailing commas in enum list (for gcc-2.9x).
857
858         * gst/videotestsrc/videotestsrc.c: (random_char):
859           Make information loss explicit instead of implicitly truncating to
860           eight bits via the return value.  Fixes runtime error on MSVC when
861           using the debug CRT (#492114).
862
863         * win32/common/config.h.in:
864           Fix a bunch of '#undef FOO bar', which MSVC doesn't like (#492114).
865
866         * win32/common/libgstinterfaces.def:
867         * win32/common/libgstrtp.def:
868           Export a few more symbols (#492114).
869
870 2007-11-01  Stefan Kost  <ensonic@users.sf.net>
871
872         * gst-libs/gst/audio/audio.c:
873         * gst-libs/gst/audio/audio.h:
874           Readd the deprecation guards, but preserve compilability.
875
876 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
877
878         * gst/audioconvert/gstaudioconvert.c: (find_suitable_channel_layout),
879           (gst_audio_convert_fixate_channels), (gst_audio_convert_fixate_caps):
880           Preserve channel layout when fixating the number of channels in the
881           output caps, or make sure there's a suitable channel position layout
882           set on the caps if required. Fixes #430677.
883
884 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
885
886         * tests/check/elements/decodebin.c: (test_text_plain_streams):
887           Make sure the pipeline really operates in push mode as it should
888           in this case.
889
890 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
891
892         * gst-libs/gst/audio/audio.h:
893           Don't guard deprecated enum with #ifndef DISABLE_DEPRECATED, or
894           compilation with DISABLE_DEPRECATED and without REMOVE_DEPRECATED
895           (ie. normal cvs builds) will fail.
896
897 2007-10-31  Stefan Kost  <ensonic@users.sf.net>
898
899         * docs/libs/Makefile.am:
900         * gst-libs/gst/audio/audio.c:
901         * gst-libs/gst/audio/audio.h:
902         * gst-libs/gst/interfaces/mixer.c:
903           tell gtk-doc about the deprecation guard. Apply more doc fixes.
904
905 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
906
907         * tests/check/libs/audio.c: (init_value_to_channel_layout),
908           (test_channel_layout_value_intersect), (audio_suite):
909           Add simple unit test to make sure GstValue intersection
910           of channel layouts works the way I think it does.
911
912 2007-10-30  Stefan Kost  <ensonic@users.sf.net>
913
914         * docs/libs/gst-plugins-base-libs-sections.txt:
915         * gst-libs/gst/audio/gstaudiofilter.h:
916         * gst-libs/gst/interfaces/mixer.h:
917         * gst-libs/gst/rtp/gstbasertpdepayload.c:
918         * gst-libs/gst/rtp/gstbasertpdepayload.h:
919         * gst-libs/gst/sdp/gstsdpmessage.c:
920           Fix the docs according to what gtk-doc complained about.
921
922 2007-10-30  Stefan Kost  <ensonic@users.sf.net>
923
924         * tests/icles/stress-playbin.c:
925           Fix the build.
926
927 2007-10-30  Tim-Philipp Müller  <tim at centricular dot net>
928
929         * gst/playback/gstdecodebin.c: (close_pad_link), (type_found):
930         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
931           Post nice/more useful error message if we don't have a decoder for
932           the primary type.
933
934 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
935
936         * gst/playback/gstdecodebin2.c: (gst_decode_group_expose):
937         Be a bit more useful, unblock the pads after we fired the no-more-pads
938         signal so that we can use the signal to inspect and connect all pads
939         without having to keep extra state outside of decodebin.
940
941 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
942
943         * gst/playback/gsturidecodebin.c:
944         (gst_uri_decode_bin_autoplug_continue),
945         (gst_uri_decode_bin_class_init), (no_more_pads_full):
946         Implement default signal handler so that we return TRUE when nothing is
947         connected.
948
949 2007-10-28  Sebastian Dröge  <slomo@circular-chaos.org>
950
951         * gst-libs/gst/riff/riff-media.c:
952         (gst_riff_wavext_add_channel_layout),
953         (gst_riff_wave_add_default_channel_layout),
954         (gst_riff_wavext_get_default_channel_mask),
955         (gst_riff_create_audio_caps):
956         Use the ALSA channel layout as default for wav files without channel
957         layout information. This fixes playback of chan-id.wav on 5.1 systems
958         for example. Also refactor the channel layout setting a bit and add
959         more default channel orders. Fixes #489010.
960
961 2007-10-26  Tim-Philipp Müller  <tim at centricular dot net>
962
963         * tests/check/libs/tag.c: (test_musicbrainz_tag_registration):
964           GST_TAG_MUSICBRAINZ_SORTNAME is deprecated and we compile with
965           -DGST_DISABLE_DEPRECATED, so use new GST_TAG_ARTIST_SORTNAME
966           instead.
967
968 2007-10-25  Wim Taymans  <wim.taymans@gmail.com>
969
970         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
971         (gst_decode_bin_dispose), (gst_decode_bin_set_caps),
972         (gst_decode_bin_set_subs_encoding),
973         (gst_decode_bin_get_subs_encoding), (gst_decode_bin_set_property),
974         (gst_decode_bin_get_property), (analyze_new_pad):
975         Move subtitle encoding property to decodebin2 so that it can set the
976         property value on all elements that it autoplugs and that require it.
977         Make caps refcounting more consistent in get/set.
978
979         * gst/playback/gsturidecodebin.c: (_gst_boolean_accumulator),
980         (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
981         (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_property),
982         (gst_uri_decode_bin_get_property), (proxy_unknown_type_signal),
983         (proxy_autoplug_continue_signal),
984         (proxy_autoplug_factories_signal), (proxy_autoplug_select_signal),
985         (make_decoder):
986         Proxy properties and relevant signals from the internal decodebin.
987         Make properties MT safe.
988
989 2007-10-25  Tim-Philipp Müller  <tim at centricular dot net>
990
991         * gst-libs/gst/tag/tag.h: (GST_TAG_MUSICBRAINZ_SORTNAME):
992         * gst-libs/gst/tag/tags.c:
993           Deprecate GST_TAG_MUSICBRAINZ_SORTNAME, replaced by the newly-added
994           GST_TAG_ARTIST_SORTNAME (in an API and ABI compatible way).
995
996         * gst-libs/gst/tag/gstid3tag.c: (tag_matches):
997           Map ID3v2 TSOP, TSOA and TSOT frames to new SORTNAME tags (#414539).
998
999         * gst-libs/gst/tag/gstvorbistag.c: (tag_matches),
1000           (gst_tag_to_vorbis_comments):
1001           Map new SORTNAME tags (these tags aren't even semi-official, so I'm
1002           just mapping everything I found in the wild) (#414539).
1003
1004 2007-10-24  Wim Taymans  <wim.taymans@gmail.com>
1005
1006         Inspired by patch of: René Stadler <mail at renestadler dot de>
1007
1008         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
1009         (gst_decode_bin_autoplug_continue),
1010         (gst_decode_bin_autoplug_factories),
1011         (gst_decode_bin_autoplug_select), (analyze_new_pad), (connect_pad),
1012         (find_compatibles):
1013         * gst/playback/gstplay-marshal.list:
1014         Remove the autoplug-sort signal and replace it with a binding friendly
1015         autoplug-select signal.
1016         Add an autoplug-factories signal that can be used to generate a list of
1017         factories to try to autoplug.
1018         Add the GstPad to the autoplugging signal args as it might be needed to
1019         make a good factory selection.
1020         Fix up the marshallers for this. Fixes #407282.
1021
1022 2007-10-23  Tim-Philipp Müller  <tim at centricular dot net>
1023
1024         * gst-libs/gst/tag/gsttagdemux.c:
1025           Don't abort with an assertion if we receive a seek event with
1026           a start type of NONE (see launchpad bug #155878).
1027
1028 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
1029
1030         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
1031         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
1032         (gst_ximagesink_change_state), (gst_ximagesink_reset):
1033         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_event_thread),
1034         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_xcontext_clear),
1035         (gst_xvimagesink_change_state), (gst_xvimagesink_reset):
1036         Make sure that before we clean up the X resources, we shutdown and join
1037         the event thread.
1038         Also make sure the event thread does not shut down immediatly after
1039         startup because the running variable is not yet correctly set.
1040         Fixes #378770. 
1041
1042 2007-10-16  Wim Taymans  <wim.taymans@gmail.com>
1043
1044         * gst/playback/gstdecodebin.c: (new_pad), (type_found):
1045         Make the window for a race in typefind and shutting down smaller until
1046         we figure out the right locking here. Avoids #485753 usually.
1047
1048         * gst/playback/gstdecodebin2.c: (type_found), (pad_added_group_cb):
1049         Remove unneeded lock causing a race in typefind and shutting down.
1050         Fixes #485753.
1051
1052         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
1053         Also remove sinks when going to NULL because we might not complete the
1054         state change to PAUSED, causing the PAUSED->READY state change not to
1055         happen.
1056
1057 2007-10-16  Wim Taymans  <wim.taymans@gmail.com>
1058
1059         * gst-libs/gst/audio/gstbaseaudiosink.c:
1060         (gst_base_audio_sink_drain), (gst_base_audio_sink_change_state):
1061         Also explicitly release the ringbuffer when going to NULL because it
1062         is required in the setcaps function, before the state change to PAUSED
1063         completes.
1064
1065 2007-10-16  Tim-Philipp Müller  <tim at centricular dot net>
1066
1067         * tests/icles/.cvsignore:
1068         * tests/icles/Makefile.am:
1069         * tests/icles/stress-playbin.c:
1070           Does what it says on the tin.
1071
1072 2007-10-15  Wim Taymans  <wim.taymans@gmail.com>
1073
1074         * gst/playback/gstqueue2.c: (gst_queue_init), (gst_queue_push_one):
1075         Fix queue negotiation. See #486758.
1076
1077 2007-10-12  Jan Schmidt  <Jan.Schmidt@sun.com>
1078
1079         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
1080         (gst_xvimagesink_xwindow_new),
1081         (gst_xvimagesink_update_colorbalance),
1082         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get):
1083
1084         Fix handling of some of the X atoms. If the last parameter is True,
1085         XInternAtom won't create the atom if it doesn't exist, and therefore
1086         might return None. This causes X errors on Xv implementations that
1087         don't provide the colour balance attributes.
1088
1089 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
1090
1091         * gst-libs/gst/tag/gstvorbistag.c:
1092         * tests/check/libs/tag.c:
1093           Extract vorbis comment LICENSE tags correctly.
1094
1095 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
1096
1097         Patch by: Jason Kivlighn  <jkivlighn gmail com>
1098
1099         * gst-libs/gst/tag/gstid3tag.c:
1100         * tests/check/libs/tag.c:
1101           Map ID3v2 WCOP frame to GST_TAG_COPYRIGHT_URI (#447000).
1102
1103 2007-10-10  Tim-Philipp Müller  <tim at centricular dot net>
1104
1105         * gst-libs/gst/tag/gsttagdemux.c:
1106           Don't error out when a buggy downstream element doesn't
1107           handle the newsegment event we send properly (especially
1108           not without posting a meaningful error message on the
1109           bus). See bug #471370 and launchpad bug #136264.
1110
1111 2007-10-10  Wim Taymans  <wim.taymans@gmail.com>
1112
1113         * gst-libs/gst/audio/gstbaseaudiosink.c:
1114         (gst_base_audio_sink_drain):
1115         Use new basesink method to make our EOS drain interruptable.
1116
1117 2007-10-10  Jan Schmidt  <Jan.Schmidt@sun.com>
1118
1119         * gst-libs/gst/rtp/gstrtppayloads.c:
1120         Fix silly search-replace oversight.
1121
1122 2007-10-09  Wim Taymans  <wim.taymans@gmail.com>
1123
1124         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
1125
1126         * gst-libs/gst/rtp/gstbasertppayload.c: (copy_fixed),
1127         (gst_basertppayload_set_outcaps):
1128         Fix caps memleak. Fixes #484989.
1129
1130
1131 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
1132
1133         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1134         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain):
1135         Fix debug output.
1136
1137 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
1138
1139         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1140         (gst_base_audio_src_create):
1141         Also handle the case where there is no clock set on the audio source,
1142         like in the unit tests.
1143
1144 2007-10-08  Jan Schmidt  <Jan.Schmidt@sun.com>
1145
1146         * gst-libs/gst/rtp/gstrtppayloads.c:
1147         Use unsigned G_MAXUINT8 instead of -1 to initialise a guint8
1148         to avoid compiler warnings
1149
1150 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
1151
1152         * gst/playback/gstdecodebin.c: (type_found),
1153         (gst_decode_bin_change_state):
1154         * gst/playback/gstdecodebin2.c: (type_found),
1155         (gst_decode_bin_change_state):
1156         Don't disconnect the have_type signal because we never reconnect it
1157         later on. Instead keep a variable to see if we already detected a type.
1158
1159 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
1160
1161         * gst/playback/gstdecodebin.c: (add_fakesink), (type_found):
1162         * gst/playback/gstdecodebin2.c: (gst_decode_bin_init),
1163         (type_found):
1164         Unlink the signal handler when we found the type, we're not going to do
1165         anything sensible with more type_found signals anyway.
1166
1167 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
1168
1169         * gst-libs/gst/tag/gsttagdemux.c:
1170           Don't leak caps.
1171
1172 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
1173
1174         * gst-libs/gst/tag/Makefile.am:
1175         * gst-libs/gst/tag/gsttagdemux.c:
1176         * gst-libs/gst/tag/gsttagdemux.h:
1177           API: add GstTagDemux base class for simple tag demuxers.
1178
1179         * docs/libs/gst-plugins-base-libs-docs.sgml:
1180         * docs/libs/gst-plugins-base-libs-sections.txt:
1181           Add GstTagDemux to docs.
1182
1183 2007-10-05  Sebastian Dröge  <slomo@circular-chaos.org>
1184
1185         * gst-libs/gst/rtp/gstrtpbuffer.c:
1186         (gst_rtp_buffer_get_payload_subbuffer):
1187         Fix bug introduced with last commit which inverted the logic and
1188         caused all buffers to be dropped. Fixes #483620.
1189         Thanks to Laurent Glayal <spglegle at yahoo dot fr> for noticing.
1190
1191 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
1192
1193         * gst-libs/gst/rtp/gstrtpbuffer.c:
1194           Replace g_return_if_val (as it could be disabled), with regular return
1195           and warning.
1196
1197 2007-10-03  Stefan Kost  <ensonic@users.sf.net>
1198
1199         * tests/check/pipelines/simple-launch-lines.c:
1200           Print message name and not just number.
1201
1202 2007-10-02  Wim Taymans  <wim.taymans@gmail.com>
1203
1204         * gst-libs/gst/audio/gstbaseaudiosink.c:
1205         (gst_base_audio_sink_async_play):
1206         When slaved to the clock, don't try to align a sample with the previous
1207         one when going to PLAYING again.
1208
1209 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
1210
1211         * tests/examples/snapshot/snapshot.c:
1212           Fix the build.
1213
1214 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
1215
1216         * gst-libs/gst/sdp/gstsdpmessage.h:
1217         Add RFC 3556 bandwidth modifiers.
1218
1219 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
1220
1221         * docs/libs/gst-plugins-base-libs-docs.sgml:
1222         * docs/libs/gst-plugins-base-libs-sections.txt:
1223         * gst-libs/gst/rtp/gstrtppayloads.c:
1224         Update documentation.
1225
1226 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
1227
1228         * gst-libs/gst/rtp/Makefile.am:
1229         * gst-libs/gst/rtp/gstrtppayloads.c: (gst_rtp_payload_info_for_pt),
1230         (gst_rtp_payload_info_for_name):
1231         * gst-libs/gst/rtp/gstrtppayloads.h:
1232         Added new file and header to deal with payload info.
1233
1234         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data),
1235         (gst_rtp_buffer_default_clock_rate):
1236         * gst-libs/gst/rtp/gstrtpbuffer.h:
1237         Payload specific stuff is move to new headers.
1238         Implement _default_clock rate using the new payload function.
1239
1240         * gst-libs/gst/sdp/gstsdpmessage.c: (is_multicast_address),
1241         (gst_sdp_parse_line):
1242         * gst-libs/gst/sdp/gstsdpmessage.h:
1243         Add some more comments.
1244
1245 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
1246
1247         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
1248         (sdp_check_header), (sdp_type_find), (plugin_init):
1249         Add typefind function for application/sdp.
1250         Remove some old dirac typefind code that was ifdeffed out.
1251
1252 2007-09-29  Sebastien Moutte <sebastien@moutte.net>
1253
1254         * win32/common/libgstaudio.def:
1255         Add new exported functions.
1256         * win32/vs6/grammar.dsp:
1257         Add autogeneration and copy of some autegenerated files from win32/common
1258         for rtsp library.
1259         * win32/vs6/libgstaudioconvert.dsp:
1260         Add gstaudioquantize.c to the build.
1261         * win32/vs6/libgstinterfaces.dsp:
1262         Add videoorientation.c to the build.
1263         * win32/vs6/libgstriff.dsp:
1264         Add libgsttag to the link libraries list.
1265         * win32/vs6/libgstvolume.dsp:
1266         Add liboil to the link.
1267         * win32/vs6/gst_plugins_base.dsw:
1268         * win32/vs6/libgstrtsp.dsp:
1269         * win32/common/libgstrtsp.def:
1270         Add files to build libgstrtsp library.
1271         
1272 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
1273
1274         * tests/examples/snapshot/snapshot.c: (main):
1275         Print error when pipeline failed to construct.
1276
1277 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
1278
1279         * configure.ac:
1280         * gst-libs/gst/tag/gstid3tag.c:
1281         * gst-libs/gst/tag/gstvorbistag.c:
1282           Add mappings for the new GST_TAG_COMPOSER for vorbis comments
1283           and ID3v2 tags.
1284
1285 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
1286
1287         * gst-libs/gst/floatcast/floatcast.h:
1288           Don't include config.h in an installed public header, this
1289           might break compilation of applications that don't have such
1290           a header and doesn't necessarily do what it's supposed to do
1291           anyway (ie. check for the lrint/lrintf defines) (#442065).
1292           Add docs for the various macros and document how this header
1293           has to be used (link against libm, etc.); add a few FIXMEs;
1294           include math.h for non-c99 code path.  Based on patch by
1295           Jan Schmidt.
1296           
1297 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
1298
1299         * configure.ac:
1300         Use AG_GST_ARG_WITH_PLUGINS and AG_GST_ARG_ENABLE_EXTERNAL instead
1301         of duplicating these macros in configure.ac.
1302
1303 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1304
1305         * po/hu.po:
1306         * po/sv.po:
1307         * po/uk.po:
1308           Updated translations to 0.10.14
1309
1310 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1311
1312         translated by: Jakub Bogusz <qboosh@pld-linux.org>
1313
1314         * po/pl.po:
1315           Added Polish translation.
1316
1317 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1318
1319         translated by: Ilkka Tuohela <hile@iki.fi>
1320
1321         * po/fi.po:
1322           Added Finnish translation.
1323
1324 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1325
1326         translated by: Jorge González González <aloriel@gmail.com>
1327
1328         * po/es.po:
1329           Added Spanish translation.
1330
1331 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1332
1333         translated by: Mogens Jaeger <mogens@jaeger.tf>
1334
1335         * po/da.po:
1336           Added Danish translation.
1337
1338 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1339
1340         translated by: Funda Wang <fundawang@linux.net.cn>
1341
1342         * po/zh_CN.po:
1343           Added Chinese (simplified) translation.
1344
1345 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1346
1347         translated by: Alexander Shopov <ash@contact.bg>
1348
1349         * po/bg.po:
1350           Added Bulgarian translation.
1351
1352 2007-09-21  Wim Taymans  <wim.taymans@gmail.com>
1353
1354         * gst/playback/gstqueue2.c: (gst_queue_push_one):
1355         Fix compilation wrt printf arguments.
1356
1357 2007-09-20  Wim Taymans  <wim.taymans@gmail.com>
1358
1359         * configure.ac:
1360         * tests/examples/Makefile.am:
1361         * tests/examples/snapshot/.cvsignore:
1362         * tests/examples/snapshot/Makefile.am:
1363         * tests/examples/snapshot/snapshot.c: (main):
1364         Add simple snapshot example program using appsink.
1365
1366 2007-09-20  Stefan Kost  <ensonic@users.sf.net>
1367
1368         * tests/check/generic/states.c:
1369           Improved state change unit test.
1370
1371 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
1372
1373         * docs/plugins/.cvsignore:
1374         * tests/check/.cvsignore:
1375           Ignore registries in any format.
1376
1377 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
1378
1379         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1380         (gst_base_rtp_depayload_chain),
1381         (gst_base_rtp_depayload_set_gst_timestamp):
1382         Only copy timestamp on outgoing packets if the depayloader did not set
1383         one.
1384         Also copy duration on outgoing packets.
1385
1386 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
1387
1388         * gst-libs/gst/rtp/gstbasertppayload.c: (copy_fixed),
1389         (gst_basertppayload_set_outcaps):
1390         Fix compilation because of missing %d in printf.
1391         When fixating caps, fixate what we can and throw away all remaining
1392         unfixed caps, subclasses should do something smart if they need to.
1393
1394 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
1395
1396         * ext/gnomevfs/gstgnomevfssrc.c:
1397           Improve debug logs a bit and be more verbose if things go wrong.
1398
1399 2007-09-17  Jan Schmidt  <Jan.Schmidt@sun.com>
1400
1401         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
1402         (gst_text_overlay_set_property):
1403         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
1404         * gst-libs/gst/audio/gstbaseaudiosink.c:
1405         (gst_base_audio_sink_render):
1406         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_ntp_to_unix),
1407         (gst_rtcp_unix_to_ntp):
1408         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_get_type):
1409         * gst/playback/gstqueue2.c:
1410         * tests/examples/seek/seek.c: (set_scale):
1411         Fix a bunch of compile warnings shown with Forte.
1412
1413         * gst/audiorate/gstaudiorate.c:
1414         Always pull in config.h before including any system headers.
1415
1416 2007-09-17  Wim Taymans  <wim.taymans@gmail.com>
1417
1418         * gst/playback/gstqueue2.c: (update_buffering),
1419         (gst_queue_locked_flush), (gst_queue_locked_enqueue),
1420         (gst_queue_handle_sink_event), (gst_queue_chain),
1421         (gst_queue_push_one), (gst_queue_sink_activate_push),
1422         (gst_queue_src_activate_push), (gst_queue_src_activate_pull):
1423         Also fix #476514 for queue2.
1424
1425 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
1426
1427         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1428         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_setcaps),
1429         (gst_base_rtp_depayload_chain),
1430         (gst_base_rtp_depayload_handle_sink_event),
1431         (gst_base_rtp_depayload_push_full),
1432         (gst_base_rtp_depayload_set_gst_timestamp),
1433         (gst_base_rtp_depayload_change_state):
1434         Remove code to deal with RTP to GST time conversion, we now just copy
1435         the GST timestamp we receive to the outgoing buffers.
1436         Handle segment and flushes correctly.
1437
1438         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
1439         When we have no valid input timestamp, use the previous rtp timestamp on
1440         the outgoing RTP packet instead of the RTP base time.
1441
1442 2007-09-15  David Schleef  <ds@schleef.org>
1443
1444         * ext/alsa/gstalsa.c:
1445         * ext/alsa/gstalsadeviceprobe.c:
1446         * ext/alsa/gstalsamixer.c:
1447         * ext/alsa/gstalsasink.c:
1448         * ext/alsa/gstalsasrc.c:
1449           Change alsa alloca's to malloc to fix warnings on gcc-4.2.
1450
1451 2007-09-15  Wim Taymans  <wim.taymans@gmail.com>
1452
1453         * gst-libs/gst/rtp/gstbasertppayload.c:
1454         (gst_basertppayload_set_outcaps), (gst_basertppayload_push):
1455         Add some debug info when negotiating caps.
1456
1457 2007-09-14  Wim Taymans  <wim.taymans@gmail.com>
1458
1459         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
1460         A buffer with an empty payload is also a valid buffer.
1461
1462 2007-09-14  Wim Taymans  <wim.taymans@gmail.com>
1463
1464         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_event),
1465         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
1466         (gst_basertppayload_change_state):
1467         Make sure we start our RTP timestamp from the random base RTP
1468         timestamp even if the buffer timestamp starts from some random value.
1469
1470 2007-09-14  Wim Taymans  <wim.taymans@gmail.com>
1471
1472         * configure.ac:
1473         * tests/examples/Makefile.am:
1474         * tests/examples/dynamic/.cvsignore:
1475         * tests/examples/dynamic/Makefile.am:
1476         * tests/examples/dynamic/addstream.c: (create_stream),
1477         (pause_play_stream), (message_received), (eos_message_received),
1478         (perform_step), (main):
1479         Add simple exmple app to demonstrate starting and pausing live and
1480         non-live bins in a PLAYING pipeline.
1481
1482 2007-09-14  Julien MOUTTE  <julien@moutte.net>
1483
1484         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add some
1485         typefind for QCP files (RFC #3625)
1486
1487 2007-09-13  Wim Taymans  <wim.taymans@gmail.com>
1488
1489         * gst-libs/gst/audio/gstbaseaudiosink.c:
1490         (gst_base_audio_sink_init):
1491         Disable pull mode scheduling, we're not ready for it yet and it subtly
1492         breaks a lot of things.
1493
1494 2007-09-12  Tim-Philipp Müller  <tim at centricular dot net>
1495
1496         * tests/check/elements/libvisual.c:
1497           Test all libvisual plugins, not just the first one; this reproduces
1498           bug #450336 quite easily.  Looks like a problem with the 'jess'
1499           visualisation.
1500
1501 2007-09-12  Tim-Philipp Müller  <tim at centricular dot net>
1502
1503         * tests/check/Makefile.am:
1504         * tests/check/elements/.cvsignore:
1505         * tests/check/elements/libvisual.c:
1506           Add basic libvisual test case in an attempt to reproduce bug #450336.
1507           Doesn't reproduce that bug, but some other crasher instead (invalid
1508           free), at least with make elements/libvisual.forever and the bumscope
1509           plugin on x86-64/gutsy. Leaving test disabled for now.
1510
1511 2007-09-11  Wim Taymans  <wim.taymans@gmail.com>
1512
1513         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
1514
1515         * gst-libs/gst/rtsp/gstrtspconnection.c:
1516         (gst_rtsp_connection_read_internal), (gst_rtsp_connection_read),
1517         (read_body), (gst_rtsp_connection_receive):
1518         Make sure we can not cancel in the middle of receiving a message.
1519         Fixes #475731.
1520
1521 2007-09-11  Tim-Philipp Müller  <tim at centricular dot net>
1522
1523         Patch by: Josep Torra Valles <josep@fluendo.com>
1524
1525         * gst/playback/gstplaybasebin.c:
1526           Increase upper limit for audio queue a bit; fixes preroll problem
1527           with playbin and decodebin2 when playing a quicktime trailer with
1528           multichannel audio via http (#464666).
1529
1530 2007-09-10  Wim Taymans  <wim.taymans@gmail.com>
1531
1532         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1533         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
1534         (gst_base_audio_src_provide_clock),
1535         (gst_base_audio_src_set_property),
1536         (gst_base_audio_src_get_property), (gst_base_audio_src_create):
1537         * gst-libs/gst/audio/gstbaseaudiosrc.h:
1538         Allow othe clocks than the internal clock to be used for the pipeline.
1539         Add property to disable clock provide.
1540         API: GstBaseAudioSrc::provide-clock
1541
1542 2007-09-10  Stefan Kost  <ensonic@users.sf.net>
1543
1544         * gst/playback/gstdecodebin2.c:
1545           Don't leak request pads. Fixes #475395.
1546
1547 2007-09-09  Sebastian Dröge  <slomo@circular-chaos.org>
1548
1549         Patch by: René Stadler <mail at renestadler dot de>
1550
1551         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
1552         (gst_ximage_buffer_class_init):
1553         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
1554         (gst_xvimage_buffer_class_init):
1555         Correctly chain up finalize with the parent class to prevent
1556         memory leaks. Fixes #474880.
1557
1558 2007-09-09  Sebastian Dröge  <slomo@circular-chaos.org>
1559
1560         * gst/volume/gstvolume.c: (volume_choose_func):
1561         * tests/check/elements/volume.c: (GST_START_TEST):
1562         Revert the latest change: floating point samples are allowed to
1563         have any value, not only values in the range [-1,1]. Thanks to Andy
1564         Wingo for noticing.
1565         Also fix processing of int32 samples with volumes > 4 by making the
1566         unity value smaller which prevents overflows.
1567
1568 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
1569
1570         * gst-libs/gst/rtp/gstrtpbuffer.c:
1571         * tests/check/libs/rtp.c:
1572           Fix gst_rtp_buffer_set_csrc() and enable csrc-related unit test checks.
1573
1574 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
1575
1576         Based on patch by: Haakon Sporsheim  <haakon.sporsheim at tandberg com>
1577
1578         * gst-libs/gst/rtp/gstrtpbuffer.c:
1579           Fix up GstRTPHeader helper struct so that compilers will not under
1580           any circumstances add padding in between our fields, as currently
1581           happens with MSVC on win32, because that would lead to us sending
1582           out RTP payloads with broken RTP headers (#471194).
1583           Fix assertion guards for gst_rtp_buffer_get_csrc() and _set_csrc().
1584           
1585         * tests/check/Makefile.am:
1586         * tests/check/libs/.cvsignore:
1587         * tests/check/libs/rtp.c:
1588           Add some simple unit tests for GstRTPBuffer. Some are disabled
1589           because the code tested still needs fixing (set_csrc() does not work).
1590
1591 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
1592
1593         * win32/MANIFEST:
1594         * win32/common/gstrtsp-enumtypes.c:
1595         * win32/common/gstrtsp-enumtypes.h:
1596         * win32/common/interfaces-enumtypes.c:
1597         * win32/common/interfaces-enumtypes.h:
1598         * win32/common/multichannel-enumtypes.c:
1599           Add rtsp enumtypes (#474384) and update others.
1600
1601 2007-09-06  Stefan Kost  <ensonic@users.sf.net>
1602
1603         * configure.ac:
1604           Fix configure check for HAVE_LIBXML_HTML.
1605
1606 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
1607
1608         * tests/check/libs/.cvsignore:
1609           Ignore more, in case the build bots work again one day.
1610
1611 2007-09-06  Sebastian Dröge  <slomo@circular-chaos.org>
1612
1613         Reviewed by:  Stefan Kost  <ensonic@users.sf.net>
1614
1615         * configure.ac:
1616         * gst-libs/gst/Makefile.am:
1617         * gst-libs/gst/fft/Makefile.am:
1618         * gst-libs/gst/fft/_kiss_fft_guts_f32.h:
1619         * gst-libs/gst/fft/_kiss_fft_guts_f64.h:
1620         * gst-libs/gst/fft/_kiss_fft_guts_s16.h:
1621         * gst-libs/gst/fft/_kiss_fft_guts_s32.h:
1622         * gst-libs/gst/fft/gstfft.c: (gst_fft_next_fast_length):
1623         * gst-libs/gst/fft/gstfft.h:
1624         * gst-libs/gst/fft/gstfftf32.c: (gst_fft_f32_new),
1625         (gst_fft_f32_fft), (gst_fft_f32_inverse_fft), (gst_fft_f32_free),
1626         (gst_fft_f32_window), (gst_fft_f32_magnitude), (gst_fft_f32_phase):
1627         * gst-libs/gst/fft/gstfftf32.h:
1628         * gst-libs/gst/fft/gstfftf64.c: (gst_fft_f64_new),
1629         (gst_fft_f64_fft), (gst_fft_f64_inverse_fft), (gst_fft_f64_free),
1630         (gst_fft_f64_window), (gst_fft_f64_magnitude), (gst_fft_f64_phase):
1631         * gst-libs/gst/fft/gstfftf64.h:
1632         * gst-libs/gst/fft/gstffts16.c: (gst_fft_s16_new),
1633         (gst_fft_s16_fft), (gst_fft_s16_inverse_fft), (gst_fft_s16_free),
1634         (gst_fft_s16_window), (gst_fft_s16_magnitude), (gst_fft_s16_phase):
1635         * gst-libs/gst/fft/gstffts16.h:
1636         * gst-libs/gst/fft/gstffts32.c: (gst_fft_s32_new),
1637         (gst_fft_s32_fft), (gst_fft_s32_inverse_fft), (gst_fft_s32_free),
1638         (gst_fft_s32_window), (gst_fft_s32_magnitude), (gst_fft_s32_phase):
1639         * gst-libs/gst/fft/gstffts32.h:
1640         * gst-libs/gst/fft/kiss_fft_f32.c: (kf_bfly2), (kf_bfly4),
1641         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
1642         (kiss_fft_f32_alloc), (kiss_fft_f32_stride), (kiss_fft_f32),
1643         (kiss_fft_f32_cleanup), (kiss_fft_f32_next_fast_size):
1644         * gst-libs/gst/fft/kiss_fft_f32.h:
1645         * gst-libs/gst/fft/kiss_fft_f64.c: (kf_bfly2), (kf_bfly4),
1646         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
1647         (kiss_fft_f64_alloc), (kiss_fft_f64_stride), (kiss_fft_f64),
1648         (kiss_fft_f64_cleanup), (kiss_fft_f64_next_fast_size):
1649         * gst-libs/gst/fft/kiss_fft_f64.h:
1650         * gst-libs/gst/fft/kiss_fft_s16.c: (kf_bfly2), (kf_bfly4),
1651         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
1652         (kiss_fft_s16_alloc), (kiss_fft_s16_stride), (kiss_fft_s16),
1653         (kiss_fft_s16_cleanup), (kiss_fft_s16_next_fast_size):
1654         * gst-libs/gst/fft/kiss_fft_s16.h:
1655         * gst-libs/gst/fft/kiss_fft_s32.c: (kf_bfly2), (kf_bfly4),
1656         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
1657         (kiss_fft_s32_alloc), (kiss_fft_s32_stride), (kiss_fft_s32),
1658         (kiss_fft_s32_cleanup), (kiss_fft_s32_next_fast_size):
1659         * gst-libs/gst/fft/kiss_fft_s32.h:
1660         * gst-libs/gst/fft/kiss_fftr_f32.c: (kiss_fftr_f32_alloc),
1661         (kiss_fftr_f32), (kiss_fftri_f32):
1662         * gst-libs/gst/fft/kiss_fftr_f32.h:
1663         * gst-libs/gst/fft/kiss_fftr_f64.c: (kiss_fftr_f64_alloc),
1664         (kiss_fftr_f64), (kiss_fftri_f64):
1665         * gst-libs/gst/fft/kiss_fftr_f64.h:
1666         * gst-libs/gst/fft/kiss_fftr_s16.c: (kiss_fftr_s16_alloc),
1667         (kiss_fftr_s16), (kiss_fftri_s16):
1668         * gst-libs/gst/fft/kiss_fftr_s16.h:
1669         * gst-libs/gst/fft/kiss_fftr_s32.c: (kiss_fftr_s32_alloc),
1670         (kiss_fftr_s32), (kiss_fftri_s32):
1671         * gst-libs/gst/fft/kiss_fftr_s32.h:
1672         * gst-libs/gst/fft/kiss_version:
1673         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
1674         * pkgconfig/gstreamer-plugins-base.pc.in:
1675         Add libgstfft, a FFT library based on Kiss FFT which is
1676         BSD licensed. Supported sample formats are int16, int32,
1677         float and double. For those formats a real FFT and IFFT
1678         can be done, different windowing functions can be applied
1679         and functions for extracting the magnitude and phase exist.
1680         Fixes #468619.
1681
1682         * docs/libs/Makefile.am:
1683         * docs/libs/gst-plugins-base-libs-docs.sgml:
1684         * docs/libs/gst-plugins-base-libs-sections.txt:
1685         Integrate libgstfft into the docs.
1686
1687         * tests/check/Makefile.am:
1688         * tests/check/libs/fft.c: (GST_START_TEST), (fft_suite), (main):
1689         Add unit tests for libgstfft, currently only testing the FFT.
1690         Unit tests for IFFT will follow soon.
1691
1692 2007-09-05  Wim Taymans  <wim.taymans@gmail.com>
1693
1694         Patch by: Peter Kjellerstedt  <pkj at axis com>
1695
1696         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_time_init),
1697         (gst_sdp_message_init), (gst_sdp_message_uninit),
1698         (is_multicast_address), (gst_sdp_message_as_text),
1699         (gst_sdp_message_get_origin), (gst_sdp_message_set_connection),
1700         (gst_sdp_message_get_connection), (gst_sdp_message_add_bandwidth),
1701         (gst_sdp_message_add_time), (gst_sdp_message_add_zone),
1702         (gst_sdp_message_get_key), (gst_sdp_message_get_attribute_val_n),
1703         (gst_sdp_message_get_attribute_val), (gst_sdp_message_add_media),
1704         (gst_sdp_media_init), (gst_sdp_media_uninit),
1705         (gst_sdp_media_as_text), (gst_sdp_media_set_port_info),
1706         (gst_sdp_media_connections_len), (gst_sdp_media_add_connection),
1707         (gst_sdp_media_bandwidths_len), (gst_sdp_media_get_bandwidth),
1708         (gst_sdp_media_add_bandwidth), (gst_sdp_media_attributes_len),
1709         (gst_sdp_parse_line), (print_media), (gst_sdp_message_dump):
1710         * gst-libs/gst/sdp/gstsdpmessage.h:
1711         Separate INIT_ARRAY() and related macros into two versions, one for
1712         structures and one for pointers (e.g., INIT_ARRAY() and
1713         INIT_PTR_ARRAY()). This fixes a segmentation error on freeing the
1714         lists of emails and phone numbers.
1715         Add missing const as appropriate.
1716         Change all gint to guint since they all actually represent unsigned
1717         values.
1718         Do not use time as a variable name as it shadows the global time().
1719         Add gst_sdp_message_as_text() and gst_sdp_media_as_text().
1720         Actually implement gst_sdp_message_add_time().
1721         Make gst_sdp_message_add_time() take repeat times as an argument.
1722         Store repeat times in GstSDPTime as a GArray rather than as gchar**.
1723         Corrected the definition of gst_sdp_media_get_bandwidth() (was
1724         misspelled as badwidth).
1725         gst-indented and a little clean up. Fixes #471067.
1726
1727 2007-09-05  Sebastian Dröge  <slomo@circular-chaos.org>
1728
1729         * gst/volume/gstvolume.c: (volume_choose_func),
1730         (volume_process_double), (volume_process_double_clamp),
1731         (volume_process_float_clamp):
1732         Correctly clamp float/double samples in the [-1.0,1.0] range to
1733         prevent weird effects.
1734         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
1735         Add unit tests for all samples types that had none before.
1736
1737 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
1738
1739         * gst-libs/gst/rtp/gstrtpbuffer.c:
1740           Need to include stdlib.h for abs() here too.
1741
1742 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
1743
1744         * gst/playback/gststreaminfo.c:
1745           Fix build.
1746
1747 2007-09-05  Stefan Kost  <ensonic@users.sf.net>
1748
1749         * gst/playback/gststreaminfo.c:
1750           Clean up some half-disabled code and comment.
1751
1752 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
1753
1754         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
1755
1756         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
1757         (gst_base_rtp_payload_audio_handle_event):
1758         Return FALSE from the event handler to let the parent class handle the
1759         event. Fixes #446766.
1760
1761         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1762         (gst_base_rtp_depayload_chain), (gst_base_rtp_depayload_push_full):
1763         Mark outgoing buffers as DISCONT if the incomming buffer was DISCONT.
1764
1765         * gst-libs/gst/rtp/gstbasertppayload.c:
1766         Bump the MTU to 1400.
1767
1768 2007-09-03  Johan Dahlin  <jdahlin@async.com.br>
1769
1770         * gst/typefind/gsttypefindfunctions.c (plugin_init): 
1771         Add an audio/x-nsf typefind function for the nsfdec element.
1772
1773 2007-09-03  Renato Filho  <renato.filho@indt.org.br>
1774         * gst/playback/gstplaybasebin.c:
1775         Included "myth://" on stream_uris list for enable buffering to mythtv files
1776
1777 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
1778
1779         * docs/libs/gst-plugins-base-libs-sections.txt:
1780         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_get_rb),
1781         (gst_rtcp_packet_sdes_copy_entry), (gst_rtcp_ntp_to_unix),
1782         (gst_rtcp_unix_to_ntp):
1783         * gst-libs/gst/rtp/gstrtcpbuffer.h:
1784         Fix parsing of RB blocks.
1785         Fix docs.
1786         Added helper functions to convert to/from UNIX and NTP time.
1787         API: gst_rtcp_ntp_to_unix()
1788         API: gst_rtcp_unix_to_ntp()
1789
1790         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data),
1791         (gst_rtp_buffer_get_header_len),
1792         (gst_rtp_buffer_get_extension_data),
1793         (gst_rtp_buffer_get_payload_subbuffer),
1794         (gst_rtp_buffer_get_payload_len), (gst_rtp_buffer_get_payload),
1795         (gst_rtp_buffer_ext_timestamp):
1796         * gst-libs/gst/rtp/gstrtpbuffer.h:
1797         Fix some more docs.
1798         Implement handling of packets with extensions.
1799         Fix padding check in _validate().
1800         Added function to get extension data.
1801         API: gst_rtp_buffer_get_header_len()
1802         API: gst_rtp_buffer_get_extension_data()
1803
1804 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
1805
1806         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1807         (gst_base_rtp_depayload_class_init),
1808         (gst_base_rtp_depayload_set_gst_timestamp):
1809         Add some more docs for the queue-delay property and fix a typo in a
1810         comment.
1811
1812         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
1813         Fix typo.
1814
1815 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
1816
1817         * gst-libs/gst/audio/gstbaseaudiosink.c:
1818         (gst_base_audio_sink_skew_slaving), (gst_base_audio_sink_render),
1819         (gst_base_audio_sink_change_state):
1820         When skew slaving, try to hover around the middle of a segment so that
1821         we at most drift by half a segment.
1822         If we are aligning in the oposite direction of the clock skew, we don't
1823         have to resync.
1824
1825 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
1826
1827         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1828         (gst_base_rtp_depayload_setcaps),
1829         (gst_base_rtp_depayload_set_gst_timestamp):
1830         Be less silly with the segment start, just apply the clock-base to the
1831         timestamp.
1832
1833 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
1834
1835         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1836         (gst_base_rtp_depayload_class_init),
1837         (gst_base_rtp_depayload_finalize),
1838         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
1839         (gst_base_rtp_depayload_handle_sink_event),
1840         (gst_base_rtp_depayload_set_gst_timestamp),
1841         (gst_base_rtp_depayload_change_state):
1842         * gst-libs/gst/rtp/gstbasertpdepayload.h:
1843         Deprecate the queue handling thread thing and remove the code.
1844         Use new method to calculate the extended timestamp.
1845
1846 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
1847
1848         * gst-libs/gst/rtp/gstrtcpbuffer.c:
1849         (gst_rtcp_packet_sdes_copy_entry):
1850         Use g_strndup which does exactly what we want.
1851
1852         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_compare_seqnum),
1853         (gst_rtp_buffer_ext_timestamp):
1854         * gst-libs/gst/rtp/gstrtpbuffer.h:
1855         Add helper function to compare seqnums.
1856         Add helper function to calculate extended timestamps.
1857         API: gst_rtp_buffer_compare_seqnum()
1858         API: gst_rtp_buffer_ext_timestamp()
1859
1860 2007-08-30  Wim Taymans  <wim.taymans@gmail.com>
1861
1862         * gst-libs/gst/rtp/gstrtcpbuffer.c:
1863         (gst_rtcp_packet_sdes_get_entry),
1864         (gst_rtcp_packet_sdes_copy_entry):
1865         * gst-libs/gst/rtp/gstrtcpbuffer.h:
1866         Fix and document SDES item data function.
1867         Add new function that makes a proper copy of SDES item data.
1868         API: gst_rtcp_packet_sdes_copy_entry()
1869
1870 2007-08-30  Stefan Kost  <ensonic@users.sf.net>
1871
1872         * configure.ac:
1873         * gst/Makefile.am:
1874           The tcp and subparse plugins are under gst, but not totaly free of
1875           dependencies. Handle selection inconfigure.ac, so that they show up
1876           on the final list of what is build and what is not. Maybe they should
1877           better be moved to ext.
1878
1879 2007-08-30  Stefan Kost  <ensonic@users.sf.net>
1880
1881         Patch by: Daniel Díaz  <yosoy@danieldiaz.org>
1882
1883         * configure.ac:
1884         * gst/Makefile.am:
1885           Check if libxml provides HTML parser which subparse needs.
1886           Fixes #451970.
1887
1888 2007-08-29  Tim-Philipp Müller  <tim at centricular dot net>
1889
1890         * ext/alsa/gstalsa.c:
1891           Fix typo and compilation on big endian systems.
1892
1893 2007-08-29  Tim-Philipp Müller  <tim at centricular dot net>
1894
1895         * gst/subparse/gstssaparse.c:
1896           Convert SSA newline codes into actual newline characters (#470766).
1897
1898 2007-08-28  Tim-Philipp Müller  <tim at centricular dot net>
1899
1900         * docs/libs/gst-plugins-base-libs-sections.txt:
1901         * gst-libs/gst/pbutils/install-plugins.c:
1902         * gst-libs/gst/pbutils/install-plugins.h:
1903         * tests/check/libs/pbutils.c:
1904           API: also add gst_install_plugins_supported() while we're at it
1905           (see #470456).
1906
1907 2007-08-28  Tim-Philipp Müller  <tim at centricular dot net>
1908
1909         * docs/libs/gst-plugins-base-libs-sections.txt:
1910         * gst-libs/gst/pbutils/missing-plugins.c:
1911         * gst-libs/gst/pbutils/missing-plugins.h:
1912         * tests/check/libs/pbutils.c:
1913           API: add gst_missing_*_installer_detail_new() convenience API so
1914           that applications that know exactly what they're missing can request
1915           installer detail strings for those items directly instead of having
1916           to first create a dummy missing-plugin message and then get the
1917           installer detail string from that.  Fixes #470456.
1918
1919 2007-08-27  Jan Schmidt  <thaytan@mad.scientist.com>
1920
1921         * gst/playback/gstdecodebin.c: (close_pad_link):
1922         We need to set up delayed-linking whenever the caps are non-fixed,
1923         not just when there are multiple types - use gst_pad_is_fixed()
1924         to test.
1925
1926 2007-08-26  Tim-Philipp Müller  <tim at centricular dot net>
1927
1928         * gst-libs/gst/pbutils/missing-plugins.c:
1929           (gst_missing_plugin_message_get_installer_detail):
1930           Add missing separator in PID fallback case.
1931
1932 2007-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
1933
1934         * ext/alsa/Makefile.am:
1935         There is no GST_PLUGINS_BASE_LIBS defined.
1936         
1937         * ext/alsa/gstalsa.c:
1938         * ext/alsa/gstalsasink.c: (gst_alsasink_delay):
1939         * ext/alsa/gstalsasrc.c: (gst_alsasrc_delay):
1940         Add support for ALSA 24-bit formats.
1941         snd_pcm_delay can return an error code, especially
1942         during XRUNS. In that case, the best we can do is assume
1943         delay = 0.
1944
1945         * gst/audioconvert/Makefile.am:
1946         Add flags from -base before any more-remote dependencies.
1947
1948 2007-08-23  Sebastian Dröge  <slomo@circular-chaos.org>
1949
1950         Based on a patch by: Davyd Madeley <davyd at madeley dot id dot au>
1951
1952         * gst/volume/gstvolume.c: (volume_choose_func),
1953         (volume_update_real_volume), (gst_volume_set_volume),
1954         (gst_volume_init), (volume_process_int32),
1955         (volume_process_int32_clamp), (volume_process_int24),
1956         (volume_process_int24_clamp), (volume_process_int16),
1957         (volume_process_int16_clamp), (volume_process_int8),
1958         (volume_process_int8_clamp), (volume_update_volume), (plugin_init):
1959         * gst/volume/gstvolume.h:
1960         Add support for int32, int24 and int8 to the volume element.
1961         Fixes #445529.
1962
1963 2007-08-23  Tim-Philipp Müller  <tim at centricular dot net>
1964
1965         * tests/examples/Makefile.am:
1966           Fix even more.
1967
1968 2007-08-23  Stefan Kost  <ensonic@users.sf.net>
1969
1970         * configure.ac:
1971         * docs/libs/Makefile.am:
1972         * docs/libs/gst-plugins-base-libs-docs.sgml:
1973         * docs/libs/gst-plugins-base-libs-sections.txt:
1974         * ext/gnomevfs/gstgnomevfssrc.c:
1975         * ext/gnomevfs/gstgnomevfssrc.h:
1976         * gst-libs/gst/Makefile.am:
1977         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
1978         * pkgconfig/gstreamer-plugins-base.pc.in:
1979         * sys/v4l/v4lsrc_calls.c:
1980         * tests/examples/Makefile.am:
1981         * win32/common/config.h:
1982           Revert unwanted commit. many thanks to moap. I want a fix for 
1983           https://thomas.apestaart.org/moap/trac/ticket/239
1984
1985 2007-08-23  Stefan Kost  <ensonic@users.sf.net>
1986
1987         * gst/volume/gstvolume.c:
1988           Move passthrough below gst_object_sync_values(). Fixes #442654.
1989
1990 2007-08-22  Wim Taymans  <wim.taymans@gmail.com>
1991
1992         * gst-libs/gst/audio/audio.c:
1993         Clarify the docs a little.
1994
1995 2007-08-22  Stefan Kost  <ensonic@users.sf.net>
1996
1997         * gst/volume/gstvolume.c:
1998           Enable liboil for float and add more details about problems with
1999           int16.
2000
2001 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
2002
2003         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
2004         Fix RGB24 masks as spotted by _ke (Daniel G. Siegel) on IRC.
2005
2006 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
2007
2008         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward):
2009         When calculating the first timestamp of the buffers, don't go below 0
2010         and clip the samples because the offset was on the eos page.
2011         Fixes #466717.
2012
2013 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
2014
2015         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain),
2016         (gst_ogg_demux_collect_chain_info):
2017         Also submit the eos page when trying to find the first timestamp.
2018         See #466717.
2019
2020 2007-08-17  Sebastian Dröge  <slomo@circular-chaos.org>
2021
2022         * gst-libs/gst/audio/audio.h:
2023         Use gst_util_uint64_scale() instead of doing the math
2024         with double for GST_FRAMES_TO_CLOCK_TIME() and
2025         GST_CLOCK_TIME_TO_FRAMES(). For large timestamps this
2026         prevents rounding errors. Fixes #467667.
2027
2028 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
2029
2030         * gst-libs/gst/rtsp/gstrtspconnection.c:
2031         (gst_rtsp_connection_connect), (gst_rtsp_connection_write),
2032         (gst_rtsp_connection_read), (gst_rtsp_connection_poll):
2033         * gst-libs/gst/rtsp/gstrtspconnection.h:
2034         Small cleanups.
2035         On shutdown, don't read the control socket yet.
2036         Set timeout value correctly in all cases.
2037         Add function to check if the server accepts reads or writes.
2038         API: gst_rtsp_connection_poll()
2039
2040         * gst-libs/gst/rtsp/gstrtspdefs.h:
2041         Fix compilation with -pedantic.
2042         Add enum for _poll.
2043
2044 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
2045
2046         Patch by: Olivier Crete  <tester at tester ca>
2047
2048         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
2049         (gst_basertppayload_getcaps):
2050         * gst-libs/gst/rtp/gstbasertppayload.h:
2051         Add getcaps vfunc to basertppayload. See #465146.
2052
2053 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
2054
2055         * gst/playback/gstplaybasebin.c: (queue_threshold_reached):
2056         Only post buffering messages when we are a stream.
2057
2058 2007-08-15  Tim-Philipp Müller  <tim at centricular dot net>
2059
2060         * gst-libs/gst/pbutils/install-plugins.c:
2061         * gst-libs/gst/pbutils/missing-plugins.c:
2062           Small docs fix and addition.
2063
2064 2007-08-13  Tim-Philipp Müller  <tim at centricular dot net>
2065
2066         * tests/icles/.cvsignore:
2067         * tests/icles/Makefile.am:
2068         * tests/icles/test-textoverlay.c:
2069           Add a dumb little test for textoverlay alignments.
2070
2071 2007-08-13  Tim-Philipp Müller  <tim at centricular dot net>
2072
2073         Patch by: Dan Williams  <dcbw redhat com>
2074
2075         * ext/pango/gsttextoverlay.c:
2076         * ext/pango/gsttextoverlay.h:
2077           API: add "line-alignment" property (#459334). Add gtk-doc blurb for
2078           "silent" property so there's a Since tag in the API reference.
2079
2080 2007-08-12  Wim Taymans  <wim.taymans@gmail.com>
2081
2082         * gst-libs/gst/rtp/gstbasertppayload.c:
2083         (gst_basertppayload_set_outcaps):
2084         * gst-libs/gst/rtp/gstbasertppayload.h:
2085         Improve caps negotiation so that downstream elements can confiure
2086         certain RTP properties by fixing them on the caps. See #465146.
2087         Add docs.
2088
2089 2007-08-11  Tim-Philipp Müller  <tim at centricular dot net>
2090
2091         * docs/libs/gst-plugins-base-libs-sections.txt:
2092         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2093         * gst-libs/gst/rtp/gstbasertpdepayload.h:
2094           Mark as deprecated some macros which were presumably meant to be
2095           private API and accidentally exposed in the public header file.
2096           Also actually _init() lock (only works at the moment because the
2097           struct is zeroed out when created and the initial values in the
2098           mutex struct are zeroes too). (#459585)
2099
2100 2007-08-10  Stefan Kost  <ensonic@users.sf.net>
2101
2102         * docs/libs/Makefile.am:
2103           Remove cruft and do some cleanups.
2104
2105         * docs/libs/gst-plugins-base-libs-docs.sgml:
2106           Prepare for comming gtkdoc features (rebase against online docs).
2107
2108 2007-08-10  Michael Smith <msmith@fluendo.com>
2109
2110         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
2111           Debug output fixes.
2112         * tests/check/elements/audiorate.c: (do_perfect_stream_test),
2113         (GST_START_TEST):
2114           Change the number of buffers used; 500 is too many and leads to
2115           timeouts.
2116
2117 2007-08-10  Tim-Philipp Müller  <tim at centricular dot net>
2118
2119         * gst/playback/gstqueue2.c:
2120         * gst/videorate/gstvideorate.c:
2121           Printf format fixes (#465028).
2122
2123 2007-08-09  Michael Smith <msmith@fluendo.com>
2124
2125         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
2126           If we have a large (> 1 second) discontinuity, push a series of
2127           smaller buffers rather than a single very large buffer. Avoids
2128           unreasonably large single buffer allocations when encountering a
2129           large gap.
2130         * tests/check/elements/audiorate.c: (GST_START_TEST),
2131         (audiorate_suite):
2132           Add a test for this.
2133
2134 2007-08-09  Jan Schmidt  <thaytan@mad.scientist.com>
2135
2136         * gst/playback/gstplaybasebin.c: (group_commit),
2137         (queue_remove_probe), (queue_threshold_reached):
2138
2139         Patch by: Josep Torra Valles <josep@fluendo.com>
2140         Fixes: #465015
2141         Make sure we remove the check_queues buffer probe from the 
2142         correct queue to avoid racily going back to "buffering 99%" when
2143         buffering is actually complete.
2144
2145         Also, fix the spelling of Josep's surname in the ChangeLog.
2146
2147 2007-08-09  Stefan Kost  <ensonic@users.sf.net>
2148
2149         * ext/ogg/gstoggmux.c:
2150           Do not leak oggmux instance.
2151         
2152         * ext/vorbis/vorbisenc.c:
2153           Also log values.
2154
2155 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
2156
2157         * po/hu.po:
2158         * po/it.po:
2159         * po/nl.po:
2160         * po/uk.po:
2161         * po/vi.po:
2162           Updated translations.
2163
2164 2007-08-08  Stefan Kost  <ensonic@users.sf.net>
2165
2166         patch by: Yang Hong <hongyang@redflag-linux.com>
2167
2168         * ext/pango/gsttextoverlay.c:
2169         * ext/pango/gsttextoverlay.h:
2170           Add 'silent' property to GstTimeOverlay. Fixes #462979
2171
2172 2007-08-08  Wim Taymans  <wim.taymans@gmail.com>
2173
2174         Patch by: Josep Torra Valles <josep@fluendo.com>
2175
2176         * docs/plugins/gst-plugins-base-plugins.args:
2177         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
2178         (gst_uri_decode_bin_init), (gst_uri_decode_bin_set_property),
2179         (gst_uri_decode_bin_get_property), (gen_source_element):
2180         Add connection-speed property. Fixes #464690.
2181
2182 2007-08-07  Wim Taymans  <wim.taymans@gmail.com>
2183
2184         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
2185
2186         * configure.ac:
2187         * gst-libs/gst/rtsp/Makefile.am:
2188         * gst-libs/gst/rtsp/gstrtspconnection.c:
2189         (gst_rtsp_connection_connect):
2190         Fix compilation on windows. Fixes #464320.
2191
2192 2007-08-07  Wim Taymans  <wim.taymans@gmail.com>
2193
2194         Patch by: Josep Torra Valles <josep@fluendo.com>
2195
2196         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
2197         (gst_play_base_bin_init), (queue_threshold_reached),
2198         (gen_source_element), (setup_substreams),
2199         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
2200         (gst_play_base_bin_get_streaminfo_value_array):
2201         * gst/playback/gstplaybasebin.h:
2202         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
2203         (gst_play_bin_set_property), (gst_play_bin_get_property),
2204         (gst_play_bin_handle_redirect_message):
2205         Move connection-speed property from playbin to playbasebin so that we
2206         can also configure it in source elements that have the connection-speed
2207         property. Fixes #464028.
2208         Add some debug info here and there.
2209
2210 2007-08-06  Sebastian Dröge  <slomo@circular-chaos.org>
2211
2212         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
2213         Properly respond to conversion queries. Fixes #464079.
2214
2215 2007-08-03  Sebastian Dröge  <slomo@circular-chaos.org>
2216
2217         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_init),
2218         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
2219         (gst_audio_test_src_init_sine_table),
2220         (gst_audio_test_src_change_wave), (gst_audio_test_src_create):
2221         * gst/audiotestsrc/gstaudiotestsrc.h:
2222         Add float/double and int32 support to audiotestsrc. Fixes #460422.
2223         Also set the default volume to the default value specified in the
2224         GParamSpec.
2225
2226 2007-08-03  Sebastian Dröge  <slomo@circular-chaos.org>
2227
2228         Patch by: Jens Granseuer <jensgr at gmx dot net>
2229
2230         * gst/audioconvert/gstaudioquantize.c:
2231         Fix C89 incompatibilities and spelling of explanations. Fixes #463215.
2232
2233 2007-08-03  Wim Taymans  <wim.taymans@gmail.com>
2234
2235         * gst-libs/gst/rtsp/gstrtsptransport.c: (gst_rtsp_transport_parse):
2236         Add rdt manager for rdt transport.
2237         Fix parsing of RDT transport.
2238
2239 2007-08-03  Jan Schmidt  <thaytan@mad.scientist.com>
2240
2241         * configure.ac:
2242         Back to CVS
2243
2244 === release 0.10.14 ===
2245
2246 2007-08-03  Jan Schmidt <thaytan@mad.scientist.com>
2247
2248         * configure.ac:
2249           releasing 0.10.14, "Light Years Ahead"
2250
2251 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
2252
2253         * tests/check/libs/audio.c: (GST_START_TEST):
2254         Fix the test to reflect the behaviour of gst_audio_clip_buffer.
2255
2256 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
2257
2258         * gst-libs/gst/audio/audio.c:
2259         When clipping a buffer with no timestamp, assume it is
2260         within the segment without warnings.
2261
2262         Fixes: #460978
2263
2264 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
2265
2266         * gst-libs/gst/rtsp/gstrtspextension.c: (gst_rtsp_extension_send):
2267         Fire the signal on the object, not the interface.
2268
2269 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
2270
2271         * gst-libs/gst/rtsp/.cvsignore:
2272         Ber. Don't include the full path, idiot.
2273
2274 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
2275
2276         * gst-libs/gst/rtsp/.cvsignore:
2277         Ignore generated files.
2278
2279 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
2280
2281         * gst-libs/gst/interfaces/Makefile.am:
2282         * gst-libs/gst/interfaces/interfaces-marshal.list:
2283         * gst-libs/gst/interfaces/rtspextension.c:
2284         * gst-libs/gst/interfaces/rtspextension.h:
2285         * gst-libs/gst/rtsp/Makefile.am:
2286         * gst-libs/gst/rtsp/gstrtsp.h:
2287         * gst-libs/gst/rtsp/gstrtspextension.c:
2288         (gst_rtsp_extension_get_type), (gst_rtsp_extension_iface_init),
2289         (gst_rtsp_extension_detect_server),
2290         (gst_rtsp_extension_before_send), (gst_rtsp_extension_after_send),
2291         (gst_rtsp_extension_parse_sdp), (gst_rtsp_extension_setup_media),
2292         (gst_rtsp_extension_configure_stream),
2293         (gst_rtsp_extension_get_transports),
2294         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
2295         * gst-libs/gst/rtsp/gstrtspextension.h:
2296         * gst-libs/gst/rtsp/rtsp-marshal.list:
2297         Move the rtspextension.h interface into gstrtspextension.h
2298         as part of libgstrtsp instead of libgstinterfaces, because it's
2299         only for use within plugins, not applications. 
2300         Add stuff to do the enum & marshal generation needed in libgstrtsp now.
2301         Use the GST_TYPE_RTSP_RESULT enum type for the return value of the 
2302         signal that the GstRTSPExtension interface emits, since G_TYPE_ENUM
2303         is abstract.
2304
2305 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
2306
2307         * gst-libs/gst/interfaces/Makefile.am:
2308         * gst-libs/gst/interfaces/interfaces-marshal.list:
2309         * gst-libs/gst/interfaces/rtspextension.c:
2310         (gst_rtsp_extension_iface_init),
2311         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
2312         * gst-libs/gst/interfaces/rtspextension.h:
2313         Fix marshaller for the send signal.
2314         Add URL to stream selection interface method.
2315
2316 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
2317
2318         * gst-libs/gst/riff/Makefile.am:
2319         Pull in our dependencies from -base before those from outside.
2320
2321 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
2322
2323         * docs/libs/gst-plugins-base-libs-sections.txt:
2324         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_decode_ip):
2325         * gst-libs/gst/rtsp/gstrtspbase64.h:
2326         API: gst_rtsp_base64_decode_ip()
2327         Added function to decode Base64 in-place.
2328
2329 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
2330
2331         * tests/check/libs/.cvsignore:
2332         Ignore the mixer test binary.
2333
2334 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
2335
2336         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward):
2337         Gratuitous comment change to trigger a rebuild on the buildbots.
2338
2339 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
2340
2341         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_media_get_media),
2342         (gst_sdp_media_get_port), (gst_sdp_media_get_num_ports),
2343         (gst_sdp_media_get_proto), (gst_sdp_media_formats_len),
2344         (gst_sdp_media_get_format), (gst_sdp_media_get_information),
2345         (gst_sdp_media_connections_len), (gst_sdp_media_get_connection),
2346         (gst_sdp_media_bandwidths_len), (gst_sdp_media_get_badwidth),
2347         (gst_sdp_media_get_key), (gst_sdp_media_attributes_len),
2348         (gst_sdp_media_get_attribute), (gst_sdp_media_get_attribute_val_n),
2349         (gst_sdp_media_get_attribute_val):
2350         * gst-libs/gst/sdp/gstsdpmessage.h:
2351         Constify args where we can.
2352
2353 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
2354
2355         * gst-libs/gst/interfaces/Makefile.am:
2356         * gst-libs/gst/interfaces/rtspextension.c:
2357         (gst_rtsp_extension_get_type), (gst_rtsp_extension_iface_init),
2358         (gst_rtsp_extension_detect_server),
2359         (gst_rtsp_extension_before_send), (gst_rtsp_extension_after_send),
2360         (gst_rtsp_extension_parse_sdp), (gst_rtsp_extension_setup_media),
2361         (gst_rtsp_extension_configure_stream),
2362         (gst_rtsp_extension_get_transports),
2363         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
2364         * gst-libs/gst/interfaces/rtspextension.h:
2365         Move interface for RTSP extensions from -good to here.
2366         Added helper methods to invoke interface methods.
2367
2368 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
2369
2370         * docs/libs/gst-plugins-base-libs-sections.txt:
2371         * gst-libs/gst/rtsp/gstrtspdefs.h:
2372         * gst-libs/gst/rtsp/gstrtspmessage.c: (key_value_foreach),
2373         (gst_rtsp_message_get_type), (gst_rtsp_message_parse_request),
2374         (gst_rtsp_message_init_response),
2375         (gst_rtsp_message_parse_response), (gst_rtsp_message_new_data),
2376         (gst_rtsp_message_parse_data), (gst_rtsp_message_add_header),
2377         (gst_rtsp_message_remove_header), (gst_rtsp_message_get_header),
2378         (gst_rtsp_message_append_headers), (gst_rtsp_message_set_body),
2379         (gst_rtsp_message_get_body), (dump_key_value):
2380         * gst-libs/gst/rtsp/gstrtspmessage.h:
2381         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
2382         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
2383         (gst_rtsp_range_parse):
2384         * gst-libs/gst/rtsp/gstrtsprange.h:
2385         * gst-libs/gst/rtsp/gstrtsptransport.c:
2386         * gst-libs/gst/rtsp/gstrtspurl.c:
2387         Fix some more RTSP docs.
2388         Add some missing methods for dealing with messages.
2389
2390 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
2391
2392         * docs/libs/gst-plugins-base-libs-docs.sgml:
2393         * docs/libs/gst-plugins-base-libs-sections.txt:
2394         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_encode):
2395         * gst-libs/gst/rtsp/gstrtspbase64.h:
2396         * gst-libs/gst/rtsp/gstrtspconnection.c:
2397         (gst_rtsp_connection_connect), (add_auth_header),
2398         (gst_rtsp_connection_write), (gst_rtsp_connection_send),
2399         (read_body), (gst_rtsp_connection_receive),
2400         (gst_rtsp_connection_next_timeout),
2401         (gst_rtsp_connection_reset_timeout),
2402         (gst_rtsp_connection_set_auth):
2403         * gst-libs/gst/rtsp/gstrtspconnection.h:
2404         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status):
2405         * gst-libs/gst/rtsp/gstrtspdefs.h:
2406         * gst-libs/gst/rtsp/gstrtspmessage.h:
2407         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
2408         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
2409         (gst_rtsp_range_parse):
2410         * gst-libs/gst/rtsp/gstrtspurl.h:
2411         Added beginnings of RTSP documentation.
2412
2413 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
2414
2415         * docs/libs/Makefile.am:
2416         * docs/libs/gst-plugins-base-libs-docs.sgml:
2417         * docs/libs/gst-plugins-base-libs-sections.txt:
2418         * gst-libs/gst/sdp/gstsdp.h:
2419         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_message_set_origin),
2420         (gst_sdp_message_set_connection), (gst_sdp_message_add_bandwidth),
2421         (gst_sdp_message_add_time), (gst_sdp_message_add_zone),
2422         (gst_sdp_message_set_key), (gst_sdp_message_get_attribute_val_n),
2423         (gst_sdp_message_get_attribute_val),
2424         (gst_sdp_message_add_attribute), (gst_sdp_media_new),
2425         (gst_sdp_media_init), (gst_sdp_media_uninit), (gst_sdp_media_free),
2426         (gst_sdp_media_get_media), (gst_sdp_media_set_media),
2427         (gst_sdp_media_get_port), (gst_sdp_media_get_num_ports),
2428         (gst_sdp_media_set_port_info), (gst_sdp_media_get_proto),
2429         (gst_sdp_media_set_proto), (gst_sdp_media_formats_len),
2430         (gst_sdp_media_get_format), (gst_sdp_media_add_format),
2431         (gst_sdp_media_get_information), (gst_sdp_media_set_information),
2432         (gst_sdp_media_connections_len), (gst_sdp_media_get_connection),
2433         (gst_sdp_media_add_connection), (gst_sdp_media_bandwidths_len),
2434         (gst_sdp_media_get_badwidth), (gst_sdp_media_add_bandwidth),
2435         (gst_sdp_media_set_key), (gst_sdp_media_get_key),
2436         (gst_sdp_media_attributes_len), (gst_sdp_media_add_attribute),
2437         (gst_sdp_media_get_attribute_val_n),
2438         (gst_sdp_media_get_attribute_val), (gst_sdp_message_parse_buffer),
2439         (print_media), (gst_sdp_message_dump):
2440         * gst-libs/gst/sdp/gstsdpmessage.h:
2441         Document the SDP library.
2442         Add some of the missing SDPMedia methods.
2443
2444 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
2445
2446         * configure.ac:
2447         * gst-libs/gst/Makefile.am:
2448         * gst-libs/gst/rtsp/Makefile.am:
2449         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_encode):
2450         * gst-libs/gst/rtsp/gstrtspbase64.h:
2451         * gst-libs/gst/rtsp/gstrtspconnection.c: (inet_aton),
2452         (gst_rtsp_connection_create), (gst_rtsp_connection_connect),
2453         (add_auth_header), (add_date_header), (gst_rtsp_connection_write),
2454         (gst_rtsp_connection_send), (read_line), (read_string), (read_key),
2455         (parse_response_status), (parse_request_line), (parse_line),
2456         (gst_rtsp_connection_read), (read_body),
2457         (gst_rtsp_connection_receive), (gst_rtsp_connection_close),
2458         (gst_rtsp_connection_free), (gst_rtsp_connection_next_timeout),
2459         (gst_rtsp_connection_reset_timeout), (gst_rtsp_connection_flush),
2460         (gst_rtsp_connection_set_auth):
2461         * gst-libs/gst/rtsp/gstrtspconnection.h:
2462         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status),
2463         (gst_rtsp_strresult), (gst_rtsp_method_as_text),
2464         (gst_rtsp_version_as_text), (gst_rtsp_header_as_text),
2465         (gst_rtsp_status_as_text), (gst_rtsp_find_header_field),
2466         (gst_rtsp_find_method):
2467         * gst-libs/gst/rtsp/gstrtspdefs.h:
2468         * gst-libs/gst/rtsp/gstrtspmessage.c: (key_value_foreach),
2469         (gst_rtsp_message_new), (gst_rtsp_message_init),
2470         (gst_rtsp_message_new_request), (gst_rtsp_message_init_request),
2471         (gst_rtsp_message_new_response), (gst_rtsp_message_init_response),
2472         (gst_rtsp_message_init_data), (gst_rtsp_message_unset),
2473         (gst_rtsp_message_free), (gst_rtsp_message_add_header),
2474         (gst_rtsp_message_remove_header), (gst_rtsp_message_get_header),
2475         (gst_rtsp_message_append_headers), (gst_rtsp_message_set_body),
2476         (gst_rtsp_message_take_body), (gst_rtsp_message_get_body),
2477         (gst_rtsp_message_steal_body), (dump_mem), (dump_key_value),
2478         (gst_rtsp_message_dump):
2479         * gst-libs/gst/rtsp/gstrtspmessage.h:
2480         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
2481         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
2482         (gst_rtsp_range_parse), (gst_rtsp_range_free):
2483         * gst-libs/gst/rtsp/gstrtsprange.h:
2484         * gst-libs/gst/rtsp/gstrtsptransport.c: (gst_rtsp_transport_new),
2485         (gst_rtsp_transport_init), (gst_rtsp_transport_get_mime),
2486         (gst_rtsp_transport_get_manager), (parse_mode), (parse_range),
2487         (range_as_text), (rtsp_transport_mode_as_text),
2488         (rtsp_transport_profile_as_text), (rtsp_transport_ltrans_as_text),
2489         (gst_rtsp_transport_parse), (gst_rtsp_transport_as_text),
2490         (gst_rtsp_transport_free):
2491         * gst-libs/gst/rtsp/gstrtsptransport.h:
2492         * gst-libs/gst/rtsp/gstrtspurl.c: (gst_rtsp_url_parse),
2493         (gst_rtsp_url_free), (gst_rtsp_url_set_port),
2494         (gst_rtsp_url_get_port), (gst_rtsp_url_get_request_uri):
2495         * gst-libs/gst/rtsp/gstrtspurl.h:
2496         * gst-libs/gst/sdp/Makefile.am:
2497         * gst-libs/gst/sdp/gstsdp.h:
2498         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_origin_init),
2499         (gst_sdp_connection_init), (gst_sdp_bandwidth_init),
2500         (gst_sdp_time_init), (gst_sdp_zone_init), (gst_sdp_key_init),
2501         (gst_sdp_attribute_init), (gst_sdp_message_new),
2502         (gst_sdp_message_init), (gst_sdp_message_uninit),
2503         (gst_sdp_message_free), (gst_sdp_media_new), (gst_sdp_media_init),
2504         (gst_sdp_media_uninit), (gst_sdp_media_free),
2505         (gst_sdp_message_set_origin), (gst_sdp_message_get_origin),
2506         (gst_sdp_message_set_connection), (gst_sdp_message_get_connection),
2507         (gst_sdp_message_add_bandwidth), (gst_sdp_message_add_time),
2508         (gst_sdp_message_add_zone), (gst_sdp_message_set_key),
2509         (gst_sdp_message_get_key), (gst_sdp_message_get_attribute_val_n),
2510         (gst_sdp_message_get_attribute_val),
2511         (gst_sdp_message_add_attribute), (gst_sdp_message_add_media),
2512         (gst_sdp_media_add_attribute), (gst_sdp_media_add_bandwidth),
2513         (gst_sdp_media_add_format), (gst_sdp_media_get_attribute),
2514         (gst_sdp_media_get_attribute_val_n),
2515         (gst_sdp_media_get_attribute_val), (gst_sdp_media_get_format),
2516         (read_string), (read_string_del), (gst_sdp_parse_line),
2517         (gst_sdp_message_parse_buffer), (print_media),
2518         (gst_sdp_message_dump):
2519         * gst-libs/gst/sdp/gstsdpmessage.h:
2520         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
2521         Move SDP and RTSP from helper objects in -good to a reusable library.
2522         Use a proper gst_ namespace.
2523
2524 2007-07-23  Sebastian Dröge  <slomo@circular-chaos.org>
2525
2526         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
2527         (vorbis_dec_flush_decode):
2528         Use the new buffer clipping function from gstaudio here.
2529
2530 2007-07-23  Sebastian Dröge  <slomo@circular-chaos.org>
2531
2532         * docs/libs/gst-plugins-base-libs-sections.txt:
2533         * gst-libs/gst/audio/audio.c: (gst_audio_buffer_clip):
2534         * gst-libs/gst/audio/audio.h:
2535         * tests/check/libs/audio.c: (GST_START_TEST), (audio_suite):
2536         API: Add buffer clipping function for raw audio buffers. Fixes #456656.
2537         Also add deprecation guards for gst_audio_structure_set_int() to the
2538         header.
2539
2540 2007-07-23  Stefan Kost  <ensonic@users.sf.net>
2541
2542         * docs/libs/gst-plugins-base-libs-sections.txt:
2543           Cleanup the docs.
2544
2545 2007-07-23  Wim Taymans  <wim.taymans@gmail.com>
2546
2547         Patch by: Dan Williams <dcbw at redhat dot com>
2548
2549         * gst/playback/gstplaybasebin.c:
2550         (gst_play_base_bin_get_streaminfo_value_array):
2551         Don't return NULL when querying the stream info value array but instead
2552         return an empty array. Fixes #459204.
2553
2554 2007-07-23  Tim-Philipp Müller  <tim at centricular dot net>
2555
2556         * gst/playback/gsturidecodebin.c:
2557           Init debug category before using it.
2558
2559 2007-07-21  Jan Schmidt  <thaytan@noraisin.net>
2560
2561         * gst-libs/gst/interfaces/mixer.h:
2562         Add padding vars in place of the signal pointers
2563         when building with DISABLE_DEPRECATED so that the
2564         interface structure doesn't change size.
2565
2566 2007-07-20  Jan Schmidt  <thaytan@noraisin.net>
2567
2568         * docs/libs/gst-plugins-base-libs-sections.txt:
2569         * ext/alsa/gstalsamixer.c:
2570         * ext/alsa/gstalsamixer.h:
2571         * ext/alsa/gstalsamixerelement.c:
2572         * ext/alsa/gstalsamixertrack.c:
2573         * gst-libs/gst/interfaces/mixer.c:
2574         * gst-libs/gst/interfaces/mixer.h:
2575         * gst-libs/gst/interfaces/mixeroptions.c:
2576         * gst-libs/gst/interfaces/mixeroptions.h:
2577         * gst-libs/gst/interfaces/mixertrack.c:
2578         * gst-libs/gst/interfaces/mixertrack.h:
2579         * tests/check/Makefile.am:
2580         * tests/check/libs/mixer.c:
2581
2582         Patch By: Marc-Andre Lureau <marcandre.lureau@gmail.com>
2583         Fixes: #152864 
2584
2585         Add support for notifying mixer changes on the message bus, and
2586         implement it in alsamixer.
2587
2588         API: gst_mixer_get_mixer_flags
2589         API: gst_mixer_message_parse_mute_toggled
2590         API: gst_mixer_message_parse_record_toggled
2591         API: gst_mixer_message_parse_volume_changed
2592         API: gst_mixer_message_parse_option_changed
2593         API: GstMixerMessageType
2594         API: GstMixerFlags
2595
2596 2007-07-20  Michael Smith <msmith@fluendo.com>
2597
2598         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
2599         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps):
2600           xcontext->im_format is only for testing XShm support (as the header
2601           file comments document). Use xvimage->im_format for everything else.
2602           Avoids spurious warnings on buffer allocation before setcaps.
2603
2604 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
2605
2606         * tests/examples/volume/Makefile.am:
2607         * tests/icles/Makefile.am:
2608           We should use $(LIBM).
2609
2610 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
2611
2612         * tests/icles/Makefile.am:
2613           This needs -lm.
2614
2615 2007-07-16  Wim Taymans  <wim.taymans@gmail.com>
2616
2617         * gst-libs/gst/rtp/gstbasertppayload.c:
2618         (gst_basertppayload_class_init), (gst_basertppayload_init),
2619         (gst_basertppayload_set_property),
2620         (gst_basertppayload_get_property):
2621         Don't break ABI, restore previous ranges. Keep the default random
2622         selection of timestamp and seqnum offset but as soon as the app sets a
2623         specific value, use that one.
2624
2625 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
2626
2627         Patch by: Bastien Nocera <hadess at hadess dot net>
2628
2629         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
2630         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
2631         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
2632         * sys/xvimage/xvimagesink.h:
2633         Add option to turn off double-buffering for debugging purposes.
2634         Fixes #437169.
2635
2636 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
2637
2638         Patch by: Jorn Baayen <jorn at openedhand dot com>
2639
2640         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
2641         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
2642         (gst_ximagesink_init), (gst_ximagesink_class_init):
2643         * sys/ximage/ximagesink.h:
2644         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
2645         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
2646         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
2647         * sys/xvimage/xvimagesink.h:
2648         add 'handle-expose' property. Useful for video widgets which may want to
2649         be in control of Expose behaviour. Fixes #380625
2650
2651 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
2652
2653         * gst-libs/gst/rtp/gstbasertppayload.c:
2654         (gst_basertppayload_class_init), (gst_basertppayload_init),
2655         (gst_basertppayload_event), (gst_basertppayload_push),
2656         (gst_basertppayload_set_property),
2657         (gst_basertppayload_get_property),
2658         (gst_basertppayload_change_state):
2659         * gst-libs/gst/rtp/gstbasertppayload.h:
2660         Fix ranges of rtp payloader properties so that the full range can be
2661         used in addition to -1 (random).
2662         Fix wrong seqnum reporting in caps.
2663         Fixes #420326.
2664
2665 2007-07-13  Wim Taymans  <wim.taymans@gmail.com>
2666
2667         * gst/videorate/gstvideorate.c: (gst_video_rate_init),
2668         (gst_video_rate_query):
2669         Use boilerplate.
2670         Add latency query, might not be perfect yet but already works a lot
2671         better. Fixes #442557.
2672
2673 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
2674
2675         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
2676         (gst_xvimagesink_setcaps):
2677         * sys/xvimage/xvimagesink.h:
2678         After a caps change, redraw our borders to avoid garbage left there
2679         when the image format changes to a smaller size, like 16:9 -> 4:3
2680         Also, hold the flow_lock a bit longer in the set_caps while we're
2681         fiddling with the xcontext.
2682
2683 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
2684
2685         * Makefile.am:
2686         * configure.ac:
2687         * tests/Makefile.am:
2688         Remove bogus check for libcheck, since we check for
2689         gstreamer-check and it pulls in the required info from there, and we
2690         weren't actually _using_ the information for libcheck ourselves
2691         anyway.
2692
2693 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
2694
2695         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
2696         (gst_ffmpeg_caps_to_pixfmt):
2697         Fix the r_mask test for RGBA32 on little-endian.
2698         Fix a stupid typo that would have obviously broken 
2699         compilation on big-endian, if anyone was testing.
2700
2701 2007-07-12  Wim Taymans  <wim.taymans@gmail.com>
2702
2703         * gst/videotestsrc/videotestsrc.c: (paint_hline_AYUV),
2704         (paint_hline_str4):
2705         * gst/videotestsrc/videotestsrc.h:
2706         Add alpha to the color struct.
2707         Use a default alpha value of 255 instead of 128.
2708
2709 2007-07-12  Wim Taymans  <wim.taymans@gmail.com>
2710
2711         * gst/playback/gstplaybasebin.c: (no_more_pads_full),
2712         (setup_source):
2713         Clear the dynamic pads counter when starting a new uri. This makes
2714         reusing playbin work again.
2715         Fixes #454264.
2716
2717 2007-07-12  Stefan Kost  <ensonic@users.sf.net>
2718
2719         * configure.ac:
2720           Use pkg-config to locate check.
2721
2722 2007-07-12  Tim-Philipp Müller  <tim at centricular dot net>
2723
2724         * configure.ac:
2725         * tests/check/elements/volume.c: (GST_START_TEST):
2726           Fix 'make check' build against core CVS.
2727
2728 2007-07-10  Stefan Kost  <ensonic@users.sf.net>
2729
2730         * gst-libs/gst/interfaces/propertyprobe.c:
2731         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2732         * gst-libs/gst/tag/gstvorbistag.c:
2733           Make gtk-doc happy.
2734
2735 2007-07-08  Tim-Philipp Müller  <tim at centricular dot net>
2736
2737         * gst-libs/gst/audio/gstbaseaudiosink.c:
2738         (gst_base_audio_sink_callback):
2739           Quick hack to make audiosinks stop at EOS when operating in
2740           pull-mode; needs to be fixed properly some day.
2741
2742 2007-07-06  Stefan Kost  <ensonic@users.sf.net>
2743
2744         * docs/libs/gst-plugins-base-libs-sections.txt:
2745           Fix location of includes in the docs.
2746
2747 2007-07-06  Jan Schmidt  <thaytan@mad.scientist.com>
2748
2749         * gst/ffmpegcolorspace/avcodec.h:
2750         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
2751         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
2752         (gst_ffmpegcsp_avpicture_fill):
2753         * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
2754         (img_get_alpha_info):
2755         Add 2 new pixel formats - ABGR32 and ARGB32, which are reflections
2756         of the existing BGRA32 and RGBA32 formats with the alpha at the other
2757         end of the word. Partially fixes #451908
2758
2759 2007-07-05  Stefan Kost  <ensonic@users.sf.net>
2760
2761         * docs/libs/Makefile.am:
2762         * docs/plugins/Makefile.am:
2763           Simplify --extra-dir as gtkdoc scans recursively.
2764
2765 2007-07-03  Wim Taymans  <wim.taymans@gmail.com>
2766
2767         * gst/adder/gstadder.c: (gst_adder_sink_getcaps),
2768         (gst_adder_request_new_pad):
2769         Make getcaps more robust by not using the proxycaps function. This makes
2770         sure that we don't end up recursively calling getcaps upstream.
2771         See #316248.
2772
2773 2007-06-29  Wim Taymans  <wim.taymans@gmail.com>
2774
2775         * gst/audioconvert/audioconvert.c:
2776         Include math.h to fix compilation.
2777
2778 2007-06-29  Jan Schmidt  <thaytan@mad.scientist.com>
2779
2780         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
2781         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
2782         Add a mapping for YUV format "IYU1", which is a 4:1:1 packed pixel
2783         format, as produced by some dc1394 cameras like the iSight.
2784         See http://www.fourcc.org/yuv.php#IYU1
2785
2786 2007-06-28  Sebastian Dröge  <slomo@circular-chaos.org>
2787
2788         * gst/audioconvert/Makefile.am:
2789         * gst/audioconvert/audioconvert.c: (audio_convert_get_func_index),
2790         (check_default), (audio_convert_prepare_context),
2791         (audio_convert_clean_context), (audio_convert_convert):
2792         * gst/audioconvert/audioconvert.h:
2793         * gst/audioconvert/gstaudioconvert.c:
2794         (gst_audio_convert_dithering_get_type),
2795         (gst_audio_convert_ns_get_type), (gst_audio_convert_class_init),
2796         (gst_audio_convert_init), (gst_audio_convert_set_caps),
2797         (gst_audio_convert_set_property), (gst_audio_convert_get_property):
2798         * gst/audioconvert/gstaudioconvert.h:
2799         * gst/audioconvert/gstaudioquantize.c:
2800         (gst_audio_quantize_setup_noise_shaping),
2801         (gst_audio_quantize_free_noise_shaping),
2802         (gst_audio_quantize_setup_dither),
2803         (gst_audio_quantize_free_dither),
2804         (gst_audio_quantize_setup_quantize_func),
2805         (gst_audio_quantize_setup), (gst_audio_quantize_free):
2806         * gst/audioconvert/gstaudioquantize.h:
2807         Implement dithering and noise shaping in audioconvert. By default now
2808         TPDF dithering (and no noise shaping) will be used when converting
2809         from a higher bit depth to 20 bit depth or smaller, otherwise
2810         everything will be as it is now.
2811         For the last audioconvert in a pipeline it would make sense to
2812         use some kind of noise shaping, enabling it by default for all
2813         conversions would give undesired results though. Fixes #360246.
2814         * tests/check/elements/audioconvert.c: (setup_audioconvert),
2815         (GST_START_TEST):
2816         Adjust unit test for the new audioconvert.
2817
2818 2007-06-28  Wim Taymans  <wim@fluendo.com>
2819
2820         * gst/playback/gstqueue2.c: (apply_segment), (update_buffering):
2821         Use other metrics as well when estimating the buffer level.
2822
2823 2007-06-28  Wim Taymans  <wim@fluendo.com>
2824
2825         * gst/playback/gstplaybasebin.c: (make_decoder), (setup_source):
2826         Small debug improvement.
2827
2828         * gst/playback/gstqueue2.c: (apply_segment), (update_buffering),
2829         (plugin_init):
2830         Tweak the rate estimation period.
2831         When calculating the buffer filledness in rate estimation mode, don't
2832         mix it with other metrics.
2833
2834 2007-06-28  Wim Taymans  <wim@fluendo.com>
2835
2836         * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
2837         (gst_decode_group_expose), (gst_decode_group_free), (add_fakesink):
2838         When creating the groups, allow for a 5 second, unlimited buffers
2839         preroll phase after which we expose the group.
2840         When the group is exposed, use a small number of buffers up to a 2
2841         second limit. Also disconnect the overrun signal from multiqueue when we
2842         exposed the group because it is not needed anymore.
2843
2844 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
2845
2846         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
2847           Don't pass trailing zeroes in fixed-size string arrays in ID3v1 tags
2848           to utf8-validate; fixes recognition of ID3v1 tags in UTF-8 encoding
2849           (#451707); also, output some debugging info when dealing with
2850           freeform strings.
2851
2852         * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite):
2853           Add unit test for the above.
2854
2855 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
2856
2857         * gst-libs/gst/pbutils/descriptions.c: (caps_are_rtp_caps):
2858           Add description for Windows Media RTP caps.
2859
2860         * gst-libs/gst/pbutils/missing-plugins.c: (copy_and_clean_caps):
2861           Remove RTP fields that don't define the format from caps.
2862
2863 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
2864
2865         * ext/vorbis/vorbisdec.c: (vorbis_dec_decode_buffer):
2866           Skip empty buffers, but not empty header buffers. That way the original
2867           vorbisdec unit test still passes (#451145); also, take into account
2868           that those empty packets might carry a granulepos.
2869
2870         * tests/check/Makefile.am:
2871         * tests/check/elements/vorbisdec.c:
2872         (_create_codebook_header_buffer), (_create_audio_buffer),
2873         (GST_START_TEST), (vorbisdec_suite):
2874           Add unit test that sends an empty packet.
2875
2876 2007-06-27  Wim Taymans  <wim@fluendo.com>
2877
2878         * ext/vorbis/vorbisdec.c: (vorbis_dec_decode_buffer):
2879         Don't error out on 0-sized packets, just emit a warning because this is
2880         not a fatal error. Fixes #451145.
2881
2882 2007-06-25  Stefan Kost  <ensonic@users.sf.net>
2883
2884         * docs/plugins/gst-plugins-base-plugins.args:
2885         * docs/plugins/gst-plugins-base-plugins.signals:
2886         * docs/plugins/inspect/plugin-adder.xml:
2887         * docs/plugins/inspect/plugin-alsa.xml:
2888         * docs/plugins/inspect/plugin-audioconvert.xml:
2889         * docs/plugins/inspect/plugin-audiorate.xml:
2890         * docs/plugins/inspect/plugin-audioresample.xml:
2891         * docs/plugins/inspect/plugin-audiotestsrc.xml:
2892         * docs/plugins/inspect/plugin-cdparanoia.xml:
2893         * docs/plugins/inspect/plugin-decodebin.xml:
2894         * docs/plugins/inspect/plugin-decodebin2.xml:
2895         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
2896         * docs/plugins/inspect/plugin-gdp.xml:
2897         * docs/plugins/inspect/plugin-gnomevfs.xml:
2898         * docs/plugins/inspect/plugin-libvisual.xml:
2899         * docs/plugins/inspect/plugin-ogg.xml:
2900         * docs/plugins/inspect/plugin-pango.xml:
2901         * docs/plugins/inspect/plugin-playbin.xml:
2902         * docs/plugins/inspect/plugin-subparse.xml:
2903         * docs/plugins/inspect/plugin-tcp.xml:
2904         * docs/plugins/inspect/plugin-theora.xml:
2905         * docs/plugins/inspect/plugin-typefindfunctions.xml:
2906         * docs/plugins/inspect/plugin-video4linux.xml:
2907         * docs/plugins/inspect/plugin-videorate.xml:
2908         * docs/plugins/inspect/plugin-videoscale.xml:
2909         * docs/plugins/inspect/plugin-videotestsrc.xml:
2910         * docs/plugins/inspect/plugin-volume.xml:
2911         * docs/plugins/inspect/plugin-vorbis.xml:
2912         * docs/plugins/inspect/plugin-ximagesink.xml:
2913         * docs/plugins/inspect/plugin-xvimagesink.xml:
2914           Update docs with caps info.
2915
2916 2007-06-25  Tim-Philipp Müller  <tim at centricular dot net>
2917
2918         * po/POTFILES.in:
2919           Add more files with translatable strings (#450875).
2920
2921 2007-06-23  Edward Hervey  <edward@fluendo.com>
2922
2923         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_find_chains):
2924         The chain should be freed if we error out here, else it will leak.
2925         * gst/playback/gstdecodebin.c: (disconnect_unlinked_signals),
2926         (cleanup_decodebin):
2927         Don't forget to *properly* remove the signals, else it will leak.
2928
2929 2007-06-22  Jan Schmidt  <thaytan@noraisin.net>
2930
2931         * MAINTAINERS:
2932         Updating all the maintainers files
2933
2934 2007-06-21  Stefan Kost  <ensonic@users.sf.net>
2935
2936         * tests/examples/seek/seek.c: (update_scale), (play_cb), (stop_cb),
2937         (main):
2938           Destroy and recreate parse-launch based pipeline after stop to be able
2939           to play again. Reorder some code and add more comments.
2940
2941 2007-06-20  Jan Schmidt  <thaytan@mad.scientist.com>
2942
2943         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
2944         When handling a delayed-caps notification case, mark
2945         the group as dynamic so that the nbdynamic count is
2946         incremented and decremented correctly. Fixes: #449156
2947         Patch by: Wim Taymans <wim@fluendo.com>
2948
2949 2007-06-19  Andy Wingo  <wingo@pobox.com>
2950
2951         * gst-libs/gst/audio/gstbaseaudiosink.c
2952         (gst_base_audio_sink_init): Enable pull-mode operation.
2953
2954 2007-06-19  Michael Smith <msmith@fluendo.com>
2955
2956         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
2957           Change minimum rate back to 1000 to allow low-sample-rate wav files
2958           to play back.
2959
2960 2007-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
2961
2962         * po/vi.po:
2963           Update translations.
2964
2965 2007-06-15  David Schleef  <ds@schleef.org>
2966
2967         * gst/playback/gstqueue2.c:
2968           Fix compile error from ignored return value.
2969
2970 2007-06-15  Michael Smith <msmith@fluendo.com>
2971
2972         * gst/videoscale/vs_4tap.c: (vs_image_scale_4tap_Y):
2973           Update tmpbuf for all neccesary rows, not just one, as is required
2974           when downscaling.
2975           Fixes #402076.
2976
2977 2007-06-15  Michael Smith <msmith@fluendo.com>
2978
2979         * tests/check/pipelines/oggmux.c: (validate_ogg_page), (is_video),
2980         (eos_buffer_probe):
2981           Add a test that ensures we set DELTA_UNIT on all non-header,
2982           non-video buffers, if we have a video stream.
2983         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
2984         (gst_ogg_mux_process_best_pad):
2985           Move setting delta_pad to earlier, where we inspect all pads, so
2986           that leading audio pages don't get DELTA_UNIT unset if they come
2987           before the first DELTA_UNIT from video pages. Fixes the newly-added
2988           test. Fixes #385527.
2989
2990 2007-06-14  Tim-Philipp Müller  <tim at centricular dot net>
2991
2992         * tests/check/pipelines/streamheader.c: (streamheader_suite):
2993           Disable test_multifdsink_gdp_vorbisenc() on ppc64 since it
2994           fails on the p5-ppc64 build bot and the failure looks like it is due
2995           to the same issue as #348114, ie. a compiler bug.
2996
2997 2007-06-13  Edward Hervey  <edward@fluendo.com>
2998
2999         * gst/playback/gstqueue2.c: (gst_queue_create_read):
3000         Fix build on MacOSX.
3001
3002 2007-06-13  Wim Taymans  <wim@fluendo.com>
3003
3004         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
3005         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain):
3006         Fix compilation on mingw. Fixes #446972.
3007
3008 2007-06-12  Wim Taymans  <wim@fluendo.com>
3009
3010         Patches by: Thiago Sousa Santos <thiagossantos at gmail dot com>
3011
3012         * gst/playback/gstqueue2.c: (update_buffering),
3013         (gst_queue_locked_enqueue):
3014         Fix a division by zero when the max percent is <= 0. Fixes #446572.
3015         also update the buffering status when receiving events. Fixes #446551.
3016
3017 2007-06-11  Wim Taymans  <wim@fluendo.com>
3018
3019         Based on patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
3020
3021         * gst/playback/gstqueue2.c: (gst_queue_peer_query),
3022         (gst_queue_handle_src_query):
3023         Wait for preroll before attempting to forward a duration query upstream.
3024         Fixes #445505.
3025
3026 2007-06-07  Sebastien Moutte  <sebastien@moutte.net>
3027
3028         * gst-libs/gst/rtp/gstbasertpdepayload.c: 
3029         (gst_base_rtp_depayload_set_gst_timestamp):
3030         Use G_GINT64_CONSTANT macro for int64 constant.
3031         * win32/common/libgstinterfaces.def:
3032         * win32/common/libgsttag.def:
3033         Add new exported functions.
3034
3035 2007-06-07  Tim-Philipp Müller  <tim at centricular dot net>
3036
3037         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
3038           The BOS page of the first Dirac video stream needs to come before
3039           the BOS page of any Vorbis streams or other audio streams, just like
3040           it is with Theora.
3041
3042 2007-06-07  Wim Taymans  <wim@fluendo.com>
3043
3044         * gst/playback/gstqueue2.c: (gst_queue_get_range):
3045         Fix compilation.
3046
3047 2007-06-06  Wim Taymans  <wim@fluendo.com>
3048
3049         Patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
3050
3051         * gst/playback/gstqueue2.c: (gst_queue_init),
3052         (gst_queue_handle_sink_event), (gst_queue_chain),
3053         (gst_queue_get_range), (gst_queue_src_checkgetrange_function),
3054         (gst_queue_sink_activate_push), (gst_queue_src_activate_push),
3055         (gst_queue_src_activate_pull):
3056         Add pull based scheduling and fix some deadlocks. Fixes #444523.
3057         Does not yet completely work because duration queries upstream won't
3058         block yet.
3059
3060 2007-06-06  Wim Taymans  <wim@fluendo.com>
3061
3062         * configure.ac:
3063         * gst/playback/gstqueue2.c: (gst_queue_create_read):
3064         Some more fseeko checks.
3065
3066 2007-06-06  Wim Taymans  <wim@fluendo.com>
3067
3068         * configure.ac:
3069         check for large file support.
3070
3071 2007-06-05  Sebastian Dröge  <slomo@circular-chaos.org>
3072
3073         Based on a patch by Sven Arvidsson <sa at whiz dot se>:
3074
3075         * gst/subparse/gstsubparse.c: (parse_subrip),
3076         (subviewer_unescape_newlines), (parse_subviewer),
3077         (gst_sub_parse_data_format_autodetect),
3078         (gst_sub_parse_format_autodetect), (gst_subparse_type_find):
3079         * gst/subparse/gstsubparse.h:
3080         Add support for SubViewer version 1 and 2 subtitles. Fixes #394061.
3081         * tests/check/elements/subparse.c: (GST_START_TEST),
3082         (subparse_suite):
3083         Add a unit test for both SubViewer formats.
3084
3085 2007-06-01  Michael Smith <msmith@fluendo.com>
3086
3087         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_do_seek):
3088           Don't overflow intermediate values when seeking to large time values
3089           in audiotestsrc.
3090
3091 2007-06-05  Wim Taymans  <wim@fluendo.com>
3092
3093         * gst/playback/gstqueue2.c: (gst_queue_have_data),
3094         (gst_queue_create_read), (gst_queue_read_item_from_file),
3095         (gst_queue_open_temp_location_file), (gst_queue_locked_enqueue):
3096         Include stdio to define fseeko.
3097
3098 2007-06-05  Wim Taymans  <wim@fluendo.com>
3099
3100         Patch by: Edward Hervey  <edward@fluendo.com>
3101
3102         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
3103         (gst_v4lsrc_query):
3104         Make v4lsrc output segments in GST_FORMAT_TIME. Fixes #442553.
3105
3106 2007-06-05  Tim-Philipp Müller  <tim at centricular dot net>
3107
3108         * gst-libs/gst/riff/Makefile.am:
3109         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_info):
3110           Use gst_tag_utf8_from_freeform_string() from libgsttag instead of
3111           our own implementation.
3112
3113 2007-06-05  Wim Taymans  <wim@fluendo.com>
3114
3115         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3116         (gst_base_rtp_depayload_setcaps),
3117         (gst_base_rtp_depayload_set_gst_timestamp),
3118         (gst_base_rtp_depayload_change_state):
3119         Handle timestamp wraparound.
3120
3121 2007-06-05  Wim Taymans  <wim@fluendo.com>
3122
3123         * gst/playback/gsturidecodebin.c: (no_more_pads_full),
3124         (new_decoded_pad), (remove_pads), (make_decoder), (setup_source),
3125         (gst_uri_decode_bin_change_state):
3126         Make sure we name srcpads uniquely even when using different internal
3127         decodebins.
3128         Signal no-more-pads when no more dynamic elements exist.
3129         Remove pads on cleanup.
3130
3131 2007-06-05  Wim Taymans  <wim@fluendo.com>
3132
3133         Based on patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
3134
3135         * gst/playback/gstqueue2.c: (gst_queue_class_init),
3136         (gst_queue_init), (gst_queue_finalize),
3137         (gst_queue_write_buffer_to_file), (gst_queue_have_data),
3138         (gst_queue_create_read), (gst_queue_read_item_from_file),
3139         (gst_queue_open_temp_location_file),
3140         (gst_queue_close_temp_location_file), (gst_queue_locked_flush),
3141         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
3142         (gst_queue_is_empty), (gst_queue_is_filled),
3143         (gst_queue_change_state), (gst_queue_set_temp_location),
3144         (gst_queue_set_property):
3145         Add support for filebased buffering. Fixes #441264.
3146
3147 2007-06-05  Wim Taymans  <wim@fluendo.com>
3148
3149         * gst/playback/gstdecodebin2.c: (gst_decode_bin_factory_filter),
3150         (analyze_new_pad), (connect_pad), (expose_pad), (caps_notify_cb),
3151         (caps_notify_group_cb), (gst_decode_group_new),
3152         (gst_decode_group_free):
3153         Add support for delayed caps fixation when autoplugging.
3154         Optimize cases where a multiqueue is not needed/wanted, like right after
3155         anything that is not a demuxer.
3156
3157 2007-06-05  Wim Taymans  <wim@fluendo.com>
3158
3159         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fisbone),
3160         (gst_ogg_pad_submit_packet), (gst_ogg_demux_perform_seek),
3161         (gst_ogg_demux_read_chain), (gst_ogg_demux_collect_chain_info):
3162         consideratly speedup ogg chain detection by not trying to find a base
3163         timestamp for skeleton streams. 
3164
3165 2007-06-05  Wim Taymans  <wim@fluendo.com>
3166
3167         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
3168         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_add_full),
3169         (gst_multi_fd_sink_remove_flush),
3170         (gst_multi_fd_sink_remove_client_link),
3171         (gst_multi_fd_sink_handle_client_write),
3172         (gst_multi_fd_sink_handle_clients):
3173         * gst/tcp/gstmultifdsink.h:
3174         Add support for remove_flush.
3175
3176 2007-06-05  Wim Taymans  <wim@fluendo.com>
3177
3178         * docs/design/draft-keyframe-force.txt:
3179         * ext/theora/theoraenc.c: (theora_enc_sink_event),
3180         (theora_enc_chain):
3181         Add draft design for forcing keyframes in encoders and implement in
3182         theoraenc.
3183
3184 2007-06-05  Jan Schmidt  <thaytan@mad.scientist.com>
3185
3186         * configure.ac:
3187           Back to CVS
3188
3189 === release 0.10.13 ===
3190
3191 2007-06-05  Jan Schmidt <thaytan@mad.scientist.com>
3192
3193         * configure.ac:
3194           releasing 0.10.13, "What's Going on?"
3195
3196 2007-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
3197
3198         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
3199         In riff, the depth is stored in the size field but it just means that
3200         the least significant bits are cleared. We can therefore just play
3201         the sample as if it had a depth == width. Fixes: #440997
3202
3203         Patch by: Wim Taymans <wim@fluendo.com> 
3204         Patch by: Sebastian Dröge  <slomo@circular-chaos.org>
3205
3206 2007-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
3207
3208         * gst-libs/gst/floatcast/floatcast.h:
3209         Define inline when needed on win32 builds. Fixes: #441295
3210         Patch by: Sebastien Moutte  <sebastien@moutte.net>
3211
3212 2007-05-29  Wim Taymans  <wim@fluendo.com>
3213
3214         * gst/playback/gstplaybasebin.c: (queue_overrun),
3215         (no_more_pads_full):
3216         Stop buffering when the group is commited because the queues filled up.
3217         Fixes #442024.
3218
3219 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
3220
3221         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
3222         (gst_alsa_mixer_free), (gst_alsa_mixer_update),
3223         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
3224         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
3225         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
3226         * ext/alsa/gstalsamixer.h:
3227         * ext/alsa/gstalsamixerelement.c:
3228         (gst_alsa_mixer_element_interface_supported),
3229         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
3230         (gst_alsa_mixer_element_set_property),
3231         (gst_alsa_mixer_element_get_property),
3232         (gst_alsa_mixer_element_change_state):
3233         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_update):
3234         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_volume_changed),
3235         (gst_mixer_option_changed):
3236         * gst-libs/gst/interfaces/mixer.h:
3237         Revert commits towards #152864 made so far. We'll pick it up again
3238         after the 0.10.13 release.
3239
3240 2007-05-24  Wim Taymans  <wim@fluendo.com>
3241
3242         * gst-libs/gst/audio/gstbaseaudiosink.c:
3243         (gst_base_audio_sink_render):
3244         After an interrupt (PAUSED/flush) assume that the next sample should not
3245         be aligned to the previous sample. Fixes #417992.
3246
3247 2007-05-24  Tim-Philipp Müller  <tim at centricular dot net>
3248
3249         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
3250           Don't add channels and rate fields to the template caps for
3251           audio/x-dts, as wavparse might not always be able to set them,
3252           which would then lead to 'caps are not a real subset of the
3253           template caps' warnings.
3254
3255 2007-05-24  Jan Schmidt  <thaytan@mad.scientist.com>
3256
3257         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
3258         Handle unknown or invalid pads without crashing, as might occur if
3259         a media file like an mp3 is specified as a subtitle file.
3260         Fixes: #410039
3261
3262 2007-05-24  Jan Schmidt  <thaytan@mad.scientist.com>
3263
3264         * gst/playback/gstplaybin.c: (add_sink), (dummy_blocked_cb),
3265         (setup_sinks):
3266         Block the subtitle bin output queue before ghosting it and linking,
3267         then unblock after. This avoids spurious not-linked errors caused 
3268         by the queue starting up (because it gets linked when it is ghosted). 
3269         Fixes: #350299
3270
3271 2007-05-23  Jan Schmidt  <thaytan@mad.scientist.com>
3272
3273         * tests/check/elements/playbin.c: (test_suburi_error_unknowntype):
3274         Use /dev/zero instead of /dev/urandom to produce an invalid subtitle
3275         file. Avoids flukes where the input gets typefound to some valid but
3276         useless type.
3277
3278 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
3279
3280         * tests/check/Makefile.am:
3281         * tests/check/elements/.cvsignore:
3282         * tests/check/elements/gnomevfssink.c: (setup_gnomevfssink),
3283         (cleanup_gnomevfssink), (GST_START_TEST), (gnomevfssink_suite):
3284           Add unit test for gnomevfssink seeking and position reporting for
3285           file:// URIs.
3286
3287 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
3288
3289         Patch by: Mark Nauwelaerts <manauw at skynet be>
3290
3291         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_init),
3292         (gst_gnome_vfs_sink_open_file), (gst_gnome_vfs_sink_handle_event),
3293         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render):
3294         * ext/gnomevfs/gstgnomevfssink.h:
3295           Fix position reporting, especially after a seek (from upstream),
3296           see #412648.
3297
3298 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
3299
3300         * ext/cdparanoia/gstcdparanoiasrc.c:
3301           Repair umlaut.
3302
3303 2007-05-22  Jan Schmidt  <thaytan@mad.scientist.com>
3304
3305         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
3306         Specify the full valid range for MP3 samplerates. Fixes a regression
3307         caused by extra header checks since the last release.
3308
3309 2007-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
3310
3311         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
3312         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
3313         Fix a locking-order bug I introduced with my changes the other day.
3314         Patch by Mike Smith.
3315
3316 2007-05-21  Michael Smith <msmith@fluendo.com>
3317
3318         * ext/theora/theoradec.c: (theora_handle_data_packet):
3319           Don't look inside 0-length packets (which indicate duplicated
3320           frames)
3321
3322 2007-05-21  Wim Taymans  <wim@fluendo.com>
3323
3324         * ext/cdparanoia/gstcdparanoiasrc.c:
3325         (gst_cd_paranoia_src_read_sector):
3326         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3327         (gst_base_audio_src_create):
3328         Small cleanups.
3329
3330         * ext/theora/theoradec.c: (theora_dec_sink_event):
3331         Fix typo.
3332
3333         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3334         (gst_base_rtp_depayload_set_gst_timestamp):
3335         Add some FIXME
3336
3337         * gst/playback/gstdecodebin.c: (queue_underrun_cb):
3338         And some debug info when a FIXME path is hit.
3339
3340 2007-05-21  Wim Taymans  <wim@fluendo.com>
3341
3342         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
3343         (gst_base_rtp_audio_payload_class_init),
3344         (gst_base_rtp_audio_payload_init),
3345         (gst_base_rtp_audio_payload_finalize),
3346         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
3347         (gst_base_rtp_audio_payload_handle_sample_based_buffer),
3348         (gst_base_rtp_payload_audio_handle_event):
3349         Some cleanups, remove minptime property as it is now in the parent
3350         class.
3351         Override parent class event function.
3352
3353         * gst-libs/gst/rtp/gstbasertppayload.c:
3354         (gst_basertppayload_class_init), (gst_basertppayload_init),
3355         (gst_basertppayload_event), (gst_basertppayload_set_property),
3356         (gst_basertppayload_get_property):
3357         * gst-libs/gst/rtp/gstbasertppayload.h:
3358         Add min-ptime property.
3359         Add handle-event vmethod. Fixes #415001.
3360
3361 2007-05-18  Stefan Kost  <ensonic@users.sf.net>
3362
3363         * gst-libs/gst/audio/gstbaseaudiosink.c
3364           (gst_base_audio_sink_change_state):
3365           Fix typo in comment.
3366
3367         * gst/playback/gstdecodebin.c (gst_decode_bin_class_init,
3368           free_dynamics, pad_probe, close_pad_link, try_to_link_1,
3369           get_our_ghost_pad, remove_element_chain, queue_underrun_cb,
3370           close_link):
3371         * gst/playback/gstplaybin.c (gst_play_bin_set_property,
3372           gen_audio_element, remove_sinks, gst_play_bin_send_event_to_sink):
3373           Remove trailing whitespaces in comments.
3374
3375         * gst/volume/Makefile.am:
3376           Fix tabs.
3377
3378 2007-05-18  Stefan Kost  <ensonic@users.sf.net>
3379
3380         patch by: Marc-Andre Lureau <marcandre.lureau@gmail.com>
3381
3382         * gst-libs/gst/interfaces/mixer.h (mixer_type, option_changed,
3383           set_option, get_option, _gst_reserved):
3384           Revert reordering functions (keep ABI).
3385
3386 2007-05-17  Jan Schmidt  <thaytan@mad.scientist.com>
3387
3388         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
3389         (gst_ximagesink_xwindow_new), (gst_ximagesink_handle_xevents),
3390         (gst_ximagesink_show_frame):
3391         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
3392         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_handle_xevents),
3393         (gst_xvimagesink_show_frame):
3394         When we create our own window, indicate that we handle the 
3395         WM_DELETE client message from the window manager, so that it won't 
3396         kill our window (and our app) along with it. Handle ClientMessage,
3397         post an error on the bus, and close the window. Further buffers
3398         arriving will result in a FlowError because the window has been
3399         destroyed.
3400
3401         Fixes: #393975
3402
3403         Clean up the X event handling loop and make them the same for
3404         both xvimagesink and ximagesink while I'm at it.
3405
3406 2007-05-17  Wim Taymans  <wim@fluendo.com>
3407
3408         * gst/playback/gstdecodebin2.c: (gst_decode_bin_factory_filter):
3409         Make decodebin2 autoplug depayloaders too.
3410
3411         * gst/playback/gsturidecodebin.c: (source_new_pad):
3412         Set the newly created decoder in a usable state when autoplugging a
3413         dynamic source such as RTSP.
3414
3415 2007-05-17  Tim-Philipp Müller  <tim at centricular dot net>
3416
3417         * gst/playback/gststreaminfo.c: (cb_probe):
3418           Ignore video-codec tag for audio streams and ignore audio-codec tags
3419           for video streams. Should make codec name collection a bit more
3420           robust against sloppy demuxers that send tag events containing both
3421           tags down each pad.
3422
3423 2007-05-17  Wim Taymans  <wim@fluendo.com>
3424
3425         * gst/playback/gstqueue2.c: (update_rates):
3426         Tweak the buffering thresholds a little.
3427         Update the buffer size with the previously calculate rate instead of
3428         only when we calculate a new rate so that we get smoother buffering
3429         updates.
3430
3431         * gst/playback/Makefile.am:
3432         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_base_init),
3433         (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
3434         (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_property),
3435         (gst_uri_decode_bin_get_property), (unknown_type),
3436         (add_element_stream), (no_more_pads_full), (no_more_pads),
3437         (source_no_more_pads), (new_decoded_pad), (array_has_value),
3438         (gen_source_element), (has_all_raw_caps), (analyse_source),
3439         (remove_decoders), (make_decoder), (remove_source),
3440         (source_new_pad), (setup_source), (decoder_query_init),
3441         (decoder_query_duration_fold), (decoder_query_duration_done),
3442         (decoder_query_position_fold), (decoder_query_position_done),
3443         (decoder_query_latency_fold), (decoder_query_latency_done),
3444         (decoder_query_seeking_fold), (decoder_query_seeking_done),
3445         (decoder_query_generic_fold), (gst_uri_decode_bin_query),
3446         (gst_uri_decode_bin_change_state), (plugin_init):
3447         New element that intergrates a source, optional buffering element and
3448         decodebin.
3449
3450 2007-05-17  Tim-Philipp Müller  <tim at centricular dot net>
3451
3452         * configure.ac:
3453           Bump libtheora requirement to 1.0alpha5 for the pixformat check
3454           (also has a .pc file, so we don't need the fallback check any
3455           longer). Fixes #438840.
3456
3457 2007-05-17  Wim Taymans  <wim@fluendo.com>
3458
3459         * gst/playback/gstqueue2.c: (gst_queue_get_type),
3460         (gst_queue_class_init), (gst_queue_finalize), (update_time_level),
3461         (apply_segment), (apply_buffer), (update_buffering),
3462         (reset_rate_timer), (update_rates), (gst_queue_locked_flush),
3463         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
3464         (gst_queue_handle_sink_event), (gst_queue_is_filled),
3465         (gst_queue_chain), (gst_queue_push_one), (gst_queue_loop),
3466         (plugin_init):
3467         fix build.
3468
3469 2007-05-17  Wim Taymans  <wim@fluendo.com>
3470
3471         * gst/playback/Makefile.am:
3472         * gst/playback/gstqueue2.c: (gst_queue_get_type),
3473         (gst_queue_class_init), (gst_queue_init), (gst_queue_finalize),
3474         (gst_queue_getcaps), (gst_queue_bufferalloc),
3475         (gst_queue_acceptcaps), (update_time_level), (apply_segment),
3476         (apply_buffer), (update_buffering), (reset_rate_timer),
3477         (update_rates), (gst_queue_locked_flush),
3478         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
3479         (gst_queue_handle_sink_event), (gst_queue_is_empty),
3480         (gst_queue_is_filled), (gst_queue_chain), (gst_queue_push_one),
3481         (gst_queue_loop), (gst_queue_handle_src_event),
3482         (gst_queue_handle_src_query), (gst_queue_sink_activate_push),
3483         (gst_queue_src_activate_push), (gst_queue_change_state),
3484         (gst_queue_set_property), (gst_queue_get_property), (plugin_init):
3485         On our way to playbin2 this is the new network queue that does buffering
3486         all by itself using high and low watermarks. It can also measure up and
3487         downstream bandwidth to optimally size the queue.
3488
3489 2007-05-17  Michael Smith <msmith@fluendo.com>
3490
3491         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_do_seek):
3492         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_do_seek):
3493           Use the segment->last_stop value to calculate the next timestamp to
3494           generate after a seek; not the segment->start value.
3495
3496 2007-05-15  David Schleef  <ds@schleef.org>
3497
3498         * docs/Makefile.am: Install docs even when --disable-gtk-doc
3499           is disabled.  This matches the behavior of gtk+.  Fixes #349099.
3500
3501 2007-05-15  Wim Taymans  <wim@fluendo.com>
3502
3503         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
3504         (gst_ogg_demux_perform_seek), (gst_ogg_demux_handle_page):
3505         Some more chained streaming ogg timestamp fixes.
3506
3507 2007-05-15  Wim Taymans  <wim@fluendo.com>
3508
3509         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
3510         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
3511         (gst_ogg_demux_handle_page):
3512         Add some FIXMEs.
3513         Fix chain start/stop segment handling based on patch by
3514         <ahalda at cs dot mcgill dot ca> see #320984.
3515
3516 2007-05-15  Michael Smith <msmith@fluendo.com>
3517
3518         * configure.ac:
3519           We don't require a C++ compiler. So don't require one.
3520
3521 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
3522
3523         * ext/alsa/gstalsamixer.c (source, n_poll_fds, poll_fds,
3524           gst_alsa_mixer_check, gst_alsa_mixer_dispatch,
3525           gst_alsa_mixer_finalize, gst_alsa_mixer_handle_source_callback,
3526           gst_alsa_mixer_handle_callback, gst_alsa_mixer_elem_handle_callback,
3527           gst_alsa_mixer_ensure_track_list, gst_alsa_mixer_update_option,
3528           gst_alsa_mixer_update_track):
3529           Apply some of the cleanup Tim suggested in #152864 afterwards.
3530
3531 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
3532
3533         patch by: Marc-Andre Lureau <marcandre.lureau@gmail.com>
3534
3535         * ext/alsa/gstalsamixer.c (main_context, GstAlsaMixerWatch,
3536           _GstAlsaMixerWatch, source, n_poll_fds, poll_fds,
3537           gst_alsa_mixer_watch_funcs, gst_alsa_mixer_prepare,
3538           gst_alsa_mixer_check, gst_alsa_mixer_dispatch,
3539           gst_alsa_mixer_finalize, gst_alsa_mixer_find_master_mixer,
3540           gst_alsa_mixer_handle_source_callback,
3541           gst_alsa_mixer_handle_callback, gst_alsa_mixer_elem_handle_callback,
3542           gst_alsa_mixer_ensure_track_list, gst_alsa_mixer_free,
3543           gst_alsa_mixer_get_volume, gst_alsa_mixer_set_volume,
3544           gst_alsa_mixer_set_mute, gst_alsa_mixer_set_record,
3545           gst_alsa_mixer_get_option, gst_alsa_mixer_update_option,
3546           gst_alsa_mixer_update_track, _gst_alsa_mixer_set_interface):
3547         * ext/alsa/gstalsamixer.h (handle_source, interface, dir):
3548         * ext/alsa/gstalsamixerelement.c (gst_alsa_mixer_element_details,
3549           gst_alsa_mixer_element_interface_supported,
3550           gst_alsa_mixer_element_finalize, gst_alsa_mixer_element_init,
3551           gst_alsa_mixer_element_set_property,
3552           gst_alsa_mixer_element_get_property,
3553           gst_alsa_mixer_element_change_state):
3554         * ext/alsa/gstalsamixertrack.c (gst_alsa_mixer_track_update):
3555         * gst-libs/gst/interfaces/mixer.c (gst_mixer_volume_changed,
3556           gst_mixer_option_changed):
3557         * gst-libs/gst/interfaces/mixer.h (set_option, get_option,
3558           volume_changed, option_changed, _gst_reserved):
3559           Implement notification for alsamixer. Fixes #152864
3560
3561 2007-05-14  David Schleef  <ds@schleef.org>
3562
3563         * gst/videotestsrc/videotestsrc.c:
3564         * gst/videotestsrc/videotestsrc.h:
3565           Add support for video/x-raw-bayer.
3566
3567 2007-05-12  David Schleef  <ds@schleef.org>
3568
3569         * sys/xvimage/xvimagesink.c:
3570           Add some sanity checking for the XVImage size returned by X.
3571           Related to #377400.
3572
3573 2007-05-12  Wim Taymans  <wim@fluendo.com>
3574
3575         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3576         (gst_base_rtp_depayload_setcaps),
3577         (gst_base_rtp_depayload_set_gst_timestamp):
3578         Parse and use additional caps fields as described in updated
3579         application/x-rtp caps spec.
3580
3581 2007-05-12  Wim Taymans  <wim@fluendo.com>
3582
3583         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
3584         (gst_ogg_demux_collect_chain_info):
3585         If there is a stream in a chain without any data packets, ignore the
3586         stream in the total length calculations. Might be related to #436820.
3587
3588 2007-05-11  Jan Schmidt  <thaytan@mad.scientist.com>
3589
3590         * gst/typefind/gsttypefindfunctions.c: (mpeg_sys_is_valid_pack),
3591         (mpeg_sys_is_valid_pes), (mpeg_sys_is_valid_sys),
3592         (mpeg_sys_type_find), (mpeg_ts_type_find), (mpeg4_video_type_find),
3593         (mpeg_video_type_find), (mpeg_video_stream_type_find),
3594         (plugin_init):
3595
3596         Consolidate and re-work our mpeg system stream detection to probe
3597         more packets and produce a higher confidence result. Fixes a
3598         regression caused by lowering the typefind probability last year
3599         - related to bug #397810. Remove the redundant MPEG-1 specific 
3600         typefind function, as the new one detects both MPEG-1 & MPEG-2
3601         happily.
3602
3603         Also cleanup the MPEG elementary and MPEG-TS detection functions a
3604         little. 
3605
3606         Tested against my media test directory, with some improvements and
3607         no regressions.
3608
3609 2007-05-10  Wim Taymans  <wim@fluendo.com>
3610
3611         * gst/playback/gstplaybasebin.c: (fill_buffer), (check_queue),
3612         (queue_out_of_data):
3613         Connect to the new queue "pushing" signal instead of the broken
3614         "running" one.
3615
3616 2007-05-09  Sebastien Moutte  <sebastien@moutte.net>
3617
3618         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
3619         (gst_base_rtp_audio_payload_handle_frame_based_buffer):
3620         Move variable declaration before the first instruction.
3621         * gst/videotestsrc/videotestsrc.c:
3622         Define M_PI if it's not defined yet.
3623         * win32/common/libgstrtp.def:
3624         Add new exported functions.
3625
3626 2007-05-09  Michael Smith <msmith@fluendo.com>
3627
3628         * ext/theora/theoradec.c: (theora_handle_type_packet):
3629           gst_pad_push_event() does not return a GstFlowReturn!
3630
3631 2007-05-09  Wim Taymans  <wim@fluendo.com>
3632
3633         * tests/examples/seek/scrubby.c: (stop_cb), (main):
3634         * tests/examples/seek/seek.c: (do_seek):
3635         Some small cosmetic changes.
3636
3637 2007-05-08  Stefan Kost  <ensonic@users.sf.net>
3638
3639         * gst/adder/gstadder.c (gst_adder_src_event, gst_adder_collected,
3640           gst_adder_change_state):
3641         * gst/adder/gstadder.h (bps, offset, collect_event, segment,
3642           segment_pending, segment_position, segment_rate):
3643           Handle playback-rate on adder.
3644
3645 2007-05-07  Michael Smith <msmith@fluendo.com>
3646
3647         * ext/theora/gsttheoradec.h:
3648         * ext/theora/theoradec.c: (gst_theora_dec_reset),
3649         (theora_dec_sink_event), (theora_handle_comment_packet),
3650         (theora_handle_type_packet), (theora_dec_change_state):
3651           Don't push events (newsegment, tags) before initialising the
3652           decoder.
3653           This is neccesary for seeking to work correctly in gnonlin.
3654
3655 2007-05-04  Stefan Kost  <ensonic@users.sf.net>
3656
3657         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
3658         * gst/adder/gstadder.c:
3659         * gst/audiotestsrc/gstaudiotestsrc.c
3660           (gst_audio_test_src_create_white_noise):
3661         * gst/videotestsrc/gstvideotestsrc.c:
3662         * gst/volume/gstvolume.c (VOLUME_UNITY_INT16,
3663           VOLUME_UNITY_INT16_BIT_SHIFT, VOLUME_MAX_DOUBLE,
3664           volume_sink_template, volume_src_template, gst_volume_init,
3665           volume_process_double, volume_process_int16,
3666           volume_process_int16_clamp):
3667           Doc fixes and formatting.
3668
3669 2007-05-04  Tim-Philipp Müller  <tim at centricular dot net>
3670
3671         * tests/check/Makefile.am:
3672         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
3673           Minimal check for volume's GstController usability; also another
3674           test for #422295.
3675
3676 2007-05-04  Tim-Philipp Müller  <tim at centricular dot net>
3677
3678         * gst-libs/gst/cdda/gstcddabasesrc.c:
3679         (gst_cdda_base_src_add_track):
3680           Fix it so that it (a) makes sense and (b) doesn't break
3681           everything cdda-related including the unit test.
3682
3683 2007-05-04  Stefan Kost  <ensonic@users.sf.net>
3684
3685         * gst-libs/gst/cdda/gstcddabasesrc.c:
3686         (gst_cdda_base_src_add_track):
3687           Fix build when disabling asserts.
3688
3689 2007-05-03  Tim-Philipp Müller  <tim at centricular dot net>
3690
3691         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
3692           When XShm is not available, we might get row strides that are not
3693           rounded up to multiples of four; this is bad, because virtually
3694           every RGB-processing element in GStreamer assumes rowstrides are
3695           rounded up to multiples of four, so let's allocate at least enough
3696           memory to avoid crashes in this case. The image will still be
3697           displayed distorted though if this happens, so that still needs
3698           fixing (maybe by allocating a bigger image with an 'even' width
3699           and then clipping it appropriately when rendering - something for
3700           Xlib aficionados in any case).
3701
3702 2007-05-03  Michael Smith <msmith@fluendo.com>
3703
3704         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
3705           If a buffer doesn't have a timestamp, assume it's contiguous with
3706           the previous buffer, and synthesise timestamps appropriately.
3707
3708 2007-05-03  Edward Hervey  <edward@fluendo.com>
3709
3710         * tests/check/elements/videorate.c: (GST_START_TEST):
3711         Set buffer timestamp to a valid value in order to test the buffer
3712         really does stay in videorate.
3713
3714 2007-05-03  Edward Hervey  <edward@fluendo.com>
3715
3716         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
3717         There is no sensible way to handle incoming buffers which don't have a
3718         valid timestamp. We therefore discard them and wait for the next one.
3719
3720 2007-05-01  Tim-Philipp Müller  <tim at centricular dot net>
3721
3722         * gst/playback/gstdecodebin.c: (type_found), (plugin_init):
3723         * gst/playback/gstdecodebin2.c: (plugin_init):
3724           Better error message for text files.
3725
3726 2007-04-29  Wim Taymans  <wim@fluendo.com>
3727
3728         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_add_rb):
3729         Fix offset bug in generation RR packets.
3730
3731 2007-04-27  Julien MOUTTE  <julien@moutte.net>
3732
3733         * ext/theora/theoradec.c: (_theora_granule_time),
3734         (theora_dec_push_forward), (theora_handle_data_packet),
3735         (theora_dec_decode_buffer): Calculate buffer duration correctly
3736         to generate a perfect stream (#433888).
3737         * gst/audioresample/gstaudioresample.c:
3738         (audioresample_check_discont): Glib provides ABS.
3739
3740 2007-04-27  Wim Taymans  <wim@fluendo.com>
3741
3742         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_get_rb),
3743         (gst_rtcp_packet_add_rb), (gst_rtcp_packet_sdes_add_item),
3744         (gst_rtcp_packet_sdes_add_entry), (gst_rtcp_packet_bye_add_ssrc),
3745         (gst_rtcp_packet_bye_add_ssrcs), (get_reason_offset),
3746         (gst_rtcp_packet_bye_set_reason):
3747         * gst-libs/gst/rtp/gstrtcpbuffer.h:
3748         Fix RB block parsing and writing.
3749         Add support for constructing BYE packets.
3750
3751 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
3752
3753         * gst-libs/gst/audio/gstbaseaudiosrc.c: (_do_init),
3754         (gst_base_audio_src_create):
3755         * po/POTFILES.in:
3756           When posting a warning message because samples were dropped, post
3757           something more intelligible than he default error message for clock
3758           errors which is just confusing in this context (#432984).
3759
3760 2007-04-25  Wim Taymans  <wim@fluendo.com>
3761
3762         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_buffer_new),
3763         (gst_rtcp_buffer_end), (gst_rtcp_buffer_get_packet_count),
3764         (read_packet_header), (gst_rtcp_packet_move_to_next),
3765         (gst_rtcp_buffer_add_packet), (gst_rtcp_packet_sr_set_sender_info),
3766         (gst_rtcp_packet_rr_set_ssrc), (gst_rtcp_packet_add_rb),
3767         (gst_rtcp_packet_sdes_get_item_count),
3768         (gst_rtcp_packet_sdes_first_item),
3769         (gst_rtcp_packet_sdes_next_item), (gst_rtcp_packet_sdes_get_ssrc),
3770         (gst_rtcp_packet_sdes_first_entry),
3771         (gst_rtcp_packet_sdes_next_entry),
3772         (gst_rtcp_packet_sdes_get_entry), (gst_rtcp_packet_sdes_add_item),
3773         (gst_rtcp_packet_sdes_add_entry):
3774         * gst-libs/gst/rtp/gstrtcpbuffer.h:
3775         Implement code to write SR, RR and SDES packets.
3776
3777 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
3778
3779         Patch by: Christian Kirbach <Christian dot Kirbach at googlemail com>
3780
3781         * sys/ximage/ximagesink.c:
3782           Fix build if XShm is not available (#432362).
3783
3784 2007-04-24  Sebastian Dröge  <slomo@circular-chaos.org>
3785
3786         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init):
3787         Initalize the AudioConvertCtx with zeroes, otherwise it will contain
3788         pointers to random memory which are passed to g_free() when
3789         audio_convert_prepare_context() is called the first time.
3790
3791 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
3792
3793         Patch by: Dan Williams <dcbw redhat com>
3794
3795         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
3796           Don't leak incoming buffer if gst_pad_push() returns a
3797           non-OK flow. Fixes #432755.
3798          
3799         * tests/check/elements/videorate.c: (GST_START_TEST),
3800         (videorate_suite):
3801           Unit test for the above by Yours Truly.
3802
3803 2007-04-23  Stefan Kost  <ensonic@users.sf.net>
3804
3805         * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
3806         (gst_adder_sink_event), (gst_adder_collected):
3807           Fix non-flushing segmented seeks, Fixes #340060 for me
3808
3809 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
3810
3811         Patch by: Olivier Crete  <tester at tester ca>
3812
3813         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
3814         (gst_base_rtp_audio_payload_class_init),
3815         (gst_base_rtp_audio_payload_init),
3816         (gst_base_rtp_audio_payload_dispose):
3817           Chain up to parent class in dispose function; get rid of
3818           unnecessary 'diposed' flag in private structure (#415001).
3819
3820 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
3821
3822         * docs/libs/gst-plugins-base-libs.types:
3823         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
3824         (gst_base_rtp_audio_payload_class_init):
3825         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3826         * gst-libs/gst/rtp/gstbasertppayload.c:
3827           Some minor docs fixes and additions; also add missing 'Since' bits.
3828
3829 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
3830
3831         Patch by: Zeeshan Ali  <zeenix gmail com>
3832
3833         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
3834         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
3835         (gst_base_rtp_audio_payload_handle_sample_based_buffer),
3836         (gst_base_rtp_audio_payload_push):
3837         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
3838           The recently-added gst_base_rtp_audio_payload_push() should take an
3839           object of type GstBaseRTPAudioPayload as first argument (#431672).
3840
3841 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
3842
3843         * gst/audioresample/gstaudioresample.c:
3844           Make more functions static, just because we can.
3845
3846 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
3847
3848         * tests/check/elements/audioresample.c:
3849           Add unit test for audioresample shutdown crasher (#420106).
3850
3851 2007-04-20  Stefan Kost  <ensonic@users.sf.net>
3852
3853         * gst/subparse/gstsubparse.c:
3854         * gst/subparse/samiparse.c:
3855           Use GST_DISABLE_XML here
3856
3857         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
3858         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_get_xv_support),
3859         (gst_xvimagesink_buffer_alloc),
3860         (gst_xvimagesink_navigation_send_event):
3861         * sys/xvimage/xvimagesink.h:
3862           Include stdlib.h when using atoi.
3863           
3864         * tests/check/elements/playbin.c: (playbin_suite):
3865           Use GST_DISABLE_REGISTRY here
3866
3867 2007-04-19  Michael Smith  <msmith@fluendo.com>
3868
3869         * ext/theora/gsttheoraenc.h:
3870         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
3871         (theora_enc_sink_event), (theora_enc_change_state):
3872           Track initialisation state; don't try to use encoder state if we're
3873           not initialised (it'll segfault).
3874
3875 2007-04-18  Stefan Kost  <ensonic@users.sf.net>
3876
3877         * tests/check/pipelines/.cvsignore:
3878         Fix build.
3879
3880 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
3881
3882         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
3883         Allow random depths between 1 and 32 instead of only multiplies of 8.
3884
3885 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
3886
3887         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
3888         Set the maximum number of channels for PCM and float in the correct
3889         place to have it also used when creating the template caps.
3890
3891 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
3892
3893         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
3894         Correctly support 4, 6 and 8 channels with normal PCM and float
3895         wav files.
3896
3897         Fix the depth and signedness calculation in extensible wav files and
3898         also handle 1, 2, 4, 6, 8 channels here when a file without channel
3899         mask is found.
3900
3901         Add support for float, alaw and mulaw in extensible wav files.
3902
3903         This allows correct playback of all but 5 files from
3904         http://www-mmsp.ece.mcgill.ca/Documents/AudioFormats/WAVE/Samples.html
3905         
3906         (gst_riff_create_audio_template_caps):
3907         Add voxware and float formats to the template caps.     
3908
3909 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
3910
3911         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
3912
3913         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
3914         Fix unused variable warning if HAVE_LOCALTIME_R is undefinied
3915
3916         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
3917         * gst/audioresample/gstaudioresample.c: (audioresample_do_output):
3918         Use the correct format strings for integer formats.
3919
3920 2007-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
3921
3922         * ext/theora/theoraenc.c (theora_buffer_from_packet, theora_enc_chain):
3923           Don't use pad_alloc_buffer_and_set_caps to create a small header
3924           packet, or, worse, to create a big temporary video buffer using the
3925           src pad.
3926
3927 2007-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
3928
3929         * gst/gdp/gstgdppay.c (gst_gdp_pay_chain):
3930         * tests/check/pipelines/streamheader.c (tag_event_probe_cb,
3931           GST_START_TEST, buffer_probe_cb, GST_START_TEST):
3932           Fix a bug where serialized IN_CAPS buffers needed to be set IN_CAPS.
3933
3934 2007-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
3935
3936         * tests/check/pipelines/streamheader.c (tag_event_probe_cb,
3937           GST_START_TEST, n_in_caps, buffer_probe_cb, GST_START_TEST,
3938           streamheader_suite):
3939           Add another test set up for failure
3940
3941 2007-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
3942
3943         * tests/check/Makefile.am:
3944         * tests/check/pipelines/streamheader.c (n_tags, tag_event_probe_cb,
3945           GST_START_TEST, streamheader_suite, main):
3946           Add a test for the streamheader bug Wim fixed.
3947
3948 2007-04-13  Jan Schmidt  <thaytan@mad.scientist.com>
3949
3950         * ext/theora/theoradec.c: (theora_dec_sink_event):
3951         Fix misleading comment.
3952
3953 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
3954
3955         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
3956           More sanity checks for the header fields.
3957
3958 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
3959
3960         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
3961           Try encodings from all environment variables, not just those in the
3962           first environment variable that is set.
3963
3964 2007-04-12  Wim Taymans  <wim@fluendo.com>
3965
3966         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps),
3967         (gst_video_rate_chain):
3968         Add some debug.
3969
3970         * tests/check/elements/videorate.c: (GST_START_TEST),
3971         (videorate_suite):
3972         Added check for videorate changing caps handling. Closes #421834.
3973
3974 2007-04-12  Michael Smith  <msmith@fluendo.com>
3975
3976         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
3977           Use scale functions to avoid overflow when calculating duration of 
3978           vorbis buffers.
3979
3980 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
3981
3982         * docs/libs/gst-plugins-base-libs-sections.txt:
3983         * gst-libs/gst/tag/tag.h:
3984         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
3985           API: add gst_tag_freeform_string_to_utf8() (#405072).
3986
3987         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_extract_id3v1_string):
3988           Use gst_tag_freeform_string_to_utf8() here.
3989
3990 2007-04-12  Wim Taymans  <wim@fluendo.com>
3991
3992         * gst/gdp/gstgdppay.c: (gst_gdp_pay_chain),
3993         (gst_gdp_pay_sink_event):
3994         Make sure we set the IN_CAPS flag correctly.
3995
3996         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
3997         Get the IN_CAPS flag before we call functions that mess with the flags.
3998
3999 2007-04-10  Thomas Vander Stichele  <thomas at apestaart dot org>
4000
4001         * gst/gdp/gstgdppay.c (gst_gdp_pay_reset_streamheader,
4002           gst_gdp_pay_chain, gst_gdp_pay_sink_event):
4003           Only stamp buffers with offset/offset_end right before they get
4004           pushed.  This ensures offset continuity, which was not the case
4005           before as shown by
4006           gst-launch -v -m audiotestsrc num-buffers=10 ! audioconvert ! vorbisenc ! gdppay ! identity check-imperfect-offset=TRUE ! fakesink silent=TRUE
4007
4008 2007-04-06  Wim Taymans  <wim@fluendo.com>
4009
4010         * gst/playback/gstplaybin.c: (add_sink),
4011         (gst_play_bin_change_state):
4012         Activate sync in playbin, we are ready to handle it for live streams.
4013
4014 2007-04-06  Tim-Philipp Müller  <tim at centricular dot net>
4015
4016         * tests/check/elements/playbin.c:
4017         (test_sink_usage_video_only_stream), (playbin_suite):
4018           Add small test for stream-info-value-array code paths.
4019
4020 2007-04-05  Wim Taymans  <wim@fluendo.com>
4021
4022         * gst-libs/gst/audio/gstbaseaudiosink.c:
4023         (gst_base_audio_sink_skew_slaving):
4024         Don't try to create invalid calibration parameters by making the
4025         internal time go backwards, instead make external time go forward.
4026
4027 2007-04-05  Wim Taymans  <wim@fluendo.com>
4028
4029         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
4030
4031         * gst/playback/gstplaybasebin.c: (add_stream):
4032         Fix leak in add_stream(), when g_value_set_object() increases the
4033         refcount of streaminfo object. Fixes #426250.
4034
4035 2007-04-03  David Schleef  <ds@schleef.org>
4036
4037         * gst/videotestsrc/gstvideotestsrc.c:
4038         * gst/videotestsrc/gstvideotestsrc.h:
4039         * gst/videotestsrc/videotestsrc.c:
4040         * gst/videotestsrc/videotestsrc.h:
4041           Add a test pattern called "circular", which has concentric
4042           rings with varying radial frequency.  The main purpose of this
4043           pattern is to test fidelity loss in a filter or scaler element.
4044           Notably, this pattern is scale invariant, and is optimally viewed
4045           with a width (and height) of 400.
4046
4047 2007-04-03  Wim Taymans  <wim@fluendo.com>
4048
4049         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
4050
4051         * gst/playback/gstdecodebin2.c: (connect_pad), (expose_pad),
4052         (deactivate_free_recursive):
4053         Decodebin2 doesn't unref pads it obtains in some occasions:
4054         - multiqueue src pads, when either connecting further or exposing
4055         - sink pads of new autoplugged elements
4056         - peer pads when recursively freeing elements
4057         Fixes #425455.
4058
4059 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
4060
4061         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
4062         Add audio/x-raw-float support, now that audioconvert support
4063         non-native endianness floats.
4064
4065 2007-03-30  Tim-Philipp Müller  <tim at centricular dot net>
4066
4067         * docs/libs/gst-plugins-base-libs-docs.sgml:
4068           gstreamer-plugins-base.pc doesn't exist, it's
4069           gstreamer-plugins-base-0.10.pc.
4070
4071 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
4072
4073         Patch by: René Stadler <mail at renestadler dot de>
4074         with some minor changes
4075
4076         * gst-libs/gst/floatcast/floatcast.h:
4077         Use more efficient float endianness conversion functions that don't
4078         involve 2 function calls per value.
4079         * gst/audioconvert/audioconvert.c: (audio_convert_get_func_index),
4080         (check_default), (audio_convert_prepare_context):
4081         * gst/audioconvert/gstaudioconvert.c:
4082         (gst_audio_convert_parse_caps), (make_lossless_changes):
4083         Support non-native endianness floats as input and output.
4084         Fixes #339838.
4085         * tests/check/elements/audioconvert.c: (verify_convert),
4086         (GST_START_TEST):
4087         Add unit tests for the non-native endianness float conversions.
4088
4089 2007-03-29  Wim Taymans  <wim@fluendo.com>
4090
4091         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4092         (gst_base_rtp_depayload_base_init),
4093         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
4094         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
4095         (gst_base_rtp_depayload_set_gst_timestamp),
4096         (gst_base_rtp_depayload_change_state),
4097         (gst_base_rtp_depayload_set_property),
4098         (gst_base_rtp_depayload_get_property):
4099         * gst-libs/gst/rtp/gstbasertpdepayload.h:
4100         Add Private structure.
4101         Bring element code to 2007.
4102         Parse clock-base caps param and use it when generating the
4103         newsegment.
4104         Reset variables before going to PAUSED.
4105         Fix some docs.
4106
4107 2007-03-29  Wim Taymans  <wim@fluendo.com>
4108
4109         * docs/libs/gst-plugins-base-libs-docs.sgml:
4110         * docs/libs/gst-plugins-base-libs-sections.txt:
4111         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4112         (gst_base_rtp_audio_payload_get_adapter):
4113         Add RTCP docs.
4114         Fix some more docs.
4115
4116         * gst-libs/gst/rtp/Makefile.am:
4117         * gst-libs/gst/rtp/gstrtcpbuffer.c:
4118         (gst_rtcp_buffer_new_take_data), (gst_rtcp_buffer_new_copy_data),
4119         (gst_rtcp_buffer_validate_data), (gst_rtcp_buffer_validate),
4120         (gst_rtcp_buffer_get_packet_count), (read_packet_header),
4121         (gst_rtcp_buffer_get_first_packet), (gst_rtcp_packet_move_to_next),
4122         (gst_rtcp_buffer_add_packet), (gst_rtcp_packet_remove),
4123         (gst_rtcp_packet_get_padding), (gst_rtcp_packet_get_type),
4124         (gst_rtcp_packet_get_count), (gst_rtcp_packet_get_length),
4125         (gst_rtcp_packet_sr_get_sender_info),
4126         (gst_rtcp_packet_sr_set_sender_info),
4127         (gst_rtcp_packet_rr_get_ssrc), (gst_rtcp_packet_rr_set_ssrc),
4128         (gst_rtcp_packet_get_rb_count), (gst_rtcp_packet_get_rb),
4129         (gst_rtcp_packet_add_rb), (gst_rtcp_packet_set_rb),
4130         (gst_rtcp_packet_sdes_get_chunk_count),
4131         (gst_rtcp_packet_sdes_first_chunk),
4132         (gst_rtcp_packet_sdes_next_chunk), (gst_rtcp_packet_sdes_get_ssrc),
4133         (gst_rtcp_packet_sdes_first_item),
4134         (gst_rtcp_packet_sdes_next_item), (gst_rtcp_packet_sdes_get_item),
4135         (gst_rtcp_packet_bye_get_ssrc_count),
4136         (gst_rtcp_packet_bye_get_nth_ssrc), (gst_rtcp_packet_bye_add_ssrc),
4137         (gst_rtcp_packet_bye_add_ssrcs), (get_reason_offset),
4138         (gst_rtcp_packet_bye_get_reason_len),
4139         (gst_rtcp_packet_bye_get_reason), (gst_rtcp_packet_bye_set_reason):
4140         * gst-libs/gst/rtp/gstrtcpbuffer.h:
4141         Add new helper object for parsing and creating RTCP messages.
4142
4143 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
4144
4145         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
4146         PCM samples with width=8 must be always unsigned, no matter what
4147         depth they have.
4148
4149 2007-03-29  Andy Wingo  <wingo@pobox.com>
4150
4151         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev): Make
4152         perfect offsets also, not just timestamps.
4153
4154         * tests/check/elements/videorate.c (test_more): Test that given
4155         any incoming offsets, that videorate produces perfect offsets.
4156
4157 2007-03-29  Wim Taymans  <wim@fluendo.com>
4158
4159         * gst-libs/gst/riff/riff-ids.h:
4160         Add some more RIFF formats.
4161
4162 2007-03-29  Wim Taymans  <wim@fluendo.com>
4163
4164         * gst-libs/gst/rtp/gstrtpbuffer.c:
4165         (gst_rtp_buffer_default_clock_rate):
4166         * gst-libs/gst/rtp/gstrtpbuffer.h:
4167         Fix fixed payload names and docs.
4168         Added method to get the default clock rates of fixed payload types.
4169         API: GstRTPBuffer::gst_rtp_buffer_default_clock_rate()
4170
4171 2007-03-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4172
4173         * tests/check/pipelines/.cvsignore:
4174         Add new vorbisdec test to cvsignore.
4175
4176 2007-03-28  Wim Taymans  <wim@fluendo.com>
4177
4178         * gst-libs/gst/audio/gstbaseaudiosink.c: (slave_method_get_type),
4179         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
4180         (gst_base_audio_sink_query), (gst_base_audio_sink_get_time),
4181         (gst_base_audio_sink_set_property),
4182         (gst_base_audio_sink_get_property), (gst_base_audio_sink_event),
4183         (clock_convert_external), (gst_base_audio_sink_resample_slaving),
4184         (gst_base_audio_sink_skew_slaving),
4185         (gst_base_audio_sink_handle_slaving), (gst_base_audio_sink_render),
4186         (gst_base_audio_sink_async_play):
4187         * gst-libs/gst/audio/gstbaseaudiosink.h:
4188         Store private stuff in GstBaseAudioSinkPrivate.
4189         Add configurable clock slaving modes property.
4190         API:: GstBaseAudioSink::slave-method property
4191         Some more latency reporting tweaks.
4192         Added skew based clock slaving correction and make it the default until
4193         the resampling method is more robust.
4194
4195 2007-03-27  Sebastian Dröge  <slomo@circular-chaos.org>
4196
4197         * gst/audioconvert/audioconvert.c:
4198         Add docs to the integer pack functions and implement proper
4199         rounding. Before we had rounding towards negative infinity, i.e.
4200         always the smaller number was taken. Now we use natural rounding,
4201         i.e. rounding to the nearest integer and to the one with the largest
4202         absolute value for X.5. The old rounding introduced some minor
4203         distortions. Fixes #420079
4204         * tests/check/elements/audioconvert.c: (GST_START_TEST):
4205         Fix one unit test that assumed the old rounding and added unit tests
4206         for checking signed/unsigned int16 <-> signed/unsigned int16 with
4207         depth 8, one for signed int16 <-> unsigned int16 and one for the new
4208         rounding from signed int32 to signed/unsigned int16.
4209
4210 2007-03-27  Michael Smith  <msmith@fluendo.com>
4211
4212         * gst/audioconvert/gstaudioconvert.c: (strip_width_64),
4213         (gst_audio_convert_transform_caps):
4214           Fix typo in debug line introduced recently, as pointed out on irc.
4215
4216 2007-03-27  Tim-Philipp Müller  <tim at centricular dot net>
4217
4218         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
4219         * tests/check/libs/tag.c: (GST_START_TEST):
4220           Make sure we parse floating-point numbers in vorbis comments
4221           correctly with either '.' or ',' as separator, no matter what
4222           the current locale is. Add unit test for this too.
4223
4224 2007-03-26  Tim-Philipp Müller  <tim at centricular dot net>
4225
4226         Patch by: René Stadler  <mail at renestadler de>
4227
4228         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_to_vorbis_comments):
4229           When writing out floating-point numbers to vorbis comment tags, always
4230           use the same character as separator no matter what the current locale is
4231           (fixes #423051).
4232
4233         * tests/check/libs/tag.c: (GST_START_TEST):
4234           Add unit tests for replaygain tags in vorbis comments (closes #423055).
4235
4236 2007-03-26  Thomas Vander Stichele  <thomas at apestaart dot org>
4237
4238         * ext/vorbis/vorbisdec.c (vorbis_dec_push_forward,
4239           vorbis_handle_data_packet):
4240           Correctly set DURATION to generate a timestamp-continuous stream.
4241           One bug left at the end; see
4242           ihttp://bugzilla.gnome.org/show_bug.cgi?id=423086
4243         * tests/check/Makefile.am:
4244         * tests/check/pipelines/vorbisenc.c (GST_START_TEST):
4245           Add a test to check this.  Without the above patch this test fails.
4246
4247 2007-03-26  Jan Schmidt  <thaytan@mad.scientist.com>
4248
4249         * gst-libs/gst/rtp/Makefile.am:
4250         The base audio payloader uses GstAdapter - we need GST_BASE_LIBS.
4251
4252 2007-03-23  Michael Smith  <msmith@fluendo.com>
4253
4254         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps),
4255         (gst_video_rate_reset), (gst_video_rate_chain):
4256           If videorate changes caps, we can no longer use the old buffer
4257           (which may have a different size, incompatible with our caps).
4258           So don't do that; just duplicate the new frame more times.
4259
4260 2007-03-22  Jan Schmidt  <thaytan@mad.scientist.com>
4261
4262         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
4263         Remove playbin's override of the set_clock vmethod. It's irrelevant
4264         after Wim's commit on the 19th.
4265
4266 2007-03-22  Wim Taymans  <wim@fluendo.com>
4267
4268         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_size),
4269         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
4270         * ext/gnomevfs/gstgnomevfssrc.h:
4271         Don't cache file sizes. Fixes #341078.
4272
4273 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
4274
4275         * gst/playback/gstplaybin.c: (add_sink):
4276           Use GST_PTR_FORMAT to log caps. 
4277
4278 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
4279
4280         Patch by: Young-Ho Cha <ganadist at chollian net>
4281
4282         * gst/subparse/samiparse.c: (handle_start_font):
4283           Special-case some more colour names that pango doesn't handle by
4284           default. Fixes #420578.
4285
4286 2007-03-20  Michael Smith  <msmith@fluendo.com>
4287
4288         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
4289           If we get a zero-sized input buffer, don't pass it to libvorbis, as
4290           that marks EOS internally. After that, libvorbis will buffer all
4291           input data, and encode none of it, eventually leading to memory
4292           exhaustion.
4293
4294 2007-03-19  Wim Taymans  <wim@fluendo.com>
4295
4296         * gst/playback/gstdecodebin.c: (remove_fakesink):
4297         Don't post STATE_DIRTY anymore.
4298
4299         * gst/playback/gstplaybin.c: (add_sink), (gst_play_bin_send_event),
4300         (gst_play_bin_change_state):
4301         Remove stream_time reset in seek handling, core does that now.
4302         Disable clocking for live pipelines by forcing a NULL clock to the
4303         complete pipeline, core is too smart now for our previous hack.
4304         We can always autoplug in PAUSED now.
4305
4306 2007-03-17  David Schleef  <ds@schleef.org>
4307
4308         * REQUIREMENTS:  Update this file, change the formatting to make
4309         it more consistent, plus more machine readable.
4310
4311 2007-03-16  Michael Smith  <msmith@fluendo.com>
4312
4313         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
4314         (strip_width_64), (append_with_other_format):
4315           Previous fix was too simplistic, and broke the tests. Use a better
4316           approach; only strip 64 from widths for integer audio.
4317
4318 2007-03-16  Michael Smith  <msmith@fluendo.com>
4319
4320         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
4321         (gst_audio_convert_transform_caps):
4322           We don't support 64 bit integer audio, so don't try to claim we can.
4323           Stops us producing caps don't match our template caps.
4324           Update comments.
4325
4326 2007-03-15  Michael Smith  <msmith@fluendo.com>
4327
4328         * gst/audioresample/gstaudioresample.c:
4329         (audioresample_check_discont), (audioresample_transform):
4330           Don't trigger discontinuities for very small imperfections; a filter
4331           flush will sound bad, and many plugins have rounding errors leading
4332           to these.
4333
4334 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
4335
4336         Patch by: Olivier Crete <olivier.crete@collabora.co.uk>
4337
4338         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4339         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
4340         API: add "min-ptime" property to RTP base audio payloader.
4341         API: add gst_base_rtp_audio_payload_push().
4342         API: add gst_base_rtp_audio_payload_get_adapter().
4343         Fixes #415001
4344         Indentation/whitespace/documentation fixes.
4345
4346 2007-03-14  Julien MOUTTE  <julien@moutte.net>
4347
4348         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
4349         (audioresample_transform_size), (audioresample_do_output),
4350         (audioresample_transform), (audioresample_pushthrough): Handle
4351         discontinuous streams.
4352         * gst/audioresample/gstaudioresample.h:
4353         * tests/check/elements/audioresample.c:
4354         (test_discont_stream_instance), (GST_START_TEST),
4355         (audioresample_suite): Add a test for discontinuous streams.
4356         * win32/common/config.h: Updated.
4357
4358 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
4359
4360         * po/af.po:
4361         * po/az.po:
4362         * po/cs.po:
4363         * po/en_GB.po:
4364         * po/it.po:
4365         * po/nb.po:
4366         * po/nl.po:
4367         * po/or.po:
4368         * po/sq.po:
4369         * po/sr.po:
4370         * po/sv.po:
4371         * po/uk.po:
4372         * po/vi.po:
4373           Update translations from translation project.
4374
4375 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
4376
4377         * gst/audioresample/debug.h:
4378         * gst/audioresample/resample.c: (resample_init):
4379           Since I really am not interested in a debug line for each sample
4380           being processed, move the library's debugging to its own category,
4381           libaudioresample
4382
4383 2007-03-13  Michael Smith  <msmith@fluendo.com>
4384
4385         * ext/theora/theoradec.c: (theora_handle_type_packet):
4386           Since the plugin doesn't support anything other than 4:2:0 right
4387           now, post an error and fail if we get something else. Won't matter
4388           until libtheora supports the other pixel formats, but hopefully
4389           that'll be soon...
4390
4391 2007-03-10  Sebastien Moutte  <sebastien@moutte.net>
4392
4393         * gst-libs/gst/audio/gstbaseaudiosink.c:(gst_base_audio_sink_render):
4394         Use gst_guint64_to_gdouble for conversion.
4395         * win32/MANIFEST:
4396         Add new files to the win32 MANIFEST.
4397         * win32/common/libgstaudio.def:
4398         * win32/common/libgstpbutils.def:
4399         Add new exported functions.
4400         * win32/vs6/gst_plugins_base.dsw:
4401         * win32/vs6/libgstdecodebin.dsp:
4402         * win32/vs6/libgstplaybin.dsp:
4403         Change the link to libgstpbutils.lib.
4404         * win32/vs6/libgstdecodebin2.dsp:
4405         Add a new project for decodebin2.
4406         * win32/vs6/libgstpbutils.dsp:
4407         Add a new project for pbutils.
4408
4409 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
4410
4411         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
4412           Also accept partial dates with only year and month,
4413           like 1999-12-00 (fixes #410396 even more).
4414
4415         * tests/check/libs/tag.c: (GST_START_TEST):
4416           Add unit test for the above.
4417
4418 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
4419
4420         * tests/check/elements/subparse.c: (GST_START_TEST),
4421         (subparse_suite):
4422           Add unit test for MPL2 subtitle format (#413799).
4423
4424 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
4425
4426         Patch by: Kamil Pawlowski  <kamilpe gmail com>
4427
4428         * gst/subparse/Makefile.am:
4429         * gst/subparse/gstsubparse.c:
4430         (gst_sub_parse_data_format_autodetect),
4431         (gst_sub_parse_format_autodetect), (gst_sub_parse_sink_event),
4432         (gst_subparse_type_find):
4433         * gst/subparse/gstsubparse.h:
4434         * gst/subparse/mpl2parse.c: (mpl2_parse_line), (parse_mpl2):
4435         * gst/subparse/mpl2parse.h:
4436           Add support for MPL2 subtitle format (#413799).
4437
4438 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
4439
4440         * configure.ac:
4441           We require core CVS for the new buffer metadata copy functions.
4442
4443 2007-03-09  Wim Taymans  <wim@fluendo.com>
4444
4445         * gst-libs/gst/tag/gstid3tag.c:
4446         Add read support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
4447         Fixes #414496.
4448
4449         Patch by: Alex Lancaster <alexl at users sourceforge net>
4450
4451 2007-03-09  Wim Taymans  <wim@fluendo.com>
4452
4453         * ext/libvisual/visual.c: (gst_visual_sink_setcaps),
4454         (gst_vis_src_negotiate), (get_buffer), (gst_visual_chain):
4455         Improve adapter usage and comments.
4456
4457 2007-03-09  Wim Taymans  <wim@fluendo.com>
4458
4459         * ext/pango/gsttextrender.c: (gst_text_render_chain):
4460         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_parse_packet):
4461         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_copy):
4462         Use new metadata copy function.
4463
4464         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4465         (gst_ffmpegcsp_transform):
4466         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform):
4467         Basetransform copied the metadata for us.
4468
4469 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
4470
4471         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
4472         (gst_text_overlay_video_event):
4473           Some more logging. Only accept newsegment events in TIME format and
4474           send a WARNING message if they are not in TIME format.
4475
4476         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
4477         (gst_sub_parse_init), (gst_sub_parse_src_event), (handle_buffer),
4478         (gst_sub_parse_chain), (gst_sub_parse_sink_event):
4479         * gst/subparse/gstsubparse.h:
4480           No need to allocate GstSegment structure dynamically, just put it
4481           into the instance structure; ignore newsegment events in BYTE
4482           format and in particular don't let it overwrite our saved TIME
4483           segment from the last seek.
4484
4485 2007-03-09  Michael Smith  <msmith@fluendo.com>
4486
4487         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find):
4488           Replace AC3 typefinder with one that isn't terrible, and actually
4489           works usefully.
4490
4491 2007-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
4492
4493         * gst/audioconvert/gstaudioconvert.c:
4494         (gst_audio_convert_transform):
4495           fix error category and translatable string
4496           
4497
4498 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
4499
4500         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
4501         * pkgconfig/gstreamer-plugins-base.pc.in:
4502           Fix up utils => pbutils here too.
4503
4504 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
4505
4506         * gst/subparse/gstsubparse.c: (handle_buffer):
4507           Break out of loop in chain function as soon as possible if we get
4508           a non-OK flow return.
4509
4510 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
4511
4512         * tests/check/elements/alsa.c: (GST_START_TEST):
4513         Unref the mixer if the state change fails too (if the
4514         alsa devices are inaccessible, for example)
4515
4516 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
4517
4518         * tests/check/Makefile.am:
4519         Don't test libvisual elements in the states check, because libvisual
4520         seems to leak internally.
4521
4522         Re-enable the alsa and states tests now that there's new suppressions
4523         in gst.supp.
4524
4525         * tests/check/elements/alsa.c: (GST_START_TEST):
4526         Don't leak the alsamixer we instantiated.
4527
4528 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
4529
4530         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
4531         (gst_ximagesink_change_state), (gst_ximagesink_reset),
4532         (gst_ximagesink_finalize):
4533         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
4534         (gst_xvimagesink_reset), (gst_xvimagesink_finalize):
4535         Move some cleanup stuff from the state change handler into a _reset()
4536         function that can be called from _finalize(). This ensures that things
4537         get freed even if (for some reason) the NULL->READY state transition
4538         fails in the parent class.
4539         Even if a parent state change fails, process our downward state change
4540         logic instead of bailing out early.
4541         Free the correct xcontext pointer in ximagesink's xcontext_clear.
4542
4543 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
4544
4545         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
4546         Extra log line.
4547
4548         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_init):
4549         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_init):
4550         Use pango_font_description_set_family_static instead of 
4551         pango_font_description_set_family to save a string copy (it was
4552         leaking due to the strdup anyway)
4553
4554         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_finalize):
4555         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_finalize):
4556         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_finalize):
4557         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_finalize):
4558         Chain up in finalize.
4559
4560 2007-03-07  Tim-Philipp Müller  <tim at centricular dot net>
4561
4562         * gst-libs/gst/interfaces/mixertrack.c:
4563         (gst_mixer_track_class_init), (gst_mixer_track_get_property),
4564         (gst_mixer_track_set_property):
4565           API: add "untranslated-label" property which should be set by
4566           implementations at construct time (#414645).
4567
4568         * ext/alsa/gstalsamixeroptions.c: (gst_alsa_mixer_options_new):
4569         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
4570           Set "untranslated-label" when constructing mixer track objects.
4571
4572         * tests/check/elements/alsa.c: (GST_START_TEST), (alsa_suite):
4573           Unit test to check the above.
4574
4575 2007-03-07  Wim Taymans  <wim@fluendo.com>
4576
4577         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
4578         Fix confusing debug message.
4579
4580 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
4581
4582         * gst-plugins-base.doap:
4583         update doap file with new version
4584
4585 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
4586
4587         * configure.ac:
4588         Back to CVS
4589
4590 === release 0.10.12 ===
4591
4592 2007-03-07  Jan Schmidt <thaytan@mad.scientist.com>
4593
4594         * configure.ac:
4595           releasing 0.10.12, "Zombie Horde"
4596
4597 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
4598
4599         * configure.ac:
4600         Bump version to 0.10.11.4 pre-release
4601
4602 2007-03-06  Wim Taymans  <wim@fluendo.com>
4603
4604         * gst-libs/gst/audio/gstbaseaudiosink.c:
4605         (gst_base_audio_sink_async_play):
4606         Fix regression that made GStreamer skip the first samples of audio.
4607         Fixes #414684.
4608
4609 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
4610
4611         * configure.ac:
4612         Bump version to 0.10.11.3 pre-release
4613
4614 2007-03-05  Sebastian Dröge  <slomo@circular-chaos.org>
4615
4616         * po/POTFILES.in:
4617           Update paths for the rename from utils to pbutils to fix the build.
4618
4619 2007-03-05  Tim-Philipp Müller  <tim at centricular dot net>
4620
4621         * gst-libs/gst/pbutils/Makefile.am:
4622           Change directory to install headers in from gst/utils to gst/pbutils
4623           as well.
4624
4625 2007-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
4626
4627         * configure.ac:
4628         * docs/libs/gst-plugins-base-libs-docs.sgml:
4629         * docs/libs/gst-plugins-base-libs-sections.txt:
4630         * gst-libs/gst/Makefile.am:
4631         * gst-libs/gst/interfaces/mixer.c:
4632         * gst-libs/gst/pbutils/Makefile.am:
4633         * gst-libs/gst/pbutils/descriptions.c:
4634         (gst_pb_utils_get_source_description),
4635         (gst_pb_utils_get_sink_description),
4636         (gst_pb_utils_get_decoder_description),
4637         (gst_pb_utils_get_encoder_description),
4638         (gst_pb_utils_get_element_description),
4639         (gst_pb_utils_add_codec_description_to_tag_list),
4640         (gst_pb_utils_get_codec_description), (gst_pb_utils_list_all):
4641         * gst-libs/gst/pbutils/descriptions.h:
4642         * gst-libs/gst/pbutils/install-plugins.c:
4643         * gst-libs/gst/pbutils/install-plugins.h:
4644         * gst-libs/gst/pbutils/missing-plugins.c:
4645         (gst_missing_uri_source_message_new),
4646         (gst_missing_uri_sink_message_new),
4647         (gst_missing_element_message_new),
4648         (gst_missing_decoder_message_new),
4649         (gst_missing_encoder_message_new),
4650         (gst_missing_plugin_message_get_description):
4651         * gst-libs/gst/pbutils/missing-plugins.h:
4652         * gst-libs/gst/pbutils/pbutils.c: (gst_pb_utils_init):
4653         * gst-libs/gst/pbutils/pbutils.h:
4654         * gst-libs/gst/utils/Makefile.am:
4655         * gst-libs/gst/utils/base-utils.c:
4656         * gst-libs/gst/utils/base-utils.h:
4657         * gst-libs/gst/utils/descriptions.c:
4658         * gst-libs/gst/utils/descriptions.h:
4659         * gst-libs/gst/utils/install-plugins.c:
4660         * gst-libs/gst/utils/install-plugins.h:
4661         * gst-libs/gst/utils/missing-plugins.c:
4662         * gst-libs/gst/utils/missing-plugins.h:
4663         * gst-plugins-base.spec.in:
4664         * gst/playback/Makefile.am:
4665         * gst/playback/gstdecodebin.c:
4666         * gst/playback/gstdecodebin2.c:
4667         * gst/playback/gstplaybasebin.c: (setup_subtitle),
4668         (gen_source_element):
4669         * gst/playback/gstplaybin.c: (plugin_init):
4670         * tests/check/Makefile.am:
4671         * tests/check/libs/pbutils.c: (GST_START_TEST),
4672         (test_pb_utils_install_plugins_do_callout), (libgstpbutils_suite):
4673         * tests/check/libs/utils.c:
4674           rename utils to pbutils
4675
4676 2007-03-02  Jan Schmidt  <thaytan@mad.scientist.com>
4677
4678         * docs/plugins/Makefile.am:
4679         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4680         * docs/plugins/gst-plugins-base-plugins-sections.txt:
4681         * docs/plugins/inspect/plugin-decodebin2.xml:
4682         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
4683         Add documentation for decodebin2 that indicates that the API
4684         is still unstable.
4685
4686 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
4687
4688         * configure.ac:
4689         Update to 0.10.11.2 (0.10.12 pre-release)
4690
4691 2007-03-01  Wim Taymans  <wim@fluendo.com>
4692
4693         * gst-libs/gst/audio/gstbaseaudiosink.c:
4694         (gst_base_audio_sink_async_play):
4695         base time is irrelevant here.
4696
4697 2007-03-01  Wim Taymans  <wim@fluendo.com>
4698
4699         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
4700         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
4701         Improve debugging.
4702
4703         * gst-libs/gst/audio/gstbaseaudiosink.c:
4704         (gst_base_audio_sink_query), (gst_base_audio_sink_event),
4705         (gst_base_audio_sink_render), (gst_base_audio_sink_async_play):
4706         Improve latency and clock slaving calculations.
4707         Improve slave clock calibration.
4708
4709         * gst-libs/gst/audio/gstringbuffer.c:
4710         (gst_ring_buffer_commit_full):
4711         When we are asked to render N sample to 0 bytes, return N.
4712
4713 2007-03-01  Wim Taymans  <wim@fluendo.com>
4714
4715         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
4716         (gst_alsasink_write), (gst_alsasink_reset):
4717         * ext/alsa/gstalsasink.h:
4718         Remove unused dispose function.
4719         Rename lock to not interfere with alsasrc lock.
4720
4721         * ext/alsa/gstalsasrc.c: (gst_alsasrc_finalize),
4722         (gst_alsasrc_class_init), (gst_alsasrc_init), (set_swparams),
4723         (gst_alsasrc_read), (gst_alsasrc_reset):
4724         * ext/alsa/gstalsasrc.h:
4725         Implement finalize function.
4726         Use lock to protect alsa access.
4727         Implement _reset.
4728         Fine tune sw params.
4729
4730 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
4731
4732         * configure.ac:
4733           Convert to new AG_GST style.
4734
4735 2007-02-28  Wim Taymans  <wim@fluendo.com>
4736
4737         Patch by: Ed Catmur <ed at catmur dot co dot uk>
4738
4739         * gst/playback/gstplaybin.c: (gst_play_bin_vis_unblocked),
4740         (gst_play_bin_vis_blocked), (gst_play_bin_set_property):
4741         Fix race condition when rapidly switching visualisations in playbin.
4742         Fixes #401029.
4743
4744 2007-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
4745
4746         * tests/check/Makefile.am:
4747         Include local stuff before system installed things in LDFLAGS and
4748         CFLAGS.
4749
4750 2007-02-28  Wim Taymans  <wim@fluendo.com>
4751
4752         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_sink_activate):
4753         Improve debugging.
4754
4755 2007-02-28  Wim Taymans  <wim@fluendo.com>
4756
4757         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
4758         (gst_v4lsrc_fixate), (gst_v4lsrc_query):
4759         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_new):
4760         Fix duration and timestamping, taking latency into account.
4761         Implement latency query.
4762
4763 2007-02-28  Wim Taymans  <wim@fluendo.com>
4764
4765         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
4766         (gst_audio_clock_new):
4767         Fix clock name.
4768
4769         * gst-libs/gst/audio/gstbaseaudiosink.c:
4770         (gst_base_audio_sink_init), (gst_base_audio_sink_query):
4771         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
4772         (gst_base_audio_src_query), (gst_base_audio_src_get_offset),
4773         (gst_base_audio_src_create):
4774         Improve latency query code.
4775         Use proper clock names.
4776
4777 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
4778
4779         * tests/check/generic/states.c: (GST_START_TEST):
4780           Copy the states.c test from core again
4781         * tests/check/Makefile.am:
4782           ignore cdio and cdparanoiasrc
4783
4784 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
4785
4786         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
4787         (double_hq), (audio_convert_get_func_index), (check_default),
4788         (audio_convert_prepare_context), (audio_convert_convert):
4789           Also make valgrind happy and avoid copying data in some cases.
4790
4791 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
4792
4793         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
4794         (double_hq), (audio_convert_get_func_index),
4795         (audio_convert_prepare_context), (audio_convert_convert):
4796         * gst/audioconvert/gstaudioconvert.c:
4797         (gst_audio_convert_class_init), (gst_audio_convert_get_unit_size),
4798         (gst_audio_convert_transform_caps):
4799         * tests/check/elements/audioconvert.c: (GST_START_TEST),
4800         (audioconvert_suite):
4801           Don't run inplace if that overwrites source data as we go. Add more
4802           tests. Fixes #339837 even more.
4803
4804 2007-02-27  Julien MOUTTE  <julien@moutte.net>
4805
4806         * tests/examples/seek/seek.c: (do_seek), (set_update_scale),
4807         (msg_segment_done): Fix various seeking bugs (Slider was not
4808         updating when doing a non flushing seek, Reverse playback 
4809         on segment seek was wrong).
4810
4811 2007-02-26  Wim Taymans  <wim@fluendo.com>
4812
4813         * tests/examples/seek/seek.c: (stop_seek):
4814         When we stop scrubbing, don't leave the pipeline PLAYING when we
4815         requested a PAUSED state.
4816
4817 2007-02-25  Tim-Philipp Müller  <tim at centricular dot net>
4818
4819         Patch by: René Stadler <mail at renestadler de>
4820
4821         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
4822           Parse date strings in vorbis comments that have an invalid (zero)
4823           month or day (#410396).
4824
4825         * tests/check/libs/tag.c: (GST_START_TEST):
4826           Test case for the above.
4827
4828 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
4829
4830         Patch by: Loïc Minier <lool+gnome at via ecp fr>
4831
4832         * configure.ac:
4833         * ext/alsa/Makefile.am:
4834         * gst/audiotestsrc/Makefile.am:
4835           Fix compilation with LDFLAGS='-Wl,-z,defs' (#410963).
4836
4837 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
4838
4839         * gst/playback/gstplaybin.c:
4840           Improve docs: point out that the application needs to assist playbin
4841           with buffering.
4842
4843 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
4844
4845         * gst-libs/gst/utils/install-plugins.c:
4846         * gst-libs/gst/utils/missing-plugins.c:
4847         * tests/check/libs/utils.c: (missing_msg_check_getters):
4848           Change GStreamer marker prefix in detail string from 'gstreamer.net'
4849           to just 'gstreamer'. Document the caps string component of the
4850           decoder/encoder detail a bit better, since not everyone will be
4851           familiar with the GStreamer media type/caps system (but they better
4852           enjoy nested itemized lists).
4853
4854 2007-02-22  Tim-Philipp Müller  <tim at centricular dot net>
4855
4856         * gst-libs/gst/netbuffer/gstnetbuffer.c:
4857         (notgst_buffer_copy_fields_in_place), (gst_netbuffer_copy):
4858           Fix copying of GstNetBuffer (would crash before, or at least lead to
4859           invalid memory access, #410772), for now by copying the GstBuffer copy
4860           code from the core over here so we can copy the GstBuffer fields on a
4861           provided buffer instance (of type GstNetBuffer in this case). Would be
4862           better to fix this with some support by the core though (and in the long
4863           run change the broken GstBuffer/GstMiniObject copy semantics, #393099).
4864
4865         * tests/check/Makefile.am:
4866           Enable unit test for GstNetBuffer.
4867
4868 2007-02-22  Andy Wingo  <wingo@pobox.com>
4869
4870         * gst-libs/gst/audio/gstbaseaudiosink.c
4871         (gst_base_audio_sink_init): Disable pull-mode activation until we
4872         figure out how to make audio sinks go to PLAYING.
4873
4874 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
4875
4876         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
4877         (double_hq), (audio_convert_get_func_index),
4878         (audio_convert_prepare_context), (audio_convert_convert):
4879         * gst/audioconvert/audioconvert.h:
4880         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_setup_matrix),
4881         (gst_channel_mix_mix_int), (gst_channel_mix_mix_float):
4882         * gst/audioconvert/gstchannelmix.h:
4883         * tests/check/elements/audioconvert.c: (GST_START_TEST):
4884           Add float as an intermediate format, as well as float mixing. Enable
4885           test that was failing before. Fixes #339837
4886
4887 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
4888
4889         * tests/examples/seek/seek.c: (do_seek):
4890         Undo the previous commit: -1 as a stop time implies that the stop
4891         time is the end of file, clearing any previously configured segment.
4892
4893 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
4894
4895         * tests/examples/seek/seek.c: (do_seek):
4896         Don't SEEK_SET with a stop time of -1, use SEEK_NONE instead.
4897
4898 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
4899
4900         * gst/volume/gstvolume.c: (volume_process_int16),
4901         (volume_process_int16_clamp), (volume_set_caps):
4902           Unbreak volume, value remains gint.
4903
4904 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
4905
4906         * gst/volume/gstvolume.c: (volume_choose_func),
4907         (volume_update_real_volume), (gst_volume_set_volume),
4908         (gst_volume_init), (volume_process_double), (volume_process_float),
4909         (volume_process_int16), (volume_process_int16_clamp),
4910         (volume_set_caps), (volume_transform_ip), (volume_update_volume):
4911         * gst/volume/gstvolume.h:
4912           Extend float audio support (double) and some int->uint cleanups.
4913
4914 2007-02-20  Edward Hervey  <edward@fluendo.com>
4915
4916         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose),
4917         (multi_queue_underrun_cb), (gst_decode_group_check_if_drained),
4918         (sort_end_pads), (gst_decode_group_expose),
4919         (gst_decode_group_hide):
4920         Don't free groups from the streaming threads. Just put them aside and
4921         free them in dispose.
4922
4923 2007-02-20  Edward Hervey  <edward@fluendo.com>
4924
4925         * gst/playback/gstdecodebin2.c: (connect_element),
4926         (pad_added_group_cb), (gst_decode_group_check_if_blocked),
4927         (sort_end_pads), (gst_decode_group_expose):
4928         Handle dynamic pads within groups.
4929         Sort pads before exposing them in order to make playbin happy.
4930         There still is a race with the multiqueue filling up. This should be
4931         solved separately.
4932         Fixes #398721
4933
4934 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
4935
4936         * gst-libs/gst/utils/base-utils.c:
4937         * gst-libs/gst/utils/descriptions.c:
4938         * gst-libs/gst/utils/install-plugins.c:
4939         * gst-libs/gst/utils/missing-plugins.c:
4940           Some more docs (and descriptions for two subtitle formats).
4941
4942 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
4943
4944         * gst-libs/gst/audio/audio.c:
4945           Fix documentation.
4946
4947 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
4948
4949         Patch by: Yves Lefebvre  <ivanohe abacom com>
4950
4951         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps):
4952           Don't leak caps. Fixes #408278.
4953
4954 2007-02-15  Stefan Kost  <ensonic@users.sf.net>
4955
4956         * ext/cdparanoia/gstcdparanoiasrc.h:
4957         * ext/ogg/gstoggdemux.h:
4958         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
4959         (gst_audio_frame_length), (gst_audio_duration_from_pad_buffer),
4960         (gst_audio_is_buffer_framed), (gst_audio_structure_set_int):
4961         * gst-libs/gst/audio/audio.h:
4962         * gst-libs/gst/audio/gstaudiofilter.h:
4963         * gst-libs/gst/interfaces/videoorientation.h:
4964         * gst/adder/gstadder.h:
4965           More docs coverage and some ChangeLog surgery (add missing names)
4966
4967 2007-02-15  Wim Taymans  <wim@fluendo.com>
4968
4969         * sys/ximage/ximagesink.c:
4970         (gst_ximagesink_calculate_pixel_aspect_ratio):
4971         * sys/xvimage/xvimagesink.c:
4972         (gst_xvimagesink_calculate_pixel_aspect_ratio):
4973         Small constifications.
4974
4975 2007-02-15  Wim Taymans  <wim@fluendo.com>
4976
4977         * gst-libs/gst/audio/gstbaseaudiosink.c:
4978         (gst_base_audio_sink_class_init), (gst_base_audio_sink_query),
4979         (gst_base_audio_sink_render), (gst_base_audio_sink_callback),
4980         (gst_base_audio_sink_async_play),
4981         (gst_base_audio_sink_change_state):
4982         Answer latency query.
4983         Use configured latency when syncing.
4984         Fix clock slaving.
4985
4986         * gst-libs/gst/audio/gstbaseaudiosrc.c:
4987         (gst_base_audio_src_class_init), (gst_base_audio_src_dispose),
4988         (gst_base_audio_src_query), (gst_base_audio_src_change_state):
4989         Fix possible memleak.
4990         Implement latency query.
4991         Small cleanups.
4992
4993 2007-02-15  Wim Taymans  <wim@fluendo.com>
4994
4995         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
4996         Ignore errors in reset, these are not fatal. They also grab the element
4997         lock which is already taking when this function is called. Fixes
4998         #405451.
4999
5000 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
5001
5002         * configure.ac:
5003           Remove 'tests/examples/xerror/Makefile' from output files again.
5004
5005 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
5006
5007         * configure.ac:
5008         * docs/plugins/Makefile.am:
5009           Also crossref against gst-plugins-base-libs.
5010
5011 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
5012
5013         * configure.ac:
5014         * docs/libs/Makefile.am:
5015         * docs/plugins/Makefile.am:
5016           Add crossreferences to glib/gobject/gstream docs.
5017
5018         * gst-libs/gst/audio/audio.h:
5019           Source formatting.
5020
5021         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
5022           Add own debug category.
5023
5024 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
5025
5026         Patch by: René Stadler <mail at renestadler de>
5027
5028         * gst-libs/gst/tag/gstvorbistag.c:
5029           Add vorbis/FLAC-tag mapping for new GST_TAG_REFERENCE_LEVEL
5030           (#403597).
5031
5032 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
5033
5034         * gst/playback/gstplaybasebin.c: (setup_source):
5035           When we have external subtitles and wait for the subtitle decodebin
5036           to get up and running, we set up a (sync) bus handler for the
5037           subtitle decodebin, so we can stop waiting when it posts an error
5038           message. However, we should do that before we set the subtitle
5039           decodebin's state to playing, otherwise things are racy and we might
5040           miss error messages posted before we had a chance to set up the bus.
5041           This should finally fix totem hanging on .txt pseudo-subtitle files.
5042           
5043 2007-02-10  Sébastien Moutte  <sebastien at moutte dot net>
5044
5045         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:(gst_base_rtp_audio_payload_handle_frame_based_buffer):
5046           Use gst_gdouble_to_guint64 for conversions.
5047         * win32/common/config.h.in:
5048           Add a define for GST_INSTALL_PLUGINS_HELPER
5049         * win32/common/libgstaudio.def:
5050         * win32/common/libgstcdda.def:
5051         * win32/common/libgstnetbuffer.def:
5052         * win32/common/libgstrtp.def:
5053         * win32/common/libgutils.def:
5054           Add new exported functions.
5055         * win32/vs6/gst_plugins_base.dsw:
5056         * win32/vs6/libgstdecodebin.dsp:
5057         * win32/vs6/libgstnetbuffer.dsp:
5058         * win32/vs6/libgstplaybin.dsp:
5059         * win32/vs6/libgstrtp.dsp:
5060         * win32/vs6/libgstvorbis.dsp:
5061         * win32/vs6/libgstcdda.dsp:
5062         * win32/vs6/libgstgdp.dsp:
5063         * win32/vs6/libgstutils.dsp:
5064           Update and add new project files.
5065
5066 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
5067
5068         * gst/subparse/gstsubparse.c: (subrip_remove_unhandled_tag),
5069         (subrip_remove_unhandled_tags), (parse_subrip):
5070           For SubRip (.srt) subtitles, ignore all markup tags we don't
5071           handle (like font tags, for example).
5072
5073         * tests/check/elements/subparse.c:
5074           Add test for this.
5075
5076 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
5077
5078         * gst/playback/gstdecodebin.c: (add_fakesink),
5079         (gst_decode_bin_change_state):
5080         * gst/playback/gstdecodebin2.c: (add_fakesink),
5081         (gst_decode_bin_change_state):
5082           Don't error out if there is no fakesink in the NULL to READY state
5083           change, since when decodebin is re-used, we're only adding the
5084           fakesink element in READY to PAUSED.
5085
5086         * tests/check/elements/decodebin.c:
5087         (new_decoded_pad_plug_fakesink_cb), (GST_START_TEST),
5088         (decodebin_suite):
5089           Minimal unit test to make sure we can use the same decodebin
5090           instance twice (at least with audiotestsrc input).
5091
5092 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
5093
5094         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name):
5095           Try to get devic-name from device string first, and from handle only
5096           as fallback (seems to yield better results and is more robust
5097           against buggy probing code on the application side).
5098
5099 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
5100
5101         Based on patch by: Julien Puydt <julien.puydt at laposte net>
5102
5103         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name_no_handle),
5104         (gst_alsa_find_device_name):
5105         * ext/alsa/gstalsa.h:
5106         * ext/alsa/gstalsasink.c: (gst_alsasink_get_property):
5107         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_property):
5108           Improve device-name detection a bit, especially in the case where
5109           the device is not actually open (#405020, #405024). Move common code
5110           into gstalsa.c instead of duplicating it.
5111
5112 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
5113
5114         * gst/audioconvert/gstaudioconvert.c:
5115           Fix up docs chunk so that gtk-doc doesn't complain, and fix typo.
5116
5117 2007-02-06  Julien MOUTTE  <julien@moutte.net>
5118
5119         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
5120         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_clear),
5121         (gst_xvimagesink_interface_supported),
5122         (gst_xvimagesink_probe_get_properties),
5123         (gst_xvimagesink_probe_probe_property),
5124         (gst_xvimagesink_probe_needs_probe),
5125         (gst_xvimagesink_probe_get_values),
5126         (gst_xvimagesink_property_probe_interface_init),
5127         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
5128         (gst_xvimagesink_init), (gst_xvimagesink_class_init),
5129         (gst_xvimagesink_get_type):
5130         * sys/xvimage/xvimagesink.h: Implement PropertyProbe Interface
5131         for XVAdaptors so that one can choose the adaptor to use with 
5132         gstreamer-properties.
5133
5134 2007-02-06  Stefan Kost  <ensonic@users.sf.net>
5135
5136         * gst/audioconvert/gstaudioconvert.c:
5137           Also mention that a conversion from double to float is suboptimal still.
5138
5139 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
5140
5141         * gst-libs/gst/audio/gstaudiofilter.c:
5142         (gst_audio_filter_class_init), (gst_audio_filter_change_state):
5143           Clear our formats structure and free the caps contained in it when
5144           shutting down.
5145
5146 2007-02-05  Andy Wingo  <wingo@pobox.com>
5147
5148         * gst-libs/gst/audio/gstbaseaudiosink.c
5149         (gst_base_audio_sink_callback): Update basesink->offset so that we
5150         pull monotonically increasing offsets instead of, um, seeking back
5151         to 0 each time. Fixes alsasrc ! alsasink!
5152
5153 2007-02-05  Tim-Philipp Müller  <tim at centricular dot net>
5154
5155         * gst/videoscale/gstvideoscale.c:
5156           A width and height of 1 makes us crash, so increase minimum size to
5157           2x2 pixels until someone feels like fixing this (#404512).
5158
5159 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
5160
5161         * tests/check/pipelines/oggmux.c: (GST_START_TEST), (oggmux_suite):
5162           Add small test to make sure request pads are cleaned up properly
5163           even if oggmux never changes state out of NULL.
5164
5165 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
5166
5167         * tests/check/libs/utils.c: (GST_START_TEST):
5168           Fix unit test. Turns out things work much better when you
5169           NULL-terminate string arrays. Should make p5 build bot happy again.
5170
5171 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
5172
5173         * gst-libs/gst/audio/Makefile.am:
5174         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
5175         (gst_audio_filter_template_base_init),
5176         (gst_audio_filter_template_class_init),
5177         (gst_audio_filter_template_init),
5178         (gst_audio_filter_template_set_property),
5179         (gst_audio_filter_template_get_property),
5180         (gst_audio_filter_template_setup),
5181         (gst_audio_filter_template_filter),
5182         (gst_audio_filter_template_filter_inplace), (plugin_init):
5183           Oops, forgot to commit fixed-up example.
5184
5185 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
5186
5187         * docs/libs/gst-plugins-base-libs-sections.txt:
5188         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
5189         (gst_audio_filter_class_init), (gst_audio_filter_init),
5190         (gst_audio_filter_set_caps),
5191         (gst_audio_filter_class_add_pad_templates):
5192         * gst-libs/gst/audio/gstaudiofilter.h:
5193           Port GstAudioFilter to 0.10. This change technically breaks
5194           API and ABI (and thus also every library developer's heart),
5195           but seems justifiable on the grounds that the base class was
5196           completely unusable before (ie. would crash immediately when
5197           actually used). Fixes #403963 (and eventually also #403572).
5198           Also document all of this a bit.
5199
5200 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
5201
5202         * gst-libs/gst/utils/install-plugins.c:
5203         (gst_install_plugins_spawn_child):
5204         * tests/check/libs/utils.c:
5205         (test_base_utils_install_plugins_do_callout):
5206           Lowering log level to see why things fail on the p5 build bot;
5207           fix some typos in unit test messages.
5208
5209 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
5210
5211         * tests/check/libs/utils.c:
5212         (test_base_utils_install_plugins_do_callout):
5213           Don't hard-code temp directory for test helper; use GLib functions
5214           to write out file and do error checking etc.
5215
5216 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
5217
5218         * gst-libs/gst/utils/Makefile.am:
5219         * gst-libs/gst/utils/base-utils.h:
5220         * gst-libs/gst/utils/install-plugins.c:
5221         (gst_install_plugins_context_set_xid),
5222         (gst_install_plugins_context_new),
5223         (gst_install_plugins_context_free),
5224         (gst_install_plugins_get_helper),
5225         (gst_install_plugins_spawn_child),
5226         (gst_install_plugins_return_from_status),
5227         (gst_install_plugins_installer_exited),
5228         (gst_install_plugins_async), (gst_install_plugins_sync),
5229         (gst_install_plugins_return_get_name),
5230         (gst_install_plugins_installation_in_progress):
5231         * gst-libs/gst/utils/install-plugins.h:
5232           API: add API for applications to initiate installation of missing
5233           plugins, ie. gst_install_plugins_async() primarily.
5234           Based on libgimme-codec by Ryan Lortie.
5235
5236         * configure.ac:
5237           Add --with-install-plugins-helper configure option so distros can specify
5238           the path of the helper script or program to call when plugin installation
5239           is requested (distros: please do any argument munging in this helper
5240           script instead of patching GStreamer to pass arguments differently
5241           to another program directly).
5242
5243         * docs/libs/gst-plugins-base-libs-docs.sgml:
5244         * docs/libs/gst-plugins-base-libs-sections.txt:
5245           Build and document new API.
5246
5247         * tests/check/libs/utils.c: (result_cb),
5248         (test_base_utils_install_plugins_do_callout), (GST_START_TEST),
5249         (libgstbaseutils_suite):
5250           Some simple checks for the new API.
5251
5252 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
5253
5254         * tests/check/elements/audioconvert.c: (test_float_conversion):
5255           Add small test for 32bit float <=> 64bit float conversion (works
5256           only one way so far, 32=>64 produces structured noise).
5257
5258 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
5259
5260         * gst/audioconvert/gstaudioconvert.c:
5261         (set_structure_widths_32_and_64), (make_lossless_changes):
5262           We don't support floats with a width of 40, 48 or 56 bits.
5263
5264 2007-02-02  Stefan Kost  <ensonic@users.sf.net>
5265
5266         * gst/audioconvert/audioconvert.c: (float), (double),
5267         (audio_convert_get_func_index):
5268         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
5269         (make_lossless_changes):
5270           Support for 64-bit float audio in audioconvert (#339837)
5271
5272 2007-02-01  Tim-Philipp Müller  <tim at centricular dot net>
5273
5274         Patch by: Holger Wansing  <linux wansing-online de>
5275
5276         * po/LINGUAS:
5277         * po/de.po:
5278           Add German translation (#352069).
5279
5280 2007-02-01  Sebastian Dröge  <slomo@circular-chaos.org>
5281
5282         reviewed by: Wim Taymans <wim@fluendo.com>
5283
5284         * ext/ogg/gstoggmux.c: (gst_ogg_mux_ogg_pad_destroy_notify),
5285         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad):
5286         Use newly added GstCollectPads API to free the allocated resources in
5287         the GstOggPad structures (#402393).
5288
5289 2007-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
5290
5291         * gst/playback/gstplaybin.c: (gen_vis_element):
5292           Add audioresample+audioconvert in front of the visualisation
5293           element, so that elements like libvisual 0.4 that don't support all
5294           samplerates can work.
5295
5296           Fixes: #402505
5297
5298 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
5299
5300         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property),
5301         (gst_play_base_bin_get_streaminfo_value_array):
5302           Take some locks and make a copy of the streaminfo value array we
5303           maintain while holding the lock, so that the application can
5304           retrieve the stream-info as a value array in a thread-safe way.
5305
5306 2007-01-30  Wim Taymans  <wim@fluendo.com>
5307
5308         * gst/audioconvert/gstaudioconvert.c:
5309         Don't fail on 0 sized buffers. Fixes #396835.
5310
5311 2007-01-29  David Schleef  <ds@schleef.org>
5312
5313         * gst/typefind/gsttypefindfunctions.c:
5314           Detect BBCD as video/x-dirac, so we can play raw dirac
5315           streams.
5316
5317 2007-01-29  Tim-Philipp Müller  <tim at centricular dot net>
5318
5319         * ext/theora/theoraenc.c: (theora_enc_chain):
5320           Check return value of theora_encode_header(), or we might try to
5321           allocate a random number of bytes. theora_encode_header() can fail
5322           if libtheora has been compiled with encoding support disabled.
5323           Fixes #398110.
5324
5325 2007-01-29  Wim Taymans  <wim@fluendo.com>
5326
5327         * tests/check/gst/.cvsignore:
5328         Do as buildbot says.
5329
5330 2007-01-29  Wim Taymans  <wim@fluendo.com>
5331
5332         * ext/libvisual/visual.c: (gst_visual_src_setcaps):
5333         Fix strides in libvisual. Gst uses X strides.
5334         Inspired by: <ed at catmur dot co dot uk> and 
5335         <tim at centricular dot net>
5336         Fixes #401118.
5337
5338 2007-01-27  Wim Taymans  <wim@fluendo.com>
5339
5340         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
5341         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
5342         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_do_seek),
5343         (gst_ogg_demux_perform_seek),
5344         (gst_ogg_demux_bisect_forward_serialno),
5345         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
5346         (gst_ogg_demux_find_chains), (gst_ogg_demux_handle_page),
5347         (gst_ogg_demux_chain), (gst_ogg_demux_combine_flows),
5348         (gst_ogg_demux_loop_reverse), (gst_ogg_demux_loop):
5349         * ext/ogg/gstoggdemux.h:
5350         Properly propagate streaming errors when we are scanning the file for
5351         chains so that we don't crash when shut down. Might fix some crashers
5352         when quickly switching oggs in RB such as #332503 and #378436.
5353
5354 2007-01-26  Tim-Philipp Müller  <tim at centricular dot net>
5355
5356         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
5357           Map a gnome-vfs HOST_NOT_FOUND error into a GStreamer NOT_FOUND
5358           error code as well.
5359
5360 2007-01-25  Wim Taymans  <wim@fluendo.com>
5361
5362         * gst/playback/gstplaybasebin.c: (remove_source):
5363         Don't try to disconnect a signal from a finalized object.
5364
5365 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
5366
5367         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose):
5368           Cast lock macro parameters to make sure we're actually accessing the
5369           lock member at the right class level. Free list itself in _dispose()
5370           as well and NULL it in case dispose gets called multiple times.
5371
5372 2007-01-25  Edward Hervey  <edward@fluendo.com>
5373
5374         * gst/playback/gstdecodebin2.c:
5375         (gst_decode_bin_dispose),(gst_decode_bin_finalize):
5376         Free GstDecodeGroups no longer used.
5377         (gst_decode_group_expose):
5378         Don't unlock too many times !
5379         (deactivate_free_recursive):
5380         Free iterator once we're done with it.
5381         Fix for recursively deactivating elements (stop at ghostpads).
5382
5383 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
5384
5385         * gst/playback/gstplaybin.c: (handoff):
5386           Fix up caps on the frame buffer before we save it and potentially
5387           make it accessible to other threads via g_object_get; also use
5388           gst_buffer_replace() instead of gst_mini_object_replace().
5389
5390 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
5391
5392         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
5393           Make getting the current frame thread-safe.
5394
5395 2007-01-25  Edward Hervey  <edward@fluendo.com>
5396
5397         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize),
5398         (gst_decode_group_new), (gst_decode_group_free):
5399         Set queues to bigger sizes to cope with HD contents.
5400         Fix some mutex freeing and add comment about MT safe methods.
5401
5402 2007-01-24  Tim-Philipp Müller  <tim at centricular dot net>
5403
5404         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
5405         (gst_text_overlay_text_event):
5406           Don't unnecessarily ref (and then leak) upstream events if the text
5407           pad is not linked. Fixes #399948.
5408
5409         * tests/check/gst-plugins-base.supp:
5410           Add suppression for pango on edgy/x86 for textoverlay test.
5411
5412 2007-01-24  Wim Taymans  <wim@fluendo.com>
5413
5414         * gst-libs/gst/rtp/gstrtpbuffer.h:
5415         Add some more fixed payloads.
5416
5417 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
5418
5419         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
5420           Error out properly if we get an error from libogg while reading the
5421           BOS page(s). Fixes crash parsing 'fuzzed' ogg file (#399340).
5422
5423 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
5424
5425         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize):
5426           Don't leak mutex.
5427
5428         * tests/check/elements/playbin.c:
5429         (test_sink_usage_video_only_stream),
5430         (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
5431         (test_suburi_error_wrongproto), (test_missing_urisource_handler),
5432         (test_missing_suburisource_handler),
5433         (test_missing_primary_decoder), (playbin_suite):
5434           Run all tests once with decodebin and once with decodebin2.
5435           One test does not pass yet with decodebin2.
5436
5437 2007-01-23  Edward Hervey  <edward@fluendo.com>
5438
5439         * ext/ogg/gstoggmux.c: (all_pads_eos), (gst_ogg_mux_collected):
5440         Fix the cases where oggmux doesn't properly figure out that all
5441         sinkpads have gone EOS, and therefore doesn't push out the remaining
5442         buffers and the final EOS event.
5443         Fixes #363379
5444
5445 2007-01-23  Julien MOUTTE  <julien@moutte.net>
5446
5447         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
5448         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
5449         Don't lock on navigation event push, just on keysym to string.
5450         Fixes #397673 again.
5451
5452 2007-01-22  Edward Hervey  <edward@fluendo.com>
5453
5454         * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
5455         (get_current_group), (group_demuxer_event_probe),
5456         (gst_decode_group_expose), (deactivate_free_recursive),
5457         (gst_decode_group_free):
5458         Cleanups.
5459         Don't forget to emit 'no-more-pads' once a group is exposed.
5460         Cleanup elements from a DecodeGroup once we remove it.
5461         Protect call to gst_decode_group_expose() with the decodebin lock.
5462
5463 2007-01-22  Julien MOUTTE  <julien@moutte.net>
5464
5465         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
5466         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
5467         Looking at Xorg code i can't figure out if that XKeysymToString
5468         function is thread sensible or not. Lock it just in case as
5469         recommended by Radek Doulik <rodo at ximian dot com>.
5470
5471 2007-01-22  Julien MOUTTE  <julien@moutte.net>
5472
5473         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
5474         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
5475         Lock that X Call as well. Fixes #397673.
5476
5477 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
5478
5479         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
5480           Don't go into an endless loop if the file starts with 00 00 01 2X,
5481           like quicktime redirect files might. Fixes #396042.
5482
5483         * tests/check/Makefile.am:
5484         * tests/check/gst/.cvsignore:
5485         * tests/check/gst/typefindfunctions.c: (GST_START_TEST),
5486         (typefindfunctions_suite):
5487           Add unit test for the above.
5488
5489 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
5490
5491         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
5492           On second thought, use "depth" field rather than "bpp" field.
5493
5494 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
5495
5496         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
5497           Camtasia caps apparently need a bpp field (#398875).
5498
5499 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
5500
5501         * gst/playback/gstplaybasebin.c: (setup_subtitle),
5502         (gen_source_element), (gst_play_base_bin_change_state):
5503           Attempt at a better error message in case we don't have the required
5504           URI handler installed; post missing-plugin message also when we're
5505           missing an URI handler for the subtitle URI; clean up properly also
5506           when an error occurs and we never made it to PAUSED state.
5507
5508         * tests/check/elements/playbin.c: (GST_START_TEST),
5509         (playbin_suite):
5510           Check that we're also getting a missing-plugin messsage for a
5511           missing subtitle URI handler (and clean up properly).
5512
5513 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
5514
5515         * gst/playback/gstplaybasebin.c: (analyse_source), (setup_source):
5516           Plug a few reference leaks.
5517
5518 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
5519
5520         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
5521           Lower probability a bit if the marker isn't right at the start,
5522           to decrease the chance of false positives.
5523
5524 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
5525
5526         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
5527           Small mpeg2 system stream typefinding improvement: make typefinder
5528           probe a bit into the stream instead of just looking for a marker
5529           at the beginning. Fixes #397810.
5530
5531 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
5532
5533         * gst/audioconvert/gstchannelmix.c:
5534           Remove compatibility cruft for prehistoric GLib versions.
5535
5536 2007-01-17  Tim-Philipp Müller  <tim at centricular dot net>
5537
5538         * gst/playback/Makefile.am:
5539         * gst/playback/gstdecodebin.c: (close_pad_link):
5540         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
5541         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
5542         (gst_play_base_bin_handle_message_func), (unknown_type):
5543           Let decodebin be the element to post missing-plugin messages for
5544           missing decoders (rather than playbin); make playbin implement
5545           GstBin::handle_message so we can suppress missing-plugin messages
5546           for types we're not handling on purpose (don't want to bring up an
5547           installer in those cases).
5548
5549 2007-01-16  Tim-Philipp Müller  <tim at centricular dot net>
5550
5551         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
5552         * gst-libs/gst/tag/gstvorbistag.c:
5553         (gst_tag_list_to_vorbiscomment_buffer):
5554         * gst/typefind/gsttypefindfunctions.c: (vorbis_type_find):
5555           Fix potentially unaligned access (#397207).
5556
5557 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
5558
5559         * tests/examples/seek/seek.c: (set_scale), (update_scale),
5560         (do_seek), (stop_seek), (pause_cb), (stop_cb), (loop_toggle_cb),
5561         (rate_spinbutton_changed_cb), (msg_eos), (msg_segment_done),
5562         (main):
5563           Allow to toggle looping while it plays. Fix callback prototype. Clean
5564           up code a bit more. Add copyright header.
5565
5566 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
5567
5568         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
5569           Red and blue mask was swapped (spotted by Dan Williams).
5570
5571 2007-01-15  Stefan Kost  <ensonic@users.sf.net>
5572
5573         * gst-libs/gst/tag/gstid3tag.c:
5574         * gst-libs/gst/tag/gstvorbistag.c:
5575           Use new beats-per-minute tag from core.
5576
5577 2007-01-15  Tim-Philipp Müller  <tim at centricular dot net>
5578
5579         * po/POTFILES.in:
5580           Add new files with translatable strings, so they actually make it
5581           into the template file one day.
5582
5583 2007-01-12  Andy Wingo  <wingo@pobox.com>
5584
5585         * gst-libs/gst/audio/gstbaseaudiosink.c
5586         (gst_base_audio_sink_fixate): Implement, stolen from baseaudiosrc.
5587         (gst_base_audio_sink_activate_pull): Remove the handwavey nego
5588         stuff, as the base class handles this now. Actually tell the ring
5589         buffer to start.
5590         (gst_base_audio_sink_callback): Cast the ring buffer correctly.
5591         How did this work before? Maybe I'm not as awesome a programmer as
5592         I think.
5593
5594         * gst-libs/gst/audio/gstbaseaudiosrc.c
5595         (gst_base_audio_src_fixate): Rework as a basesrc vmethod instead
5596         of a pad function.
5597
5598 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
5599
5600         * gst-libs/gst/utils/missing-plugins.c: (copy_and_clean_caps):
5601           Remove more fields so that the application can better blacklist
5602           formats that have been tried before.
5603
5604 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
5605
5606         * gst-libs/gst/audio/mixerutils.h:
5607           Add G_BEGIN_DECLS and G_END_DECLS guards so these helpers can be
5608           used when compiling with c++ compilers as well.
5609
5610 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
5611
5612         * gst/typefind/gsttypefindfunctions.c:
5613           Fix comment.
5614
5615 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
5616
5617         * gst/playback/gstplaybin.c: (post_missing_element_message),
5618         (gen_video_element), (gen_text_element), (gen_audio_element),
5619         (gen_vis_element):
5620           Post missing-plugin messages also when we error out because
5621           converters, textoverlay or auto*sinks are missing (#161922).
5622
5623 2007-01-10  Wim Taymans  <wim@fluendo.com>
5624
5625         * gst/playback/gstdecodebin.c: (dynamic_add), (close_pad_link),
5626         (is_demuxer_element), (new_caps):
5627         * gst/playback/gstplaybasebin.c: (source_new_pad):
5628         Fix the case where we try to ref a NULL element when we delay a link
5629         because of unfixed caps.
5630         Set the state of autoplugged decodebins to PAUSED.
5631         RTSP now works in playbin, we can remove it from the blacklist.
5632
5633 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
5634
5635         * gst/playback/Makefile.am:
5636         * gst/playback/gstplaybasebin.c: (string_arr_has_str),
5637         (unknown_type), (setup_subtitle), (gen_source_element):
5638         * gst/playback/gstplaybin.c: (plugin_init):
5639           Post missing-plugin messages on the bus for missing sources and
5640           missing decoders/demuxers/depayloaders; fix error code used when
5641           we're missing an URI handler source; for media types that we are not
5642           handling on purpose at the moment, don't print "don't know how to
5643           handle xyz" messages to the terminal or post missing-plugin
5644           messages on the bus.
5645
5646         * tests/check/elements/playbin.c: (create_playbin),
5647         (GST_START_TEST), (gst_codec_src_uri_get_type),
5648         (gst_codec_src_uri_get_protocols), (gst_codec_src_uri_get_uri),
5649         (gst_codec_src_uri_set_uri), (gst_codec_src_uri_handler_init),
5650         (gst_codec_src_init_type), (gst_codec_src_base_init),
5651         (gst_codec_src_create), (gst_codec_src_class_init),
5652         (gst_codec_src_init), (plugin_init), (playbin_suite):
5653           Add some tests for the missing-plugin stuff.
5654
5655 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
5656
5657         * configure.ac:
5658         * gst-libs/gst/Makefile.am:
5659         * gst-libs/gst/utils/Makefile.am:
5660         * gst-libs/gst/utils/base-utils.c: (gst_base_utils_init):
5661         * gst-libs/gst/utils/base-utils.h:
5662         * gst-libs/gst/utils/descriptions.c: (format_info_get_desc),
5663         (find_format_info), (caps_are_rtp_caps),
5664         (gst_base_utils_get_source_description),
5665         (gst_base_utils_get_sink_description),
5666         (gst_base_utils_get_decoder_description),
5667         (gst_base_utils_get_encoder_description),
5668         (gst_base_utils_get_element_description),
5669         (gst_base_utils_add_codec_description_to_tag_list),
5670         (gst_base_utils_get_codec_description), (gst_base_utils_list_all):
5671         * gst-libs/gst/utils/descriptions.h:
5672         * gst-libs/gst/utils/missing-plugins.c:
5673         (missing_structure_get_type), (copy_and_clean_caps),
5674         (gst_missing_uri_source_message_new),
5675         (gst_missing_uri_sink_message_new),
5676         (gst_missing_element_message_new),
5677         (gst_missing_decoder_message_new),
5678         (gst_missing_encoder_message_new),
5679         (missing_structure_get_string_detail),
5680         (missing_structure_get_caps_detail),
5681         (gst_missing_plugin_message_get_installer_detail),
5682         (gst_missing_plugin_message_get_description),
5683         (gst_is_missing_plugin_message):
5684         * gst-libs/gst/utils/missing-plugins.h:
5685           API: add new libgstbaseutils library with functions
5686           - to create and parse missing-plugins messages
5687           - that provide (translated) descriptions for caps/decoders/sources/etc.
5688           Closes #392393.
5689
5690         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
5691         * pkgconfig/gstreamer-plugins-base.pc.in:
5692           Add new lib.
5693
5694         * docs/libs/gst-plugins-base-libs-docs.sgml:
5695         * docs/libs/gst-plugins-base-libs-sections.txt:
5696           Generate docs for new lib and API.
5697
5698         * tests/check/Makefile.am:
5699         * tests/check/libs/.cvsignore:
5700         * tests/check/libs/utils.c: (missing_msg_check_getters),
5701         (GST_START_TEST), (libgstbaseutils_suite):
5702           Add some basic unit tests.
5703
5704 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
5705
5706         * ext/ogg/Makefile.am:
5707           Dist gstoggdemux.h to fix 'make distcheck'.
5708
5709         * sys/v4l/Makefile.am:
5710           Fix 'make distcheck' even more.
5711
5712 2007-01-09  Wim Taymans  <wim@fluendo.com>
5713
5714         * docs/plugins/Makefile.am:
5715         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
5716         * docs/plugins/gst-plugins-base-plugins-sections.txt:
5717         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
5718         (gst_ogg_pad_query_types), (gst_ogg_pad_submit_page),
5719         (gst_ogg_chain_reset), (gst_ogg_chain_new_stream),
5720         (gst_ogg_demux_perform_seek):
5721         * ext/ogg/gstoggdemux.h:
5722         Added docs.
5723         Add some more comments.
5724         Small cleanups.
5725
5726 2007-01-09  Wim Taymans  <wim@fluendo.com>
5727
5728         * ext/theora/theoradec.c:
5729         * ext/vorbis/vorbisdec.c:
5730         * gst-libs/gst/audio/gstringbuffer.c:
5731         (gst_ring_buffer_commit_full):
5732         * gst-libs/gst/audio/gstringbuffer.h:
5733         * gst-libs/gst/rtp/gstrtpbuffer.c:
5734         * gst-libs/gst/tag/gstvorbistag.c:
5735         Small documentation updates/fixes
5736
5737 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
5738
5739         * configure.ac:
5740           Require core CVS HEAD for Andy's basesrc/sink API additions.
5741
5742 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
5743
5744         Patch by: Günter Thelen  <daedalus dot inc at gmx net>
5745
5746         * gst/typefind/gsttypefindfunctions.c: (flac_type_find),
5747         (plugin_init):
5748           Add typefinder for flac-in-ogg in conformance with the ogg-mapping
5749           on flac.sf.net (there appear to be other versions of the first
5750           ogg page in the wild) (#391365).
5751
5752 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
5753
5754         * configure.ac:
5755           Check if localtime_r() is available.
5756
5757         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
5758           If localtime_r() is not available, fall back to localtime(). Should
5759           fix build on MingW (#393310).
5760
5761 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
5762
5763         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
5764         * gst/subparse/gstsubparse.h:
5765           Remove spurious 1000 subtrahend when calculating the timestamp from
5766           the frame number and the frame rate . Also, use the frames/second
5767           value specified in the first line of the file, if one is specified
5768           there. Should fix #357503.
5769
5770         * tests/check/elements/subparse.c: (do_test),
5771         (test_tmplayer_do_test), (test_microdvd_do_test), (GST_START_TEST),
5772         (subparse_suite):
5773           Add some basic unit tests for the microdvd subtitle format.
5774
5775 2007-01-07  Julien MOUTTE  <julien@moutte.net>
5776
5777         Patch by: Young-Ho Cha <ganadist at chollian dot net>
5778
5779         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
5780         (gst_xvimage_buffer_finalize), (gst_xvimagesink_xvimage_new),
5781         (gst_xvimagesink_xvimage_put), (gst_lookup_xv_port_from_adaptor),
5782         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps),
5783         (gst_xvimagesink_set_xwindow_id),
5784         (gst_xvimagesink_set_event_handling),
5785         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
5786         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
5787         Fixes: #390076.
5788         Add an adaptor property to select a specific XV adaptor.
5789         * sys/xvimage/xvimagesink.h:
5790
5791 2007-01-07  Julien MOUTTE  <julien@moutte.net>
5792
5793         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
5794         (gst_ximagesink_handle_xerror), (gst_ximagesink_ximage_new),
5795         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
5796         (gst_ximagesink_handle_xevents), (gst_ximagesink_setcaps),
5797         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
5798         (gst_ximagesink_expose), (gst_ximagesink_set_event_handling):
5799         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
5800         (gst_xvimage_buffer_finalize), (gst_xvimagesink_handle_xerror),
5801         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
5802         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_setcaps),
5803         (gst_xvimagesink_change_state), (gst_xvimagesink_set_xwindow_id),
5804         (gst_xvimagesink_expose), (gst_xvimagesink_set_event_handling):
5805         Use flow_lock much more to protect every access to xwindow.
5806         Try to catch erros while creating images in case some drivers are
5807         just generating an XError when the requested image is too big.
5808         Should fix : #354698, #384008, #384060.
5809         * tests/icles/stress-xoverlay.c: (cycle_window), (create_window):
5810         Implement some stress testing of setting window xid.
5811
5812 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
5813
5814         * win32/common/libgsaudio.def:
5815           Add new exported function.
5816         * win32/common/libgstogg.dsp:
5817           Add gstoggaviparse.c to the build.
5818         * win32/common/libgstvideoscale.dsp:
5819           Add vs_4tap.c to the build.
5820         * win32/common/libgstvorbis.dsp:
5821           Add vorbistag.c to the build.
5822         
5823 2007-01-06  Andy Wingo  <wingo@pobox.com>
5824
5825         * gst-libs/gst/audio/gstbaseaudiosink.c
5826         (gst_base_audio_sink_class_init)
5827         (gst_base_audio_sink_init): 
5828         (gst_base_audio_sink_activate_pull): Add an activate_pull function
5829         to baseaudiosink, and tell basesink that we can work in pull mode.
5830         This way the ring buffer thread drives the pipeline directly, if
5831         pull mode is possible. There is some lingering nastiness regarding
5832         capsnego, however.
5833         (gst_base_audio_sink_callback): Implement the callback to pull
5834         data. This interface is a bit light, though -- it should get a
5835         GstFlowReturn return value at least.
5836
5837 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
5838
5839         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_stream_out):
5840         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
5841         * gst/playback/gstdecodebin2.c:
5842         (gst_decode_group_check_if_blocked):
5843           Printf format and missing argument fixes.
5844
5845 2007-01-05  Jan Schmidt  <thaytan@mad.scientist.com>
5846
5847         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header),
5848         (gst_ogm_parse_change_state):
5849         Activate pads before adding them to the element.
5850
5851 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
5852
5853         * tests/examples/seek/scrubby.c: (main):
5854         * tests/examples/seek/seek.c: (main):
5855           Call g_thread_init() first thing in main() (see #391278).
5856
5857 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
5858
5859         * tests/check/Makefile.am:
5860         * tests/check/libs/.cvsignore:
5861         * tests/check/libs/netbuffer.c: (GST_START_TEST),
5862         (netbuffer_suite):
5863           Add test for GstNetBuffer + gst_buffer_copy(). Disabled
5864           for the time being, since it's broken, see #393099.
5865
5866 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
5867
5868         * tests/check/Makefile.am:
5869           Update to use GST_PLUGINS_BASE_CFLAGS as well.
5870
5871 2007-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
5872
5873         * configure.ac:
5874           split out GST_CFLAGS into GST_PLUGINS_BASE_CFLAGS and GST_CFLAGS
5875           so that GST_BASE_CFLAGS can go inbetween them, making sure
5876           we use uninstalled gst-libs headers
5877         * docs/libs/Makefile.am:
5878         * ext/alsa/Makefile.am:
5879         * ext/cdparanoia/Makefile.am:
5880         * ext/gnomevfs/Makefile.am:
5881         * ext/libvisual/Makefile.am:
5882         * ext/ogg/Makefile.am:
5883         * ext/theora/Makefile.am:
5884         * ext/vorbis/Makefile.am:
5885         * gst-libs/gst/audio/Makefile.am:
5886         * gst-libs/gst/cdda/Makefile.am:
5887         * gst-libs/gst/interfaces/Makefile.am:
5888         * gst-libs/gst/riff/Makefile.am:
5889         * gst-libs/gst/rtp/Makefile.am:
5890         * gst-libs/gst/tag/Makefile.am:
5891         * gst/adder/Makefile.am:
5892         * gst/audioconvert/Makefile.am:
5893         * gst/audiorate/Makefile.am:
5894         * gst/audioresample/Makefile.am:
5895         * gst/playback/Makefile.am:
5896         * gst/tcp/Makefile.am:
5897         * gst/videoscale/Makefile.am:
5898         * gst/volume/Makefile.am:
5899         * sys/ximage/Makefile.am:
5900         * sys/xvimage/Makefile.am:
5901         * tests/icles/Makefile.am:
5902           adapt
5903
5904 2007-01-04  Julien MOUTTE  <julien@moutte.net>
5905
5906         * gst-libs/gst/interfaces/xoverlay.c:
5907         (gst_x_overlay_handle_events):
5908         * gst-libs/gst/interfaces/xoverlay.h:
5909         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
5910         (gst_ximagesink_set_xwindow_id),
5911         (gst_ximagesink_set_event_handling),
5912         (gst_ximagesink_xoverlay_init), (gst_ximagesink_set_property),
5913         (gst_ximagesink_get_property), (gst_ximagesink_init),
5914         (gst_ximagesink_class_init):
5915         * sys/ximage/ximagesink.h:
5916         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new),
5917         (gst_xvimagesink_set_xwindow_id),
5918         (gst_xvimagesink_set_event_handling),
5919         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_set_property),
5920         (gst_xvimagesink_get_property), (gst_xvimagesink_init),
5921         (gst_xvimagesink_class_init):
5922         * sys/xvimage/xvimagesink.h:
5923         * tests/icles/stress-xoverlay.c: (toggle_events), (create_window):
5924         Add a method to the XOverlay interface to allow disabling of 
5925         event handling in x[v]imagesink elements. This will let X events
5926         propagate to parent windows which can be usefull in some cases.
5927         Be carefull that the application is then responsible of pushing
5928         navigation events and expose events to the video sink.
5929         Fixes: #387138.
5930
5931 2007-01-03  Tim-Philipp Müller  <tim at centricular dot net>
5932
5933         * gst-libs/gst/tag/gstvorbistag.c:
5934         * tests/check/libs/tag.c: (GST_START_TEST):
5935           Add vorbistag <=> GStreamer tag mapping for GST_TAG_LOCATION
5936           (fixes #392070).
5937
5938 2007-01-01  Tim-Philipp Müller  <tim at centricular dot net>
5939
5940         * configure.ac:
5941         * docs/Makefile.am:
5942         * docs/design/Makefile.am:
5943           Dist design docs.
5944
5945 2006-12-27  Julien MOUTTE  <julien@moutte.net>
5946
5947         * docs/libs/gst-plugins-base-libs-sections.txt: Fix a documentation
5948         typo. Fixes: #390063.
5949
5950 2006-12-27  Julien MOUTTE  <julien@moutte.net>
5951
5952         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
5953         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Plug a
5954         caps leak.
5955         * win32/common/config.h: Updated.
5956
5957 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
5958
5959         * tests/check/elements/gdpdepay.c: (cleanup_gdpdepay),
5960         (setup_gdpdepay_streamheader):
5961         * tests/check/elements/gdppay.c: (cleanup_gdppay),
5962         (setup_gdppay_streamheader):
5963           Fix the dp tests, but activating the pads for the streamheader tests
5964           too and cleaning up conditionaly
5965
5966 2006-12-22  Jan Schmidt  <thaytan@mad.scientist.com>
5967
5968         * gst/ffmpegcolorspace/avcodec.h:
5969         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
5970         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
5971         (gst_ffmpegcsp_avpicture_fill):
5972         * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
5973         (img_get_alpha_info):
5974         Add 2 new caps arrangements, for 24-bit RGB and BGR in 32-bits, but at the
5975         other end of the word. Fixes: #387073.
5976
5977         Add some inconsequential branch hints in a couple of places.
5978
5979 2006-12-21  Tim-Philipp Müller  <tim at centricular dot net>
5980
5981         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
5982         (gst_ffmpeg_caps_to_smpfmt):
5983           The "signed" field in raw audio caps is of boolean type, trying to
5984           extract the value with _get_int() will fail (fix to keep in sync with
5985           the copy in gst-ffmpeg)
5986
5987 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
5988
5989         * tests/check/elements/audioresample.c: (cleanup_audioresample):
5990         * tests/check/elements/audiotestsrc.c: (cleanup_audiotestsrc):
5991         * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
5992         (cleanup_gdpdepay):
5993         * tests/check/elements/gdppay.c: (setup_gdppay), (cleanup_gdppay):
5994         * tests/check/elements/subparse.c: (teardown_subparse):
5995         * tests/check/elements/textoverlay.c: (cleanup_textoverlay):
5996         * tests/check/elements/videorate.c: (cleanup_videorate):
5997         * tests/check/elements/videotestsrc.c: (cleanup_videotestsrc):
5998         * tests/check/elements/volume.c: (cleanup_volume):
5999         * tests/check/elements/vorbisdec.c: (setup_vorbisdec),
6000         (cleanup_vorbisdec):
6001         * tests/check/elements/vorbistag.c: (setup_vorbistag),
6002         (cleanup_vorbistag):
6003           consistent pad (de)activation
6004
6005 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
6006
6007         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
6008           Forgot to register the extensions.
6009
6010 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
6011
6012         * gst/typefind/gsttypefindfunctions.c: (vivo_type_find),
6013         (plugin_init):
6014           Add typefinder for VIVO files (my christmas present to the 90s).
6015
6016 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
6017
6018         * gst/playback/gstdecodebin.c: (type_found):
6019           Special-case the text/plain media type: we only want to recognise it
6020           as a 'raw' decoded media type if it comes from a demuxer or subtitle
6021           parser, but not if the entire stream is of text/plain type. If the
6022           entire stream is text/plain, we should just error out.
6023
6024           This fixes playback of audio files with lyrics in totem. Totem can't
6025           distinguish between text files and subtitle files and passes any
6026           .txt file with the same basename as the main file to playbin as
6027           suburi, and playbin will then throw a 'subtitle found, but no video
6028           stream' error, which isn't entirely helpful. See #380342.
6029
6030           Also, with this change we'll show a slightly more correct error
6031           message in case totem passes a playlist file to us (although a
6032           custom error message wording instead of the default text would
6033           probably not be a bad idea either).
6034
6035           Same problem also needs to be fixed for playbin+decodebin2.
6036
6037         * tests/check/Makefile.am:
6038         * tests/check/elements/decodebin.c: (src_handoff_cb),
6039         (decodebin_new_decoded_pad_cb), (GST_START_TEST),
6040         (decodebin_suite):
6041           Add simple unit test for decodebin for the above.
6042
6043 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
6044
6045         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
6046         * gst/playback/gstdecodebin2.c: (gst_decode_bin_change_state):
6047           Refuse to change state to READY when we failed to create any of the
6048           required elements in our instance init function.
6049
6050 2006-12-15  Tim-Philipp Müller  <tim at centricular dot net>
6051
6052         * docs/libs/gst-plugins-base-libs-sections.txt:
6053           Small docs fixes/updates.
6054
6055         * gst-libs/gst/video/gstvideosink.h:
6056           Remove nonfunctional GST_VIDEO_SINK_CLOCK macro which is a leftover
6057           from the 0.9 days (GST_BASE_SINK_CLOCK, which it points to, was
6058           removed from the base sink API between 0.9.6 and 0.9.7).
6059           API: add GST_VIDEO_SINK_CAST and use it for the height/width
6060           accessor macros, so we don't do a runtime GObject type check every
6061           time we use them.
6062
6063 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
6064
6065         * Makefile.am:
6066         * gst-plugins-base.doap:
6067         * gst-plugins-base.spec.in:
6068           add doap file
6069
6070 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
6071
6072         Patch by: Jens Granseuer <jensgr at gmx net>
6073
6074         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
6075         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
6076         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
6077         (gst_base_rtp_audio_payload_handle_sample_based_buffer):
6078         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
6079           Declare variables at the beginning of a block. Fixes #383195.
6080
6081 2006-12-07  Jan Schmidt  <thaytan@mad.scientist.com>
6082
6083         * configure.ac:
6084         Bump version nano - back to CVS.
6085
6086
6087 === release 0.10.11 ===
6088
6089 2006-12-06  Jan Schmidt <thaytan@mad.scientist.com>
6090
6091         * configure.ac:
6092           releasing 0.10.11, "Dumb things"
6093
6094 2006-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
6095
6096         * gst/playback/gstdecodebin.c: (find_dynamic), (dynamic_add),
6097         (close_pad_link), (elem_is_dynamic), (unlinked), (close_link):
6098         Handle the case where an element has multiple pads with 
6099         unfixed caps as well as still possibly producing more dynamic 
6100         pads by storing each case as a distinct entry in the dynamic list.
6101         Fixes #38223 again.
6102
6103 2006-12-04  Wim Taymans  <wim@fluendo.com>
6104
6105         * gst/playback/gstdecodebin.c: (close_pad_link):
6106         Fix #382223, add more dynamic caps handling.
6107
6108 2006-12-04  Wim Taymans  <wim@fluendo.com>
6109
6110         * gst-libs/gst/audio/gstringbuffer.h:
6111         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_init),
6112         (gst_netaddress_set_ip4_interface),
6113         (gst_netaddress_set_ip6_interface), (gst_netaddress_set_loopback),
6114         (gst_netaddress_set_ttl), (gst_netaddress_get_ip4_interface),
6115         (gst_netaddress_get_ip6_interface), (gst_netaddress_get_loopback),
6116         (gst_netaddress_get_ttl):
6117         * gst-libs/gst/netbuffer/gstnetbuffer.h:
6118         * gst/playback/gstdecodebin.c: (close_pad_link):
6119         * tests/examples/seek/seek.c: (end_scrub), (end_seek), (do_seek),
6120         (seek_cb), (stop_seek), (rate_spinbutton_changed_cb):
6121         * win32/common/config.h:
6122
6123 2006-12-01  Michael Smith  <msmith@fluendo.com>
6124
6125         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
6126           Delete bad debug code.
6127           Fixes #381219
6128
6129 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
6130
6131         * gst/videoscale/vs_4tap.c:
6132         * win32/MANIFEST:
6133         * win32/common/config.h:
6134         * win32/vs8/libgstvideoscale.vcproj:
6135         Fix compilation on win32 under VS8
6136         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
6137         Partially fixes #381175
6138
6139 2006-11-30  Michael Smith  <msmith@fluendo.com>
6140
6141         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
6142         (GST_START_TEST):
6143           It would be very bad if, after a discont buffer, we thought every
6144           single following buffer was also discont. So, add to the test to
6145           ensure that this isn't the case.
6146           
6147         * ext/theora/theoraenc.c: (theora_enc_is_discontinuous):
6148           ... it was the case. So fix it.
6149
6150 2006-11-28  Wim Taymans  <wim@fluendo.com>
6151
6152         * gst/playback/gstplaybasebin.c: (check_queue_event):
6153         Improve debug.
6154
6155         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
6156         Fix width and height range from 16 - 4096 to 1 - MAXINT, just like the
6157         padtemplate caps. Refixes #357577.
6158
6159 2006-11-28  Wim Taymans  <wim@fluendo.com>
6160
6161         * gst/playback/gstplaybasebin.c: (check_queue_event),
6162         (queue_threshold_reached), (queue_out_of_data),
6163         (gen_preroll_element):
6164         Add event probe to see when EOS is in a queue and we can disable the
6165         underrun signals. Fixes #357577.
6166
6167 2006-11-28  Edward Hervey  <edward@fluendo.com>
6168
6169         * gst/playback/Makefile.am:
6170         * gst/playback/gstdecodebin2.c: (gst_decode_bin_get_type),
6171         (_gst_boolean_accumulator), (gst_decode_bin_class_init),
6172         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
6173         (gst_decode_bin_init), (gst_decode_bin_dispose),
6174         (gst_decode_bin_finalize), (gst_decode_bin_set_property),
6175         (gst_decode_bin_get_property), (gst_decode_bin_set_caps),
6176         (gst_decode_bin_get_caps), (gst_decode_bin_autoplug_continue),
6177         (gst_decode_bin_autoplug_sort), (analyze_new_pad), (connect_pad),
6178         (connect_element), (expose_pad), (type_found),
6179         (pad_added_group_cb), (pad_removed_group_cb),
6180         (no_more_pads_group_cb), (pad_added_cb), (pad_removed_cb),
6181         (no_more_pads_cb), (find_compatibles), (is_demuxer_element),
6182         (are_raw_caps), (multi_queue_overrun_cb),
6183         (multi_queue_underrun_cb), (gst_decode_group_new),
6184         (get_current_group), (group_demuxer_event_probe),
6185         (gst_decode_group_control_demuxer_pad),
6186         (gst_decode_group_control_source_pad),
6187         (gst_decode_group_check_if_blocked),
6188         (gst_decode_group_check_if_drained), (gst_decode_group_expose),
6189         (gst_decode_group_hide), (gst_decode_group_free),
6190         (gst_decode_group_set_complete), (source_pad_blocked_cb),
6191         (source_pad_event_probe), (gst_decode_pad_new), (add_fakesink),
6192         (remove_fakesink), (find_sink_pad), (gst_decode_bin_change_state),
6193         (plugin_init):
6194         New decodebin2 element.
6195         Closes #370092
6196         * gst/playback/gstplay-marshal.list:
6197         Added marshallers for new signals in decodebin2
6198         * gst/playback/gstplaybasebin.c: (setup_subtitle), (make_decoder):
6199         Use decodebin2 if *and only if* the USE_DECODEBIN2 environment variable
6200         is set.
6201
6202 2006-11-28  Wim Taymans  <wim@fluendo.com>
6203
6204         * gst/playback/gstplaybasebin.c: (setup_source),
6205         (gst_play_base_bin_change_state):
6206         Disable rtsp:// uris for the release, it's not good enough yet.
6207         Remove unused var.
6208
6209 2006-11-26  Wim Taymans  <wim@fluendo.com>
6210
6211         * ext/theora/theoradec.c: (gst_theora_dec_reset),
6212         (theora_dec_push_forward), (theora_dec_push_reverse),
6213         (theora_handle_data_packet), (theora_dec_decode_buffer),
6214         (theora_dec_flush_decode), (theora_dec_chain_reverse),
6215         (theora_dec_chain_forward), (theora_dec_chain):
6216         Implement reverse playback.
6217
6218         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
6219         (vorbis_dec_decode_buffer), (vorbis_dec_flush_decode),
6220         (vorbis_dec_chain_forward):
6221         Clear buffers used for reverse playback in _reset.
6222         No need to set the eos flag, we clip samples using the segment.
6223
6224 2006-11-24  Wim Taymans  <wim@fluendo.com>
6225
6226         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
6227         (gst_ogg_pad_init), (gst_ogg_pad_dispose), (gst_ogg_pad_reset),
6228         (gst_ogg_pad_stream_out), (gst_ogg_pad_submit_page),
6229         (gst_ogg_chain_reset), (gst_ogg_demux_perform_seek):
6230         Some cleanups.
6231         Handle continued pages in reverse mode.
6232
6233 2006-11-24  Wim Taymans  <wim@fluendo.com>
6234
6235         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
6236         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
6237         (vorbis_dec_flush_decode):
6238         Small cleanups.
6239         Don't try to add invalid timestamps.
6240         Clipping will unref the buffer.
6241
6242 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
6243
6244         * gst/adder/gstadder.h:
6245         * gst/audiotestsrc/gstaudiotestsrc.h:
6246           remove obsolete _factory_init protos
6247
6248 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
6249
6250         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
6251           Fix spacing in debug message.
6252
6253 2006-11-23  Wim Taymans  <wim@fluendo.com>
6254
6255         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
6256         (gst_ogg_demux_chain):
6257         Don't just ignore return values from _pad_push().
6258         Small debug improvements.
6259
6260 2006-11-23  Michael Smith  <msmith@fluendo.com>
6261
6262         * ext/ogg/gstoggmux.c: (gst_ogg_mux_process_best_pad):
6263           If our incoming buffer is marked as DISCONT, then increment the page
6264           number (so that the discontinuity is marked in the final ogg
6265           bitstream) and flush the previous page.
6266
6267 2006-11-22  Michael Smith  <msmith@fluendo.com>
6268
6269         * ext/theora/gsttheoraenc.h:
6270         * ext/theora/theoraenc.c: (gst_theora_enc_init),
6271         (theora_enc_reset), (theora_enc_clear), (theora_enc_sink_setcaps),
6272         (theora_buffer_from_packet), (theora_enc_is_discontinuous),
6273         (theora_enc_chain), (theora_enc_change_state):
6274           Mark discontinuities of > 3/4 of a frame, reinit encoder.
6275
6276         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
6277         (GST_START_TEST), (theoraenc_suite):
6278           Enable discontinuity test, fix it.
6279
6280 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
6281
6282         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
6283         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
6284         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
6285         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
6286         (gst_text_overlay_change_state):
6287         * ext/pango/gsttextoverlay.h:
6288           Some textoverlay fixes: for one, in the video chain function,
6289           actually wait for a text buffer to come in if there is none at the
6290           moment and there should be one; also, deal more gracefully with
6291           incoming buffers that do not have a timestamp or duration; discard
6292           text buffer when not needed any longer. Fixes #341681.
6293
6294         * tests/check/Makefile.am:
6295         * tests/check/elements/.cvsignore:
6296         * tests/check/elements/textoverlay.c:
6297         (notgst_check_setup_src_pad2), (notgst_check_teardown_src_pad2),
6298         (setup_textoverlay), (buffer_is_all_black), (create_black_buffer),
6299         (create_text_buffer), (cleanup_textoverlay), (GST_START_TEST),
6300         (test_video_waits_for_text_send_text_newsegment_thread),
6301         (test_video_waits_for_text_shutdown_element),
6302         (test_render_continuity_push_video_buffers_thread),
6303         (textoverlay_suite):
6304           Add some unit tests for textoverlay.
6305
6306 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
6307
6308         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
6309           Avoid integer underflow when the found probability for mp3 is
6310           smaller than the 'penalty' we subtract if there's not a clean
6311           mp3 header sync at offset 0.
6312
6313 2006-11-21  Stefan Kost  <ensonic@users.sf.net>
6314
6315         * docs/libs/gst-plugins-base-libs-sections.txt:
6316           Add some new symbols to the docs
6317
6318 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
6319
6320         * tests/check/Makefile.am:
6321         * tests/check/elements/ffmpegcolorspace.c:
6322         (ffmpegcolorspace_suite):
6323           Enable ffmpegcolorspace test now that the RGBA32 issue is fixed
6324           (for now not for valgrinding though, since it takes too long).
6325
6326 2006-11-20  Wim Taymans  <wim@fluendo.com>
6327
6328         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
6329         (gst_ffmpeg_pixfmt_to_caps):
6330         Fix RGBA32 caps. Fixes #357038.
6331
6332 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
6333
6334         * gst-libs/gst/interfaces/mixertrack.h:
6335           Add FIXME so we can add some padding here in 0.11
6336
6337 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
6338
6339         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
6340           Fix GstBaseRTPAudioPayload structure so the whole GObject
6341           inheritance business actually works (parent class instance structure
6342           must always come first in the derived class instance structure).
6343
6344 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
6345
6346         * gst/videotestsrc/Makefile.am:
6347         * tests/check/Makefile.am:
6348           Make sure our checks and the videotestsrc plugin link against the
6349           local uninstalled gst libs and not any installed gst libs that
6350           might happen to exist as well.
6351
6352         * tests/check/elements/adder.c: (message_received),
6353         (test_event_message_received), (test_play_twice_message_received):
6354         * tests/check/elements/ffmpegcolorspace.c: (GST_START_TEST):
6355           Fix compiler warnings when compiling against core with disabled
6356           debugging system.
6357
6358 2006-11-16  Michael Smith  <msmith@fluendo.com>
6359
6360         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
6361         (gst_audio_rate_sink_event), (gst_audio_rate_chain):
6362           Fix audiorate, so that it accurately sets offsets and timestamps.
6363           Doesn't change the fundamental algorithmic decisions; so should be
6364           safe.
6365
6366         * tests/check/Makefile.am:
6367           Enable audiorate test now that it passes.
6368
6369 2006-11-09  Stefan Kost  <ensonic@users.sf.net>
6370
6371         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
6372           clear xv when going to NULL, remove // commented non-existant proto
6373
6374         * tests/examples/seek/seek.c: (main):
6375           add missing tooltip description for scrub and play_scrub
6376
6377 2006-11-14  David Schleef  <ds@schleef.org>
6378
6379         * configure.ac:
6380           Bump liboil requirement to 0.3.8.
6381         * gst-libs/gst/riff/riff-media.c:
6382           Add Dirac fourcc.
6383         * gst/videoscale/vs_image.h:
6384         * gst/videoscale/vs_scanline.h:
6385           Use liboil's stdint.h.
6386         * gst/videotestsrc/videotestsrc.c:
6387           Remove liboil related ifdef's, since they aren't needed now, and
6388           won't work with future versions.
6389
6390 2006-11-14  David Schleef  <ds@schleef.org>
6391
6392         * gst/videoscale/Makefile.am:
6393         * gst/videoscale/gstvideoscale.c:
6394         * gst/videoscale/gstvideoscale.h:
6395         * gst/videoscale/vs_4tap.c:
6396         * gst/videoscale/vs_4tap.h:
6397         * gst/videoscale/vs_image.c:
6398         * gst/videoscale/vs_image.h:
6399         * gst/videoscale/vs_scanline.c:
6400         * gst/videoscale/vs_scanline.h:
6401           Add a 4-tap image scaler.  Theoretically looks much prettier.
6402           The tap calculation could use some improvement.
6403
6404 2006-11-14  Wim Taymans  <wim@fluendo.com>
6405
6406         Patch by: Jan David Mol <j dot j dot d dot mol at tudelft dot nl>
6407
6408         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds),
6409         (gst_riff_parse_strf_iavs):
6410         * gst/subparse/gstsubparse.c: (convert_encoding):
6411         * gst/tcp/gstmultifdsink.c:
6412         (gst_multi_fd_sink_handle_client_write):
6413         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
6414         (gst_tcp_read_buffer), (gst_tcp_gdp_read_caps),
6415         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
6416         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_render):
6417         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
6418         (gst_ximagesink_ximage_new):
6419         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
6420         Various gsize and gssize printf fixes. Fixes #372507.
6421
6422 2006-11-13  Wim Taymans  <wim@fluendo.com>
6423
6424         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
6425         (vorbis_dec_push_forward), (vorbis_dec_push_reverse),
6426         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
6427         (vorbis_dec_flush_decode), (vorbis_dec_chain_reverse),
6428         (vorbis_dec_chain_forward), (vorbis_dec_chain):
6429         * ext/vorbis/vorbisdec.h:
6430         First stab at vorbis reverse playback.
6431
6432 2006-11-13  Wim Taymans  <wim@fluendo.com>
6433
6434         * gst-libs/gst/audio/gstbaseaudiosink.c:
6435         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
6436         * gst-libs/gst/audio/gstbaseaudiosink.h:
6437         Make the clock sync code more accurate wrt resampling and playback
6438         at different rates.
6439         
6440         * gst-libs/gst/audio/gstringbuffer.c:
6441         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit):
6442         * gst-libs/gst/audio/gstringbuffer.h:
6443         Use better algorithm to interpolate sample rates. 
6444
6445 2006-11-13  Michael Smith  <msmith@fluendo.com>
6446
6447         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page):
6448           Improve a debug line slightly.
6449
6450         * ext/ogg/gstogmparse.c: (gst_ogm_parse_plugin_init):
6451           Call gst_riff_init() in plugin_init, to avoid getting errors from
6452           the debug system (unrelated changes to another plugin made this turn
6453           up; not sure why).
6454
6455 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
6456
6457         Patch by: Sergey Scobich  <sergery.scobich at gmail com>
6458
6459         * win32/common/libgsttag.def:
6460           Add missing symbol (#366492).
6461
6462 2006-11-09  Tim-Philipp Müller  <tim at centricular dot net>
6463
6464         * gst/playback/gststreamselector.c: (gst_stream_selector_dispose):
6465           Don't unref a NULL pad.
6466
6467 2006-11-09  Wim Taymans  <wim@fluendo.com>
6468
6469         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
6470         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_perform_seek),
6471         (gst_ogg_demux_handle_page), (gst_ogg_demux_chain),
6472         (gst_ogg_demux_loop_forward), (gst_ogg_demux_loop_reverse),
6473         (gst_ogg_demux_loop):
6474         Implement first stab at reverse playback.
6475
6476 2006-11-07  Stefan Kost  <ensonic@users.sf.net>
6477
6478         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
6479         (gst_riff_create_video_template_caps):
6480           add h263/h264 variants to the caps, Fixes #363118
6481
6482 2006-11-06  Tim-Philipp Müller  <tim at centricular dot net>
6483
6484         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
6485         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
6486           Use g_strerror instead of strerror so we get UTF-8.
6487
6488 2006-11-03  David Schleef  <ds@schleef.org>
6489
6490         * ext/ogg/gstoggdemux.c:
6491         * ext/ogg/gstoggmux.c:
6492           Add/remove KW-DIRAC header here, since it is ogg-specific.
6493
6494 2006-11-03  Michael Smith  <msmith@fluendo.com>
6495
6496         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
6497           Recognise more mpeg4 elementary video streams.
6498
6499 2006-11-02  Edward Hervey  <edward@fluendo.com>
6500
6501         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
6502         Lower the probability of mp3 typefinding functions if we don't find a
6503         valid mp3 header at the start of the file.
6504         Closes #369482
6505
6506 2006-11-02  Wim Taymans  <wim@fluendo.com>
6507
6508         * ext/theora/gsttheoradec.h:
6509         * ext/theora/theoradec.c: (gst_theora_dec_init),
6510         (theora_dec_sink_event), (theora_dec_chain_forward),
6511         (theora_dec_flush_decode), (theora_dec_chain_reverse),
6512         (theora_dec_chain):
6513         Document and partially implement an algorithm for doing reverse playback
6514         of theora video.
6515
6516 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
6517
6518         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
6519
6520         * win32/common/config.h:
6521         * win32/common/interfaces-enumtypes.c:
6522         * win32/common/libgsttag.def:
6523         * win32/vs8/gst-plugins-base.sln:
6524         * win32/vs8/libgstaudioresample.vcproj:
6525         * win32/vs8/libgstinterfaces.vcproj:
6526         * win32/vs8/libgstogg.vcproj:
6527         * win32/vs8/libgstriff.vcproj:
6528         * win32/vs8/libgsttag.vcproj:
6529         * win32/vs8/libgsttheora.vcproj:
6530         * win32/vs8/libgstvideoscale.vcproj:
6531         * win32/vs8/libgstvorbis.vcproj:
6532           Misc. VS8 build fixes: fix syntax in config.h, add missing entries
6533           to libgsttag.def; add missing dependencies for some vs8 projects;
6534           re-arrange placement of .def files in vs8 projects (#366334).
6535
6536 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
6537
6538         * ext/ogg/gstogg.c:
6539           Remove unused variable.
6540
6541         * ext/ogg/gstoggdemux.c:
6542           Fix Wim's surname in plugin description.
6543
6544 2006-10-31  Wim Taymans  <wim@fluendo.com>
6545
6546         * gst-plugins-base.spec.in:
6547         spec new .h file. Fixes #368310.
6548
6549 2006-10-31  Michael Smith  <msmith@fluendo.com>
6550
6551         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
6552         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
6553         (gst_multi_fd_sink_get_stats),
6554         (gst_multi_fd_sink_remove_client_link),
6555         (gst_multi_fd_sink_queue_buffer),
6556         (gst_multi_fd_sink_handle_clients):
6557         * gst/tcp/gstmultifdsink.h:
6558           Make using the remove or clear signals threadsafe.
6559           Make calling get-stats with an invalid fd not segfault.
6560           Fixes 368273.
6561
6562 2006-10-31  Wim Taymans  <wim@fluendo.com>
6563
6564         * gst-libs/gst/rtp/Makefile.am:
6565         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
6566         (gst_base_rtp_audio_payload_init):
6567         Fix and activate base audio payloader.
6568
6569 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
6570
6571         * gst/typefind/gsttypefindfunctions.c: (qtif_type_find),
6572         (plugin_init):
6573           Add typefinder for QuickTime Image Files (see #366156).
6574
6575 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
6576
6577         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
6578           Another typo fix (#366212).
6579
6580 2006-10-27  Wim Taymans  <wim@fluendo.com>
6581
6582         * gst/volume/gstvolume.c: (volume_transform_ip):
6583         Use stream time to synchronize volume property instead of rather random
6584         timestamps. This is needed when gnonlin does its time shifting.
6585
6586 2006-10-27  Wim Taymans  <wim@fluendo.com>
6587
6588         Patch by: Mark Nauwelaerts <manauw at skynet dot be>
6589
6590         * ext/ogg/gstoggmux.c: (gst_ogg_mux_release_pad):
6591         Remove the pad from the element in release_pad. Fixes #364812.
6592
6593 2006-10-27  Tim-Philipp Müller  <tim at centricular dot net>
6594
6595         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
6596         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
6597           Explicitly create our custom buffer classes at a thread-safe
6598           location as well, since g_type_class_ref() doesn't seem to be
6599           entirely thread-safe either (#365501; also see #349410).
6600
6601 2006-10-26  Tim-Philipp Müller  <tim at centricular dot net>
6602
6603         * gst-libs/gst/riff/riff-read.c: (freeform_string_to_utf8),
6604         (gst_riff_parse_info):
6605           If strings in INFO chunk are not UTF-8, do something similar to
6606           what we do for ID3v1 tags: check a number of environment variables
6607           (GST_AVI_TAG_ENCODING, GST_RIFF_TAG_ENCODING, GST_TAG_ENCODING) for
6608           character sets to try, otherwise try the current locale and/or fall
6609           back on ISO-8859-1. Fixes #360552.
6610
6611 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
6612
6613         * gst/videotestsrc/gstvideotestsrc.c:
6614         (gst_video_test_src_pattern_get_type),
6615         (gst_video_test_src_set_pattern):
6616         * gst/videotestsrc/gstvideotestsrc.h:
6617         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_checkers1),
6618         (gst_video_test_src_checkers2), (gst_video_test_src_checkers4),
6619         (gst_video_test_src_checkers8):
6620         * gst/videotestsrc/videotestsrc.h:
6621           Add a bunch of exciting new checkers patterns.
6622
6623 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
6624
6625         * gst/subparse/Makefile.am:
6626         * gst/subparse/gstsubparse.c:
6627         (gst_sub_parse_data_format_autodetect),
6628         (gst_sub_parse_format_autodetect), (handle_buffer),
6629         (gst_sub_parse_chain), (gst_subparse_type_find), (plugin_init):
6630         * gst/subparse/gstsubparse.h:
6631         * gst/subparse/tmplayerparse.c: (tmplayer_parse_line),
6632         (parse_tmplayer):
6633         * gst/subparse/tmplayerparse.h:
6634           Add support for TMPlayer-type subtitles (#362845).
6635
6636         * tests/check/elements/subparse.c: (test_tmplayer_do_test),
6637         (GST_START_TEST), (subparse_suite):
6638           Add some basic unit tests for the above.
6639
6640 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
6641
6642         * tests/check/elements/audiorate.c: (test_injector_base_init),
6643         (test_injector_class_init), (test_injector_chain),
6644         (test_injector_init), (probe_cb), (do_perfect_stream_test),
6645         (GST_START_TEST), (audiorate_suite):
6646           More tests for audiorate: inject buffers to check behaviour when
6647           buffers overlap.
6648
6649 2006-10-21  Tim-Philipp Müller  <tim at centricular dot net>
6650
6651         * tests/check/Makefile.am:
6652         * tests/check/elements/.cvsignore:
6653         * tests/check/elements/audiorate.c: (probe_cb), (got_buf),
6654         (do_perfect_stream_test), (GST_START_TEST), (audiorate_suite):
6655           Add some basic unit tests for audiorate. Disabled at the moment
6656           since it doesn't pass yet (see bug #363119).
6657
6658 2006-10-20  Tim-Philipp Müller  <tim at centricular dot net>
6659
6660         * gst/subparse/gstsubparse.c: (subrip_fix_up_markup),
6661         (parse_subrip), (handle_buffer):
6662           Add missing closing tags for markup and fix broken markup,
6663           otherwise pango won't render anything (fixes #357531). Also,
6664           make sure the text we send out is always NUL-terminated
6665           (better safe than sorry etc.).
6666
6667         * tests/check/elements/subparse.c: (test_srt_do_test),
6668         (test_srt):
6669           Some more tests for .srt incl. tests for the above stuff.
6670
6671 2006-10-20  Julien MOUTTE  <julien@moutte.net>
6672
6673         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
6674         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
6675         Patch by: Stefan Kost  <ensonic@users.sf.net>
6676         Try to redraw borders only when needed. Apparently this consumes
6677         resources on small devices... :-O (#363607)
6678
6679 2006-10-20  Michael Smith  <msmith@fluendo.com>
6680
6681         * gst/tcp/gstmultifdsink.c:
6682         (gst_multi_fd_sink_client_queue_buffer):
6683           If caps change, then update the client's idea of the caps so that we
6684           don't end up re-sending streamheaders for every single buffer after
6685           the caps change.
6686
6687 2006-10-20  Michael Smith  <msmith@fluendo.com>
6688
6689         * ext/ogg/gstoggparse.c: (gst_ogg_parse_dispose),
6690         (gst_ogg_parse_append_header), (gst_ogg_parse_chain):
6691           Set caps on pushed buffers; fix up refcounting of caps objects.
6692
6693 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
6694
6695         * gst/typefind/gsttypefindfunctions.c: (mmsh_type_find),
6696         (plugin_init):
6697           Typefind mmsh header data packet to application/x-mmsh (#362625).
6698
6699 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
6700
6701         * tests/check/Makefile.am:
6702         * tests/check/elements/.cvsignore:
6703         * tests/check/elements/subparse.c: (buffer_from_static_string),
6704         (setup_subparse), (teardown_subparse), (test_srt_do_test),
6705         (GST_START_TEST), (subparse_suite):
6706           Add very simple unit test for subparse.
6707
6708 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
6709
6710         * gst/subparse/gstsubparse.c: (strip_trailing_newlines),
6711         (parse_subrip):
6712           Strip trailing newlines from subtitle text output.
6713
6714 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
6715
6716         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
6717         (gst_sub_parse_change_state):
6718           Fix memleak; clear subparse->textbuf n state change function.
6719
6720 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
6721
6722         * gst/subparse/gstsubparse.c:
6723         (gst_sub_parse_data_format_autodetect):
6724           Don't require subrip (.srt) files to start with a chunk number of 1.
6725
6726 2006-10-18  Wim Taymans  <wim@fluendo.com>
6727
6728         * gst-libs/gst/audio/gstbaseaudiosink.c:
6729         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
6730         * gst-libs/gst/audio/gstbaseaudiosink.h:
6731         Extract rate from the NEWSEGMENT event.
6732         Use commit_full to also take rate adjustment into account when writing
6733         samples to the ringbuffer.
6734         
6735         * gst-libs/gst/audio/gstringbuffer.c:
6736         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit),
6737         (gst_ring_buffer_read):
6738         * gst-libs/gst/audio/gstringbuffer.h:
6739         Added _commit_full() to also take rate into account.
6740         Use simple interpolation algorithm to resample audio.
6741         API: gst_ring_buffer_commit_full()
6742
6743         * tests/examples/seek/scrubby.c: (speed_cb), (do_seek):
6744         * tests/examples/seek/seek.c: (segment_done):
6745         Don't try to seek with 0.0 rate, just pause instead.
6746         Remove bogus debug line.
6747
6748 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
6749
6750         * gst/playback/gstplaybasebin.c: (subbin_startup_sync_msg),
6751         (setup_source):
6752           Catch async errors when starting up the subtitle bin, so we can
6753           stop waiting and continue with the main film instead of hanging
6754           forever. Fixes #339366.
6755
6756         * tests/check/elements/playbin.c: (playbin_suite):
6757           Enable unit test for the above.
6758
6759 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
6760
6761         * tests/check/Makefile.am:
6762         * tests/check/elements/.cvsignore:
6763         * tests/check/elements/playbin.c: (GST_START_TEST),
6764         (gst_red_video_src_uri_get_type),
6765         (gst_red_video_src_uri_get_protocols),
6766         (gst_red_video_src_uri_get_uri), (gst_red_video_src_uri_set_uri),
6767         (gst_red_video_src_uri_handler_init),
6768         (gst_red_video_src_init_type), (gst_red_video_src_base_init),
6769         (gst_red_video_src_create), (gst_red_video_src_class_init),
6770         (gst_red_video_src_init), (plugin_init), (playbin_suite):
6771           Some small and basic unit tests for playbin; not very useful yet,
6772           but at least a start.
6773
6774 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
6775
6776         * gst/playback/gstplaybin.c: (setup_sinks):
6777           The old pad activation spiel.
6778
6779 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
6780
6781         * gst/playback/gstplaybasebin.c: (setup_source):
6782           Don't hang forever if the subbin already fails to start up in 
6783           the state change to PAUSED (#339366).
6784
6785 2006-10-17  Tim-Philipp Müller  <tim at centricular dot net>
6786
6787         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_list_channels),
6788         (gst_tuner_set_channel), (gst_tuner_get_channel),
6789         (gst_tuner_list_norms), (gst_tuner_set_norm), (gst_tuner_get_norm),
6790         (gst_tuner_set_frequency), (gst_tuner_get_frequency),
6791         (gst_tuner_signal_strength), (gst_tuner_find_norm_by_name),
6792         (gst_tuner_find_channel_by_name):
6793           Fix some function guards, add some more function guards.
6794
6795 2006-10-17  Jan Schmidt  <thaytan@mad.scientist.com>
6796
6797         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
6798         (remove_element_chain):
6799         Don't return a pad from get_our_ghost_pad unless it is actually the
6800         one we want.
6801         Change a cast in remove_element_chain slightly.
6802
6803 2006-10-13  Julien MOUTTE  <julien@moutte.net>
6804
6805         * tests/examples/seek/seek.c: (do_seek), (start_seek),
6806         (rate_spinbutton_changed_cb), (segment_done), (msg_state_changed):
6807         Segment seeking needs to use the rate and set stop to -1.
6808
6809 2006-10-13  Wim Taymans  <wim@fluendo.com>
6810
6811         * gst-libs/gst/audio/gstbaseaudiosink.c:
6812         (gst_base_audio_sink_setcaps):
6813         Don't crash when ringbuffer is not yet created.
6814         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
6815         Fixes #361634.
6816
6817         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
6818         * gst/playback/gststreamselector.c:
6819         (gst_stream_selector_request_new_pad):
6820         Activate pads befre adding them to running elements.
6821
6822 2006-10-13  Julien MOUTTE  <julien@moutte.net>
6823
6824         * tests/examples/seek/seek.c: (do_seek), (start_seek),
6825         (rate_spinbutton_changed_cb), (msg_state_changed): Stop the scale
6826         updater when we start grabing the slider. Don't wait for the
6827         pipeline to be PAUSED.
6828
6829 2006-10-13  Tim-Philipp Müller  <tim at centricular dot net>
6830
6831         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_list_tracks),
6832         (gst_mixer_set_volume), (gst_mixer_get_volume),
6833         (gst_mixer_set_mute), (gst_mixer_set_option),
6834         (gst_mixer_get_option), (gst_mixer_mute_toggled),
6835         (gst_mixer_record_toggled), (gst_mixer_volume_changed),
6836         (gst_mixer_option_changed):
6837           Guard mixer interface functions against bogus arguments.
6838
6839 2006-10-12  Julien MOUTTE  <julien@moutte.net>
6840
6841         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
6842         (play_cb), (pause_cb), (stop_cb), (rate_spinbutton_changed_cb),
6843         (msg_state_changed), (main): Use state-changed messages to trigger
6844         start/stop of scale update timer. Indeed the scale slider was
6845         jumping here and there because the update timer was activated 
6846         before seek completed. This fixes instant applying of rate changes
6847         by pressing the spinbutton like a crazy man !
6848
6849 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
6850
6851         Patch by: Sebastien Cote  <sebas642 at yahoo.ca>
6852
6853         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
6854         (gst_basertppayload_finalize):
6855           Fix two small memory leaks (#361456).
6856
6857 2006-10-10  Julien MOUTTE  <julien@moutte.net>
6858
6859         * tests/examples/seek/seek.c: (do_seek),
6860         (rate_spinbutton_changed_cb): When changing spinbutton we try
6861         to change the rate on the fly.
6862
6863 2006-10-10  Wim Taymans  <wim@fluendo.com>
6864
6865         * gst-libs/gst/riff/riff-ids.h:
6866         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
6867         (gst_riff_create_audio_template_caps):
6868         Add WMS caps.
6869
6870 2006-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6871
6872         Patch by: Josep Torra Valles <josep@fluendo.com>
6873
6874         * ext/gnomevfs/gstgnomevfssink.c:
6875         * ext/gnomevfs/gstgnomevfssrc.c:
6876         Fix URI interface implementation return type.
6877         * ext/pango/gsttextoverlay.c: (gst_text_overlay_set_property):
6878         Fix what looks like a copy/paste issue when assigning values.
6879         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
6880         (gst_audio_filter_template_get_type):
6881         Cast to prevent Forte warnings.
6882         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
6883         Fix URI interface implementation return type.
6884         gst_pad_query_position requires a signed integer pointer as
6885         3rd parameter, GstClockTime is unsigned.
6886         * gst/audioconvert/audioconvert.c:
6887         Fix integer overflow when treated as signed.
6888         * gst/audioresample/resample.c: (resample_add_input_data):
6889         Cast to prevent warnings on Forte.
6890         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette):
6891         Fix integer overflow when treated as signed.
6892         * gst/ffmpegcolorspace/imgconvert_template.h:
6893         Fix integer overflow when treated as signed. RGBA_OUT shifts bits.
6894         * gst/playback/gstdecodebin.c: (queue_filled_cb),
6895         (cleanup_decodebin):
6896         Who initialises a guint to -1!
6897         Cast function pointers to prevent warnings on Forte.
6898         * gst/playback/gstplaybasebin.c: (queue_deadlock_check),
6899         (queue_threshold_reached):
6900         Cast function pointers correctly to prevent warnings on Forte.
6901         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
6902         Cast function pointers correctly to prevent warnings on Forte.
6903         * gst/subparse/gstssaparse.c: (gst_ssa_parse_setcaps):
6904         Obvious change to unsigned, 0xEF > max signed char.
6905         * gst/tcp/gstmultifdsink.c: (get_buffers_max), (count_burst_unit):
6906         GstClockTime is unsigned, initialise correctly.
6907         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
6908         Cast so pointer arithemetic doesn't cause warnings on Forte.
6909         * gst/videorate/gstvideorate.c:
6910         Use correct return value.
6911         * tests/examples/seek/scrubby.c:
6912         GstClockTime is unsigned, initialise correctly.
6913
6914 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
6915
6916         Patch by: Ferenc Gerlits  <fgerlits at gmail com>
6917
6918         * gst/typefind/gsttypefindfunctions.c:
6919           Recognise XML files and XML-like files shorter than 256 bytes as
6920           well (fixes #359237).
6921
6922 2006-10-09  Edgard Lima <edgard.lima@indt.org.br>
6923
6924         Patch by: Renato Filho <renato.filho@indt.org.br>
6925         
6926         * gst/typefind/gsttypefindfunctions.c:
6927         Added typefind functions to video/x-nuv media.
6928         
6929 2006-10-08  Tim-Philipp Müller  <tim at centricular dot net>
6930
6931         * gst-libs/gst/interfaces/xoverlay.c:
6932         (gst_x_overlay_set_xwindow_id), (gst_x_overlay_expose):
6933           Some more guards against invalid input.
6934
6935 2006-10-07  Julien MOUTTE  <julien@moutte.net>
6936
6937         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event): 
6938         Useless goto.
6939         * tests/examples/seek/seek.c: (do_seek),
6940         (rate_spinbutton_changed_cb), (main): Add a rate spinbutton in
6941         seek example to experiment with rates != 1.0 (reverse playback !)
6942
6943 2006-10-06  Stefan Kost  <ensonic@users.sf.net>
6944
6945         * gst-libs/gst/interfaces/xoverlay.c:
6946           Unref message in doc-example (spotted by Robert McQueen)
6947
6948 2006-10-06  Wim Taymans  <wim@fluendo.com>
6949
6950         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
6951         (mpeg1_parse_header), (mpeg1_sys_type_find):
6952         printf fix.
6953
6954 2006-10-06  Wim Taymans  <wim@fluendo.com>
6955
6956         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
6957         (close_pad_link):
6958         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
6959         Activate dynamic pads before adding them to the element.
6960
6961 2006-10-06  Michael Smith  <msmith@fluendo.com>
6962
6963         * gst-libs/gst/floatcast/floatcast.h:
6964           Fix obviously-bogus macros; use the correct types.
6965
6966 2006-10-06  Wim Taymans  <wim@fluendo.com>
6967
6968         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6969         (gst_base_rtp_depayload_change_state):
6970         Also call parent state change function to activate pads.
6971
6972         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
6973         (mpeg1_parse_header), (mpeg1_sys_type_find):
6974         Add some more debug info in mpeg typefinding.
6975
6976 2006-10-06  Michael Smith  <msmith@fluendo.com>
6977
6978         * ext/theora/theoradec.c: (theora_dec_chain):
6979           Zero byte theora packets are valid and well-defined; don't warn on
6980           them.
6981
6982 2006-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
6983
6984         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
6985         (gst_multi_fd_sink_get_stats), (find_limits),
6986         (gst_multi_fd_sink_queue_buffer):
6987           API: add dropped_buffers to the get-stats GValueArray
6988
6989 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
6990
6991         * ext/alsa/gstalsadeviceprobe.c:
6992         (gst_alsa_device_property_probe_get_values):
6993         * ext/alsa/gstalsasink.c: (set_hwparams):
6994         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_elem_pad),
6995         (gst_ogg_chain_new_stream), (gst_ogg_demux_read_chain):
6996         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers),
6997         (gst_ogg_mux_process_best_pad):
6998         * ext/ogg/gstoggparse.c: (gst_ogg_parse_new_stream),
6999         (gst_ogg_parse_chain):
7000         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header):
7001         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
7002         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_setup),
7003         (gst_vorbis_enc_buffer_check_discontinuous):
7004         * ext/vorbis/vorbisparse.c: (vorbis_parse_src_query):
7005         * gst-libs/gst/audio/gstbaseaudiosink.c:
7006         (gst_base_audio_sink_render):
7007         * gst-libs/gst/cdda/gstcddabasesrc.c:
7008         (gst_cdda_base_src_handle_track_seek):
7009         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7010         (gst_base_rtp_depayload_push_full):
7011         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
7012         * gst/audioresample/resample.c: (resample_input_pushthrough):
7013         * gst/playback/gstplaybasebin.c: (queue_out_of_data):
7014         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
7015         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
7016         (wavpack_type_find):
7017         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
7018         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
7019         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
7020         * tests/check/elements/volume.c: (GST_START_TEST):
7021           Printf format fixes.
7022
7023 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
7024
7025         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_caps):
7026           Fix a simple mistake (see the docs)
7027           Fixes #359580
7028
7029 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
7030
7031         * docs/plugins/Makefile.am:
7032         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7033         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7034         * docs/plugins/gst-plugins-base-plugins.args:
7035         * docs/plugins/gst-plugins-base-plugins.hierarchy:
7036         * docs/plugins/inspect/plugin-adder.xml:
7037         * docs/plugins/inspect/plugin-alsa.xml:
7038         * docs/plugins/inspect/plugin-audioconvert.xml:
7039         * docs/plugins/inspect/plugin-audiorate.xml:
7040         * docs/plugins/inspect/plugin-audioresample.xml:
7041         * docs/plugins/inspect/plugin-audiotestsrc.xml:
7042         * docs/plugins/inspect/plugin-cdparanoia.xml:
7043         * docs/plugins/inspect/plugin-decodebin.xml:
7044         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
7045         * docs/plugins/inspect/plugin-gdp.xml:
7046         * docs/plugins/inspect/plugin-gnomevfs.xml:
7047         * docs/plugins/inspect/plugin-libvisual.xml:
7048         * docs/plugins/inspect/plugin-ogg.xml:
7049         * docs/plugins/inspect/plugin-pango.xml:
7050         * docs/plugins/inspect/plugin-playbin.xml:
7051         * docs/plugins/inspect/plugin-subparse.xml:
7052         * docs/plugins/inspect/plugin-tcp.xml:
7053         * docs/plugins/inspect/plugin-theora.xml:
7054         * docs/plugins/inspect/plugin-typefindfunctions.xml:
7055         * docs/plugins/inspect/plugin-video4linux.xml:
7056         * docs/plugins/inspect/plugin-videorate.xml:
7057         * docs/plugins/inspect/plugin-videoscale.xml:
7058         * docs/plugins/inspect/plugin-videotestsrc.xml:
7059         * docs/plugins/inspect/plugin-volume.xml:
7060         * docs/plugins/inspect/plugin-vorbis.xml:
7061         * docs/plugins/inspect/plugin-ximagesink.xml:
7062         * docs/plugins/inspect/plugin-xvimagesink.xml:
7063           Add vorbistag element to docs; update version numbers to 0.10.10.1.
7064
7065 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
7066
7067         Patch by: James "Doc" Livingston <doclivingston at gmail com>
7068
7069         * ext/vorbis/Makefile.am:
7070         * ext/vorbis/vorbis.c: (plugin_init):
7071         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_class_init),
7072         (vorbis_parse_parse_packet), (vorbis_parse_chain):
7073         * ext/vorbis/vorbisparse.h:
7074         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_base_init),
7075         (gst_vorbis_tag_class_init), (gst_vorbis_tag_init),
7076         (gst_vorbis_tag_parse_packet):
7077         * ext/vorbis/vorbistag.h:
7078           Add new vorbistag element which derives from vorbisparse
7079           and is essentially the same as well, only that it implements
7080           the GstTagSetter interface and can modify the stream's
7081           vorbiscomment on the fly (#335635).
7082
7083         * tests/check/Makefile.am:
7084         * tests/check/elements/.cvsignore:
7085         * tests/check/elements/vorbistag.c: (setup_vorbistag),
7086         (cleanup_vorbistag), (buffer_probe), (start_pipeline),
7087         (get_buffer), (stop_pipeline), (_create_codebook_header_buffer),
7088         (_create_audio_buffer), (GST_START_TEST), (vorbistag_suite):
7089           Add unit test for new vorbistag element.
7090
7091 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
7092
7093         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init),
7094         (vorbis_parse_push_headers), (vorbis_parse_chain):
7095           Set BOS flag in packet structure to fix 'jump depends
7096           on unitialized value' errors in valgrind; various minor
7097           clean-ups.
7098
7099 2006-09-30  Jan Schmidt  <thaytan@mad.scientist.com>
7100
7101         * gst/playback/gstdecodebin.c: (close_pad_link):
7102         Fix typo in a debug statement.
7103
7104         * gst/playback/gstplaybasebin.c: (probe_triggered),
7105         (new_decoded_pad_full), (new_decoded_pad), (subs_new_decoded_pad),
7106         (gen_source_element), (source_new_pad), (analyse_source),
7107         (setup_source):
7108         When handling no_more_pads in new_decoded_pad, make sure to treat
7109         subtitle pads correctly. Fixes playback with subtitle files.
7110
7111         Move a recurring message to LOG level.
7112
7113         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
7114         The maximum value for the Xv colorkey on this Radeon is 0xFFFFFFFF,
7115         which ends up as -1 when cast to an int. Make the logic handle the
7116         max value as an unsigned mask and only change the colorkey when it's
7117         a value we recognise.
7118
7119 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
7120
7121         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
7122         Removed empty * between paragraphs
7123
7124 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
7125
7126         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
7127         * gst-libs/gst/rtp/README:
7128         Moved some documentation into .c file
7129
7130 2006-09-29  Wim Taymans  <wim@fluendo.com>
7131
7132         * gst/playback/gstdecodebin.c: (no_more_pads):
7133         Fix compilation.
7134
7135 2006-09-29  Wim Taymans  <wim@fluendo.com>
7136
7137         * gst/playback/gstdecodebin.c: (new_caps):
7138         Remove g_print
7139
7140         * gst/playback/gstplaybin.c:
7141         Add some docs.
7142
7143 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
7144
7145         * tests/check/Makefile.am:
7146           Re-enable cddabasesrc test to see if it works again
7147           now.
7148
7149 2006-09-29  Wim Taymans  <wim@fluendo.com>
7150
7151         * gst/playback/gstplaybasebin.c: (setup_subtitle),
7152         (gen_source_element):
7153         Handle invalid URIs a bit more gracefully.
7154
7155 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
7156
7157         * tests/check/pipelines/oggmux.c:
7158           Remove obsolete comment.
7159
7160 2006-09-29  Michael Smith  <msmith@fluendo.com>
7161
7162         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
7163         (gst_ogg_mux_release_pad), (gst_ogg_mux_push_buffer),
7164         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
7165         (gst_ogg_mux_send_headers), (gst_ogg_mux_process_best_pad),
7166         (gst_ogg_mux_collected):
7167           Commit patch from James "Doc" Livingston, adds proper EOS handling
7168           in oggmux. GStreamer can, for the first time ever, create a valid
7169           Ogg file! Yay!
7170
7171         * tests/check/pipelines/oggmux.c: (check_chain_final_state),
7172         (oggmux_suite):
7173           Reenable tests now that they pass.
7174
7175 2006-09-29  Wim Taymans  <wim@fluendo.com>
7176
7177         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
7178         Stop reading commands when EOF (we read 0) as well.
7179
7180 2006-09-28  Wim Taymans  <wim@fluendo.com>
7181
7182         * gst/playback/gstdecodebin.c: (dynamic_create), (dynamic_free),
7183         (close_pad_link), (dynamic_remove), (no_more_pads), (new_caps),
7184         (find_dynamic), (unlinked), (close_link):
7185         Implement delayed caps linking needed for element with a lot of
7186         different caps on the src pads that get fixed at runtime.
7187         Improve management of dynamic elements.
7188
7189         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
7190         (group_destroy), (group_commit), (check_queue), (queue_overrun),
7191         (gen_preroll_element), (remove_groups), (unknown_type),
7192         (add_element_stream), (no_more_pads_full), (no_more_pads),
7193         (sub_no_more_pads), (source_no_more_pads), (preroll_unlinked),
7194         (new_decoded_pad), (setup_subtitle), (array_has_value),
7195         (gen_source_element), (source_new_pad), (has_all_raw_caps),
7196         (analyse_source), (remove_decoders), (make_decoder),
7197         (remove_source), (setup_source), (finish_source), (prepare_output),
7198         (gst_play_base_bin_change_state):
7199         * gst/playback/gstplaybasebin.h:
7200         Use more _CAST instead of full type checking casts.
7201         Small cleanups, plug some leaks.
7202         Handle dynamic sources.
7203         Add some helper functions to create lists of strings used for
7204         blacklisting and other stuff.
7205         Refactor some code dealing with analysing the source.
7206         Re-enable sources without pads (like cd:// or other selfcontained
7207         elements).
7208
7209 2006-09-28  Wim Taymans  <wim@fluendo.com>
7210
7211         * gst-libs/gst/audio/gstbaseaudiosink.c:
7212         (gst_base_audio_sink_render):
7213         When we have a timestamp, we can still perform clipping.
7214         When we have no clock, we must play the sample ASAP.
7215
7216 2006-09-28  Wim Taymans  <wim@fluendo.com>
7217
7218         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
7219         Set caps on outgoing buffers.
7220
7221         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
7222         (gst_video_rate_event), (gst_video_rate_chain):
7223         * gst/videorate/gstvideorate.h:
7224         Fix videorate some more. Fixes #357977
7225
7226 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
7227
7228         * tests/check/elements/adder.c: (adder_suite):
7229           Don't set timeout to 6 seconds when we're running
7230           in valgrind ... (and how is 6 seconds longer than
7231           the default anyway?)
7232
7233 2006-09-28  Wim Taymans  <wim@fluendo.com>
7234
7235         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
7236         (gst_audio_rate_sink_event), (gst_audio_rate_convert),
7237         (gst_audio_rate_convert_segments), (gst_audio_rate_chain):
7238         Keep sink and src segment to keep track of time and support more
7239         input formats.
7240         Fix bogus next_offset and run_time calculation, don't understand how
7241         this could have worked before. Fixes #357976.
7242         Remove some unneeded vars.
7243
7244 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
7245
7246         * gst/playback/gstplaybin.c: (remove_sinks):
7247           Only remove visualisation from visbin if there is a visbin (or:
7248           don't throw warnings when closing totem without playing a file).
7249
7250 2006-09-27  Wim Taymans  <wim@fluendo.com>
7251
7252         * gst-libs/gst/audio/gstbaseaudiosink.c:
7253         (gst_base_audio_sink_render):
7254         Add some more info in a WARNING.
7255
7256         * gst-libs/gst/audio/gstbaseaudiosrc.c:
7257         (gst_base_audio_src_create):
7258         Handle PAUSE in create function, use new -core addition to
7259         wait for playing. Fixes pausing and resuming capture from an
7260         audiosrc.
7261
7262         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
7263         (gst_ring_buffer_read):
7264         Constify some more.
7265         Caller supports interrupted reads now.
7266
7267 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
7268
7269         * tests/check/Makefile.am:
7270           Another attempt to make the gen64 buildbot happy.
7271
7272 2006-09-27  Stefan Kost  <ensonic@users.sf.net>
7273
7274         Patch by: Jonathan Matthew <jonathan@kaolin.wh9.net>
7275
7276         * ext/libvisual/visual.c: (gst_visual_clear_actors),
7277         (gst_visual_chain), (gst_visual_change_state):
7278           Libvisual plugin was not passing audio data to libvisual 0.4.0 
7279           correctly. Fixes #357800
7280
7281 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
7282
7283         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline):
7284           Add timeout to _get_state() so we see which pipeline it is
7285           that causes trouble on the gen64 build bot.
7286
7287 2006-09-27  Wim Taymans  <wim@fluendo.com>
7288
7289         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7290         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_push_full),
7291         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_process),
7292         (gst_base_rtp_depayload_set_gst_timestamp):
7293         the source pad always uses fixed caps.
7294
7295 2006-09-27  Wim Taymans  <wim@fluendo.com>
7296
7297         * docs/libs/gst-plugins-base-libs-docs.sgml:
7298         * docs/libs/gst-plugins-base-libs-sections.txt:
7299         * gst-libs/gst/audio/gstaudioclock.c:
7300         * gst-libs/gst/audio/gstaudioclock.h:
7301         * gst-libs/gst/audio/gstaudiosink.c:
7302         * gst-libs/gst/audio/gstaudiosink.h:
7303         * gst-libs/gst/audio/gstaudiosrc.c:
7304         * gst-libs/gst/audio/gstbaseaudiosink.c:
7305         (gst_base_audio_sink_render):
7306         * gst-libs/gst/audio/gstbaseaudiosink.h:
7307         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init):
7308         * gst-libs/gst/audio/gstbaseaudiosrc.h:
7309         * gst-libs/gst/audio/gstringbuffer.h:
7310         Added docs for the audio libs.
7311
7312 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
7313
7314         * tests/check/Makefile.am:
7315           Temporarily disable test that fails on the bots for unknown reasons.
7316
7317 2006-09-26 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
7318
7319         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
7320         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
7321         Moved AudioCodecType into priv
7322         Renamed all gst_basertpaudiopayload to gst_base_rtp_audio_payload prefixes
7323
7324 2006-09-25  Wim Taymans  <wim@fluendo.com>
7325
7326         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
7327         (add_fakesink), (remove_fakesink), (pad_probe), (close_pad_link),
7328         (is_demuxer_element), (try_to_link_1), (get_our_ghost_pad),
7329         (new_pad):
7330         Cleanups and small leak fixes.
7331         Added Depayloaders to valid list of autopluggable elements.
7332
7333 2006-09-25  Wim Taymans  <wim@fluendo.com>
7334
7335         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
7336         (gst_play_bin_vis_blocked), (gst_play_bin_set_property),
7337         (gen_video_element), (gen_text_element), (gen_audio_element),
7338         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
7339         (gst_play_bin_set_clock_func), (gst_play_bin_change_state):
7340         Detect NO_PREROLL state change returns and disable clock distribution to
7341         the sinks so that sync is disabled.
7342         Avoid some type checking and do simple casts instead.
7343         Small cleanups, fix some FIXMEs.
7344         Be more robust when linking user specified elements, catch an report
7345         errors. Fixes #357404.
7346         Fix some leaks in the error paths.
7347
7348 2006-09-25  Stefan Kost  <ensonic@users.sf.net>
7349
7350         * ChangeLog:
7351           ChangeLog surgery for missing bug-number
7352
7353 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
7354
7355         Patch by: Peter Kjellerstedt  <pkj at axis com>
7356
7357         * gst/playback/test.c:
7358           Fix compilation with uClibc and -Werror (#357591).
7359
7360 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
7361
7362         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
7363           Parse dates that are followed by a time as well (#357532).
7364
7365         * tests/check/libs/tag.c: (test_vorbis_tags):
7366           Add unit test for this.
7367
7368 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
7369
7370         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
7371         (gst_audio_convert_transform_caps):
7372         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor):
7373         * gst/videotestsrc/videotestsrc.h:
7374           A few array const-ifications.
7375
7376 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
7377
7378         * tests/check/Makefile.am:
7379           See if this makes the build bots happy.
7380
7381         * tests/check/libs/cddabasesrc.c:
7382           UTF8-ise my name.
7383
7384 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
7385
7386         Patch by: Young-Ho Cha <ganadist at chollian dot net>
7387
7388         * gst/subparse/samiparse.c: (handle_start_font),
7389         (fix_invalid_entities):
7390           More case-insensitivity for certain tags; recognise entities with
7391           decimal codes as special entities as well (#357330).
7392
7393 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
7394
7395         * gst-libs/gst/Makefile.am:
7396           Need to build tag directory before cdda.
7397
7398 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
7399
7400         * docs/libs/gst-plugins-base-libs-sections.txt:
7401         * gst-libs/gst/cdda/Makefile.am:
7402         * gst-libs/gst/cdda/gstcddabasesrc.c:
7403         (gst_cdda_base_src_base_init):
7404         * gst-libs/gst/cdda/gstcddabasesrc.h:
7405         * gst-libs/gst/tag/tag.h:
7406         * gst-libs/gst/tag/tags.c: (gst_tag_register_tags_internal),
7407         (gst_tag_register_musicbrainz_tags):
7408           Move GST_TAG_CDDA_* tags into libgsttag and make libgstcddabasesrc
7409           depend on libgsttag. This is required so we can extract/read tags like
7410           DISCID without depending on libgstcddabasesrc (which used to register
7411           them).
7412
7413         * gst-libs/gst/tag/gstvorbistag.c:
7414           Add vorbiscomment mapping for CDDB_DISCID and MUSICBRAINZ_DISCID
7415           tags (also see #347848).
7416
7417         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1):
7418           Log vorbis comments we are actually writing. Const-ify array.
7419
7420 2006-09-23  Wim Taymans  <wim@fluendo.com>
7421
7422         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
7423         Improve buffering a bit by avoiding a deadlock because we cannot assume
7424         the underrun is always called.
7425
7426 2006-09-23  Wim Taymans  <wim@fluendo.com>
7427
7428         Patch by: Young-Ho Cha <ganadist at chollian dot net>
7429
7430         * gst-libs/gst/riff/riff-ids.h:
7431         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
7432         (gst_riff_create_audio_template_caps):
7433         Added MPEG-4 AAC and id and caps. Fixes #357289
7434         Added WMA9 Lossless id.
7435
7436 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
7437
7438         * ext/gnomevfs/gstgnomevfssrc.c:
7439           Fix misleading docs addition.
7440
7441         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
7442           Get rid of compiler warning the right way.
7443
7444 2006-09-22  Wim Taymans  <wim@fluendo.com>
7445
7446         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7447         (gst_base_rtp_depayload_finalize),
7448         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
7449         (gst_base_rtp_depayload_push_full),
7450         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_push),
7451         (gst_base_rtp_depayload_process),
7452         (gst_base_rtp_depayload_set_gst_timestamp),
7453         (gst_base_rtp_depayload_queue_release):
7454         * gst-libs/gst/rtp/gstbasertpdepayload.h:
7455         Small cleanups.
7456         Fix some leaks.
7457         Refactored the process method and added methods to push from the process
7458         vmethod.
7459         Use _scale functions.
7460         API: gst_base_rtp_depayload_push_ts
7461         API: gst_base_rtp_depayload_push
7462
7463         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
7464         timestamps are uint.
7465
7466 2006-09-22  Stefan Kost  <ensonic@users.sf.net>
7467
7468         * gst-libs/gst/interfaces/xoverlay.c:
7469           Remove unused statement from doc example.
7470
7471 2006-09-21  Stefan Kost  <ensonic@users.sf.net>
7472
7473         * gst-libs/gst/interfaces/videoorientation.c:
7474         (gst_video_orientation_iface_init),
7475         (gst_video_orientation_get_hflip),
7476         (gst_video_orientation_get_vflip),
7477         (gst_video_orientation_get_hcenter),
7478         (gst_video_orientation_get_vcenter),
7479         (gst_video_orientation_set_hflip),
7480         (gst_video_orientation_set_vflip),
7481         (gst_video_orientation_set_hcenter),
7482         (gst_video_orientation_set_vcenter):
7483           Add since tags to new API docs, ChangeLog surgery (forgot API keyword
7484           in ChangeLog)
7485
7486 2006-09-21  Tim-Philipp Müller  <tim at centricular dot net>
7487
7488         * tests/check/Makefile.am:
7489         * tests/check/elements/.cvsignore:
7490         * tests/check/elements/ffmpegcolorspace.c: (rgb_format_to_caps),
7491         (create_rgb_conversions), (rgb_conversion_free),
7492         (right_shift_colour), (fix_expected_colour), (check_rgb_buf),
7493         (got_buf_cb), (GST_START_TEST), (ffmpegcolorspace_suite):
7494           Add unit test for ffmpegcolorspace (RGB <=> RGB only so far),
7495           but disable for now since it doesn't pass (something wrong with
7496           RGBA somewhere).
7497
7498 2006-09-21  Wim Taymans  <wim@fluendo.com>
7499
7500         * gst/playback/gstplaybasebin.c: (group_commit),
7501         (queue_deadlock_check), (queue_overrun), (queue_threshold_reached),
7502         (queue_out_of_data), (gen_preroll_element),
7503         (preroll_remove_overrun), (probe_triggered):
7504         Refactor handling of overrun detection.
7505         Separate handling of group completion and deadlock detection when doing
7506         network buffering. This should fix some deadlocks that were not detected
7507         because the group was completed.
7508         Add more comments, improve debugging.
7509
7510 2006-09-21  Wim Taymans  <wim@fluendo.com>
7511
7512         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
7513         * tests/check/libs/audio.c:
7514         Some more compilation fixes.
7515
7516 2006-09-21  Wim Taymans  <wim@fluendo.com>
7517
7518         * gst-libs/gst/audio/gstringbuffer.c:
7519         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
7520         (gst_ring_buffer_read):
7521         Early morning compilation fix.
7522
7523 2006-09-20  Wim Taymans  <wim@fluendo.com>
7524
7525         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
7526         * tests/check/elements/multifdsink.c: (GST_START_TEST):
7527         * tests/check/elements/videorate.c: (GST_START_TEST):
7528         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
7529         * tests/check/pipelines/oggmux.c: (eos_buffer_probe):
7530         Fix some warnings.
7531
7532 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
7533
7534         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
7535         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
7536         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
7537           Handcrafted merge to help CVS understanding what I changed and what
7538           not.
7539
7540 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
7541
7542         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
7543         (gst_xvimagesink_get_times):
7544           change colorkey behaviour back according to #354773 comment 6/7
7545
7546 2006-09-19  Michael Smith  <msmith@fluendo.com>
7547
7548         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
7549         (gst_multi_fd_sink_class_init), (get_buffers_max), (find_limits),
7550         (gst_multi_fd_sink_recover_client),
7551         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_set_property),
7552         (gst_multi_fd_sink_get_property):
7553         * gst/tcp/gstmultifdsink.h:
7554           Implement stubbed out properties unit-type, units-soft-max,
7555           units-max, to allow specifying maximum sizes in units other than
7556           buffers.
7557           Fixes #355935
7558
7559 2006-09-19  Wim Taymans  <wim@fluendo.com>
7560
7561         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
7562         (gst_riff_create_audio_template_caps):
7563         Reorder the audio formats a bit for clarity.
7564         Detect and create caps for MSGSM and MSN (WAV49).
7565         Fixes #356596.
7566
7567         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
7568         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
7569         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
7570         Small cleanups, move error handling out of normal flow for clarity.
7571
7572 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
7573
7574         * docs/libs/gst-plugins-base-libs-docs.sgml:
7575         * docs/libs/gst-plugins-base-libs.types:
7576         * gst-libs/gst/interfaces/Makefile.am:
7577         * gst-libs/gst/interfaces/videoorientation.c:
7578         (gst_video_orientation_get_type),
7579         (gst_video_orientation_iface_init),
7580         (gst_video_orientation_get_hflip),
7581         (gst_video_orientation_get_vflip),
7582         (gst_video_orientation_get_hcenter),
7583         (gst_video_orientation_get_vcenter),
7584         (gst_video_orientation_set_hflip),
7585         (gst_video_orientation_set_vflip),
7586         (gst_video_orientation_set_hcenter),
7587         (gst_video_orientation_set_vcenter):
7588         * gst-libs/gst/interfaces/videoorientation.h:
7589           API: Add new interface to control video orientation (fixes #354908)
7590
7591 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
7592
7593         * gst/videotestsrc/gstvideotestsrc.c:
7594           Use G_UNLIKELY in _create and log one more detail.
7595           
7596         (gst_video_test_src_get_times), (gst_video_test_src_create):
7597         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
7598           Use gst_util_uint64_scale_int in _get_times().
7599
7600 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
7601
7602         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support)
7603           Give better warning message (add object and detail).
7604
7605 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
7606
7607         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
7608         (gst_xvimagesink_get_times):
7609           xvimage assumed that XV_COLORKEY can be set in RGB888 format (fixes
7610           #354773), use gst_util_uint64_scale_int in _get_times()
7611
7612 2006-09-18  Michael Smith  <msmith@fluendo.com>
7613
7614         * ext/ogg/gstoggmux.c: (gst_ogg_mux_push_buffer):
7615           Timestamps are unsigned; comparision against GST_CLOCK_TIME_NONE was
7616           always true, leading to dropping all timestamps.
7617
7618 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
7619
7620         * ext/libvisual/visual.c: (gst_vis_src_negotiate),
7621         (gst_visual_chain), (gst_visual_change_state):
7622           update to work also with libvisual 0.4 API, fix double unref (#355914)
7623           
7624         * tools/gst-launch-ext.1.in:
7625         * tools/gst-visualise.1.in:
7626           remove references to old man-pages
7627
7628         * tests/examples/seek/seek.c: (main):
7629           add real meadi-buttons, add tool-tips for the seek-options, arrange
7630           seek options in a table
7631
7632 2006-09-18  Michael Smith  <msmith@fluendo.com>
7633
7634         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear),
7635         (gst_ogg_mux_push_buffer):
7636           Don't generate out-of-order timestamps from oggmux, instead clamp
7637           output timestamps to be >= the previously output ts.
7638           Fixes #355595
7639
7640 2006-09-18  Michael Smith  <msmith@fluendo.com>
7641
7642         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
7643         (gst_multi_fd_sink_class_init):
7644           Updates, fixes, and typo corrections for multifdsink. No functional
7645           changes.
7646
7647 2006-09-17  Michael Smith  <msmith@fluendo.com>
7648
7649         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find):
7650           Don't crash on truncated files - check that we got an 8 byte buffer
7651           before trying to memcmp it.
7652
7653 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
7654
7655         * gst/playback/gstplaybasebin.c: (get_active_source):
7656           Make stream-switching appear instant to the application
7657           (ie. make sure that a g_object_get on 'current-foo' returns
7658           the stream previously set with g_object_set(). Totem needs
7659           this to update stream-related meta-info (like audio-codec)
7660           correctly when switching streams.
7661
7662 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
7663
7664         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer),
7665         (gst_alsa_mixer_ensure_track_list):
7666           Try harder to guess which mixer track is the master mixer
7667           track (instead of just taking the first one that has a pvolume).
7668           Fixes #342228.
7669
7670 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
7671
7672         reviewed by: <delete if not using a buddy>
7673
7674         * gst-libs/gst/audio/audio.h:
7675         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
7676
7677 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
7678
7679         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
7680         (gst_audio_convert_transform_caps):
7681           Get structure-name just once.
7682
7683 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
7684
7685         * tests/check/elements/audioresample.c: (GST_START_TEST):
7686         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
7687         * tests/check/elements/volume.c: (GST_START_TEST):
7688         * tests/check/elements/vorbisdec.c: (GST_START_TEST):
7689         * tests/check/pipelines/oggmux.c: (validate_ogg_page), (eos_watch),
7690         (test_pipeline), (GST_START_TEST):
7691         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
7692         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
7693           Fix big batch of compiler warnings.
7694
7695 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
7696
7697         * ext/gnomevfs/gstgnomevfssrc.c:
7698           Add docs about icydemux usage in connection with gnomevfssrc
7699
7700         * ext/libvisual/visual.c:
7701         * ext/ogg/gstoggaviparse.c:
7702         * ext/ogg/gstoggdemux.c:
7703         * ext/ogg/gstoggmux.c:
7704         * ext/ogg/gstoggparse.c:
7705         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
7706         * gst-libs/gst/audio/gstaudiosink.c:
7707         * gst-libs/gst/audio/gstaudiosrc.c:
7708         * gst/audiorate/gstaudiorate.c:
7709           More G_OBJECT macro fixing.
7710
7711         * gst/audiotestsrc/gstaudiotestsrc.h:
7712           Fix wrong info in header due to copy & paste
7713
7714 2006-09-15  Wim Taymans  <wim@fluendo.com>
7715
7716         * gst-libs/gst/audio/gstbaseaudiosink.c:
7717         (gst_base_audio_sink_get_time), (gst_base_audio_sink_callback):
7718         * gst-libs/gst/audio/gstbaseaudiosrc.c:
7719         (gst_base_audio_src_get_time), (gst_base_audio_src_fixate),
7720         (gst_base_audio_src_get_times), (gst_base_audio_src_get_offset),
7721         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
7722         Do the delay calculation in the source/sink base classes as this is
7723         specific for the capture/playback mode.
7724         Try to fixate a bit better, like round depth up to a multiple of 8
7725         bigger than width.
7726         Handle underruns correctly by marking DISCONT on buffers and adjusting
7727         timestamps to handle the gap.
7728         Set offset/offset_end correctly on buffers.
7729
7730         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_pause),
7731         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
7732         (gst_ring_buffer_read):
7733         Remove resync and underrun recovery from the ringbuffer.
7734         Fix ringbuffer read code on under/overrun.
7735
7736 2006-09-15  Wim Taymans  <wim@fluendo.com>
7737
7738         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
7739         (gst_play_base_bin_init), (fill_buffer), (check_queue),
7740         (queue_threshold_reached), (gst_play_base_bin_set_property),
7741         (gst_play_base_bin_get_property):
7742         * gst/playback/gstplaybasebin.h:
7743         Don't use a 0 low watermark when buffering, it is catching starvation
7744         way too late. Instead, use a 3 second queue with 30 and 95
7745         percent low/high watermarks. 
7746         Added queue-min-threshold property to configure low watermark.
7747         Use new _buffering message API.
7748         Make queue_threshold variable big enough to store a uint64 time value.
7749         API: playbin::queue-min-threshold property.
7750
7751 2006-09-15  Wim Taymans  <wim@fluendo.com>
7752
7753         * configure.ac:
7754         We require 0.10.10.1 now because of _wait_preroll().
7755
7756         * gst-libs/gst/audio/gstbaseaudiosink.c:
7757         (gst_base_audio_sink_render):
7758         Use gst_base_sink_wait_preroll().
7759
7760 2006-09-15  Wim Taymans  <wim@fluendo.com>
7761
7762         * ext/alsa/gstalsasink.c: (xrun_recovery), (gst_alsasink_write):
7763         * ext/alsa/gstalsasrc.c: (xrun_recovery), (gst_alsasrc_read):
7764         Use DEBUG_OBJECT more.
7765
7766 === release 0.10.10 ===
7767
7768 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
7769
7770         patch by: Michael Smith <msmith at fluendo dot com>
7771
7772         * gst/tcp/gstmultifdsink.c: (is_sync_frame),
7773         (gst_multi_fd_sink_client_queue_buffer),
7774         (gst_multi_fd_sink_new_client):
7775         * tests/check/elements/multifdsink.c: (GST_START_TEST),
7776         (multifdsink_suite):
7777           Fix implementation of sync-method 'next-keyframe'
7778           Closes #354594
7779
7780 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
7781
7782         patch by: Wim Taymans <wim at fluendo dot com>
7783
7784         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
7785         This patch removes the RANDOM flag that was incorrectly introduced with
7786         revision 1.91.  Fixes #354590
7787
7788 2006-09-05  Tim-Philipp Müller  <tim at centricular dot net>
7789
7790         * tests/check/Makefile.am:
7791           Random variation in Makefile line to see if it makes the
7792           gen64-base-full bot any happier.
7793
7794 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
7795
7796         * tests/check/pipelines/oggmux.c: (oggmux_suite):
7797           Disable test that fails at the moment (killed after timeout).
7798
7799 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
7800
7801         Patch by: James Livingston  <doclivingston at gmail.com>
7802
7803         * tests/check/Makefile.am:
7804         * tests/check/pipelines/.cvsignore:
7805         * tests/check/pipelines/oggmux.c: (get_page_codec),
7806         (check_chain_final_state), (fail_if_audio), (validate_ogg_page),
7807         (eos_buffer_probe), (start_pipeline), (stop_pipeline), (eos_watch),
7808         (test_pipeline), (test_vorbis), (test_theora), (test_vorbis_theora),
7809         (test_theora_vorbis), (oggmux_suite):
7810           Add simple unit test for oggmux from #337026 with checking for the
7811           EOS flags disabled for the time being.
7812
7813 2006-09-04  Wim Taymans  <wim@fluendo.com>
7814
7815         patch by: Alessandro Dessina <alessandro nnva org>
7816
7817         * ext/ogg/gstoggmux.c:
7818         Add cmml caps to oggmux. Fixes #353912
7819
7820 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
7821
7822         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
7823           Returning a return value often helps. In this case, we
7824           don't need the return value anyway, so just get rid of it.
7825           Should make build bots much happier.
7826
7827 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
7828
7829         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure),
7830         (paint_get_structure), (gst_video_test_src_get_size),
7831         (gst_video_test_src_smpte), (gst_video_test_src_snow),
7832         (gst_video_test_src_unicolor), (paint_setup_AYUV),
7833         (paint_hline_AYUV), (paint_setup_ARGB8888), (paint_setup_ABGR8888),
7834         (paint_setup_RGBA8888), (paint_setup_BGRA8888), (paint_hline_str4):
7835         * gst/videotestsrc/videotestsrc.h:
7836           Add support for AYUV and the various RGBA formats. Initialise
7837           fields of paintinfo structs allocated on the stack.
7838
7839         * tests/check/elements/videotestsrc.c: (right_shift_colour),
7840         (fix_expected_colour), (check_rgb_buf), (got_buf_cb),
7841         (check_rgb_buf), (videotestsrc_suite):
7842           Add unit tests for videotestsrc's RGB output.
7843
7844 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
7845
7846         * gst/videotestsrc/gstvideotestsrc.c:
7847         (gst_video_test_src_pattern_get_type),
7848         (gst_video_test_src_set_pattern):
7849         * gst/videotestsrc/gstvideotestsrc.h:
7850         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor),
7851         (gst_video_test_src_black), (gst_video_test_src_white),
7852         (gst_video_test_src_red), (gst_video_test_src_green),
7853         (gst_video_test_src_blue):
7854         * gst/videotestsrc/videotestsrc.h:
7855           Add more uni-colour patterns ("white", "red", "green", and "blue").
7856
7857 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
7858
7859         * gst/videotestsrc/videotestsrc.c: (paint_setup_YVYU):
7860           Fix stride for YVYU, should be word-aligned (#353658).
7861
7862 2006-08-31  Tim-Philipp Müller  <tim at centricular dot net>
7863
7864         * gst/adder/gstadder.c: (gst_adder_src_event):
7865           Fix build.
7866
7867 2006-08-31  Edward Hervey  <edward@fluendo.com>
7868
7869         * gst/adder/gstadder.c: (forward_event_func),
7870         (gst_adder_src_event), (gst_adder_collected),
7871         (gst_adder_change_state):
7872         * gst/adder/gstadder.h:
7873         Remember the start position asked in the incoming seeks, so we can
7874         output GST_EVENT_NEW_SEGMENT with a correct position value (instead
7875         of assuming it will always be 0).
7876
7877 2006-08-31  Edward Hervey  <edward@fluendo.com>
7878
7879         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
7880         (gst_ogg_demux_finalize), (gst_ogg_demux_perform_seek),
7881         (gst_ogg_demux_loop):
7882         Send the GST_EVENT_NEW_SEGMENT from the streaming thread.
7883
7884 2006-08-30  Tim-Philipp Müller  <tim at centricular dot net>
7885
7886         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7887         (gst_ffmpegcsp_get_unit_size):
7888           Return FALSE instead of returning a random false unit
7889           size when the format isn't known/supported (even if
7890           this shouldn't happen under normal circumstances).
7891
7892 2006-08-29  Wim Taymans  <wim@fluendo.com>
7893
7894         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
7895
7896         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create),
7897         (gst_gnome_vfs_src_start):
7898         Try harder to get the size from a uri by using _info_uri() when
7899         _info_from_handle() does not give us enough info. 
7900         Also follow symlinks when getting the size.
7901         Partially Fixes #332864.
7902
7903 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
7904
7905         Patch by: Viktor Peters  <viktor dot peters at gmail dot com>
7906
7907         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
7908         (gst_alsa_mixer_update), (gst_alsa_mixer_get_volume),
7909         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
7910         (gst_alsa_mixer_set_record):
7911         * ext/alsa/gstalsamixertrack.c:
7912         (gst_alsa_mixer_track_update_alsa_capabilities),
7913         (alsa_track_has_cap), (gst_alsa_mixer_track_new),
7914         (gst_alsa_mixer_track_update):
7915         * ext/alsa/gstalsamixertrack.h:
7916           Improve and fix mixer track handling, in particular better handling
7917           of alsa's pvolume/pswitch/cvolume/cswitch capabilities; create
7918           separate track objects for tracks that have both capture and playback
7919           volume (and label them differently as well so they're not mistakenly
7920           assumed to be duplicates); classify mixer tracks that only affect
7921           the audible volume of something (rather than the capture volume)
7922           as playback tracks. Redefine/fix meaning of RECORD and MUTE flags
7923           for capture tracks to correspond to alsa-pswitch alsa-cswitch
7924           (following the meaning documented in the mixer interface header
7925           file); add support for alsa's exclusive cswitch groups; update/sync
7926           state/flags better if mixer settings are changed by another
7927           application. Fixes #336075.
7928
7929 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
7930
7931         * gst/playback/gstplaybin.c:
7932           Improve docs: add section about BUFFERING messages sent by playbin.
7933
7934 2006-08-29  Michael Smith  <msmith@fluendo.com>
7935
7936         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_push_buffer),
7937         (gst_vorbis_enc_buffer_check_discontinuous),
7938         (gst_vorbis_enc_chain):
7939           Ignore explicit DISCONT marked on buffers (which is often spurious,
7940           particularly when using multiple segments), in favour of solely
7941           using the timestamps/durations.
7942
7943 2006-08-29  Edward Hervey  <edward@fluendo.com>
7944
7945         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
7946         Don't rely on incoming buffers offset anymore, since it is completely
7947         broken when using multiple segments.
7948         Instead convert the incoming buffers timestamp to running time, and
7949         then convert that value to the offsets.
7950         Also inform GstSegment of the last outputted stop position, which is
7951         needed if we received several segments with an unknown stop value.
7952
7953 2006-08-29  Thomas Vander Stichele  <thomas at apestaart dot org>
7954
7955         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
7956           fix buffer unreffing on a header push failure
7957
7958 2006-08-28  Wim Taymans  <wim@fluendo.com>
7959
7960         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_sink_event),
7961         (gst_audio_rate_chain):
7962         Make the metadata of the buffer writable before changing its
7963         flags.
7964
7965 2006-08-28  Wim Taymans  <wim@fluendo.com>
7966
7967         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
7968         (gst_audio_rate_setcaps), (gst_audio_rate_init),
7969         (gst_audio_rate_sink_event), (gst_audio_rate_src_event),
7970         (gst_audio_rate_chain), (gst_audio_rate_change_state):
7971         Fix audiorate some more.
7972         Reset and resync counters on flush and READY.
7973         Handle the DISCONT flag correctly.
7974         Use GstSegment to track position.
7975         Fail when not negotiated.
7976         Fixes #353234.
7977
7978 2006-08-25  Michael Smith  <msmith@fluendo.com>
7979
7980         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
7981           Fix spelling.
7982           Remove accidently included debug line.
7983
7984 2006-08-25  Wim Taymans  <wim@fluendo.com>
7985
7986         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
7987         Small cleanups.
7988         If a buffer is received with no caps, make the buffer metadata
7989         writable and set the caps, making sure that we don't screw up the
7990         refcounts.
7991
7992 2006-08-25  Michael Smith  <msmith@fluendo.com>
7993
7994         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset),
7995         (gst_gdp_pay_reset_streamheader), (gst_gdp_pay_chain):
7996           Fix memory leaks and misleading debug messages, add a couple of
7997           comments.
7998
7999         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats),
8000         (gst_multi_fd_sink_render):
8001           Do not use gst_buffer_make_writable() in a basesink render method,
8002           as it may incorrectly unref the buffer. Instead, use convoluted
8003           dance to avoid copying the buffer except when we need to.
8004
8005 2006-08-25  Michael Smith  <msmith@fluendo.com>
8006
8007         * ext/vorbis/vorbisenc.c:
8008         (gst_vorbis_enc_buffer_check_discontinuous):
8009           Allow very small discontinuities in the timestamps. These we can't
8010           do anything useful with anyway (because vorbis's timestamps have
8011           only sample granularity), and are commonly produced by elements with
8012           minor bugs. Allow up to 1/2 a sample out.
8013           Fixes #351742.
8014
8015 2006-08-24  Wim Taymans  <wim@fluendo.com>
8016
8017         * tests/examples/seek/seek.c: (seek_cb), (start_seek), (stop_seek),
8018         (play_scrub_toggle_cb), (main):
8019         Add a checkbox to enable play scrubbing. Makes it possible to disable
8020         normal scrubbing.
8021
8022 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
8023
8024         * tests/check/elements/.cvsignore:
8025           make buildbot happy
8026
8027 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
8028
8029         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
8030         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init),
8031         (gst_ogm_parse_class_init), (gst_ogm_parse_dispose),
8032         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
8033         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
8034         (gst_ogm_parse_stream_header), (gst_ogm_parse_comment_packet),
8035         (gst_ogm_text_parse_strip_trailing_zeroes),
8036         (gst_ogm_parse_data_packet), (gst_ogm_parse_chain),
8037         (gst_ogm_parse_sink_event), (gst_ogm_parse_change_state):
8038           Refactor ogm parse, do better input checking, misc. clean-ups.
8039           Cache incoming events and push them once the source pad has
8040           been created. Don't pass unterminated strings to sscanf().
8041           Strip trailing zeroes from subtitle text output, since they
8042           are not valid UTF-8. Don't push vorbiscomment packets on
8043           the subtitle text pad. Output perfect streams if possible.
8044
8045 2006-08-23  Wim Taymans  <wim@fluendo.com>
8046
8047         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
8048         Waits for tasks to settle down so that we clean up correctly for 
8049         valgrind.
8050
8051 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
8052
8053         * tests/check/libs/tag.c: (GST_START_TEST), (taglists_are_equal):
8054           Unit test fixes: \377 is more likely to fit into 8 bits than \777;
8055           actually return return value in taglists_are_equal.
8056
8057 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
8058
8059         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
8060           Fix crash due to broken bitstream parsing on x86-64: can't make
8061           any assumptions about sizeof(struct) due to alignment/packing
8062           differences on different architectures. Fixes #351790.
8063
8064 2006-08-22  Wim Taymans  <wim@fluendo.com>
8065
8066         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
8067         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
8068         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
8069         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
8070         (gst_riff_parse_info):
8071         Protect public functions against bad input.
8072         Do some cleanups.
8073         Fix documentation.
8074
8075 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
8076
8077         * gst-libs/gst/riff/riff-ids.h:
8078         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8079           Add voxware audio IDs (even if we can't play it) (#351795).
8080
8081 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
8082
8083         * gst-libs/gst/riff/riff-media.c:
8084         (gst_riff_create_video_template_caps),
8085         (gst_riff_create_audio_template_caps),
8086         (gst_riff_create_iavs_template_caps):
8087           Const-ify some arrays and use G_N_ELEMENTS instead
8088           of wasting oodles of RAM on terminator bits.
8089
8090 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
8091
8092         * gst-libs/gst/tag/gstvorbistag.c:
8093         (gst_tag_list_to_vorbiscomment_buffer):
8094         * tests/check/libs/tag.c: (GST_START_TEST):
8095           And the same for _to_vorbiscomment_buffer(): allow
8096           id_data_len == 0 for speex.
8097
8098 2006-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
8099
8100         * configure.ac:
8101         * docs/plugins/Makefile.am:
8102         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
8103         * docs/plugins/gst-plugins-base-plugins-sections.txt:
8104         * docs/plugins/inspect/plugin-gdp.xml:
8105         * gst/gdp/Makefile.am:
8106         * tests/check/Makefile.am:
8107           Move GDP plugin to -base from -bad.  Closes #347783.
8108
8109 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
8110
8111         * gst-libs/gst/tag/gstvorbistag.c:
8112         (gst_tag_list_from_vorbiscomment_buffer):
8113           Allow id_data_len == 0 (needed for vorbis comments in Speex files).
8114           Also add some checks to make sure we don't memcmp() beyond the end of
8115           vorbiscomment buffer if the ID to check for is larger than the buffer.
8116
8117         * tests/check/libs/tag.c: (GST_START_TEST):
8118           Some more tests for gst_tag_list_from_vorbiscomment_buffer().
8119
8120 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
8121
8122         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1),
8123         (gst_vorbis_enc_set_metadata):
8124           Use vorbis comment utility functions from libgsttag
8125           instead of re-inventing the wheel (partially fixes #347091).
8126
8127 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
8128
8129         * tests/check/elements/audioconvert.c: (GST_START_TEST):
8130         Fix leaks. Wait for state transitions that might happen ASYNC, as well
8131         as some that won't.
8132
8133 2006-08-21  Wim Taymans  <wim@fluendo.com>
8134
8135         * docs/libs/Makefile.am:
8136         * docs/libs/gst-plugins-base-libs-sections.txt:
8137         * docs/libs/gst-plugins-base-libs.types:
8138         Don't try to GObject scan the netbuffer as it's not a GObject.
8139         Fixes #351308.
8140
8141         * gst-libs/gst/netbuffer/gstnetbuffer.c:
8142         * gst-libs/gst/netbuffer/gstnetbuffer.h:
8143         Document GstNetBuffer.
8144
8145 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
8146
8147         * tests/check/elements/audioconvert.c: (GST_START_TEST),
8148         (audioconvert_suite):
8149           Add testcase for caps-size-explosion
8150
8151 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
8152
8153         * gst/audioconvert/gstaudioconvert.c:
8154         (gst_audio_convert_get_unit_size), (set_structure_widths):
8155           Lower debug, use g_assert in _get_unit_size
8156
8157         * gst/audioresample/gstaudioresample.c:
8158         (audioresample_get_unit_size):
8159         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8160         (gst_ffmpegcsp_get_unit_size):
8161         * gst/videoscale/gstvideoscale.c: (gst_video_scale_get_unit_size):
8162           use g_assert in _get_unit_size
8163
8164 2006-08-18  Wim Taymans  <wim@fluendo.com>
8165
8166         * docs/libs/gst-plugins-base-libs-sections.txt:
8167         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_set_packet_len),
8168         (gst_rtp_buffer_pad_to), (gst_rtp_buffer_get_payload_subbuffer),
8169         (gst_rtp_buffer_get_payload_buffer):
8170         * gst-libs/gst/rtp/gstrtpbuffer.h:
8171         Document GstRTPBuffer.
8172         Added function to efficiently strip payload headers.
8173         API: gst_rtp_buffer_get_payload_subbuffer()
8174
8175 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
8176
8177         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
8178         (gst_tag_to_vorbis_comments):
8179           Serialise unknown vorbis comments into GST_TAG_EXTENDED_COMMENT
8180           tags and deserialise them properly as well (#347091).
8181           Add some more gtk-doc blurbs and also some g_return_if_fail().
8182
8183         * tests/check/libs/tag.c: (GST_START_TEST),
8184         (back_to_vorbis_comments), (taglists_are_equal), (tag_suite):
8185           More tests.
8186
8187 2006-08-17  Wim Taymans  <wim@fluendo.com>
8188
8189         * ext/ogg/Makefile.am:
8190         * ext/ogg/gstogg.c: (plugin_init):
8191         * ext/ogg/gstoggaviparse.c: (gst_ogg_avi_parse_get_type),
8192         (gst_ogg_avi_parse_base_init), (gst_ogg_avi_parse_class_init),
8193         (gst_ogg_avi_parse_init), (gst_ogg_avi_parse_finalize),
8194         (gst_ogg_avi_parse_setcaps), (gst_ogg_avi_parse_event),
8195         (gst_ogg_avi_parse_push_packet), (gst_ogg_avi_parse_chain),
8196         (gst_ogg_avi_parse_change_state), (gst_ogg_avi_parse_plugin_init):
8197         Added ogg-in-avi parser element. Fixes #140139.
8198
8199         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
8200         Fixed a bug in oggdemux debug code.
8201
8202         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
8203         (gst_riff_create_audio_template_caps):
8204         Recognise Ogg in the AVI extensible wave format.
8205
8206 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
8207
8208         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
8209           Make buffer durations add up (duration should be next_ts-ts for
8210           perfect streams). Fixes CD ripping to Ogg/Vorbis with vorbisenc
8211           from CVS.
8212
8213         * tests/check/libs/cddabasesrc.c: (gst_cd_foo_src_close),
8214         (test_buffer_timestamps), (cddabasesrc_suite):
8215           Add unit test for the above.
8216
8217         * tests/check/Makefile.am:
8218           Don't know why cddabasesrc test was in VALGRIND_TO_FIX, remove
8219           to see what happens.
8220
8221 2006-08-16  Wim Taymans  <wim@fluendo.com>
8222
8223         * ext/alsa/gstalsasink.c: (gst_alsasink_set_property),
8224         (gst_alsasink_open):
8225         * ext/alsa/gstalsasrc.c: (gst_alsasrc_set_property),
8226         (gst_alsasrc_open):
8227         Avoid setting and using a NULL device name.
8228         Print more info when we fail to open a device.
8229
8230 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
8231
8232         * docs/libs/gst-plugins-base-libs-sections.txt:
8233         * gst-libs/gst/tag/tag.h:
8234         * gst-libs/gst/tag/tags.c: (gst_tag_parse_extended_comment):
8235           API: add gst_tag_parse_extended_comment() (#351426).
8236
8237         * tests/check/Makefile.am:
8238         * tests/check/libs/.cvsignore:
8239         * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite), (main):
8240           Add unit test for gst_tag_parse_extended_comment().
8241
8242 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
8243
8244         * sys/ximage/ximagesink.c: (gst_ximagesink_get_property):
8245         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_property):
8246           Fix leak (#351502).
8247
8248 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
8249
8250         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
8251         * docs/plugins/gst-plugins-base-plugins-sections.txt:
8252         * docs/plugins/gst-plugins-base-plugins.args:
8253         * gst/playback/gstplaybin.c:
8254           Document playbin.
8255           
8256         * docs/plugins/inspect/plugin-adder.xml:
8257         * docs/plugins/inspect/plugin-alsa.xml:
8258         * docs/plugins/inspect/plugin-audioconvert.xml:
8259         * docs/plugins/inspect/plugin-audiorate.xml:
8260         * docs/plugins/inspect/plugin-audioresample.xml:
8261         * docs/plugins/inspect/plugin-audiotestsrc.xml:
8262         * docs/plugins/inspect/plugin-cdparanoia.xml:
8263         * docs/plugins/inspect/plugin-decodebin.xml:
8264         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
8265         * docs/plugins/inspect/plugin-gnomevfs.xml:
8266         * docs/plugins/inspect/plugin-ogg.xml:
8267         * docs/plugins/inspect/plugin-pango.xml:
8268         * docs/plugins/inspect/plugin-playbin.xml:
8269         * docs/plugins/inspect/plugin-subparse.xml:
8270         * docs/plugins/inspect/plugin-tcp.xml:
8271         * docs/plugins/inspect/plugin-theora.xml:
8272         * docs/plugins/inspect/plugin-typefindfunctions.xml:
8273         * docs/plugins/inspect/plugin-video4linux.xml:
8274         * docs/plugins/inspect/plugin-videorate.xml:
8275         * docs/plugins/inspect/plugin-videoscale.xml:
8276         * docs/plugins/inspect/plugin-videotestsrc.xml:
8277         * docs/plugins/inspect/plugin-volume.xml:
8278         * docs/plugins/inspect/plugin-vorbis.xml:
8279         * docs/plugins/inspect/plugin-ximagesink.xml:
8280         * docs/plugins/inspect/plugin-xvimagesink.xml:
8281           Update to CVS version.
8282
8283 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
8284
8285         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
8286         (gst_play_bin_set_property), (gst_play_bin_get_property),
8287         (value_list_append_structure_list),
8288         (gst_play_bin_handle_redirect_message),
8289         (gst_play_bin_handle_message):
8290           API: GstPlayBin::connection-speed
8291           Add "connection-speed" property; re-order redirect messages with
8292           multiple redirect locations depending on the minimum bitrate if
8293           that information is available and a connection speed is set
8294           (#350399).
8295
8296 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
8297
8298         * gst/playback/gstplaybin.c:
8299           Update max volume to the same value that the volume element uses.
8300
8301 2006-08-14  Wim Taymans  <wim@fluendo.com>
8302
8303         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
8304         Less uglyness..
8305
8306 2006-08-14  Wim Taymans  <wim@fluendo.com>
8307
8308         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
8309         (gst_ogg_demux_get_next_page), (gst_ogg_demux_perform_seek),
8310         (gst_ogg_demux_read_chain), (gst_ogg_demux_loop):
8311         Add some more debug info.
8312         Don't crash when a seek failed.
8313         Actually return the result of the seek instead of TRUE.
8314         Ignore multiple BOS pages with the same serial so that we don't create
8315         the same stream multiple times.
8316         Post an error when we fail to do the initial seek.
8317
8318 2006-08-13  Wim Taymans  <wim@fluendo.com>
8319
8320         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
8321         (gst_alsa_detect_channels), (gst_alsa_probe_supported_formats):
8322         Small code cleanup.
8323
8324         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
8325         (gst_alsa_mixer_new):
8326         Remove hack that always set the device to hw:0*.
8327         Properly find the card name for whatever device was configured.
8328         Do some better debugging.
8329         Fixes #350784.
8330
8331         * ext/alsa/gstalsamixerelement.c:
8332         (gst_alsa_mixer_element_set_property),
8333         (gst_alsa_mixer_element_change_state):
8334         Cleanups.
8335         Handle setting of a NULL device name better.
8336
8337 2006-08-11  Wim Taymans  <wim@fluendo.com>
8338
8339         * gst/adder/gstadder.c:
8340         Don't clip float values. Fixes #350900.
8341
8342 2006-08-11  Andy Wingo  <wingo@pobox.com>
8343
8344         * gst/tcp/gsttcp.c: Really fix the build?
8345
8346         * gst/tcp/gsttcp.h: For now, always disable deprecation here --
8347         fixes the build.
8348
8349 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
8350
8351         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes):
8352           Float caps shouldn't have a "signed" field.
8353
8354 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
8355
8356         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query):
8357           Implement SEEKING query in its most basic form, so that we can
8358           at least check if we're seekable or not (#350655).
8359
8360 2006-08-09  Tim-Philipp Müller  <tim at centricular dot net>
8361
8362         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
8363           The checks here are not even close to anything that would
8364           justify MAXIMUM probability, lowering to POSSIBLE until someone
8365           fixes the checks (case at hand: quicktime redirection files
8366           might start with 00 00 01 XX and pass the checks here just
8367           fine, see #350399).
8368
8369 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
8370
8371         Patch by: Sjoerd Simons  <sjoerd at luon net>
8372
8373         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find):
8374           Better detection for multipart/x-mixed-replace: accept leading
8375           whitespaces before the boundary marker as well (as our very own
8376           multipartmux used to produce) (#349068).
8377
8378 2006-08-07  Tim-Philipp Müller  <tim at centricular dot net>
8379
8380         Patch by: Young-Ho Cha  <ganadist at chollian net>
8381
8382         * gst-libs/gst/riff/riff-ids.h:
8383         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
8384         (gst_riff_create_audio_template_caps):
8385           Detect DTS audio streams (#350157).
8386
8387 2006-08-05  Andy Wingo  <wingo@pobox.com>
8388
8389         * ext/theora/gsttheoraparse.h:
8390         * ext/theora/theoraparse.c (gst_theora_parse_class_init)
8391         (theora_parse_dispose, theora_parse_set_property)
8392         (theora_parse_get_property, theora_parse_munge_granulepos)
8393         (theora_parse_push_buffer, theora_parse_change_state):
8394         API: GstTheoraParse::synchronization-points
8395         Add a property 'synchronization-points' to fix badly synchronized oggs.
8396
8397 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
8398
8399         * tests/check/Makefile.am:
8400         * tests/check/libs/.cvsignore:
8401         * tests/check/libs/audio.c: (structure_contains_channel_positions),
8402         (fixed_caps_have_channel_positions), (GST_START_TEST),
8403         (audio_suite), (main):
8404           Add a few tests for the channel position stuff in libgstaudio.
8405
8406 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
8407
8408         * ext/alsa/gstalsa.c: (caps_add_channel_configuration),
8409         (gst_alsa_detect_channels):
8410         * ext/alsa/gstalsasink.c:
8411           Add support for cards that (only) do more than 8 channels,
8412           like the Delta 44 (#345188).
8413
8414         * gst-libs/gst/audio/multichannel.c:
8415         (gst_audio_check_channel_positions):
8416         * gst-libs/gst/audio/multichannel.h:
8417           API: add GST_AUDIO_CHANNEL_POSITION_NONE, which stands for an
8418           unspecified channel position and cannot be combined with any
8419           of the other audio channel positions; adjust position layout
8420           checks accordingly (#345188).
8421
8422 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
8423
8424         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
8425           Recognise ancient RealAudio files (see #349779).
8426
8427 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
8428
8429         Patch by: Jens Granseuer  <jensgr at gmx net>
8430
8431         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
8432           Add typefinder for Interplay's MVE format (#348973).
8433
8434 2006-08-02  Wim Taymans  <wim@fluendo.com>
8435
8436         Patch by: Marcel Moreaux <marcelm at luon dot net>
8437
8438         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8439         (gst_base_rtp_depayload_add_to_queue):
8440         * gst-libs/gst/rtp/gstbasertpdepayload.h:
8441         Handle RTP sequence number rollover.
8442         Disable jitterbuffer by default.
8443
8444 2006-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
8445
8446         * gst/audioresample/gstaudioresample.c: (audioresample_stop),
8447         (audioresample_set_caps):
8448         Don't leak references to the incoming caps. Clean them up when
8449         stopping.
8450
8451         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
8452         (gst_video_scale_finalize):
8453         Don't leak our temporary pixel buffer.
8454
8455         * tests/check/Makefile.am:
8456         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline),
8457         (GST_START_TEST), (simple_launch_lines_suite):
8458
8459         Fix leaks and re-enable the test for valgrind checking.
8460
8461 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
8462
8463         Patch by: Sjoerd Simons  <sjoerd at luon net>
8464
8465         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find),
8466         (plugin_init):
8467           Add typefind function for multipart/x-mixed-replace (#348916).
8468
8469 2006-07-28  Wim Taymans  <wim@fluendo.com>
8470
8471         * gst/adder/gstadder.c: (gst_adder_setcaps),
8472         (gst_adder_query_duration):
8473         Fix leak in duration query.
8474         Reflow some docs and notes.
8475
8476 2006-07-28  Michael Smith  <msmith@fluendo.com>
8477
8478         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST),
8479         (vorbisenc_suite):
8480           Enable Andy's extra vorbisenc test, now that it passes. Also fix one
8481           aspect of it.
8482
8483 2006-07-28  Michael Smith  <msmith@fluendo.com>
8484
8485         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps),
8486         (gst_vorbis_enc_sink_getcaps), (gst_vorbis_enc_buffer_from_packet),
8487         (gst_vorbis_enc_push_buffer),
8488         (gst_vorbis_enc_buffer_check_discontinuous),
8489         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
8490         * ext/vorbis/vorbisenc.h:
8491           Handle discontinuities in the input vorbis stream correctly,
8492           so that the output is properly timestamped (and has good granulepos
8493           values). Needs some oggmux fixes too.
8494
8495 2006-07-27  Wim Taymans  <wim@fluendo.com>
8496
8497         patch by: Kai Vehmanen <kv2004 eca cx>
8498
8499         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8500         (gst_base_rtp_depayload_chain),
8501         (gst_base_rtp_depayload_handle_sink_event),
8502         (gst_base_rtp_depayload_change_state):
8503         Don't send multiple newsegments with different formats.
8504         Fixes #348677.
8505
8506 2006-07-26  Wim Taymans  <wim@fluendo.com>
8507
8508         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
8509         (gst_ogg_demux_do_seek), (gst_ogg_demux_read_chain):
8510         Make seeking in ogg more accurate again by doing the more correct
8511         granuletime to stream time conversion.
8512
8513 2006-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
8514
8515         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
8516         (gst_multi_fd_sink_new_client):
8517           debug a little more understandably
8518           do not use goto as a substitute for break, especially if
8519           break is also being used
8520
8521 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
8522
8523         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
8524         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
8525           Remove GLib-2.6 compatibility cruft.
8526
8527 2006-07-24  Wim Taymans  <wim@fluendo.com>
8528
8529         * gst-libs/gst/audio/gstbaseaudiosink.c:
8530         (gst_base_audio_sink_render):
8531         Don't try to align a sample to an unknown value.
8532
8533 2006-07-24  Wim Taymans  <wim@fluendo.com>
8534
8535         * gst-libs/gst/audio/gstbaseaudiosink.c:
8536         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
8537         When the audio clock is slaved to another clock, never try to align
8538         samples but trust the rate interpolation algorithm.
8539
8540 2006-07-24  Wim Taymans  <wim@fluendo.com>
8541
8542         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
8543         Don't try to calculate silence samples, base class does this much
8544         better now.
8545
8546         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
8547         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps),
8548         (gst_ring_buffer_acquire):
8549         Calculate silence samples correctly.
8550
8551         * gst-libs/gst/audio/gstringbuffer.h:
8552         Add _CAST macro.
8553
8554 2006-07-22  Tim-Philipp Müller  <tim at centricular dot net>
8555
8556         * gst/typefind/gsttypefindfunctions.c: (xml_check_first_element):
8557           Limit search for the first markup tag to the first few kB of
8558           the file. If we don't find one there, it's highly unlikely that
8559           this is an XML(-ish) file.
8560
8561 2006-07-21  Andy Wingo  <wingo@pobox.com>
8562
8563         * tests/check/pipelines/theoraenc.c (test_discontinuity): Similar
8564         test to the one in vorbisenc. Also commented out.
8565
8566         * tests/check/pipelines/vorbisenc.c: 
8567         (test_discontinuity): New test, commented out until Mike lands
8568         some elite vorbisenc patches.
8569
8570         * tests/check/pipelines/theoraenc.c: Port to bufferstraw.
8571         Bufferstraw was actually factored out of these tests. Now we share
8572         code yay.
8573
8574         * configure.ac (GST_MAJORMINOR): Rev core requirements to 0.10.9.1
8575         for bufferstraw addition to gstcheck.
8576
8577 2006-07-21  Wim Taymans  <wim@fluendo.com>
8578
8579         * ext/theora/theoradec.c: (clip_buffer):
8580         Better clipping.
8581
8582 2006-07-21  Wim Taymans  <wim@fluendo.com>
8583
8584         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
8585         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
8586         (gst_audioringbuffer_release), (gst_audioringbuffer_stop):
8587         Fix leak.
8588         Avoid type casting when we can.
8589
8590         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_dispose):
8591         Fix mem leak.
8592
8593 2006-07-20  Tim-Philipp Müller  <tim at centricular dot net>
8594
8595         * ext/alsa/gstalsamixerelement.c:
8596         (gst_alsa_mixer_element_change_state):
8597           Make state change fail if the specified device can't be opened
8598           for some reason.
8599
8600 2006-07-20  Wim Taymans  <wim@fluendo.com>
8601
8602         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
8603         (cb_newpad), (main):
8604         Example of a small audio/video player using decodebin.
8605
8606 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
8607
8608         * gst-libs/gst/riff/riff-ids.h:
8609           Add 'fact' chunk id
8610
8611 2006-07-19  Wim Taymans  <wim@fluendo.com>
8612
8613         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8614         (gst_base_rtp_depayload_chain),
8615         (gst_base_rtp_depayload_change_state):
8616         Don't assert when not negotiated but post a meaningfull 
8617         error message. Fixes #347918.
8618
8619         * gst-libs/gst/rtp/gstbasertppayload.c:
8620         Add comment about better default MTU size.
8621
8622         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
8623         Small cleanups, start docs.
8624
8625 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
8626
8627         Patch by: Martin Szulecki
8628
8629         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_property):
8630           If "device-name" is requested and the device is not
8631           open, try to temporarily open it to obtain this
8632           information (#342494).
8633
8634 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
8635
8636         * gst-libs/gst/tag/gstid3tag.c:
8637           Add TSSE <=> GST_TAG_ENCODER mapping (see #347898).
8638
8639         * gst-libs/gst/tag/gsttageditingprivate.h:
8640         * gst-libs/gst/tag/gstvorbistag.c:
8641           Some more random const-ifications.
8642
8643 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
8644
8645         * gst-libs/gst/riff/riff-ids.h:
8646         * gst-libs/gst/riff/riff-media.c:
8647         (gst_riff_create_video_template_caps):
8648           Add more FOURCCs (sort list to make stuff easier to find),
8649           add comment what those 16 bytes in struct _gst_riff_strh according to
8650           one avi-dumper are
8651
8652 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
8653
8654         * gst-libs/gst/audio/multichannel.c:
8655         (gst_audio_check_channel_positions),
8656         (gst_audio_fixate_channel_positions):
8657           Const-ify two arrays.
8658
8659 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
8660
8661         * ext/alsa/gstalsa.c: (caps_add_channel_configuration):
8662           Fix typo, so that alsasink also advertises 8 channels
8663           if that's supported (tags: can, worms, open, alsa, ph34r).
8664
8665 2006-07-17  Wim Taymans  <wim@fluendo.com>
8666
8667         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
8668         (gst_ogg_pad_submit_packet), (gst_ogg_demux_read_chain):
8669         *sigh*, when is the compiler going to warn when the comments
8670         are out-of-sync with the code.. Refix case of busted theora
8671         headers with 0 granule pos.
8672
8673 2006-07-14  Wim Taymans  <wim@fluendo.com>
8674
8675         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8676         (gst_base_rtp_depayload_wait),
8677         (gst_base_rtp_depayload_change_state),
8678         (gst_base_rtp_depayload_set_property),
8679         (gst_base_rtp_depayload_get_property):
8680         Fix 99% cpu load by waiting for absolute times on the
8681         clock. Fixes #347300.
8682
8683 2006-07-14  Andy Wingo  <wingo@pobox.com>
8684
8685         * ext/theora/gsttheoraparse.h: 
8686         * ext/theora/theoraparse.c (theora_parse_drain_event_queue)
8687         (theora_parse_push_headers, theora_parse_clear_queue)
8688         (theora_parse_drain_queue_prematurely, )
8689         (theora_parse_sink_event, theora_parse_change_state): Queue events
8690         until we initialized our state, like in vorbisparse.
8691
8692         * ext/vorbis/vorbisparse.h: 
8693         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_event_queue)
8694         (vorbis_parse_push_headers, vorbis_parse_clear_queue)
8695         (vorbis_parse_drain_queue_prematurely, )
8696         (vorbis_parse_sink_event, vorbis_parse_change_state): Queue events
8697         until we have initialized our state. Fixes seeking after an
8698         initial pad block.
8699
8700 2006-07-14  Andy Wingo  <wingo@pobox.com>
8701
8702         Patch by: Iain Holmes <iaingnome@gmail.com>
8703         
8704         * ext/ogg/gstoggdemux.c (gst_ogg_demux_finalize): Fix memleak.
8705
8706 2006-07-14  Jan Schmidt  <thaytan@mad.scientist.com>
8707
8708         * configure.ac:
8709         Bump nano back to CVS
8710
8711 === release 0.10.9 ===
8712
8713 2006-07-13  Jan Schmidt <thaytan@mad.scientist.com>
8714
8715         * configure.ac:
8716           releasing 0.10.9, "I walk the line"
8717
8718 2006-07-14  Michael Smith  <msmith@fluendo.com>
8719
8720         * tests/check/pipelines/vorbisenc.c: (stop_pipeline):
8721           Move a g_cond_signal to earlier to avoid sometimes deadlocking
8722           (commonly happens when running this test under valgrind) when trying
8723           to remove the buffer probe.
8724
8725 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
8726
8727         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
8728         Fix missing g_unlock from the previous commit
8729
8730 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
8731
8732         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
8733         (gst_ximagesink_change_state):
8734         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
8735         (gst_xvimagesink_change_state):
8736         Implement a locking order to ensure we always take the object lock
8737         before the x_lock and never vice-versa.
8738
8739 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
8740
8741         * gst/playback/gstdecodebin.c: (find_compatibles):
8742         Fix a caps leak when linking (#347304)
8743
8744         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
8745         (gst_ximagesink_ximage_destroy), (gst_ximagesink_xcontext_clear),
8746         (gst_ximagesink_change_state):
8747         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
8748         (gst_xvimage_buffer_finalize), (gst_xvimagesink_check_xshm_calls),
8749         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
8750         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_change_state):
8751         Don't leak shared memory resources. Use the object lock to protect
8752         against the xcontext disappearing while returning a buffer from the
8753         pipeline. (#347304)
8754
8755 2006-07-12  Edward Hervey  <edward@fluendo.com>
8756
8757         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize),
8758         (vorbis_handle_comment_packet):
8759         gst_tag_list_merge() returns a new object. Take that into account when
8760         using it. This avoids memleak.
8761         Revert previous commit which is not needed.
8762
8763 2006-07-12  Edward Hervey  <edward@fluendo.com>
8764
8765         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize):
8766         Reset the decoder in finalize so that all fields get cleared.
8767
8768 2006-07-12  Wim Taymans  <wim@fluendo.com>
8769
8770         * gst-libs/gst/audio/gstbaseaudiosrc.c:
8771         (gst_base_audio_src_set_clock),
8772         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create):
8773         Don't try to post an error message when setting the clock fails
8774         as this can happen when adding an element to a bin which will then
8775         deadlock. Fixes #347296.
8776
8777 2006-07-12  Edward Hervey  <edward@fluendo.com>
8778
8779         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
8780         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
8781         (vorbis_handle_type_packet):
8782         Post tag messages on the bus even if we're not initialized.
8783         If we're not initialized, we still postpone the event pushing of tags.
8784
8785 2006-07-12  Wim Taymans  <wim@fluendo.com>
8786
8787         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
8788         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
8789         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
8790         Revert last two changes that broke the freeze.
8791
8792 2006-07-12  Wim Taymans  <wim@fluendo.com>
8793
8794         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
8795         basesink calculates silence sample correctly for us.
8796
8797 2006-07-12  Wim Taymans  <wim@fluendo.com>
8798
8799         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
8800         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
8801         Calculate correct silence samples so we don't fill our ringbuffer
8802         with noise.
8803
8804 2006-07-12  Edward Hervey  <edward@fluendo.com>
8805
8806         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
8807         (gst_vorbis_dec_reset), (vorbis_dec_sink_event),
8808         (vorbis_handle_comment_packet), (vorbis_handle_type_packet):
8809         * ext/vorbis/vorbisdec.h:
8810         Delay sending events (newsegment, tags) until the decoder is properly
8811         initialized.
8812         Fixes #347295
8813
8814 2006-07-11  Jan Schmidt  <thaytan@mad.scientist.com>
8815
8816         * tests/check/elements/audioconvert.c: (get_float_mc_caps),
8817         (get_int_mc_caps), (GST_START_TEST), (audioconvert_suite):
8818           Patch from #347221 adding a test for audioconvert
8819           channel remappings.
8820
8821 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
8822
8823         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
8824         (gst_ssa_parse_parse_line):
8825           Don't include the terminating NUL in the buffer size,
8826           it's only there for extra paranoia (would add random
8827           '*' characters at the end of each subtitle since the
8828           terminator itself is not valid UTF-8 technically).
8829           Also fix indenting after boilerplate macro.
8830
8831 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
8832
8833         * gst/playback/gstdecodebin.c: (close_pad_link):
8834           Also emit 'unknown-type' signal (which should really be
8835           called unhandled-type) if we found potential decoders/demuxers
8836           in the registry but none of them worked in the end (as in the
8837           case where the plugins don't exist any longer but are still
8838           listed in the registry). Fixes #329798.
8839
8840 2006-07-08  Andy Wingo  <wingo@pobox.com>
8841
8842         * theoraparse.c (theora_parse_push_buffer)
8843         (theora_parse_drain_queue_prematurely, theora_parse_drain_queue):
8844         Add some more debugging. Fix granulepos reconstruction in the face
8845         of discontinuities.
8846
8847 2006-07-06  Wim Taymans  <wim@fluendo.com>
8848
8849         * gst-libs/gst/audio/gstbaseaudiosink.c:
8850         (gst_base_audio_sink_class_init),
8851         (gst_base_audio_sink_provide_clock):
8852         Use gobject_class instead of G_OBJECT_CLASS (klass)
8853
8854         * gst-libs/gst/audio/gstbaseaudiosrc.c:
8855         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
8856         (gst_base_audio_src_set_clock), (gst_base_audio_src_provide_clock),
8857         (gst_base_audio_src_get_time),
8858         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create),
8859         (gst_base_audio_src_create_ringbuffer):
8860         Fix latency and buffer-time constants and properties ala basesink.
8861         Implement pull based scheduling. Fixes #346527.
8862         Set default blocksize in GstBaseSrc to 0, we default to pushing out
8863         one segment.
8864         Refuse slaving to another clock instead of silently not working.
8865         Only provide a clock when we are actually able to do so.
8866         Various small cleanups and compiler hints.
8867
8868 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
8869
8870         Patch by: Lutz Mueller <lutz at topfrose de>
8871
8872         * gst/typefind/gsttypefindfunctions.c: (html_type_find),
8873         (plugin_init):
8874           Add typefinding for text/html (#346581).
8875
8876 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
8877
8878         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
8879         (xml_check_first_element), (xml_type_find), (smil_type_find):
8880           Fix SMIL typefinding, make xml_check_first_element() more
8881           useful.
8882
8883 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
8884
8885         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
8886         (gst_play_base_bin_finalize), (decodebin_element_added_cb),
8887         (decodebin_element_removed_cb), (gst_play_base_bin_set_property):
8888         * gst/playback/gstplaybasebin.h:
8889           Protect list of elements with a subtitle-encoding property and
8890           the subtitle encoding member itself with a lock of their own
8891           instead of using the object lock. This prevents a dead-lock in
8892           the element-remove callback in some circumstances when shutting
8893           down playbin.
8894
8895 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
8896
8897         * win32/common/libgsttag.def:
8898         Export some new functions.
8899         * win32/vs6/libgstogg.dsp:
8900         Add a link to libgsttag-0.10.lib.
8901
8902 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
8903
8904         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
8905           Some const-ification.
8906
8907 2006-07-04  Wim Taymans  <wim@fluendo.com>
8908
8909         * gst/playback/gstplaybasebin.c: (is_stream), (gen_source_element):
8910         Improve checking if we are dealing with a stream. Added some
8911         more uris that need buffering.
8912
8913 2006-07-03  Edward Hervey  <edward@fluendo.com>
8914
8915         * ext/vorbis/vorbisdec.c: (vorbis_do_clip):
8916         Remove unused variable.
8917
8918 2006-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
8919
8920         * Makefile.am:
8921           include lcov.mak
8922         * configure.ac:
8923           add GCOV_LIBS to GST_LIBS
8924
8925 2006-07-02  Tim-Philipp Müller  <tim at centricular dot net>
8926
8927         Patch by: Michael Sheldon  <webmaster at mikeasoft com>
8928
8929         * ext/alsa/gstalsasrc.c:
8930           Add 32 bps to template caps and increase channels range
8931           from [1,2] to [1,MAX]. See #346326.
8932
8933 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
8934
8935         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
8936           Recognise 'WMVA' video codec fourcc (#345879).
8937           
8938 2006-06-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
8939          
8940         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
8941           Fixed nasty memory leak
8942
8943 2006-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
8944
8945         * gst/tcp/gsttcp.c: (gst_tcp_read_buffer),
8946         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps):
8947           fix logging
8948
8949 2006-06-23  Jan Schmidt  <thaytan@mad.scientist.com>
8950
8951         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
8952         (gst_decode_bin_init), (gst_decode_bin_finalize), (add_fakesink),
8953         (remove_fakesink), (pad_probe), (gst_decode_bin_change_state):
8954         Protect remove_fakesink using a mutex, so that we don't try and
8955         remove the fakesink simultaneously from multiple threads.
8956
8957         When going from READY to PAUSED, restore the fakesink, so that
8958         it is there when decodebin gets reused.
8959
8960 2006-06-23  Tim-Philipp Müller  <tim at centricular dot net>
8961
8962         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8963         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8964         * gst-libs/gst/rtp/gstbasertppayload.c:
8965         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8966         * gst/tcp/gstmultifdsink.c:
8967         * gst/tcp/gsttcpclientsink.c:
8968         * gst/tcp/gsttcpclientsrc.c:
8969         * gst/tcp/gsttcpserversink.c:
8970         * gst/tcp/gsttcpserversrc.c:
8971         * gst/videorate/gstvideorate.c:
8972         * gst/videotestsrc/gstvideotestsrc.c:
8973         * sys/v4l/gstv4ljpegsrc.c:
8974         * sys/v4l/gstv4lmjpegsink.c:
8975         * sys/v4l/gstv4lsrc.c:
8976         * tests/examples/seek/scrubby.c:
8977         * tests/examples/seek/seek.c:
8978           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503).
8979
8980 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
8981
8982         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum):
8983           Second field in GEnumValue shouldn't be a description,
8984           but a stringified version of the enum value.
8985
8986 2006-06-22  Wim Taymans  <wim@fluendo.com>
8987
8988         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
8989         (gst_ximage_buffer_free), (gst_ximagesink_ximage_put),
8990         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
8991         Avoid type checking in buffer casts.
8992         Avoid caps copy in buffer_alloc when we can.
8993         Use pad_peer_accept.
8994
8995 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
8996
8997         * gst-libs/gst/tag/tag.h:
8998           Oops, make that 'Since: 0.10.9'.
8999
9000 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
9001
9002         * docs/libs/gst-plugins-base-libs-sections.txt:
9003         * gst-libs/gst/tag/tag.h:
9004         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum),
9005         (gst_tag_image_type_get_type):
9006           API: add GstTagImageType enum to describe images contained
9007           in image tags (#345641).
9008
9009 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
9010
9011         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
9012           Fix warnings with gst-inspect: "buffers-min" property
9013           should be of G_TYPE_INT and not G_TYPE_INT64. Also fix
9014           typo in property description.
9015
9016 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
9017
9018         Patch by: Cody Russell <bratsche at gnome org>
9019
9020         * gst/audioresample/gstaudioresample.c:
9021         (gst_audioresample_class_init):
9022         * gst/playback/gststreamselector.c:
9023         (gst_stream_selector_class_init):
9024         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
9025         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
9026         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
9027         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
9028         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
9029         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
9030         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
9031         * gst/videotestsrc/gstvideotestsrc.c:
9032         (gst_video_test_src_class_init):
9033         * gst/volume/gstvolume.c: (gst_volume_class_init):
9034           Avoid unnecessary class cast check in class_init
9035           functions (#337747).
9036
9037 2006-06-21  Tim-Philipp Müller  <tim at centricular dot net>
9038
9039         * ext/pango/gsttextoverlay.c: (gst_text_overlay_make_utf8),
9040         (gst_text_overlay_video_chain):
9041           g_markup_escape_text() REALLY doesn't like non-UTF8 input
9042           and doesn't validate its input either (and neither did
9043           textoverlay it seems). Let's do that then and fix #345206.
9044
9045 2006-06-19  Wim Taymans  <wim@fluendo.com>
9046
9047         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
9048         (gst_unit_type_get_type), (gst_multi_fd_sink_class_init),
9049         (gst_multi_fd_sink_init), (gst_multi_fd_sink_add_full),
9050         (gst_multi_fd_sink_add), (gst_multi_fd_sink_handle_client_read),
9051         (find_syncframe), (find_limits), (assign_value),
9052         (count_burst_unit), (gst_multi_fd_sink_new_client),
9053         (gst_multi_fd_sink_handle_client_write),
9054         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_render),
9055         (gst_multi_fd_sink_set_property), (gst_multi_fd_sink_get_property),
9056         (gst_multi_fd_sink_change_state):
9057         * gst/tcp/gstmultifdsink.h:
9058         Added shiny new burst-on-connect methods.
9059         Add properties to control the minimal amount of data queued.
9060         Small cleanups.
9061         API: bytes-min property
9062         API: time-min property
9063         API: buffers-min property
9064         API: burst-unit property
9065         API: burst-value property
9066         API: add-full signal
9067
9068         * gst/tcp/gsttcp-marshal.list:
9069         Added new marshaller code for the new signal.
9070
9071         * tests/check/elements/multifdsink.c: (GST_START_TEST),
9072         (multifdsink_suite):
9073         Added testcases for new burst methods.
9074
9075 2006-06-19  Edward Hervey  <edward@fluendo.com>
9076
9077         * ext/theora/theoradec.c: (clip_buffer), (theora_dec_push):
9078         Implement clipping for accurate seeking.
9079         Closes #345225
9080
9081 2006-06-19  Wim Taymans  <wim@fluendo.com>
9082
9083         Patch by: Philip Jaegenstedt <philip at lysator dot liu dot se>
9084
9085         * gst/videoscale/gstvideoscale.c: (gst_video_scale_prepare_size),
9086         (gst_video_scale_transform):
9087         Make videoscale support RGBA, ARGB, BGRA and ABGR. Fixes #345131
9088
9089 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
9090
9091         * configure.ac:
9092           Fix --disable-external (can't set conditionals conditionally,
9093           #343602).
9094
9095 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
9096
9097         * tests/check/elements/audioresample.c: (test_reuse),
9098         (audioresample_suite):
9099           Add test case for bug #342789 fixed below.
9100
9101 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
9102
9103         * gst/audioresample/gstaudioresample.c:
9104         (gst_audioresample_class_init), (gst_audioresample_init),
9105         (audioresample_start), (audioresample_stop),
9106         (gst_audioresample_set_property), (gst_audioresample_get_property):
9107           Implement GstBaseTransform::start and ::stop so that audioresample
9108           can clear its internal state properly and be reused instead of
9109           causing non-negotiated errors with playbin under some circumstances
9110           (#342789).
9111
9112         * tests/check/elements/audioresample.c: (setup_audioresample),
9113         (cleanup_audioresample):
9114           Need to set element state here so that ::start and ::stop are
9115           called.
9116
9117 2006-06-16  Wim Taymans  <wim@fluendo.com>
9118
9119         Patch by: Young-Ho Cha <ganadist at chollian dot net>
9120
9121         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_vids):
9122         Parse extra data better, apparently it's right behind
9123         the normal strf header size. Fixes #343500.
9124
9125 2006-06-16  Wim Taymans  <wim@fluendo.com>
9126
9127         * ext/alsa/gstalsasink.c: (set_hwparams):
9128         If we fail to set the buffer_time and period_time alsa
9129         parameters, post a warning and leave alsa select a 
9130         default instead of failing. Fixes #342085
9131
9132 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
9133
9134         * docs/libs/gst-plugins-base-libs-sections.txt:
9135         * gst-libs/gst/cdda/gstcddabasesrc.h:
9136           Remove GST_CDDA_TAG_TRACK_TAGS again, it is #ifdef 0'ed
9137           out in the header file and shouldn't be listed in the docs.
9138
9139         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
9140           Must dereference pointer to fourcc in the debug statement.
9141
9142 2006-06-16  Stefan Kost  <ensonic@users.sf.net>
9143
9144         * docs/libs/Makefile.am:
9145         * docs/libs/gst-plugins-base-libs-docs.sgml:
9146         * docs/libs/gst-plugins-base-libs-sections.txt:
9147         * docs/libs/gst-plugins-base-libs.types:
9148         add remaining symbols into correct setions
9149         
9150         * gst-libs/gst/audio/gstringbuffer.c:
9151         fix incomplete docs
9152         
9153         * gst-libs/gst/audio/gstringbuffer.h:
9154         comment out not yet implemented function
9155         
9156         
9157         * gst-libs/gst/floatcast/floatcast.h:
9158         * gst-libs/gst/netbuffer/gstnetbuffer.c:
9159         add short descriptions
9160         
9161         
9162         * gst-libs/gst/interfaces/propertyprobe.c:
9163         fix return value docs   
9164         
9165         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
9166         simplify debug logging
9167         
9168         * gst-libs/gst/riff/riff-read.h:
9169         sync function prototype and docs
9170         
9171         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
9172         remove left over symbol
9173
9174 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
9175
9176         * autogen.sh:
9177         * configure.ac:
9178         * docs/Makefile.am:
9179           Use GST_PLUGIN_DOCS macro in configure.ac, add
9180           --enable-plugin-docs default to autogen.sh and use
9181           ENABLE_PLUGIN_DOCS conditional in Makefile.am (#344039).
9182
9183 2006-06-15  Wim Taymans  <wim@fluendo.com>
9184
9185         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
9186         (gst_ogg_demux_activate_chain), (gst_ogg_demux_combine_flows),
9187         (gst_ogg_demux_loop):
9188         Combine GstFlowReturn from the source pads to give a
9189         meaningfull result to the upstream peer or to stop the
9190         processing task in case of errors.
9191
9192 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
9193
9194         * gst/playback/gststreaminfo.c: (cb_probe):
9195           Try GST_TAG_CODEC as fallback when extracting the
9196           codec name; more debug info.
9197
9198 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
9199
9200         * ext/ogg/Makefile.am:
9201         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
9202           Extract language tags from ogm subtitle streams, so that
9203           the subtitle menu choices are labelled correctly in
9204           Totem (fixes #344708).
9205
9206 2006-06-14  Wim Taymans  <wim@fluendo.com>
9207
9208         Patch by: Alessandro Decina <alessandro at nnva dot org>
9209
9210         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_clear),
9211         (gst_ogg_mux_release_pad), (gst_ogg_mux_get_headers),
9212         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_init_collectpads),
9213         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
9214         Fix various leaks. Fixes #343699.
9215         Add x-smoke mime type.
9216
9217 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
9218
9219         * gst-libs/gst/riff/riff-ids.h:
9220           Add IDs for 'bext' chunks (see #343837).
9221
9222 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
9223
9224         Patch by: Young-Ho Cha  <ganadist at chollian net>
9225
9226         * gst/subparse/samiparse.c: (sami_context_pop_state),
9227         (handle_start_font), (end_sami_element):
9228           Honour font face tags in SAMI subtitles (#344503).
9229
9230 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
9231
9232         * po/POTFILES.in:
9233           add missing files containing translatable strings
9234
9235 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
9236
9237         * docs/libs/tmpl/.cvsignore:
9238           we don't want those *.sgml files in CVS either
9239
9240 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
9241
9242         * docs/libs/.cvsignore:
9243         * tests/check/elements/.cvsignore:
9244         * tests/check/libs/.cvsignore:
9245           ignore more
9246
9247 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
9248
9249         * docs/libs/Makefile.am:
9250           also commiting the changed Makefile.am (added more libs to the
9251           doc-build)
9252
9253 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
9254
9255         * docs/libs/gst-plugins-base-libs-docs.sgml:
9256         * docs/libs/gst-plugins-base-libs-sections.txt:
9257         * docs/libs/gst-plugins-base-libs.types:
9258           first batch of reordering things, add index & hierarchy
9259
9260 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
9261
9262         * configure.ac:
9263           use GST_PKG_CHECK_MODULES, cleans up output
9264
9265 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
9266
9267         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
9268           Add support for burn:// URIs (#343385); const-ify things a bit,
9269           use G_N_ELEMENTS instead of hard-coded array size.
9270
9271 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
9272
9273         Patch by: Young-Ho Cha  <ganadist at chollian net>
9274
9275         * gst/subparse/samiparse.c: (fix_invalid_entities), (parse_sami):
9276           Fix up broken entities before passing them to libxml *sigh*.
9277           (#343303).
9278           
9279 2006-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
9280
9281         * configure.ac:
9282           back to TRUNK
9283
9284 === release 0.10.8 ===
9285
9286 2006-06-09  Thomas Vander Stichele <thomas at apestaart dot org>
9287
9288         * configure.ac:
9289           releasing 0.10.8, "Moar gij ziet mij nie"
9290
9291 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
9292
9293         * configure.ac:
9294         * po/af.po:
9295         * po/az.po:
9296         * po/cs.po:
9297         * po/en_GB.po:
9298         * po/hu.po:
9299         * po/it.po:
9300         * po/nb.po:
9301         * po/nl.po:
9302         * po/or.po:
9303         * po/sq.po:
9304         * po/sr.po:
9305         * po/sv.po:
9306         * po/uk.po:
9307         * po/vi.po:
9308         * win32/common/config.h:
9309           0.10.7.2 prerelease
9310
9311 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
9312
9313         * docs/libs/tmpl/gstaudio.sgml:
9314         * docs/libs/tmpl/gstcolorbalance.sgml:
9315         * docs/libs/tmpl/gstmixer.sgml:
9316         * docs/libs/tmpl/gstringbuffer.sgml:
9317         * docs/libs/tmpl/gsttuner.sgml:
9318         * docs/libs/tmpl/gstxoverlay.sgml:
9319         * gst-libs/gst/audio/audio.c:
9320         * gst-libs/gst/audio/gstringbuffer.c:
9321         * gst-libs/gst/interfaces/colorbalance.c:
9322         * gst-libs/gst/interfaces/mixer.c:
9323         * gst-libs/gst/interfaces/tuner.c:
9324         * gst-libs/gst/interfaces/xoverlay.c:
9325           move last template doc snippets to source code and delete them
9326
9327 2006-06-06  Michael Smith  <msmith@fluendo.com>
9328
9329         * ext/theora/theoraparse.c: (theora_parse_drain_queue_prematurely),
9330         (theora_parse_drain_queue):
9331           Mark DELTA_UNIT on non-keyframes.
9332
9333 2006-06-03  Jan Schmidt  <thaytan@mad.scientist.com>
9334
9335         * gst-libs/gst/audio/gstbaseaudiosink.c:
9336         (gst_base_audio_sink_class_init), (gst_base_audio_sink_setcaps):
9337         * gst-libs/gst/audio/gstbaseaudiosink.h:
9338         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps),
9339         (gst_ring_buffer_samples_done):
9340         * gst-libs/gst/audio/gstringbuffer.h:
9341         Document better the fact that latency_time and buffer_time are values
9342         stored in microseconds, and not the usual GStreamer nanoseconds.
9343         Change the variables (compatibly) that store them from GstClockTime 
9344         to guint64 to make it more clear that they're not storing clock times.
9345         Also, remove the bogus property description that says the user can
9346         specify -1 to get the default value, since that's never been the case.
9347
9348         When computing the default segment size for the ring buffer, make it
9349         an integer number of samples.
9350
9351         When the sub-class indicates a delay greater than the number of
9352         samples we've written return 0 from the audio sink get_time method.
9353
9354 2006-06-02  Michael Smith  <msmith@fluendo.com>
9355
9356         * tests/check/elements/audioconvert.c: (set_channel_positions),
9357         (get_float_mc_caps), (get_int_mc_caps):
9358         * tests/check/elements/audioresample.c:
9359         * tests/check/elements/audiotestsrc.c: (GST_START_TEST):
9360         * tests/check/elements/videorate.c:
9361         * tests/check/elements/videotestsrc.c: (GST_START_TEST):
9362         * tests/check/elements/volume.c:
9363         * tests/check/elements/vorbisdec.c:
9364         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
9365           Don't busy-wait in tests; this was causing test timeouts very
9366           frequently when running under valgrind.
9367
9368 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
9369
9370         * gst/tcp/README:
9371         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_init),
9372         (gst_multi_fd_sink_remove_client_link),
9373         (gst_multi_fd_sink_client_queue_caps),
9374         (gst_multi_fd_sink_client_queue_buffer),
9375         (gst_multi_fd_sink_handle_client_write),
9376         (gst_multi_fd_sink_render):
9377         * gst/tcp/gstmultifdsink.h:
9378           make multifdsink properly deal with streamheader:
9379           - streamheader is taken from caps
9380           - buffers marked with IN_CAPS are not sent
9381           - streamheaders are sent, on connection, from the caps of the
9382             buffer where the client gets positioned to
9383           - further streamheader changes are done every time the client
9384             will receive a buffer with different caps
9385         * tests/check/elements/multifdsink.c: (GST_START_TEST),
9386         (gst_multifdsink_create_streamheader):
9387           add tests for this
9388
9389 2006-06-02  Michael Smith  <msmith@fluendo.com>
9390
9391         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
9392           Reinstate limit on channel count. Vorbis does not define the meaning
9393           of > 6 channels, so they're just independent channels. Gstreamer
9394           currently has no mechanism to represent N independent channels.
9395
9396 2006-06-02  Michael Smith  <msmith@fluendo.com>
9397
9398         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
9399           Don't arbitrarily restrict channel counts and rate in vorbis.
9400           In terms of effects likely on real-world files, this fixes 96kHz
9401           playback of vorbis.
9402
9403 2006-06-02  Michael Smith  <msmith@fluendo.com>
9404
9405         * gst/audioconvert/audioconvert.c: (float):
9406           More correct float->int conversion.
9407
9408 2006-06-02  Michael Smith  <msmith@fluendo.com>
9409
9410         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_perform_seek):
9411           Don't accidently send GST_CLOCK_TIME_NONE as a new segment start
9412           value. Fixes g-critical on trying to play back ogg containing
9413           unknown codec.
9414
9415 2006-06-02  Wim Taymans  <wim@fluendo.com>
9416
9417         * gst/playback/gstplaybasebin.c: (group_create), (group_commit),
9418         (setup_source):
9419         * gst/playback/gstplaybasebin.h:
9420         Make the subtitle detection work from any thread so we don't
9421         deadlock. Fixes #343397.
9422
9423 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
9424
9425         * gst/volume/Makefile.am:
9426           Seriously, it's not *that* hard to get compilation right.  Even
9427           a drunk can do it ! Add LIBOIL CFLAGS and LIBS
9428
9429 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
9430
9431         * gst/volume/gstvolume.c: (volume_choose_func),
9432         (volume_update_real_volume), (gst_volume_class_init),
9433         (gst_volume_init), (volume_process_float), (volume_process_int16),
9434         (volume_process_int16_clamp), (volume_set_caps),
9435         (volume_transform_ip), (plugin_init):
9436         * gst/volume/gstvolume.h:
9437         rewrite the passthrough check, split _int16 and _int16_clamp, fix
9438         another property desc., remove unused param from process function
9439         
9440         * tests/check/elements/volume.c: (volume_suite):
9441         reactivate the passthrough test
9442
9443 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
9444
9445         * ext/alsa/gstalsamixerelement.h:
9446         * ext/alsa/gstalsamixeroptions.h:
9447         * ext/alsa/gstalsamixertrack.h:
9448         * ext/gnomevfs/gstgnomevfssink.h:
9449         * ext/gnomevfs/gstgnomevfssrc.h:
9450         * ext/theora/gsttheoradec.h:
9451         * ext/theora/gsttheoraenc.h:
9452         * ext/theora/gsttheoraparse.h:
9453         * ext/vorbis/vorbisparse.h:
9454         * gst-libs/gst/audio/gstaudioclock.h:
9455         * gst-libs/gst/audio/gstaudiofilter.h:
9456         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
9457         * gst/audioconvert/gstaudioconvert.h:
9458         * gst/audioresample/gstaudioresample.h:
9459         * gst/audiotestsrc/gstaudiotestsrc.h:
9460         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
9461         * gst/playback/gststreamselector.h:
9462         * gst/tcp/gstmultifdsink.h:
9463         * gst/tcp/gsttcpclientsink.h:
9464         * gst/tcp/gsttcpclientsrc.h:
9465         * gst/tcp/gsttcpserversink.h:
9466         * gst/tcp/gsttcpserversrc.h:
9467         * gst/videorate/gstvideorate.h:
9468         * gst/videoscale/gstvideoscale.h:
9469         * gst/videotestsrc/gstvideotestsrc.h:
9470         * gst/volume/gstvolume.h:
9471         * sys/v4l/gstv4ljpegsrc.h:
9472         * sys/v4l/gstv4lmjpegsink.h:
9473         * sys/v4l/gstv4lmjpegsrc.h:
9474         * sys/v4l/gstv4lsrc.h:
9475         * sys/ximage/ximagesink.h:
9476         * sys/xvimage/xvimagesink.h:
9477         * tests/old/testsuite/alsa/sinesrc.h:
9478         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
9479
9480 2006-05-31  Wim Taymans  <wim@fluendo.com>
9481
9482         * ext/libvisual/visual.c: (gst_visual_reset),
9483         (gst_visual_sink_setcaps), (gst_visual_sink_event),
9484         (gst_visual_src_event), (get_buffer), (gst_visual_chain):
9485         Handle DISCONT.
9486         Use running time before doing QoS.
9487         Handle mono too.
9488
9489 2006-05-31  Thomas Vander Stichele  <thomas at apestaart dot org>
9490
9491         * docs/libs/Makefile.am:
9492           set a magic variable to indicate we know the docs are incomplete
9493
9494 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
9495
9496         * win32/common/libgstvideo.def:
9497           export gst_video_calculate_display_ratio
9498         * win32/vs6/libgstvideoscale.dsp:
9499           add link to libgstvideo-0.10.lib
9500
9501 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
9502
9503         * gst/playback/gstplaybasebin.c: (gen_source_element):
9504           Throw a more comprehensible error for rtsp:// URIs (rather
9505           than erroring out with a negotiation error later on) until
9506           we fix playbin to handle rtspsrc etc.
9507
9508 2006-05-30  Wim Taymans  <wim@fluendo.com>
9509
9510         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
9511         (gst_text_overlay_text_event):
9512         Added some FIXMEs.
9513
9514 2006-05-30  Wim Taymans  <wim@fluendo.com>
9515
9516         * gst/adder/gstadder.c: (gst_adder_class_init), (gst_adder_init),
9517         (gst_adder_request_new_pad), (gst_adder_release_pad):
9518         * gst/adder/gstadder.h:
9519         Implement release_request_pad.
9520         Make padcounter atomic.
9521
9522         * tests/check/elements/adder.c: (GST_START_TEST), (adder_suite):
9523         Added check for release_pad in adder.
9524
9525 2006-05-30  Wim Taymans  <wim@fluendo.com>
9526
9527         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream):
9528         Fix build again.
9529
9530 2006-05-30  Thomas Vander Stichele  <thomas at apestaart dot org>
9531
9532         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
9533         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
9534         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
9535         (gst_ogg_pad_submit_page), (gst_ogg_chain_new_stream),
9536         (gst_ogg_demux_seek), (gst_ogg_demux_get_data),
9537         (gst_ogg_demux_get_next_page), (gst_ogg_demux_do_seek),
9538         (gst_ogg_demux_bisect_forward_serialno),
9539         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_chains),
9540         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
9541           add more debugging
9542           clean up printf formats for granulepos and serialno
9543
9544 2006-05-30  Michael Smith  <msmith@fluendo.com>
9545
9546         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
9547         (gst_vorbis_enc_class_init), (gst_vorbis_enc_dispose),
9548         (gst_vorbis_enc_generate_sink_caps), (gst_vorbis_enc_sink_getcaps),
9549         (gst_vorbis_enc_init), (gst_vorbis_enc_buffer_from_header_packet),
9550         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
9551         * ext/vorbis/vorbisenc.h:
9552           Multi-channel caps negotiation, so we can do proper multichannel
9553           vorbis encoding, negotiated through audioconvert.
9554
9555 2006-05-30  Wim Taymans  <wim@fluendo.com>
9556
9557         * tests/check/elements/adder.c: (test_event_message_received),
9558         (test_play_twice_message_received), (GST_START_TEST),
9559         (adder_suite):
9560         Added check to show that #339935 is fixed with ongoing
9561         adder and collectpads fixes.
9562
9563 2006-05-29  Wim Taymans  <wim@fluendo.com>
9564
9565         * gst/adder/gstadder.c: (gst_adder_request_new_pad):
9566         Don't leak pad name.
9567
9568 2006-05-29  Wim Taymans  <wim@fluendo.com>
9569
9570         * gst/adder/gstadder.c: (gst_adder_query_duration),
9571         (forward_event_func), (forward_event), (gst_adder_src_event):
9572         Fix adder seeking.
9573         Make query/seeking code threadsafe.
9574
9575         * tests/check/Makefile.am:
9576         * tests/check/elements/adder.c: (test_event_message_received),
9577         (GST_START_TEST), (test_play_twice_message_received):
9578         Fix adder test case.
9579
9580 2006-05-29  Tim-Philipp Müller  <tim at centricular dot net>
9581
9582         Patch by: Young-Ho Cha  <ganadist at chollian net>
9583
9584         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
9585         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
9586         (set_encoding_element), (decodebin_element_added_cb),
9587         (decodebin_element_removed_cb), (setup_subtitle), (setup_source),
9588         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
9589         * gst/playback/gstplaybasebin.h:
9590           Add 'subtitle-encoding' property to playbin, so applications can
9591           force a subtitle encoding for non-UTF8 subtitles (#342268).
9592
9593         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init),
9594         (gst_sub_parse_set_property):
9595           Rename recently-added 'encoding' property to 'subtitle-encoding'
9596           (so it can be proxied by playbin/decodebin in a generic way
9597           with less danger of false positives).
9598
9599 2006-05-29  Michael Smith  <msmith@fluendo.com>
9600
9601         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
9602         (append_with_other_format), (set_structure_widths),
9603         (gst_audio_convert_transform_caps):
9604           Patch from #341562: give more specific audio caps in get_caps, so
9605           that basetransform  can make better decisions on what caps to
9606           negotiate.
9607
9608 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
9609
9610         * tests/check/elements/volume.c:
9611         make it compile again
9612
9613 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
9614
9615         * tests/check/elements/volume.c: (volume_suite):
9616         disable test until #343196 gets resolved
9617
9618 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
9619
9620         * gst/adder/gstadder.c: (gst_adder_get_type):
9621         Make it easier to copy&paste
9622         
9623         * gst/volume/Makefile.am:
9624         * gst/volume/gstvolume.c: (volume_update_real_volume),
9625         (gst_volume_set_volume), (gst_volume_set_mute),
9626         (gst_volume_class_init), (volume_process_int16), (volume_set_caps),
9627         (volume_transform_ip), (volume_update_mute),
9628         (volume_update_volume):
9629         * gst/volume/gstvolume.h:
9630         Add own debug category, move duplicate code to helper function, fix
9631         property texts, add more comments and prepare ffor liboil-goodness
9632         
9633         * tests/check/Makefile.am:
9634         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
9635         add test for mute and passtrough case, be a bit more verbose to track
9636         failure
9637         
9638         * tests/check/generic/states.c: (GST_START_TEST):
9639         catch elements that fail to instantiate
9640
9641 2006-05-28  Edward Hervey  <edward@fluendo.com>
9642
9643         * tests/check/pipelines/simple-launch-lines.c:
9644         * tests/check/pipelines/theoraenc.c:
9645         * tests/check/pipelines/vorbisenc.c:
9646         Comment out tests using parse_launch() if core was built without
9647         parsing capabilities.
9648
9649 2006-05-27  Edward Hervey  <edward@fluendo.com>
9650
9651         * tests/check/Makefile.am:
9652         Extra bonus points for whoever explains to ensonic that you are meant
9653         to test unit tests thoroughly before commiting them, especially if
9654         you know it's going to break.
9655         De-activated element/adder tests.
9656
9657 2006-05-27  Edward Hervey  <edward@fluendo.com>
9658
9659         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9660         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps):
9661         Marking caps conversion issues as GST_WARNING is way too verbose,
9662         Moving them to GST_LOG.
9663
9664 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
9665
9666         * README:
9667           Replace current README (containing the release notes from
9668           some 0.9.x version) with a proper README taken from the core.
9669
9670 2006-05-26  Wim Taymans  <wim@fluendo.com>
9671
9672         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
9673         (vorbis_dec_src_event), (vorbis_dec_sink_event), (vorbis_do_clip),
9674         (vorbis_dec_push), (vorbis_handle_data_packet), (vorbis_dec_chain),
9675         (vorbis_dec_change_state):
9676         Small cleanups.
9677         Add some FIXMEs
9678         Clip output samples to segment boundaries.
9679
9680 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
9681
9682         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
9683         (gst_ximagesink_xcontext_get), (gst_ximagesink_show_frame):
9684         Improve the errors produced on bad output, including some human
9685         readable description strings.
9686         Handle the (theoretical for ximagesink) case where the XServer 
9687         has a different idea about the size required for a particular 
9688         frame and gives us too small a memory allocation.
9689
9690 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
9691
9692         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
9693         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
9694         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
9695         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
9696         Improve the errors produced on bad output, including some human 
9697         readable description strings.
9698         Handle RGB Xv formats properly by transforming them into our 
9699         big-endian caps description.
9700         Use gst_caps_truncate to ensure that we never try and choose a
9701         non-fixed caps in buffer_alloc.
9702         Handle the case where the XServer has a different idea about the size
9703         required for a particular frame and gives us too small a memory
9704         allocation.
9705         Use -1 to indicate 'no image format', because 0 is a valid XServer
9706         image format number.
9707         Put RGB Xv formats at the end of the caps, so that we always prefer
9708         YUV format frames.
9709         Iterate the available Xv Encodings to determine the maximum width and
9710         height, and then return that in our caps.
9711         (Closes #315312, #337544)
9712
9713 2006-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
9714
9715         * gst/playback/gstdecodebin.c: (remove_fakesink), (pad_probe):
9716         When there is only one unfinished pad and it receives an event that
9717         doesn't match our requirements, we need to set alldone=FALSE so that
9718         the fakesink is not removed yet.
9719
9720 2006-05-25  Tim-Philipp Müller  <tim at centricular dot net>
9721
9722         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
9723           Use gst_type_find_helper_for_buffer() to find the type
9724           of stream from the first packet.
9725
9726         * configure.ac:
9727           Bump requirements to core CVS (needed for vorbis
9728           typefinding to work).
9729
9730 2006-05-24  Edward Hervey  <edward@fluendo.com>
9731
9732         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): 
9733         Added the 'prfl' atom type which MQV (no, it's not a typo) files
9734         contain.  Else they play perfectly fine with qtdemux.
9735
9736 2006-05-23  Stefan Kost  <ensonic@users.sf.net>
9737
9738         * ext/theora/theoradec.c:
9739         * ext/theora/theoraenc.c:
9740         * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
9741         * gst/audiorate/gstaudiorate.c:
9742           make more debug catagories static
9743         
9744         * tests/check/Makefile.am:
9745         * tests/check/elements/adder.c: (message_received),
9746         (test_event_message_received), (GST_START_TEST),
9747         (test_play_twice_message_received), (adder_suite):
9748           added test case for using element twice, extra bonus points for anyone
9749           who can make these test run reliably
9750
9751 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
9752
9753         * ext/theora/theoradec.c: (theora_dec_chain):
9754           Make work with time-stamped input buffers that do not
9755           have a granulepos in BUFFER_OFFSET_END (like theora
9756           buffers coming from matroskademux). Fixes #342448.
9757
9758 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
9759
9760         Patch by: Peter Kjellerstedt  <pkj at axis com>
9761
9762         * gst/tcp/Makefile.am:
9763           fdstresstest doesn't need Gtk+, fix compilation if 
9764           gtk is not available (#342566).
9765
9766 2006-05-19 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
9767          
9768         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
9769           80 line columns
9770           Removed redundant floor()
9771
9772 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
9773
9774         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
9775           On second thought, just skip JUNK chunks automatically, so
9776           the caller doesn't have to handle this. Fixes #342345.
9777           Also, return GST_FLOW_UNEXPECTED if we get a short read,
9778           not GST_FLOW_ERROR.
9779
9780 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
9781
9782         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
9783           Don't bail out on JUNK chunks with a size of 0 (would try to
9784           pull_range 0 bytes before, which sources don't like too much).
9785           See #342345.
9786
9787 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
9788
9789         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
9790         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
9791         Use the gstutil scaling function to preserve 64 bits while calculating
9792         output width and height from the display-aspect-ratio. (A continuation
9793         of #341542)
9794
9795 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
9796
9797         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
9798         (gst_xvimagesink_buffer_alloc):
9799         * sys/xvimage/xvimagesink.h:
9800         When performing buffer allocations, remember the caps and image format
9801         we return so that if the same caps are asked for next time we can
9802         return them immediately without doing any caps intersections.
9803
9804 2006-05-18 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
9805          
9806         * gst-libs/gst/rtp/README:
9807           Some new documentation
9808         * gst-libs/gst/rtp/gstrtpbuffer.h:       
9809           Added GST_RTP_PAYLOAD_DYNAMIC_STRING for use by children       
9810         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
9811         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:     
9812           New RTP audio base payloader class. Supports frame or sample based
9813           codecs.  Not enabled in Makefile.am until approved.
9814
9815 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
9816
9817         * tests/check/elements/alsa.c: (test_device_property_probe):
9818           Fix test case: don't try to free NULL GValueArray when there
9819           are no devices.
9820
9821 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
9822
9823         * tests/check/Makefile.am:
9824         * tests/check/elements/alsa.c: (test_device_property_probe),
9825         (alsa_suite), (main):
9826           Add simple test that runs a device property probe on alsasrc,
9827           alsasink and alsamixer. Disable valgrind check for now (too
9828           many leaks in libasound, and valgrind ignored my suppressions
9829           additions).
9830
9831 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
9832
9833         * ext/alsa/gstalsadeviceprobe.c: (gst_alsa_get_device_list),
9834         (gst_alsa_device_property_probe_probe_property),
9835         (gst_alsa_device_property_probe_needs_probe),
9836         (gst_alsa_device_property_probe_get_values),
9837         (gst_alsa_type_add_device_property_probe_interface):
9838         * ext/alsa/gstalsadeviceprobe.h:
9839         * ext/alsa/gstalsamixerelement.c:
9840         (gst_alsa_mixer_element_init_interfaces):
9841         * ext/alsa/gstalsamixerelement.h:
9842           Clean up and simplify alsa device probing. Make it actually work
9843           for multiple classes. Don't cache results any longer.
9844
9845         * ext/alsa/gstalsasink.c: (gst_alsasink_init_interfaces),
9846         (gst_alsasink_init):
9847         * ext/alsa/gstalsasrc.c: (gst_alsasrc_dispose),
9848         (gst_alsasrc_interface_supported), (gst_implements_interface_init),
9849         (gst_alsasrc_init_interfaces), (gst_alsasrc_set_property):
9850           Make alsasink and alsasrc implement the GstPropertyProbe interface
9851           for device probing (#342181).
9852           Patch by: Martin Szulecki  <gnomebugzilla at sukimashita com>
9853
9854 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
9855
9856         * gst/subparse/samiparse.c: (handle_start_font):
9857           Don't ignore return value of strtol (++compiler_happiness).
9858
9859 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
9860
9861         Patch by: Young-Ho Cha  <ganadist chollian net>
9862
9863         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
9864         (gst_sub_parse_class_init), (gst_sub_parse_init),
9865         (gst_sub_parse_set_property), (gst_sub_parse_get_property),
9866         (convert_encoding):
9867         * gst/subparse/gstsubparse.h:
9868           Add 'encoding' property (#341681).
9869
9870         * gst/subparse/samiparse.c: (characters_sami):
9871           Output is pango markup, so we need to escape text
9872           between tags (#342143).
9873
9874 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
9875
9876         * gst-libs/gst/audio/multichannel.c:
9877         (gst_audio_check_channel_positions):
9878           It's okay to have caps with channels=1 and a channel position
9879           different from GST_AUDIO_CHANNEL_POSITION_FRONT_MONO
9880           (deinterleavers might want to keep the position in the caps,
9881           so that they can be re-interleaved again properly later).
9882           Leave check for unexpected 2-channel layouts intact for now.
9883
9884 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9885
9886         * gst/tcp/gsttcp.c: (gst_tcp_socket_read):
9887         Return GST_FLOW_UNEXPECTED when we have an eos on the socket so
9888         basesrc can do its job correctly.
9889
9890 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
9891
9892         * ext/alsa/Makefile.am:
9893         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
9894         (gst_alsa_detect_formats), (get_channel_free_structure),
9895         (caps_add_channel_configuration), (gst_alsa_detect_channels),
9896         (gst_alsa_probe_supported_formats):
9897         * ext/alsa/gstalsa.h:
9898         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
9899           Refactor and improve caps probing code: probe signedness
9900           when we probe the supported formats/widths; set endianness
9901           to the one we actually probed for (ie. cpu endianness).
9902           
9903         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (gst_alsasrc_getcaps),
9904         (gst_alsasrc_close):
9905         * ext/alsa/gstalsasrc.h:
9906           Implement caps probing for alsasrc.
9907
9908 2006-05-15  Wim Taymans  <wim@fluendo.com>
9909
9910         * ext/theora/theoradec.c: (gst_theora_dec_reset),
9911         (theora_dec_src_query), (theora_dec_src_event),
9912         (theora_dec_sink_event), (theora_handle_comment_packet),
9913         (theora_handle_data_packet), (theora_dec_change_state):
9914         Cleanups, add some G_LIKELY.
9915         Use segment helpers instead of our own wrong code.
9916         Clear queued buffers on seek and READY.
9917
9918         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
9919         (vorbis_dec_convert), (vorbis_dec_src_query),
9920         (vorbis_dec_src_event), (vorbis_dec_sink_event),
9921         (vorbis_handle_comment_packet), (vorbis_dec_push),
9922         (vorbis_handle_data_packet), (vorbis_dec_chain),
9923         (vorbis_dec_change_state):
9924         * ext/vorbis/vorbisdec.h:
9925         Remove old useless packetno variable.
9926         Do position query properly.
9927         Add some G_LIKELY.
9928         Do cleanup of queued buffers in new helper function
9929         and use it.
9930
9931 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
9932
9933         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
9934           Query supported sample rates. Fixes #341732.
9935
9936 2006-05-15  Julien MOUTTE  <julien@moutte.net>
9937
9938         * gst/playback/gstdecodebin.c: (cleanup_decodebin),
9939         (gst_decode_bin_change_state): Make decodebin reusable
9940         when going from PAUSE_TO_READY and then back to PAUSED.
9941         Fixes #331678.
9942
9943 2006-05-15  Wim Taymans  <wim@fluendo.com>
9944
9945         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types),
9946         (vorbis_dec_convert), (vorbis_dec_src_query),
9947         (vorbis_dec_sink_query), (vorbis_dec_src_event),
9948         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
9949         (vorbis_dec_clean_queued), (vorbis_dec_push),
9950         (vorbis_handle_data_packet), (vorbis_dec_change_state):
9951         Cleanups. Use refcounting and DEBUG_OBJECT.
9952         Reset segment on flush, use code methods instead of our
9953         own wrong version.
9954         Fix potential memleak.
9955
9956 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
9957
9958         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
9959         (gst_alsasink_init):
9960         * ext/alsa/gstalsasink.h:
9961           Don't leak allocated snd_output_t structure if there's
9962           more than one alsasink instance at a time (#341873).
9963           Also fix GObject macros in header file.
9964           
9965 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
9966
9967         * gst/subparse/gstsubparse.c:
9968         (gst_sub_parse_data_format_autodetect):
9969           Don't use libxml functions in the typefinding code.
9970
9971 2006-05-15  Wim Taymans  <wim@fluendo.com>
9972
9973         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
9974         Fix seeking performance in the case where a non-header 
9975         packet has a 0 granulepos (busted theora case). 
9976         Fixes #341719
9977         (nvdr: thanks Wim for not mentioning who spotted and fixed it in
9978          the first place, you limelight stealer you)
9979
9980 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
9981
9982         * gst/subparse/gstsubparse.c:
9983         (gst_sub_parse_data_format_autodetect):
9984           Improve SAMI typefinding: handle case where there are
9985           whitespaces or newlines in front of the first <SAMI>
9986           tag (#169936).
9987
9988 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
9989
9990         * configure.ac:
9991           Build video4linux plugin even if there's no XVIDEO, just
9992           without implementing the GstXOverlay interface (#334002).
9993          
9994 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
9995
9996         * configure.ac:
9997         * ext/libvisual/visual.c: (gst_visual_actor_plugin_is_gl),
9998         (plugin_init):
9999           Add tentative support for libvisual-0.4 (#336881).
10000
10001 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
10002
10003         Patch by: Young-Ho Cha <ganadist at chollian net>
10004
10005         * gst/subparse/samiparse.c: (handle_start_font):
10006           Need to map "silver" colour explicitly (#169936).
10007
10008 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
10009
10010         Patch by: Young-Ho Cha  <ganadist at chollian net>
10011
10012         * gst/subparse/Makefile.am:
10013         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
10014         (parser_state_dispose), (gst_sub_parse_data_format_autodetect),
10015         (gst_sub_parse_format_autodetect), (feed_textbuf),
10016         (gst_subparse_type_find), (plugin_init):
10017         * gst/subparse/gstsubparse.h:
10018         * gst/subparse/samiparse.c:
10019         * gst/subparse/samiparse.h:
10020           Add support for SAMI subtitles (#169936).
10021
10022 2006-05-14  Michael Smith  <msmith@fluendo.com>
10023
10024         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
10025           Fix #341696: crash when mixing L+R+C to mono or stereo.
10026         * tests/check/Makefile.am:
10027         * tests/check/elements/audioconvert.c: (set_channel_positions),
10028         (get_float_mc_caps), (get_int_mc_caps), (GST_START_TEST),
10029         (audioconvert_suite):
10030           Add test for the above, including some generic framework bits for
10031           testing multichannel things.
10032
10033 === release 0.10.7 ===
10034
10035 2006-05-14  Jan Schmidt <thaytan@mad.scientist.com>
10036
10037         * configure.ac:
10038           releasing 0.10.7, "Leave the gun"
10039
10040 2006-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
10041
10042         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
10043         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
10044         Fix the build.
10045
10046 2006-05-12  Jan Schmidt  <thaytan@mad.scientist.com>
10047
10048         * docs/libs/gst-plugins-base-libs-docs.sgml:
10049         * docs/libs/gst-plugins-base-libs-sections.txt:
10050         * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio):
10051         * gst-libs/gst/video/video.h:
10052         * gst/videoscale/Makefile.am:
10053         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
10054         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
10055         * tests/check/Makefile.am:
10056         * tests/check/libs/video.c: (GST_START_TEST), (video_suite),
10057         (main):
10058           Fix integer overflow problem with pixel-aspect-ratio calculations
10059           in videoscale and xvimagesink (#341542)
10060
10061 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
10062
10063         * gst-libs/gst/tag/gstid3tag.c:
10064           Map GST_IMAGE_TAG to and from ID2v2 APIC frames (#341557).
10065
10066 2006-05-12  Sebastien Moutte  <sebastien@moutte.net>
10067
10068         * win32/MANIFEST:
10069           update win32 files listing
10070
10071 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
10072
10073         patch by: Sjoerd Simons (sjoerd@luon.net)
10074
10075         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
10076         (group_create), (group_destroy), (add_stream),
10077         (gst_play_base_bin_get_property),
10078         (gst_play_base_bin_get_streaminfo_value_array):
10079         * gst/playback/gstplaybasebin.h:
10080           API: GstPlayBaseBin::stream-info-value-array property
10081           use a more bindings-friendly way of exposing streaminfo
10082           using a GValueArray.  Tested in ipython.
10083           Closes #341114
10084
10085 2006-05-11  Wim Taymans  <wim@fluendo.com>
10086
10087         * gst/playback/gstdecodebin.c: (try_to_link_1), (queue_enlarge),
10088         (queue_underrun_cb), (queue_filled_cb):
10089         Also catch queue underruns but don't do anything yet.
10090         Refactor and comment queue enlarging code a bit.
10091
10092         * gst/playback/gstplaybasebin.c: (queue_overrun),
10093         (queue_threshold_reached), (queue_out_of_data),
10094         (gen_preroll_element):
10095         If a queue over/underruns check that we don't create nasty
10096         deadlocks when the min-threshold is not reached but the
10097         max-bytes is. In those cases disable max-bytes when we
10098         know that the queue is fed timed data.
10099         Add more comments.
10100
10101 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
10102
10103         * gst/playback/gstplaybin.c: (gen_audio_element):
10104           Make playbin automatically plug an 'audioresample'
10105           element before the audio sink as well. This solves
10106           problems with sinks that only accept a very specific
10107           sample rate, like esdsink (e.g. #340379).
10108
10109 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
10110
10111         * gst/playback/gstplaybasebin.c: (gen_source_element):
10112           Make http sources send special headers so that we receive
10113           icecast metadata if the http stream is an icecast stream
10114           (otherwise the server will just ignore them). This also
10115           means that from now on users will need the 'icydemux'
10116           element from gst-plugins-good installed if they want to
10117           listen to icecast radio streams. (#341432, #333657).
10118
10119 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
10120
10121         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_remove_client_link),
10122         (gst_multi_fd_sink_new_client), (gst_multi_fd_sink_stop):
10123           remove stupid example from docs - it should come with a simple
10124           C program instead.
10125           Clean up/fix docs
10126         * tests/check/elements/multifdsink.c: (wait_bytes_served),
10127         (fail_if_can_read), (GST_START_TEST),
10128         (gst_multifdsink_create_streamheader), (multifdsink_suite):
10129           add a test for changing streamheader which exposes a bug in
10130           multifdsink
10131
10132 2006-05-11  Michael Smith  <msmith@fluendo.com>
10133
10134         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
10135         (gst_gnome_vfs_src_received_headers_callback):
10136         * ext/gnomevfs/gstgnomevfssrc.h:
10137           Don't set icy-caps unless we have a sane interval value. Move
10138           interval to a local variable; we never use it outside this function.
10139
10140 2006-05-11  Wim Taymans  <wim@fluendo.com>
10141
10142         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
10143         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
10144         Register special buffer types along with the objects so
10145         that they are not registered at runtime from N different
10146         streaming threads since they are not threadsafe.
10147
10148 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
10149
10150         * tests/check/elements/multifdsink.c: (wait_bytes_served),
10151         (GST_START_TEST), (fail_unless_read), (multifdsink_suite):
10152           add two more tests, one doing streamheader
10153
10154 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
10155
10156         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_stop):
10157           clean up the bufqueue when shutting down
10158         * tests/check/Makefile.am:
10159         * tests/check/elements/multifdsink.c: (setup_multifdsink),
10160         (cleanup_multifdsink), (GST_START_TEST), (multifdsink_suite),
10161         (main):
10162           add a test for the leak that was just fixed
10163
10164 2006-05-10  Wim Taymans  <wim@fluendo.com>
10165
10166         * gst/adder/gstadder.c: (gst_adder_setcaps),
10167         (gst_adder_query_duration), (gst_adder_query), (forward_event),
10168         (gst_adder_src_event), (gst_adder_sink_event),
10169         (gst_adder_class_init), (gst_adder_finalize),
10170         (gst_adder_request_new_pad), (gst_adder_collected):
10171         * gst/adder/gstadder.h:
10172         Updated some docs. Added comments and FIXMEs all over the place.
10173         Improve debugging info.
10174         Fix leak on finalize by not calling the parent.
10175         Implement duration query.
10176         Make event forwarding threadsafe.
10177         Correctly send NEWSEGMENT at start and after flush.
10178         Handle EOS correctly.
10179         Post error when not negotiated.
10180
10181         * tests/check/elements/adder.c: (GST_START_TEST):
10182         Added FIXME in the test.
10183
10184 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
10185
10186         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
10187         (gst_text_overlay_halign_get_type),
10188         (gst_text_overlay_wrap_mode_get_type):
10189         * ext/theora/theoradec.c: (theora_handle_type_packet),
10190         (theora_handle_data_packet):
10191         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
10192         (theora_enc_sink_setcaps), (theora_enc_chain):
10193         * gst-libs/gst/cdda/gstcddabasesrc.c:
10194         (gst_cdda_base_src_mode_get_type):
10195         * gst/audiotestsrc/gstaudiotestsrc.c:
10196         (gst_audiostestsrc_wave_get_type):
10197         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
10198         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
10199         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
10200         (gst_sync_method_get_type), (gst_unit_type_get_type),
10201         (gst_client_status_get_type):
10202         * gst/videoscale/gstvideoscale.c:
10203         (gst_video_scale_method_get_type):
10204         * gst/videotestsrc/gstvideotestsrc.c:
10205         (gst_video_test_src_pattern_get_type):
10206         * gst/videotestsrc/videotestsrc.c: (paint_setup_I420),
10207         (paint_setup_YV12), (paint_setup_YUY2), (paint_setup_UYVY),
10208         (paint_setup_YVYU), (paint_setup_IYU2), (paint_setup_Y41B),
10209         (paint_setup_Y42B), (paint_setup_Y800), (paint_setup_YVU9),
10210         (paint_setup_YUV9), (paint_setup_RGB888), (paint_setup_BGR888),
10211         (paint_setup_RGB565), (paint_setup_xRGB1555):
10212           Const-ify GEnumValue and GFlagsValue arrays. Use
10213           GST_ROUND_UP_* macros instead of home-made ones.
10214
10215 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
10216
10217         * configure.ac:
10218           Require core CVS for the new newsegment stuff.
10219
10220 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
10221
10222         Patch by: Sjoerd Simons  <sjoerd at luon net>
10223
10224         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type):
10225           Register nick for enum value (#341160).
10226
10227 2006-05-09  Stefan Kost  <ensonic@users.sf.net>
10228
10229         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find),
10230         (plugin_init):
10231          backout typefind patch #340375
10232          
10233         * tests/check/elements/adder.c: (message_received),
10234         (GST_START_TEST), (adder_suite):
10235           redo, signal-handling of test
10236
10237 2006-05-09  Wim Taymans  <wim@fluendo.com>
10238
10239         * gst/adder/gstadder.c: (gst_adder_request_new_pad),
10240         (gst_adder_collected):
10241         * gst/adder/gstadder.h:
10242         Remove bogus segment merging and forwarding, we don't
10243         care about timestamps anyway and we just produce a
10244         continuous stream. 
10245         Also create a nice NEWSEGMENT event when we start.
10246         Use _scale_int some more.
10247
10248 2006-05-09  Edward Hervey  <edward@fluendo.com>
10249
10250         * tests/icles/stress-xoverlay.c:
10251         Fix if core was built without parsing support.
10252
10253 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
10254
10255         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10256           Add SEDG (Samsung MPEG-4) fourcc.
10257
10258 2006-05-09  Edward Hervey  <edward@fluendo.com>
10259
10260         * tests/icles/stress-xoverlay.c:
10261         * tests/examples/volume/volume.c:
10262         Fix if core was built without parsing support.
10263
10264         * tests/examples/seek/seek.c:
10265         Disable the parse_launch example if core was built without parsing
10266         support.
10267
10268 2006-05-08  Edward Hervey  <edward@fluendo.com>
10269
10270         * autogen.sh: (CONFIGURE_DEF_OPT): 
10271         libtoolize on Darwin/MacOSX is called glibtoolize
10272
10273 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
10274
10275         * tests/check/Makefile.am:
10276         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST):
10277           Disable the adder test, until the build-slaves posses the kindness to 
10278           either like it or to give valid reason for not doing so 
10279
10280 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
10281
10282         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
10283         (adder_suite):
10284           Shuffle NULL state change around and raise timeout more
10285
10286 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
10287
10288         * gst/typefind/gsttypefindfunctions.c: (mp4_find_box),
10289         (mp4_type_find), (plugin_init):
10290           Add typefind to distinguish between "audio/x-m4a" and new type
10291           "video/mp4". Fixes #340375
10292
10293         * tests/check/elements/adder.c: (adder_suite):
10294           Raise timeout to make buildbot happy
10295
10296 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
10297
10298         * gst/adder/gstadder.c: (gst_adder_sink_event),
10299         (gst_adder_request_new_pad), (gst_adder_change_state):
10300         * gst/adder/gstadder.h:
10301         * tests/check/Makefile.am:
10302         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
10303         (adder_suite), (main):
10304           Add sink-event handling to adder. It tries to merge incomming
10305           newsegment-events. Added test to check if segment_done is comming
10306           through. Fixes #340060
10307
10308 2006-05-05  Andy Wingo  <wingo@pobox.com>
10309
10310         * ext/theora/theoraparse.c (gst_theora_parse_init)
10311         (theora_parse_src_convert, theora_parse_src_query):
10312         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init)
10313         (vorbis_parse_convert, vorbis_parse_src_query): Add convert and
10314         query functions on the source pads of the theora and vorbis parse
10315         elements. Fixes position querying when doing a remux.
10316
10317 2006-05-05  Michael Smith  <msmith@fluendo.com>
10318
10319         * ext/theora/theoraparse.c: (parse_granulepos),
10320         (theora_parse_drain_queue_prematurely),
10321         (theora_parse_queue_buffer), (theora_parse_sink_event):
10322           Fix flushing.
10323           Fix invalid granulepos outputs when starting with a non-keyframe.
10324
10325 2006-05-05  Jan Schmidt  <thaytan@mad.scientist.com>
10326
10327         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find),
10328         (mpeg1_sys_type_find), (ogganx_type_find), (sw_data_destroy):
10329         Rearrange MPEG system stream detection, fixing some memleaks in the
10330         process.
10331         Constify the data for STARTS_WITH and RIFF helper handlers. Make sure
10332         they clean up their data correctly.
10333         Remove unused ogganx caps and move the 'is_annodex' check to inside
10334         the 'is_ogg' if statement.
10335
10336 2006-05-05  Wim Taymans  <wim@fluendo.com>
10337
10338         * gst/playback/gstdecodebin.c: (cleanup_decodebin):
10339         Properly remove ghostpads. Fixes #340392
10340
10341 2006-05-04  David Schleef  <ds@schleef.org>
10342
10343         * gst/typefind/gsttypefindfunctions.c:
10344
10345 2006-05-03  Jan Schmidt  <thaytan@mad.scientist.com>
10346
10347         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
10348         (mpeg_ts_probe_headers), (mpeg_ts_type_find):
10349
10350         When typefinding an MP3 in push-based mode, don't penalise the
10351         probability down to 74% when we found 5 valid frames just because we
10352         can't peek the end of the file.
10353
10354         Make the probability for detecting MPEG Transport Streams based on the
10355         number of sequential headers we successfully detected.
10356
10357 2006-05-03  Wim Taymans  <wim@fluendo.com>
10358
10359         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
10360         (vorbis_dec_push), (vorbis_dec_chain):
10361         Still produce an error when we receive an empty packet.
10362
10363 2006-05-03  Wim Taymans  <wim@fluendo.com>
10364
10365         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
10366         (gst_ogg_chain_mark_discont), (gst_ogg_chain_new_stream),
10367         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek):
10368         Mark buffers with DISCONT after seek and after activating new
10369         chains.
10370
10371         * ext/theora/gsttheoradec.h:
10372         * ext/theora/theoradec.c: (gst_theora_dec_reset),
10373         (theora_get_query_types), (theora_dec_sink_event),
10374         (theora_dec_push), (theora_handle_data_packet), (theora_dec_chain),
10375         (theora_dec_change_state):
10376         Fix frame counter.
10377         Detect and mark DISCONT buffers.
10378
10379         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
10380         (vorbis_dec_sink_event), (vorbis_dec_push), (vorbis_dec_chain),
10381         (vorbis_dec_change_state):
10382         * ext/vorbis/vorbisdec.h:
10383         Use GstSegment.
10384         Detect and mark DISCONT buffers.
10385         Don't crash on 0 sized buffers.
10386
10387 2006-05-03  Wim Taymans  <wim@fluendo.com>
10388
10389         * gst/volume/gstvolume.c: (volume_funcfind), (volume_set_caps),
10390         (volume_transform_ip):
10391         Increase "volume" property to 10.0. Fixes #340369.
10392         Set the process function to NULL when capsnego fails so that
10393         we properly error out.
10394
10395 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
10396
10397         * gst/playback/gstplaybin.c: (add_sink):
10398         * gst/playback/test.c: (main):
10399         * gst/playback/test5.c: (dump_element_stats):
10400         * gst/playback/test6.c: (main):
10401           free caps using gst_caps_unref, don't leak caps-strings
10402
10403 2006-05-01  Tim-Philipp Müller  <tim at centricular dot net>
10404
10405         * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
10406         (plugin_init):
10407           Refine musepack typefinding a bit. Return MAXIMUM
10408           probability when we detect stream version 7 to make
10409           sure the mpeg audio typefinder doesn't trump us.
10410
10411 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
10412
10413         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
10414           Protect against unexpected NULL strf_data buffer.
10415
10416 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
10417
10418         * tests/check/elements/audioconvert.c: (verify_convert),
10419         (GST_START_TEST):
10420           interpret the out[] buffer in the order the bytes are actually
10421           put in, which is LITTLE_ENDIAN, not BYTE_ORDER.
10422           Other tests should use BYTE_ORDER since the array is filled in
10423           with actual values
10424
10425 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
10426
10427         * tests/check/elements/audioconvert.c: (verify_convert),
10428         (GST_START_TEST):
10429           when a test fails, give an indication of which it is
10430
10431 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
10432
10433         * gst-libs/gst/cdda/gstcddabasesrc.c:
10434           compile fix; strtol() needs <stdlib.h>
10435
10436 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
10437
10438         * ext/alsa/gstalsamixerelement.c:
10439         * ext/alsa/gstalsasrc.c:
10440         * ext/cdparanoia/gstcdparanoiasrc.c:
10441         * ext/gnomevfs/gstgnomevfssink.c:
10442         * ext/gnomevfs/gstgnomevfssrc.c:
10443         * ext/ogg/gstoggdemux.c:
10444         * ext/ogg/gstoggmux.c:
10445         * ext/ogg/gstoggparse.c:
10446         * ext/ogg/gstogmparse.c:
10447         * ext/pango/gstclockoverlay.c:
10448         * ext/pango/gsttextoverlay.c:
10449         * ext/pango/gsttextrender.c:
10450         * ext/pango/gsttimeoverlay.c:
10451         * ext/theora/theoradec.c:
10452         * ext/theora/theoraenc.c:
10453         * ext/vorbis/vorbisdec.c:
10454         * ext/vorbis/vorbisenc.c:
10455         * gst-libs/gst/audio/gstaudiofilter.c:
10456         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
10457         * gst/audioconvert/gstaudioconvert.c:
10458         * gst/audiorate/gstaudiorate.c:
10459         * gst/audioresample/gstaudioresample.c:
10460         * gst/audiotestsrc/gstaudiotestsrc.c:
10461         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10462         * gst/playback/gstdecodebin.c:
10463         * gst/playback/gstplaybin.c:
10464         * gst/playback/gststreamselector.c:
10465         * gst/subparse/gstsubparse.c:
10466         * gst/tcp/gstmultifdsink.c:
10467         * gst/tcp/gsttcpclientsink.c:
10468         * gst/tcp/gsttcpclientsrc.c:
10469         * gst/tcp/gsttcpserversink.c:
10470         * gst/tcp/gsttcpserversrc.c:
10471         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
10472         * gst/videorate/gstvideorate.c:
10473         * gst/videoscale/gstvideoscale.c:
10474         * gst/videotestsrc/gstvideotestsrc.c:
10475         * gst/volume/gstvolume.c:
10476         * sys/v4l/gstv4ljpegsrc.c:
10477         * sys/v4l/gstv4lmjpegsink.c:
10478         * sys/v4l/gstv4lmjpegsrc.c:
10479         * sys/v4l/gstv4lsrc.c:
10480         * sys/ximage/ximagesink.c:
10481         * sys/xvimage/xvimagesink.c:
10482         * tests/check/libs/cddabasesrc.c:
10483           make GstElementDetails const
10484
10485 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
10486
10487         * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
10488         (gst_adder_init):
10489           send events from src-pad to all sink-pads fixes #338657
10490
10491 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
10492
10493         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps),
10494         (alsasink_parse_spec):
10495           query width capabilities from alsa, fixes #338919
10496
10497 2006-04-28  Wim Taymans  <wim@fluendo.com>
10498
10499         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
10500         (gst_multi_fd_sink_remove_client_link):
10501         * gst/tcp/gstmultifdsink.h:
10502         Fix race condition in multifdsink that can lead to spurious 
10503         duplicate clients. this patch adds a new signal that is fired when
10504         multifdsink has removed all references to the fd.
10505         Fixes #339574.
10506         Updated documentation.
10507         API: client-fd-removed signal added
10508
10509 2006-04-28  Michael Smith  <msmith@fluendo.com>
10510
10511         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats):
10512           When asking g_value_array_new to prealloc elements, we may as well
10513           ask for the right number of elements.
10514
10515 2006-04-28  Wim Taymans  <wim@fluendo.com>
10516
10517         * gst-libs/gst/audio/gstbaseaudiosink.c:
10518         (gst_base_audio_sink_drain), (gst_base_audio_sink_event),
10519         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
10520         patch to make timestamp checking more tollerant to rounding 
10521         errors given that real discontinuities are to be marked on
10522         buffers. Fixes some asf files and #338778.
10523         Also avoid some crashers when we receive an event in the 
10524         NULL state.
10525
10526 2006-04-28  Michael Smith  <msmith@fluendo.com>
10527
10528         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
10529         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
10530         (gst_gnome_vfs_src_get_property),
10531         (gst_gnome_vfs_src_send_additional_headers_callback),
10532         (gst_gnome_vfs_src_received_headers_callback),
10533         (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_start),
10534         (gst_gnome_vfs_src_stop):
10535         * ext/gnomevfs/gstgnomevfssrc.h:
10536           Remove ICY handling (mostly) from gnomevfssrc, in favour of
10537           proper shared support within icydemux.
10538
10539 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10540
10541         * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
10542         (gst_video_rate_swap_prev), (gst_video_rate_chain):
10543           fix up docs
10544           fix a leak when no caps negotiated
10545           fix counting of input frames
10546         * tests/check/elements/.cvsignore:
10547         * tests/check/elements/videorate.c: (assert_videorate_stats),
10548         (GST_START_TEST), (videorate_suite):
10549           add tests for these
10550
10551 2006-04-28  Wim Taymans  <wim@fluendo.com>
10552
10553         * gst-libs/gst/audio/gstringbuffer.c:
10554         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
10555         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
10556         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
10557         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
10558         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
10559         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
10560         (gst_ring_buffer_commit), (gst_ring_buffer_read),
10561         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
10562         (gst_ring_buffer_clear), (gst_ring_buffer_may_start):
10563         Check arguments passed to public functions instead of
10564         crashing.
10565
10566 2006-04-28  Wim Taymans  <wim@fluendo.com>
10567
10568         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
10569         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
10570         GstBaseAudioSrc must be live or it does not work.
10571
10572         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audio_src_init):
10573         Don't set live to TRUE as this is the default in the parentclass.
10574
10575 2006-04-28  Wim Taymans  <wim@fluendo.com>
10576
10577         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps),
10578         (gst_video_scale_fixate_caps), (gst_video_scale_src_event):
10579         Videoscale doesn't pass on pixel-aspect ratio. Handle all
10580         fixation cases better. Fixes #338991
10581
10582 2006-04-28  Wim Taymans  <wim@fluendo.com>
10583
10584         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
10585         Handle 0/1 framerate correctly Fixes #331901.
10586
10587 2006-04-28  Wim Taymans  <wim@fluendo.com>
10588
10589         * tests/check/elements/audioconvert.c: (get_float_caps),
10590         (GST_START_TEST), (audioconvert_suite):
10591         Added check for correct clipping when doing float samples
10592         in audioconvert.
10593
10594 2006-04-28  Wim Taymans  <wim@fluendo.com>
10595
10596         * gst/videorate/gstvideorate.c: (gst_video_rate_event),
10597         (gst_video_rate_chain):
10598         Print more debugging info.
10599
10600 2006-04-28  Wim Taymans  <wim@fluendo.com>
10601
10602         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
10603         (resample_set_state_from_caps):
10604         Add support for other formats audioresample can handle such as
10605         32 bits in and float and 64 bits float. Fixes #301759
10606
10607 2006-04-28  Wim Taymans  <wim@fluendo.com>
10608
10609         * gst/audioconvert/audioconvert.c: (float):
10610         correctly clip float samples > 1.0. Fixes #338718
10611
10612 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
10613
10614         Patch by: Young-Ho Cha  <ganadist at chollian net>
10615
10616         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
10617         (gst_text_overlay_render_text):
10618           Don't strip newlines from the text. Also, center lines
10619           within multi-line paragraphs (#339405).
10620
10621 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
10622
10623         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find):
10624           Fix wavpack typefinding to work in more cases (don't peek
10625           for chunks of multiple hundred kBs at once, but process
10626           things step-by-step in smaller units). Fixes #339786.
10627
10628 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10629
10630         * configure.ac:
10631           back to HEAD
10632
10633 === release 0.10.6 ===
10634
10635 2006-04-28  Thomas Vander Stichele <thomas at apestaart dot org>
10636
10637         * configure.ac:
10638           releasing 0.10.6, "Chao"
10639
10640 2006-04-26  David Schleef  <ds@schleef.org>
10641
10642         * gst/videoscale/gstvideoscale.c: Add call to oil_init().
10643           Fixes #338897.
10644
10645 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
10646
10647         * configure.ac:
10648         * win32/common/config.h:
10649           new prerelease
10650
10651 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
10652
10653         patch by: Wim Taymans
10654
10655         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
10656         (gst_ogg_demux_perform_seek):
10657           make sure correct newsegments are sent, so that the decoder
10658           and the demuxer agree on timestamps.  Fixes playback of a lot
10659           of Ogg files that do not start from 0.  Fixes #339833.
10660
10661 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
10662
10663         Patch by: Edward Hervey  <edward@fluendo.com>
10664
10665         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
10666         * tests/check/Makefile.am:
10667         * tests/check/elements/videorate.c: (assert_videorate_stats),
10668         (setup_videorate), (cleanup_videorate), (GST_START_TEST),
10669         (videorate_suite), (main):
10670           Fix an infinite loop if frames are passed in with wrongly ordered
10671           timestamps.  Fixes #339013.
10672
10673 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
10674
10675         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
10676
10677         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
10678           fix typefinding on some ISO files.  Fixes #339212.
10679
10680 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
10681
10682         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
10683
10684         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10685           add another H264 fourcc.  Fixes #339047.
10686
10687 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
10688
10689         Patch by: Jan Schmidt
10690
10691         * gst/playback/gststreamselector.c:
10692         (gst_stream_selector_bufferalloc):
10693           Restore old StreamSelector behaviour.
10694           Fixes #338419.
10695
10696 2006-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
10697
10698         * configure.ac:
10699         * win32/common/config.h:
10700           prerelease
10701
10702 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
10703
10704         Patch by: Antoine Tremblay  <hexa00 at gmail dot com>
10705
10706         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10707         (gst_base_rtp_depayload_finalize), (gst_base_rtp_depayload_push):
10708           Fix some memory leaks: on finalize, free buffers left in the queue
10709           before destroying the queue; in _push(), unref rtp_buf even if
10710           the process vfunc returned a NULL buffer as output buffer (#337548);
10711           demote some recuring debug messages to LOG level.
10712
10713 2006-04-11  Wim Taymans  <wim@fluendo.com>
10714
10715         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
10716         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
10717         (gst_ogg_chain_free), (gst_ogg_demux_sink_event),
10718         (gst_ogg_demux_loop):
10719         More cleanups.
10720         Respect segment stop when emiting EOS or SEGMENT_DONE.
10721         Fixes (#337945).
10722
10723 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
10724
10725         * gst/playback/gststreamselector.c:
10726         (gst_stream_selector_get_property):
10727           Don't leak pad name.
10728
10729 2006-04-10  Michael Smith  <msmith@fluendo.com>
10730
10731         * tests/check/Makefile.am:
10732         * tests/check/gst-plugins-base.supp:
10733           Suppress an old libtheora bug (fixed in more recent versions), so 
10734           that FC4 buildslaves can pass.
10735
10736 2006-04-10  Wim Taymans  <wim@fluendo.com>
10737
10738         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
10739         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
10740         (gst_ogg_demux_init), (gst_ogg_demux_finalize),
10741         (gst_ogg_demux_sink_event), (gst_ogg_demux_get_data),
10742         (gst_ogg_demux_loop):
10743         Don't leak events.
10744         Remember what error we got when finding chains, if we
10745         were shutdown, that would not be an error.
10746
10747 2006-04-10  Wim Taymans  <wim@fluendo.com>
10748
10749         * gst-libs/gst/audio/gstbaseaudiosink.c:
10750         (gst_base_audio_sink_event):
10751         Starting the ringbuffer when we did not acquire it can cause
10752         a deadlock, is pointless and causes nasty things for
10753         subclasses. 
10754         Fixes gst-launch audiotestsrc num-buffers=0 ! alsasink.
10755
10756 2006-04-10  Wim Taymans  <wim@fluendo.com>
10757
10758         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
10759         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
10760         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
10761         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
10762         (gst_ogg_demux_deactivate_current_chain),
10763         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
10764         (gst_ogg_demux_bisect_forward_serialno),
10765         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain):
10766         Add some more debugging.
10767
10768 2006-04-10  Wim Taymans  <wim@fluendo.com>
10769
10770         * ext/theora/theoradec.c: (theora_dec_src_event),
10771         (theora_handle_data_packet):
10772         Some more debug info.
10773
10774         * tests/examples/seek/seek.c: (start_seek), (main):
10775         Print element messages too.
10776
10777 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
10778
10779         * gst/audioresample/debug.h:
10780           replace debug macros with variable number of parameters
10781           by a simple alias to gstreamer standard debug macros 
10782          (#define RESAMPLE_ERROR GST_ERROR, __VA_ARGS__ is not
10783           supported by MSVC 6.0 and 7.1)
10784         * gst/audioresample/resample.h:
10785           define M_PI and rint for WIN32
10786         * win32/common/libgstaudio.def:
10787         * win32/common/libgstriff.def:
10788         * win32/common/libgsttag.def:
10789         * win32/common/libgstvideo.def:
10790           add new exported functions
10791         * win32/vs6:
10792           update project files
10793
10794 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
10795
10796         * ext/alsa/gstalsamixeroptions.c:
10797         (gst_alsa_mixer_options_class_init):
10798         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init):
10799         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_class_init):
10800         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
10801         * ext/ogg/gstoggparse.c: (gst_ogg_parse_class_init):
10802         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_class_init):
10803         * gst-libs/gst/audio/gstaudiofilter.c:
10804         (gst_audio_filter_class_init):
10805         * gst-libs/gst/audio/gstaudiosink.c:
10806         (gst_audioringbuffer_class_init):
10807         * gst-libs/gst/audio/gstaudiosrc.c:
10808         (gst_audioringbuffer_class_init):
10809         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_class_init):
10810         * gst-libs/gst/interfaces/colorbalancechannel.c:
10811         (gst_color_balance_channel_class_init):
10812         * gst-libs/gst/interfaces/mixeroptions.c:
10813         (gst_mixer_options_class_init):
10814         * gst-libs/gst/interfaces/mixertrack.c:
10815         (gst_mixer_track_class_init):
10816         * gst-libs/gst/interfaces/tunerchannel.c:
10817         (gst_tuner_channel_class_init):
10818         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_class_init):
10819         * gst-libs/gst/netbuffer/gstnetbuffer.c:
10820         (gst_netbuffer_class_init):
10821         * gst-libs/gst/rtp/gstbasertppayload.c:
10822         (gst_basertppayload_class_init):
10823         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
10824         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
10825         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
10826         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
10827         * gst/playback/gststreamselector.c:
10828         (gst_stream_selector_class_init):
10829         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
10830         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
10831         * sys/v4l/gstv4lcolorbalance.c:
10832         (gst_v4l_color_balance_channel_class_init):
10833         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_class_init):
10834         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
10835         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
10836         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_channel_class_init),
10837         (gst_v4l_tuner_norm_class_init):
10838         * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
10839         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
10840         * tests/old/testsuite/alsa/sinesrc.c: (sinesrc_class_init):
10841         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
10842
10843 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
10844
10845         * ext/pango/gsttextrender.h:
10846         * gst-libs/gst/audio/gstaudiosink.h:
10847         * gst-libs/gst/audio/gstaudiosrc.h:
10848         * gst-libs/gst/audio/gstbaseaudiosink.h:
10849         * gst-libs/gst/audio/gstbaseaudiosrc.h:
10850         * gst-libs/gst/audio/gstringbuffer.h:
10851         * gst-libs/gst/rtp/gstbasertpdepayload.h:
10852         * gst-libs/gst/rtp/gstbasertppayload.h:
10853         * gst-libs/gst/video/gstvideofilter.h:
10854         * gst-libs/gst/video/gstvideosink.h:
10855         * gst/playback/gstplaybasebin.h:
10856         * gst/tcp/gstmultifdsink.h:
10857         * sys/v4l/gstv4lelement.h:
10858         Fix broken GObject macros
10859
10860 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
10861
10862         * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec):
10863         More debug to trace why my USB headset is not working with gst
10864
10865 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
10866
10867         * gst/playback/gstplaybasebin.c: (group_destroy):
10868         Clean up our group elements properly in the case where it never 
10869         got committed - it still got added unconditionally to the bin.
10870
10871 2006-04-07  Wim Taymans  <wim@fluendo.com>
10872
10873         * ext/theora/theoradec.c: (theora_dec_sink_event),
10874         (theora_handle_data_packet), (theora_dec_chain):
10875         Unref unhandled events.
10876         Protect against empty buffers.
10877         Perform QoS on running time.
10878
10879 2006-04-07  Michael Smith  <msmith@fluendo.com>
10880
10881         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_set_header_on_caps),
10882         (gst_vorbis_enc_chain):
10883           Remove leaks from vorbisenc.
10884           Mostly minor changes, the only significant one is that now the
10885           buffers we set as 'streamheader' on the caps are copies of the
10886           original buffers, to avoid circular refcounting problems.
10887
10888 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
10889
10890         * gst/playback/gstplaybasebin.c: (mute_stream), (setup_substreams):
10891           Don't remove our mute-probe if someone else already did so.
10892           Don't set a 2nd one if there is already one pending on the pad.
10893
10894         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
10895         (do_playbin_seek):
10896           When a seek fails, ensure that playbin is still set back to playing.
10897           
10898         * gst/typefind/gsttypefindfunctions.c: (mpeg_ts_probe_headers),
10899         (mpeg_ts_type_find), (plugin_init):
10900           Add a typefind function for mpeg-ts streams. (Closes: #336617)
10901
10902 2006-04-06  Andy Wingo  <wingo@pobox.com>
10903
10904         * gst/videorate/gstvideorate.c (gst_video_rate_reset) 
10905         (gst_video_rate_init): Caps-related parameters should not be reset
10906         by a flush -- move their inits to the instance init function.
10907         (gst_video_rate_flush_prev): Don't complain if gst_pad_push
10908         is not OK, just return the result.
10909
10910         * gst/audiotestsrc/gstaudiotestsrc.c
10911         (gst_audio_test_src_class_init)
10912         (gst_audio_test_src_get_times): Re-enable is-live=true, as was
10913         broken by Stefan's commit on 24 March.
10914
10915         * ext/ogg/gstoggmux.c (gst_ogg_mux_push_buffer): Set caps on
10916         buffers being pushed out. Fixes oggmux ! multifdsink.
10917
10918 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
10919
10920         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
10921         (gst_vorbis_dec_init), (vorbis_dec_finalize):
10922         * ext/vorbis/vorbisdec.h:
10923         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_add_interfaces),
10924         (gst_vorbis_enc_base_init), (gst_vorbis_enc_class_init),
10925         (gst_vorbis_enc_sink_setcaps), (gst_vorbis_enc_convert_src),
10926         (gst_vorbis_enc_convert_sink), (gst_vorbis_enc_get_query_types),
10927         (gst_vorbis_enc_src_query), (gst_vorbis_enc_sink_query),
10928         (gst_vorbis_enc_init), (gst_vorbis_enc_get_tag_value),
10929         (gst_vorbis_enc_metadata_set1), (gst_vorbis_enc_set_metadata),
10930         (gst_vorbis_enc_setup), (gst_vorbis_enc_clear),
10931         (gst_vorbis_enc_buffer_from_packet),
10932         (gst_vorbis_enc_buffer_from_header_packet),
10933         (gst_vorbis_enc_push_buffer), (gst_vorbis_enc_push_packet),
10934         (gst_vorbis_enc_set_header_on_caps), (gst_vorbis_enc_sink_event),
10935         (gst_vorbis_enc_chain), (gst_vorbis_enc_output_buffers),
10936         (gst_vorbis_enc_get_property), (gst_vorbis_enc_set_property),
10937         (gst_vorbis_enc_change_state):
10938         * ext/vorbis/vorbisenc.h:
10939           Remove left-over 0.8 cruft; use GST_DEBUG_FUNCPTR; make
10940           vorbisenc adhere to the official nomenclature; use boilerplate
10941           macro.
10942
10943 2006-04-04  Andy Wingo  <wingo@pobox.com>
10944
10945         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
10946         Whoops, fix bug introduced. Bad hacker!
10947         
10948         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
10949         Properly handle the case where you get EOS before any buffers are
10950         received. Use gst_buffer_make_metadata_writable where appropriate.
10951
10952         * ext/theora/theoradec.c (theora_handle_data_packet): This value
10953         is often negative -- make it signed so as not to wrap around.
10954         Fixes segfaults introduced on 9 March.
10955
10956 2006-04-03  Wim Taymans  <wim@fluendo.com>
10957
10958         * ext/theora/gsttheoradec.h:
10959         * ext/theora/theoradec.c: (theora_dec_src_event):
10960         Don't try to store a gdouble in a gboolean.
10961         Small cleanups.
10962
10963 2006-04-03  Michael Smith  <msmith@fluendo.com>
10964
10965         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads):
10966           Oggmux sucks.
10967           Make it suck slightly less by writing out the final page.
10968           Still can't encode a vorbis-in-ogg file correctly, though.
10969
10970 2006-04-03  Andy Wingo  <wingo@pobox.com>
10971
10972         * ext/theora/theoraparse.c (theora_parse_drain_queue): Um, remove
10973         a g_print.
10974
10975         * ext/theora/theora.c (plugin_init): Register theoraparse.
10976
10977         * ext/theora/gsttheoraparse.h: 
10978         * ext/theora/theoraparse.c: New files implementing a theora
10979         parser. Now we can properly remux ogg/theora+vorbis, yay.
10980
10981         * ext/vorbis/vorbisparse.c: Add some docs and a copyright.
10982
10983 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
10984
10985         * gst/audiotestsrc/gstaudiotestsrc.c:
10986           Fixed the sample pipeline (see #323798)
10987
10988 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
10989
10990         * configure.ac:
10991         * win32/common/config.h:
10992         * win32/common/config.h.in:
10993           use AS_VERSION and AS_NANO
10994           more cleanups
10995
10996 2006-03-31  Andy Wingo  <wingo@pobox.com>
10997
10998         * ext/vorbis/vorbisparse.c (vorbis_parse_sink_event): Fix
10999         uninitialized variable return that would happen.
11000         
11001         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_queue): Fix
11002         uninitialized variable return that would never happen.
11003
11004         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init) 
11005         (vorbis_parse_sink_event): Add an event function to flush our
11006         state on a seek, and to drain buffers on a premature EOS.
11007         (vorbis_parse_push_headers, vorbis_parse_clear_queue) 
11008         (vorbis_parse_push_buffer, vorbis_parse_drain_queue_prematurely) 
11009         (vorbis_parse_chain, vorbis_parse_queue_buffer) 
11010         (vorbis_parse_drain_queue): Queue up buffers until we can set
11011         their timestamps and granulepos values.
11012
11013         * ext/vorbis/vorbisparse.h: Include the vorbis decoder headers,
11014         and keep track of data needed for deriving granulepos and
11015         timestamps for buffers.
11016
11017 2006-03-29  Wim Taymans  <wim@fluendo.com>
11018
11019         Patch by: j^ <j at bootlab dot org>
11020
11021         * ext/alsa/gstalsamixerelement.c:
11022         (gst_alsa_mixer_element_class_init):
11023         * ext/alsa/gstalsasink.c:
11024         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
11025         * ext/ogg/gstoggdemux.c:
11026         * ext/ogg/gstoggmux.c:
11027         * ext/ogg/gstoggparse.c:
11028         * ext/pango/gstclockoverlay.c:
11029         * ext/pango/gsttextoverlay.c:
11030         * ext/pango/gsttextrender.c:
11031         * ext/pango/gsttimeoverlay.c:
11032         * ext/theora/theoradec.c:
11033         * ext/theora/theoraenc.c:
11034         * ext/vorbis/vorbisdec.c:
11035         * ext/vorbis/vorbisenc.c:
11036         * gst/audioconvert/gstaudioconvert.c:
11037         * gst/subparse/gstsubparse.c:
11038         * gst/tcp/gstmultifdsink.c:
11039         * gst/tcp/gsttcpclientsink.c:
11040         * gst/tcp/gsttcpclientsrc.c:
11041         * gst/tcp/gsttcpserversink.c:
11042         * gst/tcp/gsttcpserversrc.c:
11043           better/unified long descriptions
11044           Fixes #336477
11045
11046 2006-03-29  Wim Taymans  <wim@fluendo.com>
11047
11048         * tests/examples/seek/seek.c: (end_scrub), (seek_cb), (start_seek),
11049         (stop_seek):
11050         Don't let double and triple clicks mess up our state.
11051
11052 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
11053
11054         * gst/playback/gstplaybin.c: (gen_video_element),
11055         (gen_text_element), (gen_audio_element), (gen_vis_element):
11056           Error out gracefully when we can't create any of the usual
11057           conversion elements for some reason. Also, don't try to
11058           create an audioscale (sic) element that's not used anyway.
11059
11060 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
11061
11062         * gst/playback/gstplaybasebin.c: (setup_source):
11063           Don't post RESOURCE_NOT_FOUND error when we can't find a source
11064           element for a particular protocol, that's confusing for users.
11065           Instead, post a RESOURCE_FAILED error, so that our own error
11066           message is actually shown in totem etc. (#336303).
11067
11068 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
11069
11070         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
11071
11072         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_finalize),
11073         (gst_gnome_vfs_src_get_icy_metadata):
11074           Fix some minor memory leaks (#336194).
11075
11076 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
11077
11078         * ext/gnomevfs/gstgnomevfs.c:
11079         (gst_gnome_vfs_location_to_uri_string):
11080         * ext/gnomevfs/gstgnomevfs.h:
11081         * ext/gnomevfs/gstgnomevfssink.c:
11082         (gst_gnome_vfs_sink_set_property):
11083         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_set_property):
11084           Make gnomevfssink accept filenames as well as URIs for the
11085           "location" property, just like gnomevfssrc does (and
11086           filesrc/filesink do) (#336190).
11087
11088 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
11089
11090         * tests/check/generic/clock-selection.c: (GST_START_TEST):
11091           set to NULL before unreffing, fixes a valgrind leak.
11092           Why was this not triggering the error that an object needs to
11093           be NULL before unreffing ?
11094         * win32/common/config.h:
11095           update
11096
11097 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
11098
11099         * gst/subparse/gstsubparse.c: (convert_encoding),
11100         (gst_sub_parse_change_state):
11101         * gst/subparse/gstsubparse.h:
11102           Text subtitle files may or may not be UTF-8. If it's not, we
11103           don't really want to see '?' characters in place of non-ASCII
11104           characters like accented characters. So let's assume the input
11105           is UTF-8 until we come across text that is clearly not. If it's
11106           not UTF-8, we don't really know what it is, so try the following:
11107           (a) see whether the GST_SUBTITLE_ENCODING environment variable
11108           is set; if not, check (b) if the current locale encoding is
11109           non-UTF-8 and use that if it is, or (c) assume ISO-8859-15 if
11110           the current locale encoding is UTF-8 and the environment variable
11111           was not set to any particular encoding. Not perfect, but better
11112           than nothing (and better than before, I think) (fixes #172848).
11113
11114 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
11115
11116         * configure.ac:
11117           update core requirement to 0.10.4.1 because of async_playback
11118           vmethod on GstBaseSink
11119
11120 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
11121
11122         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
11123         * gst/adder/gstadder.c: (gst_adder_init):
11124         use DEBUG_FUNCPTR for collectpads
11125
11126 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
11127
11128         * docs/plugins/Makefile.am:
11129         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
11130         * docs/plugins/gst-plugins-base-plugins-sections.txt:
11131         * ext/cdparanoia/gstcdparanoiasrc.c:
11132         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_base_init),
11133         (gst_gnome_vfs_sink_class_init):
11134         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_base_init):
11135         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_base_init):
11136         * ext/ogg/gstoggmux.c:
11137         * ext/ogg/gstoggparse.c: (gst_ogg_parse_base_init):
11138         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
11139         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init):
11140         * ext/pango/gsttextoverlay.c:
11141         * ext/pango/gsttextrender.c:
11142         * ext/theora/theoradec.c:
11143         * ext/theora/theoraenc.c:
11144         * ext/vorbis/vorbisdec.c:
11145         * ext/vorbis/vorbisenc.c:
11146         * gst-libs/gst/audio/gstaudiofilter.c:
11147         (gst_audio_filter_base_init):
11148         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
11149         (gst_audio_filter_template_base_init):
11150         * gst/adder/gstadder.c: (gst_adder_get_type):
11151         * gst/adder/gstadder.h:
11152         * gst/audioconvert/gstaudioconvert.c:
11153         * gst/audiotestsrc/gstaudiotestsrc.c:
11154         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
11155         (gst_audio_test_src_create):
11156         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11157         * gst/playback/gstdecodebin.c:
11158         * gst/playback/gstplaybin.c:
11159         * gst/playback/gststreamselector.c:
11160         (gst_stream_selector_base_init):
11161         * gst/subparse/gstsubparse.c: (gst_sub_parse_base_init):
11162         * gst/volume/gstvolume.c:
11163         * sys/v4l/gstv4lmjpegsink.c:
11164         * sys/v4l/gstv4lmjpegsrc.c:
11165         * tests/check/libs/cddabasesrc.c:
11166         * tests/old/examples/gob/gst-identity2.gob:
11167           Add docs for adder, use GST_ELEMENT_DETAILS macro,
11168           define GstElementDetails at the top
11169
11170 2006-03-23  Sebastien Moutte  <sebastien@moutte.net>
11171
11172         * win32/common/libgstinterfaces.def:
11173         Add a lot of export functions for gst-python
11174         * win32/vs6/libgstinterfaces.dsp:
11175         Add a missing include folder in the project configuration
11176         
11177 2006-03-23  Wim Taymans  <wim@fluendo.com>
11178
11179         * gst-libs/gst/audio/gstbaseaudiosrc.c:
11180         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
11181         (gst_base_audio_src_change_state):
11182         Fix audio sources, forgot to make the ringbuffer
11183         startable...
11184
11185 2006-03-23  Wim Taymans  <wim@fluendo.com>
11186
11187         * gst-libs/gst/audio/gstbaseaudiosrc.c:
11188         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
11189         (gst_base_audio_src_change_state):
11190         unparent instead of unref the ringbuffer.
11191
11192 2006-03-23  Wim Taymans  <wim@fluendo.com>
11193
11194         * gst-libs/gst/audio/gstbaseaudiosink.c:
11195         (gst_base_audio_sink_class_init), (gst_base_audio_sink_async_play),
11196         (gst_base_audio_sink_do_play), (gst_base_audio_sink_change_state):
11197         Implement new async_play vmethod to start slaving and allow
11198         playback start in case of async PLAY state changes. 
11199
11200         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
11201         Enable QoS with new method in base class.
11202
11203 2006-03-23  Wim Taymans  <wim@fluendo.com>
11204
11205         Patch by: Julien MOUTTE <julien at moutte dot net>
11206
11207         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_query),
11208         (gst_video_test_src_do_seek), (gst_video_test_src_create):
11209         Partially handle 0 framerate, only EOS after the first frame
11210         is missing.
11211
11212 2006-03-23  Wim Taymans  <wim@fluendo.com>
11213
11214         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
11215
11216         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
11217         (gst_riff_create_video_template_caps):
11218         * gst/ffmpegcolorspace/avcodec.h:
11219         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11220         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
11221         (gst_ffmpegcsp_avpicture_fill):
11222         * gst/ffmpegcolorspace/imgconvert.c:
11223         Patch for support of YVU9 AVI files (#334822)
11224
11225 2006-03-22  Edward Hervey  <edward@fluendo.com>
11226
11227         * docs/design/design-decodebin.txt:
11228         Added design document for new decodebin
11229         (Target Caps): text/x-pango-markup is also a default target caps.
11230
11231 2006-03-22  Wim Taymans  <wim@fluendo.com>
11232
11233         * gst-libs/gst/audio/gstbaseaudiosink.c:
11234         (gst_base_audio_sink_dispose):
11235         Since we _parent the ringbuffer, we also need to
11236         _unparent instead of a plain _unref.
11237
11238 2006-03-22  Wim Taymans  <wim@fluendo.com>
11239
11240         * tests/examples/seek/seek.c: (end_scrub), (do_seek), (seek_cb),
11241         (stop_seek), (scrub_toggle_cb), (main):
11242         Add scrub checkbox.
11243
11244 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
11245
11246         * ext/ogg/gstoggparse.c: (gst_ogg_parse_find_stream),
11247         (gst_ogg_parse_chain):
11248           Fix very inefficient usage of linked lists (#335365).
11249
11250 2006-03-21  Edward Hervey  <edward@fluendo.com>
11251
11252         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
11253         * gst/playback/gstplaybin.c: (handoff):
11254         * gst/playback/gststreamselector.c:
11255         (gst_stream_selector_set_property):
11256         gcc 4.1 unreferenced pointer fixes.
11257         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
11258         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
11259         gst_buffer_ref() now takes a GstBuffer*.
11260
11261 2006-03-20  Julien MOUTTE  <julien@moutte.net>
11262
11263         * sys/xvimage/xvimagesink.c:
11264         (gst_xvimagesink_get_format_from_caps): Fix a memleak reported
11265         by Jan Schmidt.
11266
11267 2006-03-19  Tim-Philipp Müller  <tim at centricular dot net>
11268
11269         * gst/typefind/gsttypefindfunctions.c: (id3v2_type_find),
11270         (id3v1_type_find), (apetag_type_find), (plugin_init):
11271           Can't do tag preferences via probability, as tags would then
11272           lose against types that are recognised with MAXIMUM probability
11273           (like .wav); so let all tag typefinders return MAXIMUM themselves
11274           and order them via the rank. Split ID3v1 and ID3v2 typefinders so
11275           that we can prefer APE to ID3v1 (fixes #335028).
11276           
11277 2006-03-17  Wim Taymans  <wim@fluendo.com>
11278
11279         * gst-libs/gst/audio/gstbaseaudiosink.c:
11280         (gst_base_audio_sink_change_state):
11281         * gst-libs/gst/audio/gstringbuffer.c: (wait_segment),
11282         (gst_ring_buffer_may_start):
11283         * gst-libs/gst/audio/gstringbuffer.h:
11284         Only start playback if we are playing.
11285         should fix #330748.
11286
11287 2006-03-17  Jan Schmidt  <thaytan@mad.scientist.com>
11288
11289         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
11290         * win32/common/config.h:
11291           Revert accidental commits to these files.
11292
11293 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
11294
11295         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
11296
11297         * tests/Makefile.am:
11298           Don't try to build tests in tests/icles if we
11299           don't have X (#323852)
11300
11301 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
11302
11303         * gst-libs/gst/tag/gstid3tag.c:
11304           Add TXXX frame identifiers for replaygain stuff as used
11305           by some taggers (see #323721).
11306
11307 2006-03-16  Jan Schmidt  <thaytan@mad.scientist.com>
11308
11309         * gst/playback/gststreamselector.c:
11310         (gst_stream_selector_set_property),
11311         (gst_stream_selector_bufferalloc):
11312           Preserve the existing buggy streamselector behaviour by performing
11313           a fallback buffer allocation when downstream isn't linked yet.
11314           This should really be fixed in playbin by blocking pads until it's
11315           linked them.
11316           Also, use gst_pad_alloc_buffer instead of
11317           gst_pad_alloc_buffer_and_set.
11318
11319 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
11320
11321         * gst-libs/gst/tag/gstid3tag.c:
11322           Don't crash on unknown ID3v2 TXXX frames.
11323           
11324 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
11325
11326         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise):
11327           Chain up to the parent finalize method.
11328           Add 32-bit sample size to the template caps.
11329
11330         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
11331         (gst_riff_create_video_template_caps):
11332           Add the fourcc that the VMWare codec uses.
11333           
11334         * gst/playback/gststreamselector.c:
11335         (gst_stream_selector_set_property),
11336         (gst_stream_selector_bufferalloc),
11337         (gst_stream_selector_request_new_pad):
11338           For the active pad, forward buffer-alloc requests, otherwise
11339           return GST_FLOW_NOT_LINKED. This also prevents xvimagesink
11340           having to memcpy every frame when used by playbin.
11341
11342         * gst/tcp/gstmultifdsink.c:
11343         (gst_multi_fd_sink_handle_client_write):
11344           Get negotiated caps from the sink pad, rather than the sink
11345           pad's peer.
11346
11347 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
11348
11349         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
11350         
11351         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_pop_callbacks):
11352           Don't forget to set src->callbacks_pushed to FALSE again when
11353           popping them, otherwise re-activation in a different mode won't
11354           work (#334620).
11355
11356 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
11357
11358         Patch by: Sebastien Moutte  <sebastien moutte net>
11359
11360         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: (gst_ff_vid_caps_new),
11361         (gst_ff_aud_caps_new), (gst_ffmpeg_pixfmt_to_caps),
11362         (gst_ffmpeg_smpfmt_to_caps):
11363           Replace __VA_ARGS__ caps creation macros with varargs functions.
11364           Makes things compile on MSVC (#320765), looks nicer, and we can
11365           tell the compiler to check for the NULL terminator.
11366
11367 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
11368
11369         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
11370
11371         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
11372           Make sure the buffer we copy into is really always big
11373           enough, this time for real (#333488).
11374           
11375 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
11376
11377         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
11378           Add support for 24bpp DIB (#305279).
11379
11380 2006-03-14  Wim Taymans  <wim@fluendo.com>
11381
11382         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_init):
11383         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
11384         * gst/ffmpegcolorspace/gstffmpegcolorspace.c: (gst_ffmpegcsp_init):
11385         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
11386         (gst_video_scale_init), (gst_video_scale_src_event):
11387         Re-enable QoS after the release.
11388         Rework videoscale to use the base class src_event handler.
11389
11390 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
11391
11392         * configure.ac:
11393           back to CVS.
11394
11395 === release 0.10.5 ===
11396
11397 2006-03-13  Thomas Vander Stichele <thomas at apestaart dot org>
11398
11399         * configure.ac:
11400           releasing 0.10.5, "Net"
11401
11402 2006-03-13  Tim-Philipp Müller  <tim at centricular dot net>
11403
11404         * docs/plugins/Makefile.am:
11405           Part of previous cdparanoiasrc docs fixes, forgot to commit.
11406           
11407 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
11408
11409         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
11410         * docs/plugins/gst-plugins-base-plugins-sections.txt:
11411         * docs/plugins/gst-plugins-base-plugins.hierarchy:
11412           Add cdparanoiasrc to docs.
11413
11414         * gst-libs/gst/cdda/gstcddabasesrc.c:
11415           More GstCddaBaseSrc docs.
11416
11417 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
11418
11419         * docs/libs/gst-plugins-base-libs-sections.txt:
11420         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_user_tag):
11421         * gst-libs/gst/tag/tag.h:
11422           API: libgsttag: new method gst_tag_from_id3_user_tag().
11423
11424 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
11425
11426         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
11427           NULL-terminate array of mpeg4 video file extensions.
11428           Fixes crash on PPC (#334226).
11429
11430 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
11431
11432         * ext/gnomevfs/gstgnomevfssrc.c:
11433         (gst_gnome_vfs_src_check_get_range):
11434           gnome_vfs_uri_is_local() alone is not a good indicator
11435           whether we can operate in pull-mode with a specific URI,
11436           as it returns FALSE for file:// URIs that point to an
11437           NFS-mounted path. Be more conservative here: whitelist
11438           local files, blacklist http URIs and use the old
11439           mechanism for anything else (fixes #334216).
11440
11441 2006-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
11442
11443         * configure.ac:
11444           back to trunk
11445
11446 === release 0.10.4 ===
11447
11448 2006-03-10  Thomas Vander Stichele <thomas at apestaart dot org>
11449
11450         * configure.ac:
11451           releasing 0.10.4, "Power"
11452
11453 2006-03-10  Jan Schmidt  <thaytan@mad.scientist.com>
11454
11455         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
11456         Disable max-lateness by setting it to -1 for now, so that 
11457         we can bed QoS stuff in thoroughly between now and the next
11458         release.
11459
11460 2006-03-10  Tim-Philipp Müller  <tim at centricular dot net>
11461
11462         Patch by: Fabrizio Gennari
11463
11464         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
11465           Make sure we don't read beyond the palette buffer in case of
11466           broken or manipulated files (#333488)
11467
11468 2006-03-10  Edward Hervey  <edward@fluendo.com>
11469
11470         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
11471         Fix for variable not initialized.
11472
11473 2006-03-09  Wim Taymans  <wim@fluendo.com>
11474
11475         * ext/libvisual/visual.c: (gst_visual_get_type),
11476         (gst_visual_src_setcaps), (gst_vis_src_negotiate),
11477         (gst_visual_chain):
11478         Small cleanups.
11479
11480         * ext/theora/gsttheoradec.h:
11481         * ext/theora/theoradec.c: (gst_theora_dec_init),
11482         (gst_theora_dec_reset), (_theora_granule_time),
11483         (theora_dec_src_convert), (theora_dec_sink_convert),
11484         (theora_dec_src_query), (theora_dec_src_event),
11485         (theora_dec_sink_event), (theora_handle_comment_packet),
11486         (theora_handle_header_packet), (theora_dec_push),
11487         (theora_handle_data_packet), (theora_dec_chain),
11488         (theora_dec_change_state):
11489         Add simple QoS.
11490
11491 2006-03-09  Wim Taymans  <wim@fluendo.com>
11492
11493         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
11494         (audiocast_register_listener), (gst_gnome_vfs_src_start):
11495         Some cleanups.
11496
11497 2006-03-09  Wim Taymans  <wim@fluendo.com>
11498
11499         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
11500         Don't try to activate NULL chains.
11501
11502 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
11503
11504         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
11505           Fix invalid memory access to region before peek'd data (#332964).
11506
11507 2006-03-09  Wim Taymans  <wim@fluendo.com>
11508
11509         Patch by: Christophe Fergeau
11510
11511         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init):
11512         * ext/pango/gsttextrender.c: (gst_text_render_init):
11513         * gst/adder/gstadder.c: (gst_adder_init):
11514         Don't leak padtemplates, closes #333510.
11515
11516 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
11517
11518         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
11519           Fix invalid memory access: make sure string passed to
11520           regexec() is NUL-termianted.
11521
11522 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
11523
11524         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
11525         (mp3_type_find):
11526           Refactor mpeg/audio typefinding to make it more maintainable
11527           and easier to fine-tune. Make probing into middle of the file
11528           work properly (fixes #333900, also see #152688).
11529
11530 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
11531
11532         * gst/typefind/gsttypefindfunctions.c:
11533         (utf8_type_find_have_valid_utf8_at_offset):
11534           Remove part from previous commit that was bogus:
11535           g_utf8_validate() does in fact not accept embedded
11536           zeroes, so we don't need to check for those (thanks
11537           to Mike for the hint).
11538
11539 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
11540
11541         * gst/typefind/gsttypefindfunctions.c:
11542         (utf8_type_find_count_embedded_zeroes),
11543         (utf8_type_find_have_valid_utf8_at_offset), (utf8_type_find):
11544           Make plain/text typefinder more conservative: firstly, check
11545           for embedded zeroes, which are perfectly valid UTF-8 characters,
11546           but also a fairly good sign that something is not a plain text
11547           file; secondly, probe into the middle of the file if possible.
11548           If we can't probe into the middle, limit the probability value
11549           to be returned to TYPE_FIND_POSSIBLE (see #333900).
11550
11551 2006-03-08  Michael Smith  <msmith@fluendo.com>
11552
11553         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
11554           Make typefind function name for mpeg4 video unique.
11555
11556 2006-03-08  Wim Taymans  <wim@fluendo.com>
11557
11558         * ext/libvisual/visual.c: (gst_visual_init),
11559         (gst_visual_clear_actors), (gst_visual_dispose),
11560         (gst_visual_reset), (gst_visual_src_setcaps),
11561         (gst_visual_sink_setcaps), (gst_vis_src_negotiate),
11562         (gst_visual_sink_event), (gst_visual_src_event), (get_buffer),
11563         (gst_visual_chain), (gst_visual_change_state):
11564         Cleanups, post nice errors.
11565         Handle sink and src events.
11566         Implement simple QoS.
11567
11568         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
11569         Use new basesink methods to configure max-lateness.
11570         Small doc update.
11571
11572         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11573         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps):
11574         Debug statement cleanups.
11575
11576         * gst/volume/gstvolume.c: (gst_volume_class_init):
11577         Simple cleanup.
11578
11579 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
11580
11581         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
11582         (gst_text_overlay_init), (gst_text_overlay_set_property),
11583         (gst_text_overlay_get_property):
11584           Revert API/ABI break from March 1. Keep 'halign' and 'valign'
11585           as string type properties, but mark them deprecated. Add
11586           'halignment' and 'valignment' properties that use enums
11587           instead of strings.
11588
11589 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
11590
11591         Patch by: Fabrizio Gennari
11592
11593         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
11594           Allow palettes with less than 256 colours in AVI files
11595           (#333488)
11596
11597 2006-03-07  Julien MOUTTE  <julien@moutte.net>
11598
11599         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
11600         (gst_text_overlay_video_event): Fix wrong EOS handling on text
11601         pad. We were releasing the queued text buffer when we should keep
11602         it until video pad gets EOS or discard the text buffer because it's
11603         too old. That was eating the last subtitle buffer. Add some more
11604         debug.
11605
11606 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
11607
11608         * ext/pango/gsttextoverlay.c: (gst_text_overlay_render_text),
11609         (gst_text_overlay_video_chain):
11610           Fix invalid memory access (we can't access a buffer after it's been
11611           pushed downstream without taking a reference); fix memory leak (if
11612           there's no text to render, bail out before allocating stuff).
11613
11614 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
11615
11616         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
11617         (gst_text_overlay_setcaps_txt), (gst_text_overlay_video_chain):
11618         * ext/pango/gsttextoverlay.h:
11619           If input is plain text, escape it before passing it to
11620           pango_layout_set_markup().
11621
11622 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
11623
11624         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_chain):
11625           Don't ignore flow return from gst_pad_push().
11626
11627 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
11628
11629         Patch by: Fabrizio Gennari
11630
11631         * ext/libvisual/visual.c: (gst_visual_getcaps),
11632         (gst_visual_src_setcaps), (gst_visual_sink_setcaps):
11633         * ext/ogg/gstoggmux.c: (gst_ogg_mux_sinkconnect):
11634         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
11635         (gst_vorbisenc_convert_sink):
11636         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
11637         (gst_audio_duration_from_pad_buffer):
11638         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_link),
11639         (gst_audio_filter_chain):
11640         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11641         (gst_base_rtp_depayload_setcaps):
11642         * gst-libs/gst/video/video.c: (gst_video_frame_rate),
11643         (gst_video_get_size):
11644         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
11645           Don't leak references returned by gst_pad_get_parent()
11646           (#333663)
11647
11648 2006-03-06  Stefan Kost  <ensonic@users.sf.net>
11649
11650         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
11651           change location param details
11652         * gst/volume/gstvolume.c: (plugin_init):
11653           correct plugin description
11654
11655 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
11656
11657         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
11658         (gst_gnome_vfs_src_check_get_range):
11659           Override GstBaseSrc::check_get_range() in order to avoid opening
11660           the resource just to check whether we can operate in pull-mode or
11661           not - we can predict that pretty well from the URI alone. Should
11662           fix problems with last.fm (#331690). (Requires latest core CVS).
11663
11664 2006-03-06  Wim Taymans  <wim@fluendo.com>
11665
11666         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
11667         (gst_video_sink_class_init):
11668         Throw away frames that are later than 20 ms.
11669
11670 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
11671
11672         Patch by: Fabrizio Gennari
11673
11674         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
11675           Set depth on WMA caps (#333545)
11676
11677 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
11678
11679         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
11680         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
11681           put Theora BOS pages before others.  This hardcodes
11682           the Ogg/Theora I profile, but hey.
11683
11684 2006-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
11685
11686         * ext/ogg/README:
11687           updated with some examples
11688         * ext/theora/theoraenc.c: (granulepos_to_timestamp),
11689         (granulepos_add), (theora_buffer_from_packet):
11690         * ext/vorbis/vorbisenc.c: (granulepos_to_timestamp_offset),
11691         (granulepos_to_timestamp), (gst_vorbisenc_buffer_from_packet),
11692         (gst_vorbisenc_chain):
11693           implement strategy from ext/ogg/README
11694         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
11695         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
11696         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_compare_pads),
11697         (gst_ogg_mux_queue_pads), (gst_ogg_mux_collected):
11698           Fix muxer so that oggz-validate is happy with all streams;
11699           except for no eos mark, and the BOS page ordering
11700         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
11701         (check_buffer_granulepos):
11702         * tests/check/pipelines/vorbisenc.c: (check_buffer_granulepos):
11703           update tests to check for OFFSET being set as requested
11704           fixed type of granulepos, it's not a ClockTime
11705
11706 2006-03-05  Julien MOUTTE  <julien@moutte.net>
11707
11708         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
11709         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
11710         Check that the xvimage we are creating has a correct size
11711         before returning it. (#314897)
11712
11713 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
11714
11715         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
11716           Give id3 and ape tag typefinders a rank slightly higher
11717           than PRIMARY to ensure they're always run before any of
11718           the other typefinders (in particular wav and mp3) (#324186).
11719
11720 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
11721
11722         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
11723           Add support for '3IVD' fourcc (#333403).
11724
11725 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
11726
11727         * configure.ac:
11728           Bump requirements to GStreamer CVS for the new error enum.
11729
11730         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_render):
11731           Emit new GST_RESOURCE_ERROR_NO_SPACE_LEFT when there's no
11732           space left on the device (fixes #333352).
11733
11734 2006-03-04  Sebastien Moutte  <sebastien@moutte.net>
11735
11736         * win32/vs6:
11737           add a project file for libgstvolume
11738           update the workspace
11739
11740 2006-03-03  Thomas Vander Stichele  <thomas at apestaart dot org>
11741
11742         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
11743         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
11744         (GST_START_TEST):
11745           Fix for http://bugzilla.gnome.org/show_bug.cgi?id=333254
11746           Set IN_CAPS on header buffers
11747
11748 2006-03-02  Wim Taymans  <wim@fluendo.com>
11749
11750         * docs/plugins/Makefile.am:
11751         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
11752         * docs/plugins/gst-plugins-base-plugins-sections.txt:
11753         Add audioresample to docs.
11754
11755         * gst/audioconvert/gstaudioconvert.c:
11756         Add revision date.
11757
11758         * gst/audioresample/gstaudioresample.c:
11759         (gst_audioresample_base_init), (gst_audioresample_class_init),
11760         (gst_audioresample_init), (gst_audioresample_dispose),
11761         (audioresample_get_unit_size), (audioresample_transform_caps),
11762         (resample_set_state_from_caps), (audioresample_transform_size),
11763         (audioresample_set_caps), (audioresample_event),
11764         (audioresample_do_output), (audioresample_transform),
11765         (audioresample_pushthrough), (gst_audioresample_set_property),
11766         (gst_audioresample_get_property), (plugin_init):
11767         * gst/audioresample/gstaudioresample.h:
11768         Added docs.
11769         Small code cleanups.
11770
11771 2006-03-02  Wim Taymans  <wim@fluendo.com>
11772
11773         * docs/plugins/Makefile.am:
11774         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
11775         * docs/plugins/gst-plugins-base-plugins-sections.txt:
11776         Added videoscale to docs.
11777
11778         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
11779         (gst_video_rate_swap_prev), (gst_video_rate_event),
11780         (gst_video_rate_chain):
11781         Fix typo in docs.
11782
11783         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
11784         (gst_video_scale_init), (gst_video_scale_prepare_size),
11785         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
11786         (gst_video_scale_fixate_caps), (gst_video_scale_transform):
11787         * gst/videoscale/gstvideoscale.h:
11788         Added docs, examples.
11789         Some code cleanups.
11790         Post errors instead of g_warning.
11791
11792 2006-03-02  Wim Taymans  <wim@fluendo.com>
11793
11794         * docs/libs/gst-plugins-base-libs-docs.sgml:
11795         * docs/libs/gst-plugins-base-libs-sections.txt:
11796         * docs/libs/gst-plugins-base-libs.types:
11797         * docs/plugins/Makefile.am:
11798         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
11799         * docs/plugins/gst-plugins-base-plugins-sections.txt:
11800         Added some more docs to libs and plugins.
11801
11802         * gst-libs/gst/audio/gstringbuffer.c:
11803         (gst_ring_buffer_prepare_read), (gst_ring_buffer_clear):
11804         * gst-libs/gst/audio/gstringbuffer.h:
11805         Document ringbuffer some more.
11806
11807         * gst/videorate/gstvideorate.c: (gst_video_rate_class_init),
11808         (gst_video_rate_setcaps), (gst_video_rate_reset),
11809         (gst_video_rate_init), (gst_video_rate_flush_prev),
11810         (gst_video_rate_swap_prev), (gst_video_rate_event),
11811         (gst_video_rate_chain), (gst_video_rate_change_state):
11812         * gst/videorate/gstvideorate.h:
11813         Fix videorate to use segments.
11814         Make it work with 0/1 framerates (closes #331903)
11815         Handle EOS correctly.
11816         Added docs.
11817
11818 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
11819
11820         * ext/ogg/gstogmparse.c: (gst_ogm_parse_class_init),
11821         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
11822         (gst_ogm_text_parse_init), (gst_ogm_parse_change_state):
11823           In state change function, first chain up to parent class,
11824           then handle downwards state change stuff. Remove some
11825           commented out cruft from 0.8 code.
11826
11827 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
11828
11829         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
11830         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
11831         (gst_ogm_parse_sink_convert), (gst_ogm_parse_sink_query),
11832         (gst_ogm_parse_chain):
11833           Don't remove/re-add source pad if the new caps are the same as
11834           the old caps anyway (#333042). When removing source pad, don't
11835           unref it afterwards - we didn't ref it when adding. Sprinkle some
11836           GST_DEBUG_FUNCPTR goodness here and there. Don't leak references
11837           after using gst_pad_get_parent(). Return downstream flow return
11838           value in chain function.
11839
11840 2006-03-02  Wim Taymans  <wim@fluendo.com>
11841
11842         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
11843         * docs/plugins/gst-plugins-base-plugins.args:
11844         * docs/plugins/gst-plugins-base-plugins.hierarchy:
11845         * docs/plugins/gst-plugins-base-plugins.interfaces:
11846         * docs/plugins/gst-plugins-base-plugins.signals:
11847         Fix hierarchy, added some more elements to the docs.
11848
11849         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11850         (gst_ffmpegcsp_get_type):
11851         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
11852         Fix docs for ffmpegcolorspace.
11853
11854 2006-03-01  Tim-Philipp Müller  <tim at centricular dot net>
11855
11856         * gst/typefind/gsttypefindfunctions.c: (id3_type_find),
11857         (apetag_type_find), (ape_type_find), (plugin_init):
11858           Some typefinding fine-tuning:
11859           - rank ID3/APE tags in order of preference via probabilities, so that
11860             ID3v2 > APEv2 > APEv1 > ID3v1.
11861           - three or four bytes don't really justify MAXIMUM probability,
11862             change those to 'very likely' (musepack and monkeysaudio).
11863
11864 2006-03-01  Wim Taymans  <wim@fluendo.com>
11865
11866         * docs/plugins/Makefile.am:
11867         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
11868         * docs/plugins/gst-plugins-base-plugins-sections.txt:
11869         * ext/alsa/gstalsamixer.c:
11870         * ext/alsa/gstalsamixer.h:
11871         * ext/alsa/gstalsamixerelement.c:
11872         (gst_alsa_mixer_element_class_init), (gst_alsa_mixer_element_init):
11873         * ext/alsa/gstalsamixerelement.h:
11874         * ext/alsa/gstalsasink.c:
11875         * ext/alsa/gstalsasink.h:
11876         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
11877         (gst_alsasrc_init):
11878         * ext/alsa/gstalsasrc.h:
11879         Added alsa docs.
11880         Small code cleanups.
11881
11882 2006-03-01  Wim Taymans  <wim@fluendo.com>
11883
11884         * ext/theora/Makefile.am:
11885         Dist new header too,
11886
11887 2006-03-01  Wim Taymans  <wim@fluendo.com>
11888
11889         * docs/plugins/Makefile.am:
11890         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
11891         * docs/plugins/gst-plugins-base-plugins-sections.txt:
11892         * ext/gnomevfs/gstgnomevfssink.h:
11893         * ext/gnomevfs/gstgnomevfssrc.h:
11894         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
11895         * ext/vorbis/vorbisdec.h:
11896         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_sink):
11897         * ext/vorbis/vorbisenc.h:
11898         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps),
11899         (vorbis_parse_chain), (vorbis_parse_change_state):
11900         * ext/vorbis/vorbisparse.h:
11901         * gst/audioconvert/gstaudioconvert.h:
11902         * gst/tcp/gsttcpserversink.h:
11903         * gst/videotestsrc/gstvideotestsrc.c:
11904         * gst/videotestsrc/gstvideotestsrc.h:
11905         * gst/volume/gstvolume.c:
11906         * gst/volume/gstvolume.h:
11907         Fix some more docs.
11908         Added docs for vorbisdec and vorbisparse.
11909         Fix vorbisparse.
11910
11911 2006-03-01  Wim Taymans  <wim@fluendo.com>
11912
11913         * docs/plugins/Makefile.am:
11914         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
11915         * docs/plugins/gst-plugins-base-plugins-sections.txt:
11916         * ext/pango/gstclockoverlay.h:
11917         * ext/pango/gsttextoverlay.h:
11918         * ext/pango/gsttextrender.h:
11919         * ext/pango/gsttimeoverlay.h:
11920         * ext/theora/gsttheoradec.h:
11921         * ext/theora/gsttheoraenc.h:
11922         * ext/theora/theoradec.c:
11923         * ext/theora/theoraenc.c:
11924         * gst/audioconvert/gstaudioconvert.h:
11925         * gst/audiotestsrc/gstaudiotestsrc.h:
11926         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
11927         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
11928         * gst/tcp/gstmultifdsink.h:
11929         Updated/added documentation.
11930
11931         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
11932         (gst_text_overlay_halign_get_type),
11933         (gst_text_overlay_wrap_mode_get_type),
11934         (gst_text_overlay_base_init), (gst_text_overlay_class_init),
11935         (gst_text_overlay_init), (gst_text_overlay_set_property),
11936         (gst_text_overlay_get_property):
11937         Fix up properties to be enums instead of string to make bindings,
11938         introspection and automatic GUI creation possible.
11939         Add getters for the properties.
11940
11941 2006-02-28  Sebastien Moutte  <sebastien@moutte.net>
11942
11943         * gst/audiotestsrc/gstaudiotestsrc.c:
11944           added defines of M_PI and M_PI_2
11945         * gst/ffmpegcolorspace/avcodec.h:
11946           removed #include "stdint.h" for win32 as _stdint.h is 
11947           autogenerated to win32/common
11948         * win32/common/libgstaudio.def:
11949         * win32/common/libgsttag.def:
11950           added some exports
11951         * win32/vs6:
11952           some project files bugs corrected
11953         * win32/vs7:
11954           project files are reset to the default vs7 configuration 
11955           (they link to msvcr71.dll using default optimizations)
11956           
11957 2006-02-28  Wim Taymans  <wim@fluendo.com>
11958
11959         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
11960         Fix some docs.
11961
11962 2006-02-28  Edward Hervey  <edward@fluendo.com>
11963
11964         * ext/alsa/gstalsasrc.c:
11965         Set proper class on the ElementDetails:
11966         Source/Audio instead of Src/Audio/
11967
11968 2006-02-28  Edward Hervey  <edward@fluendo.com>
11969
11970         * gst/videoscale/vs_scanline.c:
11971         (vs_scanline_resample_nearest_RGBA):
11972         Revert optimization in videoscale. It should go in liboil and have
11973         an appropriate liboil function.
11974
11975 2006-02-28  Wim Taymans  <wim@fluendo.com>
11976
11977         * gst-libs/gst/audio/gstbaseaudiosink.c:
11978         (gst_base_audio_sink_provide_clock):
11979         Don't try to provide a clock in the NULL state.
11980
11981 2006-02-28  Wim Taymans  <wim@fluendo.com>
11982
11983         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
11984         (gst_ogg_pad_event), (gst_ogg_pad_internal_chain),
11985         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
11986         (gst_ogg_demux_deactivate_current_chain),
11987         (gst_ogg_demux_activate_chain), (gst_ogg_demux_do_seek),
11988         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_info),
11989         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
11990         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
11991         Use GstSegment infrastructure to remove duplicated code
11992         and handle more seek cases correctly.
11993
11994 2006-02-28  Wim Taymans  <wim@fluendo.com>
11995
11996         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11997         (gst_ffmpegcsp_transform):
11998         Don't ignore return code from ffmpeg convert function.
11999
12000         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
12001         Split out some long statements to ease debugging.
12002
12003 2006-02-27  Jan Schmidt  <thaytan@mad.scientist.com>
12004
12005         * ext/libvisual/visual.c: (gst_visual_init),
12006         (gst_vis_src_negotiate), (get_buffer), (plugin_init):
12007         Don't use gst_pad_use_fixed_caps, because it prevents downstream from
12008         being able to renegotiate the size. Instead, use the negotiation
12009         algorithm from the goom plugin to pick an initial output caps. 
12010
12011         Also, allow theoretical libvisual plugins that might support non-GL 
12012         output even if they also do GL.
12013
12014 2006-02-26  Julien MOUTTE  <julien@moutte.net>
12015
12016         * ext/libvisual/visual.c: (gst_visual_init),
12017         (gst_visual_src_setcaps), (get_buffer), (gst_visual_chain),
12018         (plugin_init): Load only non GL plugins. Fix some memleaks and 
12019         possible negotiation issues.
12020
12021 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12022
12023         * gst-libs/gst/tag/tag.h: Adding Annodex tags here.
12024
12025 2006-02-24  Michael Smith  <msmith@fluendo.com>
12026
12027         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find),
12028         (cmml_type_find), (plugin_init):
12029           Fix CMML type find function to not require a specific minor version
12030           of the CMML header.
12031
12032           Add an MPEG4 video elementary stream typefind function.
12033
12034 2006-02-04  Michael Smith  <msmith@fluendo.com>
12035
12036         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
12037         (gst_ogg_pad_parse_skeleton_fisbone), (gst_ogg_pad_query_convert),
12038         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
12039         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
12040         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_collect_chain_info),
12041         (gst_ogg_demux_change_state), (gst_annodex_granule_to_time):
12042           Annodex support in ogg demuxer. Doesn't do very much without the
12043           other annodex patches (to come).
12044
12045 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
12046
12047         Patch by: Fabrizio Gennari <fabrizio dot get at tiscali dot it>
12048
12049         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
12050           Pick up palette for MS video v1 (#327028)
12051
12052 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
12053
12054         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12055         (gst_ffmpegcsp_caps_remove_format_info),
12056         (gst_ffmpegcsp_get_unit_size):
12057           The 'palette_data' field from incoming RGB caps shouldn't be
12058           proxied on outgoing YUV caps; also, restrict unit size
12059           adjustment in case of paletted data only to the unit that
12060           actually has a palette. Fixes #330711.
12061
12062 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
12063
12064         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12065         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
12066         (gst_ffmpegcsp_finalize), (gst_ffmpegcsp_class_init),
12067         (gst_ffmpegcsp_get_unit_size):
12068           Plug some memory leaks.
12069
12070 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
12071
12072         * sys/ximage/Makefile.am:
12073         * sys/xvimage/Makefile.am:
12074           Add some _CFLAGS and _LIBS that seem to be missing
12075           and/or required for Cygwin (see #317048).
12076
12077 2006-02-22  Wim Taymans  <wim@fluendo.com>
12078
12079         * ext/alsa/gstalsasrc.c:
12080         Fix description as pointed out by caugier.
12081
12082 2006-02-22  Tommi Myöhänen  <ext-tommi do myohanen at nokia dot com>
12083
12084         Reviewed by : Edward Hervey  <edward@fluendo.com>
12085
12086         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
12087         (qt_type_find):
12088         Better 3gp typefinding (#331526).
12089
12090 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
12091
12092         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
12093           Don't send EOS event here, the base class will send one for us.
12094
12095         * gst/playback/gstplaybasebin.c: (prepare_output):
12096           Subpictures without video stream aren't allowed either.
12097         
12098         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
12099           Fix debug statement copy'n'paste-o.
12100
12101 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
12102
12103         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume):
12104           Fix issues with mixer keeping state when muting/unmuting
12105           and when changing the volume whilst muted (see #331763
12106           and #331765).
12107
12108 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
12109
12110         * gst/subparse/gstsubparse.c: (subrip_unescape_formatting),
12111         (parse_subrip), (gst_sub_parse_format_autodetect):
12112           Set right caps given that we send escaped text. Also,
12113           honour <i></i>, <b></b> and <u></u> markers that can be found
12114           in .srt files (fixes #310202).
12115
12116 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
12117
12118         * gst-libs/gst/audio/mixerutils.c:
12119         (element_factory_rank_compare_func):
12120           Make order in which elements are tried more determinable.
12121
12122 2006-02-20  Julien MOUTTE  <julien@moutte.net>
12123
12124         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
12125         (remove_element_chain), (cleanup_decodebin),
12126         (gst_decode_bin_change_state): Make decodebin reusable by
12127         fixing remove_element_chain first and then introduce a
12128         cleaner in state change to ->NULL. (Closes #331678)
12129
12130 2006-02-19  Wim Taymans  <wim@fluendo.com>
12131
12132         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_open_file):
12133         use 0666 mask when creating files so umask gets applied
12134         correctly. Fixes #331295.
12135
12136 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
12137
12138         * gst/subparse/Makefile.am:
12139         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
12140         (gst_ssa_parse_dispose), (gst_ssa_parse_init),
12141         (gst_ssa_parse_class_init), (gst_ssa_parse_src_event),
12142         (gst_ssa_parse_sink_event), (gst_ssa_parse_setcaps),
12143         (gst_ssa_parse_remove_override_codes), (gst_ssa_parse_parse_line),
12144         (gst_ssa_parse_chain), (gst_ssa_parse_change_state):
12145         * gst/subparse/gstssaparse.h:
12146         * gst/subparse/gstsubparse.c: (plugin_init):
12147           Add very basic parser for SSA subtitle streams (as often
12148           found in matroska files).
12149
12150 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
12151
12152         * gst/playback/gstdecodebin.c: (mimetype_is_raw):
12153           That should be text/x-pango-markup, not text/x-pango-layout.
12154
12155 2006-02-19  Julien MOUTTE  <julien@moutte.net>
12156
12157         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize):
12158         Polishing.
12159
12160 2006-02-19  Julien MOUTTE  <julien@moutte.net>
12161
12162         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
12163         (gst_text_overlay_finalize), (gst_text_overlay_init),
12164         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
12165         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
12166         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
12167         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
12168         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
12169         Fix state change deadlock.
12170
12171 2006-02-19  Julien MOUTTE  <julien@moutte.net>
12172
12173         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
12174         (gst_text_overlay_finalize), (gst_text_overlay_init),
12175         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
12176         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
12177         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
12178         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
12179         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
12180         * ext/pango/gsttextoverlay.h: Fix seeking both for muxed formats
12181         and subtitles files.
12182
12183 2006-02-19  Julien MOUTTE  <julien@moutte.net>
12184
12185         * gst/playback/gstdecodebin.c: (mimetype_is_raw): pango layout
12186         should be considered as raw.
12187
12188 2006-02-19  Julien MOUTTE  <julien@moutte.net>
12189
12190         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
12191         (cb_probe):
12192         * gst/playback/gststreaminfo.h: Introduce language informations.
12193
12194 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
12195
12196         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
12197         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
12198         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
12199         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
12200         Set shared memory segments to be deleted as soon as we have attached,
12201         that way they get cleaned up automatically if we crash.
12202
12203 2006-02-18  Julien MOUTTE  <julien@moutte.net>
12204
12205         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_get_text): 
12206         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_get_text): Those
12207         functions are called with lock held.
12208
12209 2006-02-18  Julien MOUTTE  <julien@moutte.net>
12210
12211         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
12212         (gst_text_overlay_finalize), (gst_text_overlay_init),
12213         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
12214         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
12215         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
12216         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
12217         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
12218         (gst_text_overlay_change_state): Refactoring of textoverlay
12219         without collectpads. This now supports sparse subtitles coming
12220         from a demuxer instead of a sub file. Seeking is still broken 
12221         though. Need to discuss with wtay some more on how to handle
12222         seeking correctly.
12223         * ext/pango/gsttextoverlay.h:
12224         * gst/playback/gstplaybin.c: (setup_sinks): Support linking with
12225         subtitles coming from the demuxer.
12226
12227 2006-02-17  Wim Taymans  <wim@fluendo.com>
12228
12229         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
12230         (gst_vorbisenc_convert_sink):
12231         Use some more scaling functions.
12232
12233 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
12234
12235         * ext/cdparanoia/gstcdparanoiasrc.c:
12236         (gst_cd_paranoia_src_class_init), (gst_cd_paranoia_dummy_callback),
12237         (gst_cd_paranoia_paranoia_callback),
12238         (gst_cd_paranoia_src_signal_is_being_watched),
12239         (gst_cd_paranoia_src_read_sector):
12240         * ext/cdparanoia/gstcdparanoiasrc.h:
12241           Add back 'transport-error' and 'uncorrected-error' signals and
12242           make them actually be fired when bad stuff happens (#319340).
12243
12244 2006-02-17  Wim Taymans  <wim@fluendo.com>
12245
12246         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
12247         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
12248         (gst_ring_buffer_device_is_open), (gst_ring_buffer_acquire),
12249         (gst_ring_buffer_release), (gst_ring_buffer_set_flushing),
12250         (gst_ring_buffer_start), (gst_ring_buffer_pause_unlocked),
12251         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
12252         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
12253         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
12254         (gst_ring_buffer_commit), (gst_ring_buffer_prepare_read),
12255         (gst_ring_buffer_clear):
12256         Small cleanups.
12257         Added some G_LIKELY.
12258
12259 2006-02-17  Wim Taymans  <wim@fluendo.com>
12260
12261         * gst-libs/gst/audio/TODO:
12262         Update TODO
12263
12264         * gst-libs/gst/audio/gstbaseaudiosink.c:
12265         (gst_base_audio_sink_get_offset):
12266         When trying to play samples ASAP and we don't have a
12267         previous sample, try to play at position 0 instead of
12268         an invalid position.
12269
12270 2006-02-17  Wim Taymans  <wim@fluendo.com>
12271
12272         * ext/alsa/gstalsasink.c: (gst_alsasink_open),
12273         (gst_alsasink_reset):
12274         Also release lock when we get an error in _reset();
12275         fix an error message.
12276
12277 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
12278
12279         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
12280         (gst_alsasink_init), (get_channel_free_structure),
12281         (caps_add_channel_configuration), (gst_alsasink_getcaps),
12282         (gst_alsasink_close):
12283         * ext/alsa/gstalsasink.h:
12284           Add support for more than 2 channels (#326720).
12285
12286 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
12287
12288         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
12289           Set codec_name for WAVEFORMATEX as well. When we have 'normal PCM'
12290           with 4 or 6 channels, assume a default channel layout to make things
12291           work (not sure there's anything else we can do in those cases).
12292
12293 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
12294
12295         * gst-libs/gst/audio/multichannel.c:
12296           Minor docs fix.
12297
12298         * gst-libs/gst/riff/Makefile.am:
12299         * gst-libs/gst/riff/riff-ids.h:
12300         * gst-libs/gst/riff/riff-media.c:
12301         (gst_riff_wavext_add_channel_layout), (gst_riff_create_audio_caps):
12302           Add support for WAVEFORMATEX, eg. PCM audio with more than two
12303           channels and a channel layout map.
12304           
12305 2006-02-16  Mathieu Garcia <b0nk at free dot fr>
12306
12307         Reviewed by Edward Hervey  <edward@fluendo.com>
12308
12309         * gst/videoscale/vs_scanline.c: (vs_scanline_resample_nearest_RGBA): 
12310         C-level optimization of the RGBA nearest neighbour function.
12311         Eventually this might end up in liboil with vectorized versions.
12312
12313 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
12314
12315         * gst-libs/gst/audio/multichannel.c:
12316         (gst_audio_get_channel_positions):
12317           When we have more than 2 channels, but no channel layout is
12318           specified in the caps, return some default channel layout
12319           to the caller and warn about about a possibly buggy element
12320           (could be buggy filtercaps as well of course) (#317038).
12321
12322 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
12323
12324         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
12325           Add gst-libs/gst/cdda to list of lib search paths.
12326
12327 2006-02-15  Andy Wingo  <wingo@pobox.com>
12328
12329         * ext/ogg/gstoggmux.c (gst_ogg_mux_collected): When updating
12330         timestamp, update timestamp_end as well. Fixes a bugaboo. I hope
12331         to the Lord Jesus that I do not have to touch the ogg muxer ever
12332         again.
12333
12334 2006-02-15  Edward Hervey  <edward@fluendo.com>
12335
12336         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
12337         quicktime movie files can also contain 'uuid' atoms.
12338
12339 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
12340
12341         * gst/audioconvert/plugin.c: (plugin_init):
12342           Register the GstAudioChannelPosition enum type with the type
12343           system in the plugin_init function, so that it is known before
12344           any element actually makes use of multi-channel stuff. This is
12345           required for example if one wants to be able to deserialise/use
12346           a caps string with channel positions before any pipeline has
12347           been setup and started, like with gst-launch.
12348
12349 2006-02-14  Wim Taymans  <wim@fluendo.com>
12350
12351         * gst-libs/gst/audio/gstringbuffer.c:
12352         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_delay),
12353         (gst_ring_buffer_samples_done), (wait_segment),
12354         (gst_ring_buffer_commit), (gst_ring_buffer_clear):
12355         Add some compiler G_(UN_)LIKELY help.
12356         SIGNAL the ringbuffer waiters when going to PAUSED as well to
12357         make sure they can exit their functions. Should fix #330748
12358
12359 2006-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
12360
12361         * Makefile.am:
12362         * configure.ac:
12363         * win32/MANIFEST:
12364         * win32/common/_stdint.h:
12365           Windows does not have long long; copy the generated _stdint.h
12366         * win32/common/interfaces-enumtypes.c:
12367         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
12368         (gst_mixer_track_flags_get_type),
12369         (gst_tuner_channel_flags_get_type):
12370         * win32/common/multichannel-enumtypes.c:
12371         (gst_audio_channel_position_get_type):
12372           update
12373
12374 2006-02-13  Wim Taymans  <wim@fluendo.com>
12375
12376         * gst-libs/gst/audio/gstbaseaudiosink.c:
12377         (gst_base_audio_sink_get_time), (gst_base_audio_sink_preroll),
12378         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
12379         Always sync on first sample we receive when starting.
12380
12381 2006-02-13  Wim Taymans  <wim@fluendo.com>
12382
12383         * gst/playback/gstplaybin.c: (gen_vis_element):
12384         Update vis bin docs.
12385         Move queue after tee so we don't queue video buffers but
12386         audio samples instead. Fixes problems where the video queue
12387         is filled and the audio queue empty.
12388
12389 2006-02-13  Tim-Philipp Müller  <tim at centricular dot net>
12390
12391         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
12392           No need to push an EOS event here, GstBaseSrc will do that for us
12393           when we return FLOW_UNEXPECTED.
12394           
12395 2006-02-12  Wim Taymans  <wim@fluendo.com>
12396
12397         * gst-libs/gst/audio/gstbaseaudiosink.c:
12398         (gst_base_audio_sink_get_time), (gst_base_audio_sink_setcaps),
12399         (gst_base_audio_sink_drain), (gst_base_audio_sink_preroll),
12400         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
12401         Use scale functions when possible.
12402         Fix error messages.
12403         Free clockid when after waiting for EOS.
12404         Use G_(UN_)LIKLY when it makes sense.
12405         Fix sample clipping bug found by Arwed v. Merkatz fixes #330789.
12406
12407 2006-02-12  Edward Hervey  <edward@fluendo.com>
12408
12409         * gst/playback/gstplaybasebin.c: (prepare_output): 
12410         Remove stray semi-colon (fixes #330888).
12411
12412 2006-02-12  Jan Schmidt  <thaytan@mad.scientist.com>
12413
12414         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
12415         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
12416         Fix up the XShm call testing so that we catch errors, and don't
12417         cause new ones by attempting to detach from a segment we failed
12418         to attach to. Fixes #312439.
12419
12420 2006-02-10  Edward Hervey  <edward@fluendo.com>
12421
12422         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
12423         Added flv file typefind (video/x-flv).
12424
12425 2006-02-10  Edward Hervey  <edward@fluendo.com>
12426
12427         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
12428         (gst_riff_create_video_template_caps):
12429         Added FLV1 <==> 'video/x-flash-video,flvversion=1' conversion.
12430         Also added the caps to the default set of riff video caps.
12431
12432 2006-02-09  Andy Wingo  <wingo@pobox.com>
12433
12434         * ext/ogg/gstoggmux.c (GstOggPad): Keep track of both the start
12435         time and the end time of the last packet in the page.
12436         (gst_ogg_mux_pad_queue_page): In addition to setting the timestamp
12437         on the pages in our queue, set the duration as well. Reflow a
12438         debug statement.
12439         (gst_ogg_mux_collected): Keep track of GstOggPad->timestamp_end.
12440         Fixes bad muxing order.
12441
12442 2006-02-09  Thomas Vander Stichele  <thomas at apestaart dot org>
12443
12444         * gst-libs/gst/rtp/gstbasertppayload.c:
12445         (gst_basertppayload_setcaps), (gst_basertppayload_push):
12446           update seqnum before setting it on the packet; this makes sure
12447           that the timestamp and seqnum properties match after pushing
12448           a buffer
12449
12450 2006-02-09  Andy Wingo  <wingo@pobox.com>
12451
12452         * gst-libs/gst/audio/gstringbuffer.c
12453         (gst_ring_buffer_samples_done): Cast to guint64, fixes an integer
12454         overflow after 13.5 hours of recording. Kapow!
12455
12456         * ext/alsa/gstalsasrc.c (gst_alsasrc_delay): Clamp the delay to
12457         the buffer size -- we don't care about underrun/overrun reporting
12458         right now, just need to return a useful value.
12459
12460 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
12461
12462         * configure.ac:
12463           Back to CVS
12464
12465 === release 0.10.3 ===
12466
12467 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
12468
12469         * configure.ac:
12470           releasing 0.10.3, "Under Pressure"
12471
12472 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
12473
12474         * configure.ac:
12475         Drat. Bump libtool version number for new API.
12476         Prelease 0.10.2.3 (of 0.10.3)
12477
12478 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
12479
12480         * configure.ac:
12481         * win32/common/config.h:
12482         0.10.2.2 prerelease (of 0.10.3).
12483
12484 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
12485
12486         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_create):
12487           Revert Andy's newsegment change pending a more correct
12488           fix.
12489
12490 2006-02-08  Thomas Vander Stichele  <thomas at apestaart dot org>
12491
12492         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
12493         (qt_type_find), (plugin_init):
12494           detect more files as 3gp
12495           group and reorder the iso file formats
12496
12497 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
12498
12499         * ext/vorbis/vorbis.c: (plugin_init):
12500           Register musicbrainz tags, so apps don't have to.
12501
12502 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
12503
12504         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_from_vorbis_tag),
12505         (gst_tag_to_vorbis_tag):
12506           Make sure we called gst_tag_register_musicbrainz_tags()
12507           before possibly mapping a vorbiscomment string from/to a
12508           musicbrainz tag.
12509
12510 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
12511
12512         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
12513           In case we can't find the required number of consecutive
12514           mpeg audio frames to positively identify an MPEG audio
12515           stream, check if there's at least a valid mpeg audio
12516           frame right at offset 0 and if so suggest mpeg/audio
12517           caps with a very low probability (#153004).
12518
12519 2006-02-07  Andy Wingo  <wingo@pobox.com>
12520
12521         * gst/tcp/gsttcpclientsrc.c (gst_tcp_client_src_create): Switch to
12522         a TIME segment if we get timestamped buffers. Requires recent
12523         fixes in core to work properly.
12524
12525 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
12526
12527         * gst/playback/gstplaybasebin.c: (prepare_output):
12528           Don't print the URI as part of the error message, it
12529           makes error dialogs look rather ugly, especially if
12530           the URI is very long or has characters in it that
12531           need escaping.
12532
12533 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
12534
12535         * gst/playback/gstplaybasebin.c: (prepare_output):
12536           Error out if we have only text or subtitles, but nothing
12537           else. Also error out if we have subtitles but no video
12538           stream.
12539
12540 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
12541
12542         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
12543           Treat GNOME_VFS_RESULT_EOF as EOS, not as error (#329194).
12544           Post an error message on the bus when we encounter an
12545           error, which will hopefully be more meaningful than the
12546           'Internal Flow Error' message users get to see if we
12547           just return GST_FLOW_ERROR.
12548
12549 2006-02-07  Andy Wingo  <wingo@pobox.com>
12550
12551         * configure.ac (GST_MAJORMINOR): Update core version req to
12552         0.10.2.2, for the collectpads API addition (#330244).
12553
12554 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
12555
12556         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
12557           Return FALSE from plugin_init() when GnomeVFS can't
12558           be initialised for some reason (#328423).
12559
12560 2006-02-06  Julien MOUTTE  <julien@moutte.net>
12561
12562         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event): 
12563         Stick to seeking theory until i find the bug.
12564         * gst/subparse/gstsubparse.c: (parse_subrip): Fix debug.
12565
12566 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
12567
12568         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
12569         (theora_enc_finalize), (theora_enc_sink_setcaps),
12570         (theora_set_header_on_caps), (theora_enc_chain),
12571         (theora_enc_change_state):
12572         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
12573           Make theoraenc and the tests leak free. Like, really.
12574
12575 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
12576
12577         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
12578         (theora_enc_finalize), (theora_enc_sink_setcaps):
12579           Add a finalize method to ensure we clean up state even if
12580           someone omitted the state change back to NULL.
12581
12582         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1),
12583         (gst_vorbisenc_chain):
12584           Free some more leaked bits.
12585
12586         * tests/check/pipelines/theoraenc.c: (start_pipeline),
12587         (stop_pipeline):
12588           Wait for state changes to happen if they're ASYNC.
12589
12590           This ought to teach those fancy pants buildbots a lesson.
12591
12592 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
12593
12594         * gst-libs/gst/tag/gstid3tag.c:
12595           Add mapping for ID3 International Standard Recording Code
12596           tag "TSRC"
12597
12598 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
12599
12600         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1):
12601           Don't leak tag names.
12602
12603 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
12604
12605         * docs/libs/gst-plugins-base-libs-docs.sgml:
12606         * docs/libs/gst-plugins-base-libs-sections.txt:
12607         * gst-libs/gst/tag/gstid3tag.c:
12608         * gst-libs/gst/tag/gstvorbistag.c:
12609         * gst-libs/gst/tag/tags.c:
12610           Split libgsttag docs into multiple sections.
12611
12612 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
12613
12614         * docs/libs/Makefile.am:
12615         * docs/libs/gst-plugins-base-libs-docs.sgml:
12616         * docs/libs/gst-plugins-base-libs-sections.txt:
12617         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_tag):
12618         * gst-libs/gst/tag/gstvorbistag.c:
12619         * gst-libs/gst/tag/tag.h:
12620         * gst-libs/gst/tag/tags.c:
12621           Add libgsttag to the docs.
12622
12623 2006-02-05  Julien MOUTTE  <julien@moutte.net>
12624
12625         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize),
12626         (gst_text_overlay_init), (gst_text_overlay_src_event),
12627         (gst_text_overlay_collected): Fix clockoverlay.
12628
12629 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
12630
12631         * docs/libs/compiling.sgml:
12632           Fix typo: it's pkg-config, not pkg-gconfig
12633
12634         * docs/libs/gst-plugins-base-libs-docs.sgml:
12635         * docs/libs/gst-plugins-base-libs-sections.txt:
12636         * docs/libs/tmpl/gstgconf.sgml:
12637           There is no libgstgconf in 0.10, remove it
12638           from the docs.
12639
12640 2006-02-05  Julien MOUTTE  <julien@moutte.net>
12641
12642         * docs/libs/tmpl/gstcolorbalance.sgml: Updated.
12643         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
12644         (gst_text_overlay_src_event), (gst_text_overlay_collected):
12645         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
12646         (gst_sub_parse_class_init), (gst_sub_parse_init),
12647         (gst_sub_parse_src_event), (parse_mdvdsub), (parse_subrip),
12648         (parse_mpsub), (parser_state_init), (handle_buffer),
12649         (gst_sub_parse_chain), (gst_sub_parse_sink_event), (plugin_init):
12650         * gst/subparse/gstsubparse.h: Introduce seeking code.
12651
12652 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
12653
12654         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
12655           Add comment about LANGUAGE tag inconsistency (we want
12656           ISO-639-1, but extract three-letter identifiers?)
12657
12658         * po/POTFILES.in:
12659           Add two translatable files.
12660
12661 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
12662
12663         * gst-libs/gst/tag/Makefile.am:
12664         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
12665         * gst-libs/gst/tag/tag.h:
12666         * gst-libs/gst/tag/tags.c:
12667         (gst_tag_register_musicbrainz_tags_internal),
12668         (gst_tag_register_musicbrainz_tags):
12669           Forward-port some tags stuff from the 0.8 branch. This is
12670           mostly the addition of musicbrainz tags and their mapping
12671           to vorbistags, and a vorbistag mapping of the language tag.
12672
12673 2006-02-05  Julien MOUTTE  <julien@moutte.net>
12674
12675         * gst/playback/gstplaybin.c: (gen_text_element): Fix broken code
12676         refactoring.
12677
12678 2006-02-04  David Schleef  <ds@schleef.org>
12679
12680         * ext/ogg/gstoggmux.c:
12681         * gst/typefind/gsttypefindfunctions.c:
12682           Add Dirac typefinding and add dirac format to oggmux.
12683
12684 2006-02-03  Tim-Philipp Müller  <tim at centricular dot net>
12685
12686         * gst/playback/gstdecodebin.c: (try_to_link_1):
12687           Don't put essential function call into
12688           g_return_*() macro, otherwise it'll all be
12689           replaced by NOOPs when compiling with
12690           G_DISABLE_CHECKS defined.
12691
12692 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
12693
12694         * ext/ogg/gstoggdemux.c:
12695         * ext/ogg/gstoggparse.c:
12696         * gst/tcp/gsttcpserversink.c:
12697         * sys/v4l/v4lsrc_calls.c:
12698         * sys/v4l/v4lsrc_calls.h:
12699         Just make it compile with --disable-gst-debug.
12700
12701 2006-02-03  Wim Taymans  <wim@fluendo.com>
12702
12703         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
12704         (gst_alsasink_class_init), (gst_alsasink_init),
12705         (gst_alsasink_write), (gst_alsasink_reset):
12706         * ext/alsa/gstalsasink.h:
12707         Add lock to protect alsa calls.
12708         Implement reset to flush samples ASAP, does not work
12709         with dmix though.
12710
12711 2006-02-02  Wim Taymans  <wim@fluendo.com>
12712
12713         * gst-libs/gst/audio/gstbaseaudiosink.c:
12714         (gst_base_audio_sink_provide_clock):
12715         Ugh.. getting late I guess...
12716
12717 2006-02-02  Wim Taymans  <wim@fluendo.com>
12718
12719         * gst-libs/gst/audio/gstbaseaudiosink.c:
12720         (gst_base_audio_sink_provide_clock),
12721         (gst_base_audio_sink_set_property),
12722         (gst_base_audio_sink_get_property), (gst_base_audio_sink_render):
12723         Don't try to provide a clock when we are not negotiated since
12724         we might not be able to make it run.
12725
12726 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
12727
12728         * gst/playback/gstdecodebin.c: (try_to_link_1):
12729           Unlinking two source pads is ... hard.
12730
12731 2006-02-02  Wim Taymans  <wim@fluendo.com>
12732
12733         * gst-libs/gst/audio/TODO:
12734         Updated.
12735
12736         * gst-libs/gst/audio/gstbaseaudiosink.c:
12737         (gst_base_audio_sink_drain), (gst_base_audio_sink_event):
12738         On EOS, wait till the last sample is played before posting EOS.
12739
12740 2006-02-01  Philippe Kalaf <burger at speedy dot org>
12741
12742         Patch by: Kai Vehmanen
12743         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12744           Adds ability to enable newsegment bypass by setting queue_delay to
12745           zero. Also avoid thread being started if queue_delay is zero.
12746
12747 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
12748
12749         * gst/playback/test6.c: (new_decoded_pad_cb), (show_error), (main):
12750           Make test work again by connecting fakesinks to each decoded pad,
12751           which makes the pipeline wait until each fakesink has a buffer
12752           queued before going to PAUSED state. At that point we know the
12753           decodebin pads are negotiated.
12754
12755 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
12756
12757         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_query),
12758         (gst_cdda_base_src_handle_event):
12759         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
12760           Pass unhandled queries to the parent class's query function.
12761
12762 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
12763
12764         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_types),
12765         (gst_ogg_pad_src_query):
12766         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
12767         * ext/theora/theoradec.c: (theora_dec_src_query),
12768         (theora_dec_sink_query):
12769         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
12770         (vorbis_dec_sink_query):
12771         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
12772         (gst_vorbisenc_sink_query):
12773         * gst/adder/gstadder.c: (gst_adder_query):
12774           Pass unhandled queries upstream instead of just
12775           dropping them (#326447). Also, fix supported
12776           query types list for some elements.
12777
12778 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
12779
12780         * gst/typefind/gsttypefindfunctions.c: (au_type_find),
12781         (paris_type_find), (ilbc_type_find), (plugin_init):
12782           Fix typefinding for audio/x-au, audio/x-paris and
12783           audio/iLBC-sh. We cannot use the START_WITH macros
12784           here, because there can only be one typefind factory
12785           with the same name (caps), so the second one would
12786           replace the first one and the first one would never
12787           be called when doing typefinding (see #161712).
12788           
12789
12790 2006-01-31  Wim Taymans  <wim@fluendo.com>
12791
12792         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
12793         (vorbis_handle_header_packet), (vorbis_dec_push),
12794         (vorbis_handle_data_packet):
12795         Use scale_int when we can, add some more scaling.
12796         Check packettype before parsing it.
12797
12798 2006-01-31  Wim Taymans  <wim@fluendo.com>
12799
12800         * ext/theora/theoradec.c: (_theora_granule_time),
12801         (theora_dec_src_convert), (theora_dec_sink_convert):
12802         Call right _scale functions.
12803         Use parameter instead of some other random value.
12804
12805 2006-01-31  Wim Taymans  <wim@fluendo.com>
12806
12807         * ext/theora/theoradec.c: (_theora_granule_frame),
12808         (_theora_granule_time), (_inc_granulepos),
12809         (theora_dec_src_convert), (theora_dec_sink_convert),
12810         (theora_handle_type_packet), (theora_handle_data_packet),
12811         (theora_dec_chain):
12812         Use higher precision timestamps calculation.
12813         Convert some other conversions to _scale.
12814
12815 2006-01-31  Stefan Kost  <ensonic@users.sf.net>
12816
12817         * gst/audiotestsrc/gstaudiotestsrc.c:
12818         (gst_audio_test_src_create_sine_table), (plugin_init):
12819         * gst/volume/gstvolume.c: (plugin_init):
12820           initialize gst_controller before using
12821
12822 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
12823
12824         * tests/check/pipelines/theoraenc.c:
12825         * tests/check/pipelines/vorbisenc.c:
12826         Define constant using G_GINT64_CONSTANT to avoid errors when
12827         passing it around - otherwise it gets truncated to 32 bits.
12828
12829         Fixes failing tests.
12830
12831 2006-01-31  Andy Wingo  <wingo@pobox.com>
12832
12833         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_set_caps): Don't segfault if the
12834         caps being set doesn't have a framerate value. Basically a stopgap
12835         measure.
12836
12837         * ext/ogg/gstoggmux.c (GST_BUFFER_END_TIME): New macro. Not
12838         technically correct enough to put into core though.
12839         (gst_ogg_mux_dequeue_page): Use END_TIME instead of TIMESTAMP +
12840         DURATION. Fixes theoraenc ! oggmux.
12841
12842         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Fixate to the nearest
12843         fraction, not double.
12844
12845 2006-01-31  Sebastien Moutte  <sebastien@moutte.net>
12846
12847         * win32/vs7:
12848         add vs7 project files created by Sergey Scobich
12849
12850 2006-01-30  Sebastien Moutte  <sebastien@moutte.net>
12851
12852         * win32/vs8:
12853         add vs8 project files created by Sergey Scobich
12854         
12855 2006-01-30  Andy Wingo  <wingo@pobox.com>
12856
12857         * ext/ogg/gstoggmux.c (gst_ogg_mux_dequeue_page): Compare
12858         timestamp + duration, not just timestamp -- ogg pages should be
12859         ordered by stop time. Necessary fix given the change in vorbis
12860         timestamps.
12861
12862         * ext/theora/theoraenc.c (theora_enc_sink_setcaps) 
12863         (gst_theora_enc_init): Pull the granule shift out of the encoder.
12864         (granulepos_add): New function, handles the messiness of adjusting
12865         granulepos values.
12866         (theora_buffer_from_packet):
12867         (theora_enc_chain):
12868         (theora_enc_sink_event): Use granulepos_add, not +.
12869
12870         * tests/check/pipelines/theoraenc.c
12871         (check_buffer_granulepos_from_starttime): Just check the frame
12872         count, not the actual granulepos -- we can't dictate to the
12873         encoder when it should be placing keyframes.
12874
12875 2006-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
12876
12877         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
12878           SERVICE_NOT_AVAILABLE happens for example when you're trying to
12879           play an http:// stream from a server that's not serving
12880
12881 2006-01-30  Andy Wingo  <wingo@pobox.com>
12882
12883         * tests/check/pipelines/vorbisenc.c (TIMESTAMP_OFFSET): 
12884         * tests/check/pipelines/theoraenc.c (TIMESTAMP_OFFSET): Totally
12885         remove the UINT64_CONSTANT macro, doesn't appear to be needed or
12886         available.
12887
12888         * ext/theora/gsttheoraenc.h:
12889         * ext/theora/theoraenc.c: Same changes as were done to vorbisenc,
12890         although theoraenc was timestamping correctly. Added handling of
12891         streams that start with nonzero timestamps.
12892
12893         * tests/check/Makefile.am:
12894         * tests/check/pipelines/theoraenc.c: New file, basically does same
12895         tests as vorbisenc.
12896
12897         * tests/check/pipelines/vorbisenc.c: I claim these bugs.
12898
12899 2006-01-30  Wim Taymans  <wim@fluendo.com>
12900
12901         * gst-libs/gst/audio/gstaudiosink.c:
12902         (gst_audioringbuffer_class_init), (gst_audioringbuffer_release),
12903         (gst_audioringbuffer_pause):
12904         Implement pause that does not wait for completion.
12905
12906         * gst-libs/gst/audio/gstbaseaudiosink.c:
12907         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
12908         Don't drop buffers when going to PAUSED but perform preroll on
12909         remaining samples now that core base class supports this.
12910
12911         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_release),
12912         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_stop),
12913         (gst_ring_buffer_commit):
12914         Pause should not signal waiters.
12915         Implement return value of _commit correctly.
12916
12917 2006-01-30  Andy Wingo  <wingo@pobox.com>
12918
12919         * tests/check/Makefile.am (check_vorbis): Add pipelines/vorbisenc.
12920
12921         * ext/vorbis/vorbisenc.c (gst_vorbisenc_buffer_from_packet): Logic
12922         updated to timestamp from the first sample, not the last.
12923         (gst_vorbisenc_buffer_from_header_packet): New function, takes
12924         special care of granulepos and timestamp for header packets.
12925         (gst_vorbisenc_chain): Reflow, fix some leaks, and handle the case
12926         when the first buffer has a nonzero timestamp.
12927
12928         * ext/vorbis/vorbisenc.h (GstVorbisEnc.granulepos_offset)
12929         (GstVorbisEnc.subgranule_offset): New members. Take care of the
12930         case when the first audio buffer we get has a nonzero timestamp.
12931         (GstVorbisEnc.next_ts): Renamed from prev_ts, because now we
12932         properly timestamp vorbis buffers with the time of the first
12933         sample, not the last.
12934         
12935         * ext/vorbis/vorbisenc.c (granulepos_to_clocktime): Renamed from
12936         vorbis_granule_time_copy -- now it takes the granule/subgranule
12937         offset into account.
12938
12939         * tests/check/pipelines/vorbisenc.c: New test for correctness of
12940         timestamps, durations, and granulepos on buffers produced by
12941         vorbisenc.
12942
12943 2006-01-30  Jan Schmidt  <thaytan@mad.scientist.com>
12944
12945         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
12946         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
12947           Patch from Eric Jonas to support conversions to/from UYVY 
12948           (Fixes: #324626)
12949
12950 2006-01-30  Julien MOUTTE  <julien@moutte.net>
12951
12952         * gst/playback/gstplaybasebin.c: (group_commit), (queue_overrun),
12953         (setup_subtitle), (setup_source), (set_active_source):
12954         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
12955         (gen_text_element), (gen_audio_element), (gen_vis_element),
12956         (remove_sinks), (add_sink), (setup_sinks): Implement subtitles.
12957
12958 2006-01-29  Sebastien Moutte  <sebastien@moutte.net>
12959
12960         * gst-libs/gst/audio/audio.h: (GST_CLOCK_TIME_TO_FRAMES)
12961         * gst-libs/gst/audio/gstbaseaudiosink.c: (gst_base_audio_sink_render)
12962                 use gst_guint64_to_gdouble to be compliant with vs6
12963         * gst/playback/gstdecodebin.c: (try_to_link_1)
12964         * gst/videorate/videorate.c: (gst_video_rate_blank_data)
12965                 use G_GINT64_CONSTANT for int64 constants
12966         * win32/common/libgstinterfaces.def:
12967                 export some symbols (gst_mixer_get_type,gst_mixer_track_get_type)
12968         * win32/vs6:
12969                 update and add new project files
12970                 
12971 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
12972
12973         * Makefile.am:
12974         * win32/MANIFEST:
12975         * win32/common/interfaces-enumtypes.c:
12976         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
12977         (gst_mixer_track_flags_get_type),
12978         (gst_tuner_channel_flags_get_type):
12979         * win32/common/interfaces-enumtypes.h:
12980         * win32/common/multichannel-enumtypes.c:
12981         (gst_audio_channel_position_get_type):
12982         * win32/common/multichannel-enumtypes.h:
12983           add a win32-update rule like in core, and copy over enumtypes files
12984
12985 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
12986
12987         * win32/MANIFEST:
12988         * win32/common/config.h:
12989         * win32/common/config.h.in:
12990           add config files just like in core
12991
12992 2006-01-28  Tim-Philipp Müller  <tim at centricular dot net>
12993
12994         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format):
12995           Make gcc-4.1 happy (part of #327357).
12996
12997 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
12998
12999         * ext/alsa/gstalsasink.c: (gst_alsasink_init), (set_hwparams),
13000         (set_swparams), (gst_alsasink_prepare), (gst_alsasink_unprepare),
13001         (gst_alsasink_close), (gst_alsasink_write), (gst_alsasink_reset):
13002         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (set_hwparams),
13003         (set_swparams), (gst_alsasrc_open), (gst_alsasrc_prepare),
13004         (gst_alsasrc_unprepare), (gst_alsasrc_read):
13005           Update all error messages.  All of them should either use
13006           the default translated message, or actually provide a
13007           translatable string.
13008           Make the string for channel count problems meaningful.
13009
13010 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
13011
13012         * sys/v4l/v4l_calls.c: (gst_v4l_open):
13013           check for and throw RESOURCE_BUSY
13014
13015 2006-01-27  David Schleef  <ds@schleef.org>
13016
13017         * gst/videoscale/vs_scanline.c: Oops, *that's* why I never
13018           checked in this change -- it requires liboil features not
13019           in 0.3.6.  Revert parts.
13020
13021 2006-01-27  David Schleef  <ds@schleef.org>
13022
13023         * REQUIREMENTS:
13024         * configure.ac: update liboil requirement to 0.3.6
13025         * gst/videoscale/Makefile.am:
13026         * gst/videoscale/vs_scanline.c: liboilify
13027
13028 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
13029
13030         * ext/libvisual/visual.c: (get_buffer):
13031           When pad_alloc returns a GstFlowReturn other
13032           than GST_FLOW_OK, make sure it is passed upstream.
13033
13034 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
13035
13036         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
13037         (gst_alsasink_class_init):
13038           Free the device name string.
13039
13040         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
13041         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad),
13042         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_clear_collectpads):
13043           Don't remove a pad from the collectpads structure until it
13044           is released - it's a request pad, and may receive data again
13045           if the element gets moved back to PLAYING state.
13046
13047         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
13048           Ensure we turn on double buffering on the Xv port, and
13049           set the colour key to something dark and mysterious that
13050           isn't black.
13051
13052 2006-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
13053
13054         * ext/alsa/gstalsaplugin.c: (plugin_init):
13055         * ext/cdparanoia/gstcdparanoiasrc.c:
13056         (gst_cd_paranoia_src_base_init), (plugin_init):
13057         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
13058         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
13059           - a library should not call setlocale. see "Libraries" node in
13060             gettext manual
13061           - make sure all plugins that use translation do bindtextdomain
13062             to point to the localedir
13063         * gst/playback/gstplaybin.c: (gen_vis_element), (add_sink),
13064         (setup_sinks), (plugin_init):
13065           all this, and check for NULL when creating sinks
13066
13067 2006-01-27  Julien MOUTTE  <julien@moutte.net>
13068
13069         * gst/subparse/gstsubparse.c: (gst_subparse_type_find),
13070         (plugin_init): Make typefinding of subtitles work again.
13071
13072 2006-01-26  Tim-Philipp Müller  <tim at centricular dot net>
13073
13074         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
13075         (mp3_type_frame_length_from_header), (mp3_type_find),
13076         (wavpack_type_find), (m4a_type_find), (ircam_type_find),
13077         (plugin_init):
13078           Backport a bunch of typefinding fixes from the 0.8 branch.
13079           Also, improve wavpack typefinding: if we can't peek the
13080           entire wavpack block, try to parse the bits we can get and
13081           see if we find what we're looking for in those.
13082
13083 2006-01-26  Julien MOUTTE  <julien@moutte.net>
13084
13085         * sys/ximage/ximagesink.c:
13086         (gst_ximagesink_calculate_pixel_aspect_ratio):
13087         * sys/xvimage/xvimagesink.c:
13088         (gst_xvimagesink_calculate_pixel_aspect_ratio): Handle some
13089         more cases of pixel aspect ratio.
13090
13091 2006-01-26  Edward Hervey  <edward@fluendo.com>
13092
13093         * gst/playback/gstdecodebin.c: (pad_probe):
13094         Also consider the flush-start and tag events as unblockers
13095         for the pad probes.
13096
13097 2006-01-26  Julien MOUTTE  <julien@moutte.net>
13098
13099         * gst/playback/gstplaybin.c: (gst_play_bin_init),
13100         (gst_play_bin_dispose), (gst_play_bin_vis_unblocked),
13101         (gst_play_bin_vis_blocked), (gst_play_bin_set_property): 
13102         On the fly visualisation switch, works disabling, enabling as
13103         well but it won't be able to enable vis in a playbin that was
13104         created with no visualisation.
13105
13106 2006-01-25  Wim Taymans  <wim@fluendo.com>
13107
13108         * gst-libs/gst/audio/gstbaseaudiosink.c:
13109         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
13110         Undo previous commit that returned WRONG_STATE sooner, it breaks 
13111         resume after pause.
13112
13113 2006-01-25  Wim Taymans  <wim@fluendo.com>
13114
13115         * gst-libs/gst/audio/gstbaseaudiosink.c:
13116         (gst_base_audio_sink_setcaps), (gst_base_audio_sink_event),
13117         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render):
13118         Improve debugging.
13119         Post error when caps cannot be parsed.
13120         Resync on discontinuity in the stream.
13121         Clip samples to segment boundaries.
13122         return WRONG_STATE sooner when we are flushing.
13123
13124         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
13125         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
13126         Make audiosrc operate in TIME.
13127         Set TIMESTAMP and DURATION on buffers.
13128
13129 2006-01-24  Tim-Philipp Müller  <tim at centricular dot net>
13130
13131         * tests/examples/seek/seek.c: (main):
13132           Output tag messages as well.
13133
13134 2006-01-23  Edward Hervey  <edward@fluendo.com>
13135
13136         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
13137         (free_pad_probes), (remove_fakesink), (pad_probe),
13138         (close_pad_link), (gst_decode_bin_change_state):
13139         Replace GstPadBlockCallback with pad probes that detect
13140         first buffer AND eos before removing fakesink.
13141         Fixes hang with demuxers doing EOS while pre-rolling.
13142         Solves #328279
13143
13144 2006-01-23  Andy Wingo  <wingo@pobox.com>
13145
13146         * ext/alsa/gstalsasink.c:
13147         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13148         (gst_base_rtp_depayload_setcaps),
13149         (gst_base_rtp_depayload_add_to_queue),
13150         (gst_base_rtp_depayload_queue_release): GCC 2.95 fixes (#328263).
13151         
13152         Patch by: Jens Granseuer <jensgr at gmx dot net>
13153
13154 2006-01-22  Julien MOUTTE  <julien@moutte.net>
13155
13156         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
13157         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
13158         (gst_xvimagesink_buffer_alloc): Playbin keeps some ref to some 
13159         frames. We might get a frame destroyed after changing state to
13160         NULL, adding a safety check on xcontext.
13161
13162 2006-01-22  Tim-Philipp Müller  <tim at centricular dot net>
13163
13164         * gst-libs/gst/interfaces/xoverlay.c:
13165           Fix prepare-xwindow-id code example in the docs - we need to
13166           ignore all messages that aren't element messages as well.
13167           
13168 2006-01-21  Julien MOUTTE  <julien@moutte.net>
13169
13170         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
13171           I think one day i'll completely undestand how caps negotiation
13172           is supposed to work. This refactoring handles buffer_alloc
13173           called with caps we can't handle. We definitely don't want a
13174           set_caps with those caps, so we define and allocate a buffer
13175           we would like to receive.
13176
13177 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
13178
13179         * gst/playback/gstplaybasebin.c: (setup_source):
13180           Free iterator when done.
13181
13182 2006-01-17  Jan Schmidt  <thaytan@mad.scientist.com>
13183
13184         * gst-libs/gst/audio/gstbaseaudiosink.c:
13185         (gst_base_audio_sink_render):
13186           Fix playback of non-synchronised streams by assuming a rate
13187           of 1.0 instead of a random one.
13188
13189           Makes this work again:
13190
13191           gst-launch filesrc location=raw_audio.file ! 'audio/x-raw-int,
13192           endianness=(int)4321, signed=(boolean)true, width=(int)16,
13193           depth=(int)16, rate=(int)44100, channels=(int)2' ! audioconvert !
13194           audioresample ! alsasink
13195
13196 === release 0.10.2 ===
13197
13198 2006-01-16  Thomas Vander Stichele <thomas at apestaart dot org>
13199
13200         * configure.ac:
13201           releasing 0.10.2, "Then the devil is six"
13202
13203 2006-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
13204
13205         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
13206         * gst/playback/gststreamselector.c:
13207         (gst_stream_selector_set_property):
13208           Comment out broken code that connects to the state-changed signal.
13209           At this point, changing current stream selection is broken, but 
13210           stuff like gst-launch playbin current-audio=1 works and filters
13211           to the chosen stream.
13212
13213 2006-01-16  Thomas Vander Stichele  <thomas at apestaart dot org>
13214
13215         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
13216           Fix #327216 (null dereference in vorbisdec)
13217
13218 2006-01-16  Tim-Philipp Müller  <tim at centricular dot net>
13219
13220         * ext/theora/theoradec.c: (theora_handle_comment_packet):
13221           Post taglist actually on bus instead of just freeing it
13222           (fixes #327114 and totem bug #327080).
13223
13224         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
13225           Use gst_element_found_tags_for_pad(), so that the tags
13226           are sent downstream as an event as well.
13227
13228 2006-01-15  Thomas Vander Stichele  <thomas at apestaart dot org>
13229
13230         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
13231         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
13232         (gst_ximagesink_buffer_alloc):
13233         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
13234         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_show_frame),
13235         (gst_xvimagesink_buffer_alloc):
13236           move all regularly occurring messages to GST_LOG level
13237           add some more object logs
13238
13239 2006-01-14  Thomas Vander Stichele  <thomas at apestaart dot org>
13240
13241         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
13242           fix a silly segfault
13243
13244 2006-01-14  Tim-Philipp Müller  <tim at centricular dot net>
13245
13246         * docs/libs/gst-plugins-base-libs-docs.sgml:
13247         * docs/libs/gst-plugins-base-libs-sections.txt:
13248         * gst-libs/gst/audio/mixerutils.c:
13249         * gst-libs/gst/audio/mixerutils.h:
13250           Add docs for mixerutils stuff.
13251
13252 2006-01-13  Tim-Philipp Müller  <tim at centricular dot net>
13253
13254         * gst/playback/gstplaybasebin.c: (setup_source):
13255           Fix playback for sources that emit raw audio or
13256           raw video streams (e.g.: cd audio sources) (#325984).
13257
13258 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
13259
13260         * gst-libs/gst/audio/mixerutils.c:
13261         (gst_audio_mixer_filter_do_filter):
13262           actually save the element we create
13263
13264 2006-01-12  Tim-Philipp Müller  <tim at centricular dot net>
13265
13266         * gst-libs/gst/cdda/gstcddabasesrc.c:
13267         (gst_cdda_base_src_handle_track_seek):
13268           No need to post a tag message on the bus when seeking
13269           within the same track, only post it when the current
13270           track changes.
13271
13272 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
13273
13274         * gst/playback/gstplaybasebin.c: (group_destroy),
13275         (probe_triggered), (new_decoded_pad), (mute_group_type),
13276         (set_active_source):
13277         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
13278         * gst/playback/gststreamselector.c:
13279         (gst_stream_selector_base_init),
13280         (gst_stream_selector_set_property),
13281         (gst_stream_selector_request_new_pad):
13282           Reenable stream selection. These mechanisms need a complete overhaul
13283           in the face of 0.8->0.10 changes though.
13284
13285 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
13286
13287         * ext/ogg/gstoggdemux.c:
13288           Change the pad template to src_%d to match the pads that 
13289           are created from it. decodebin needs this information in order
13290           to decide that oggdemux is capable of producing multiple pads
13291           (and hence needs queues inserted).
13292
13293         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
13294         (gst_ogg_mux_collected):
13295           Make debug output more useful by using GST_PTR_FORMAT.
13296
13297 2006-01-11  Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
13298
13299         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
13300
13301         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
13302           Set depth and width for alaw/mulaw (fixes #326601).
13303
13304 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
13305
13306         * tests/icles/Makefile.am:
13307           don't build the tests if we don't have the libs
13308
13309 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
13310
13311         * ext/cdparanoia/gstcdparanoiasrc.c: (gst_cd_paranoia_src_close),
13312         (gst_cd_paranoia_paranoia_callback):
13313           Don't try to free NULL pointers.
13314
13315 2006-01-10  Edward Hervey  <edward@fluendo.com>
13316
13317         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain),
13318         (gst_audio_rate_change_state), (plugin_init):
13319         Add debugging category.
13320         Fix type issues.
13321         Add case for incoming buffers without valid offset/offset_end.
13322
13323 2006-01-10  Michael Smith  <msmith@fluendo.com>
13324
13325         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_dispose):
13326           Don't leak GCond in audio sources.
13327
13328 2006-01-10  Jan Schmidt  <thaytan@mad.scientist.com>
13329
13330         * gst/playback/gstplaybin.c: (gen_audio_element):
13331           Don't leak an autoaudiosink/alsasink when we generate
13332           a new audio element. (old code, I guess)
13333
13334 2006-01-10  Michael Smith  <msmith@fluendo.com>
13335
13336         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
13337           Support float audio in audiorate.
13338           Use width rather than depth for selecting sample width.
13339
13340 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
13341
13342         * gst/videotestsrc/videotestsrc.h:
13343           Use GLib types here (that way we don't have to include the
13344           generated _stdint.h header, which makes life easier for win32
13345           folks that don't use autotools for the build) (#325990, patch
13346           by: Sergey Scobich).
13347
13348 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
13349
13350         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
13351         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
13352         (gst_ring_buffer_pause), (wait_segment):
13353         * gst-libs/gst/audio/gstringbuffer.h:
13354           Name (private) union, makes Forte compiler happy (this time
13355           for real) (#324900).
13356
13357 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
13358
13359         * gst-libs/gst/audio/Makefile.am:
13360           Link against libgstinterfaces, needed for mixer
13361           and property probe stuff.
13362
13363 2006-01-09  Edward Hervey  <edward@fluendo.com>
13364
13365         * gst-libs/gst/Makefile.am:
13366
13367 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
13368
13369         * gst-libs/gst/audio/Makefile.am:
13370         * gst-libs/gst/audio/mixerutils.c:
13371         (gst_audio_mixer_filter_do_filter),
13372         (gst_audio_mixer_filter_check_element),
13373         (gst_audio_mixer_filter_probe_feature),
13374         (element_factory_rank_compare_func),
13375         (gst_audio_default_registry_mixer_filter):
13376         * gst-libs/gst/audio/mixerutils.h:
13377           Add gst_audio_default_registry_mixer_filter() utility
13378           function.
13379
13380 2006-01-03  Michael Smith  <msmith@fluendo.com>
13381
13382         * gst/audioresample/resample.h:
13383           As before, but for o_buf
13384
13385 2006-01-03  Michael Smith  <msmith@fluendo.com>
13386
13387         * gst/audioresample/resample.h:
13388           Declare struct _ResampleState.buffer as unsigned char *, not void *,
13389           since we do arithmetic on it.
13390
13391 2006-01-02  Tim-Philipp Müller  <tim at centricular dot net>
13392
13393         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
13394         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
13395         (gst_ring_buffer_pause), (wait_segment):
13396         * gst-libs/gst/audio/gstringbuffer.h:
13397           Sun's Forte compiler doesn't seem to like anonymous structs,
13398           so use same setup as in GstBaseSrc (fixes #324900).
13399
13400 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
13401
13402         * configure.ac:
13403         * gst/volume/Makefile.am:
13404         * gst/volume/demo.c:
13405           move old example to tests/examples/volume/volune.c
13406         * tests/examples/Makefile.am:
13407         * tests/examples/seek/seek.c: (main):
13408           change window-close event from "delete-event" to "destroy"
13409         * tests/examples/volume/Makefile.am:
13410         * tests/examples/volume/volume.c: (value_changed_callback),
13411         (setup_gui), (message_received), (eos_message_received), (main):
13412           fix event handling and bus usage
13413
13414 2005-12-29  Stefan Kost  <ensonic@users.sf.net>
13415
13416         * gst/audiotestsrc/gstaudiotestsrc.c:
13417         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
13418         (gst_audio_test_src_init), (gst_audio_test_src_src_fixate),
13419         (gst_audio_test_src_query), (gst_audio_test_src_create_sine),
13420         (gst_audio_test_src_create_square),
13421         (gst_audio_test_src_create_saw),
13422         (gst_audio_test_src_create_triangle),
13423         (gst_audio_test_src_create_silence),
13424         (gst_audio_test_src_create_white_noise),
13425         (gst_audio_test_src_create_pink_noise),
13426         (gst_audio_test_src_init_sine_table),
13427         (gst_audio_test_src_create_sine_table),
13428         (gst_audio_test_src_change_wave),
13429         (gst_audio_test_src_change_volume), (gst_audio_test_src_do_seek),
13430         (gst_audio_test_src_create), (gst_audio_test_src_set_property):
13431         * gst/audiotestsrc/gstaudiotestsrc.h:
13432           update to basesrc changes, implement segmented seeking and eos
13433           handling, add a 'sine-tab' waveform for performance critical playback
13434
13435 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
13436
13437         * po/POTFILES.in:
13438           ... and this time the other modified file that I missed last time.
13439
13440 2005-12-29  Michael Smith  <msmith@fluendo.com>
13441
13442         * gst/playback/gstdecodebin.c: (new_pad):
13443           Fix non-C89 variable declaration not at the start of a block. Should
13444           help some compilers.
13445
13446 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
13447
13448         * tests/check/Makefile.am:
13449           And now fix 'make distcheck' (builddir != srcdir)
13450
13451 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
13452
13453         * configure.ac:
13454         * ext/cdparanoia/Makefile.am:
13455         * ext/cdparanoia/gstcdparanoia.c:
13456         * ext/cdparanoia/gstcdparanoia.h:
13457         * ext/cdparanoia/gstcdparanoiasrc.c:
13458         (gst_cd_paranoia_mode_get_type), (gst_cd_paranoia_src_base_init),
13459         (gst_cd_paranoia_src_init), (gst_cd_paranoia_src_class_init),
13460         (gst_cd_paranoia_src_open), (gst_cd_paranoia_src_close),
13461         (gst_cd_paranoia_paranoia_callback),
13462         (gst_cd_paranoia_src_read_sector), (gst_cd_paranoia_src_finalize),
13463         (gst_cd_paranoia_src_set_property),
13464         (gst_cd_paranoia_src_get_property), (plugin_init):
13465         * ext/cdparanoia/gstcdparanoiasrc.h:
13466           New cdparanoiasrc element based on cddabasesrc; enable cdparanoia
13467           plugin again (there are still fixes required to playbin to make
13468           cdda:// uris work there).
13469
13470 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
13471
13472         * tests/check/Makefile.am:
13473           Fix test case compilation.
13474
13475 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
13476
13477         * gst-libs/gst/cdda/gstcddabasesrc.c:
13478         (gst_cdda_base_src_update_duration),
13479         (gst_cdda_base_src_calculate_cddb_id):
13480           An integer is not a string. Fix access to uninitialised variable.
13481
13482         * tests/check/Makefile.am:
13483           Add cddabasesrc unit test; also actually enable the vorbis test.
13484
13485         * tests/check/generic/states.c:
13486           Blacklist new cd audio elements as well.
13487
13488         * tests/check/libs/cddabasesrc.c:
13489           Unit test for GstCddaBaseSrc (discid calculation mostly).
13490
13491 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
13492
13493         * docs/libs/Makefile.am:
13494         * docs/libs/gst-plugins-base-libs-docs.sgml:
13495         * docs/libs/gst-plugins-base-libs-sections.txt:
13496         * docs/libs/gst-plugins-base-libs.types:
13497           Add docs for libgstcdda/GstCddaBaseSrc.
13498
13499         * gst-libs/gst/interfaces/mixertrack.h:
13500           Do one struct member per line with a semicolon at the end, that way
13501           even gtk-doc might parse it without complaining.
13502
13503 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
13504
13505         * configure.ac:
13506         * gst-libs/gst/Makefile.am:
13507         * gst-libs/gst/cdda/Makefile.am:
13508         * gst-libs/gst/cdda/base64.c:
13509         * gst-libs/gst/cdda/base64.h:
13510         * gst-libs/gst/cdda/gstcddabasesrc.c:
13511         (gst_cdda_base_src_mode_get_type), (gst_cdda_base_src_base_init),
13512         (gst_cdda_base_src_class_init), (gst_cdda_base_src_init),
13513         (gst_cdda_base_src_finalize), (gst_cdda_base_src_set_property),
13514         (gst_cdda_base_src_get_property),
13515         (gst_cdda_base_src_get_track_from_sector),
13516         (gst_cdda_base_src_get_query_types), (gst_cdda_base_src_convert),
13517         (gst_cdda_base_src_query), (gst_cdda_base_src_is_seekable),
13518         (gst_cdda_base_src_do_seek), (gst_cdda_base_src_handle_track_seek),
13519         (gst_cdda_base_src_handle_event), (gst_cdda_base_src_uri_get_type),
13520         (gst_cdda_base_src_uri_get_protocols),
13521         (gst_cdda_base_src_uri_get_uri), (gst_cdda_base_src_uri_set_uri),
13522         (gst_cdda_base_src_uri_handler_init),
13523         (gst_cdda_base_src_setup_interfaces),
13524         (gst_cdda_base_src_add_track), (gst_cdda_base_src_update_duration),
13525         (cddb_sum), (gst_cddabasesrc_calculate_musicbrainz_discid),
13526         (lba_to_msf), (gst_cdda_base_src_calculate_cddb_id),
13527         (gst_cdda_base_src_add_tags),
13528         (gst_cdda_base_src_add_index_associations),
13529         (gst_cdda_base_src_set_index), (gst_cdda_base_src_get_index),
13530         (gst_cdda_base_src_track_sort_func), (gst_cdda_base_src_start),
13531         (gst_cdda_base_src_clear_tracks), (gst_cdda_base_src_stop),
13532         (gst_cdda_base_src_create):
13533         * gst-libs/gst/cdda/gstcddabasesrc.h:
13534         * gst-libs/gst/cdda/sha1.c:
13535         * gst-libs/gst/cdda/sha1.h:
13536           Add new libgstcdda with GstCddaBaseSrc class.
13537
13538 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
13539
13540         * ext/gnomevfs/gstgnomevfssink.h:
13541           Use GstBaseSinkClass as parent_class member for class struct, not
13542           GstBaseSink.
13543
13544 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
13545
13546         Patch by: Michael Benes
13547
13548         * gst/videotestsrc/gstvideotestsrc.c:
13549         (gst_video_test_src_class_init), (gst_video_test_src_start):
13550           Add start method to reset running time and number of frames sent
13551           when starting up (fixes #324696)
13552
13553 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
13554
13555         * docs/plugins/Makefile.am:
13556         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13557         * docs/plugins/gst-plugins-base-plugins-sections.txt:
13558         * docs/plugins/gst-plugins-base-plugins.args:
13559         * docs/plugins/gst-plugins-base-plugins.hierarchy:
13560         * docs/plugins/gst-plugins-base-plugins.signals:
13561           Add docs stuff for gnomevfssrc and gnomevfssink.
13562
13563         * ext/gnomevfs/gstgnomevfssrc.c:
13564           Fix example pipeline in gtk-doc blurb.
13565
13566 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
13567
13568         * ext/gnomevfs/Makefile.am:
13569         * ext/gnomevfs/gstgnomevfs.c: (gst_gnome_vfs_uri_get_type),
13570         (gst_gnome_vfs_handle_copy), (gst_gnome_vfs_handle_free),
13571         (gst_gnome_vfs_handle_get_type), (plugin_init):
13572         * ext/gnomevfs/gstgnomevfs.h:
13573         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_do_init),
13574         (gst_gnome_vfs_sink_base_init), (gst_gnome_vfs_sink_class_init),
13575         (gst_gnome_vfs_sink_finalize), (gst_gnome_vfs_sink_init),
13576         (gst_gnome_vfs_sink_set_property),
13577         (gst_gnome_vfs_sink_get_property), (gst_gnome_vfs_sink_open_file),
13578         (gst_gnome_vfs_sink_close_file), (gst_gnome_vfs_sink_start),
13579         (gst_gnome_vfs_sink_stop), (gst_gnome_vfs_sink_handle_event),
13580         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render),
13581         (gst_gnome_vfs_sink_uri_get_type),
13582         (gst_gnome_vfs_sink_uri_get_protocols),
13583         (gst_gnome_vfs_sink_uri_get_uri), (gst_gnome_vfs_sink_uri_set_uri),
13584         (gst_gnome_vfs_sink_uri_handler_init):
13585         * ext/gnomevfs/gstgnomevfssink.h:
13586           Port gnomevfssink; add gtk-doc blurb.
13587
13588         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_type),
13589         (gst_gnome_vfs_src_base_init), (gst_gnome_vfs_src_class_init),
13590         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
13591         (gst_gnome_vfs_src_uri_get_type),
13592         (gst_gnome_vfs_src_uri_get_protocols),
13593         (gst_gnome_vfs_src_uri_get_uri), (gst_gnome_vfs_src_uri_set_uri),
13594         (gst_gnome_vfs_src_uri_handler_init),
13595         (gst_gnome_vfs_src_set_property), (gst_gnome_vfs_src_get_property),
13596         (gst_gnome_vfs_src_unicodify), (audiocast_thread_run),
13597         (gst_gnome_vfs_src_send_additional_headers_callback),
13598         (gst_gnome_vfs_src_received_headers_callback),
13599         (gst_gnome_vfs_src_push_callbacks),
13600         (gst_gnome_vfs_src_pop_callbacks),
13601         (gst_gnome_vfs_src_get_icy_metadata), (gst_gnome_vfs_src_create),
13602         (gst_gnome_vfs_src_is_seekable), (gst_gnome_vfs_src_get_size),
13603         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
13604         * ext/gnomevfs/gstgnomevfssrc.h:
13605           s/gst_gnomevfssrc/gst_gnome_vfs_src/; move header stuff to header
13606           file; add gtk-doc blurb with example pipelines.
13607
13608 === release 0.10.1 ===
13609
13610 2005-12-23  Thomas Vander Stichele <thomas at apestaart dot org>
13611
13612         * configure.ac:
13613           releasing 0.10.1, "Dobro Dedek"
13614
13615 2005-12-21  Edgard Lima <edgard.lima@indt.org.br>
13616
13617         * gst/typefind/gsttypefindfunctions.c:
13618         iLBC30 and iLBC20 added to typefind.
13619
13620 2005-12-20  Thomas Vander Stichele  <thomas at apestaart dot org>
13621
13622         * gst-libs/gst/audio/gstbaseaudiosink.c:
13623         (gst_base_audio_sink_class_init):
13624         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13625         (gst_base_audio_src_class_init):
13626           update strings, values are in microseconds
13627           change the default sink buffer time to something that is smaller
13628           (to help software volume mixing have a slightly lower delay) but
13629           still be acceptable on Wim's laptop
13630
13631 2005-12-20  Edward Hervey  <edward@fluendo.com>
13632
13633         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_template_caps):
13634         Made a quack, forgot to add DUCK to the riff video template.
13635
13636 2005-12-19  Edward Hervey  <edward@fluendo.com>
13637
13638         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_base_init),
13639         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
13640         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
13641         (gst_ogm_parse_chain):
13642         Make sure pads are initialized correctly.
13643         * gst-libs/gst/riff/riff-ids.h:
13644         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
13645         (gst_riff_create_video_template_caps):
13646         Add a whole bunch of FOURCC <=> MimeType.
13647         Extend the riff video pad template to support the newly added fourcc.
13648
13649 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
13650
13651         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
13652         (gst_ogg_demux_activate_chain):
13653           Extra debug output when activating/deactivating chains.
13654
13655         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
13656         (is_demuxer_element), (try_to_link_1), (remove_element_chain),
13657         (unlinked):
13658           Remove a queue from our list when it becomes unlinked.
13659           Don't add queues to elements in class 'Demux' if they
13660           can only produce one pad 
13661
13662 2005-12-18  Julien MOUTTE  <julien@moutte.net>
13663
13664         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_base_init),
13665         (gst_video_sink_get_type): Add a debug category.
13666
13667 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
13668
13669         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13670         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_handle_sink_event):
13671           Handle downstream newsegment by sending our own newsegment before the
13672           next buffer to be released. (#323900)
13673
13674 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
13675
13676         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13677         (gst_base_rtp_depayload_set_gst_timestamp):
13678           add queue delay to new segment as well (as opposed to just the first
13679           buffer). (bug #322347)
13680
13681 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
13682
13683         * ext/libvisual/visual.c: (make_valid_name):
13684           change some char* into char[]
13685         * gst/audiotestsrc/gstaudiotestsrc.c:
13686         (gst_audio_test_src_class_init), (gst_audio_test_src_do_seek),
13687         (gst_audio_test_src_create):
13688         * gst/audiotestsrc/gstaudiotestsrc.h:
13689           prepare to handle EOS and SEGMENT_DONE
13690
13691 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
13692
13693         * tests/check/generic/states.c: (GST_START_TEST):
13694           Blacklist cdparanoia element in state test.
13695
13696 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
13697
13698           Patch by: Benjamin Pineau
13699
13700         * gst/tcp/gsttcp.c:
13701         * gst/tcp/gsttcpclientsink.c:
13702         * gst/tcp/gsttcpserversink.c:
13703         * gst/tcp/gsttcpserversrc.c:
13704           Add <string.h> includes for memset and FD_ZERO (fixes #323878)
13705
13706 2005-12-15  Michael Smith  <msmith@fluendo.com>
13707
13708         * gst/videorate/gstvideorate.c: (gst_video_rate_blank_data),
13709         (gst_video_rate_chain):
13710           Fix timestamping for videorate when the first buffer it sees has a
13711           non-zero timestamp. Fix some misleading debug output.
13712
13713 2005-12-15  Michael Smith  <msmith@fluendo.com>
13714
13715         * gst/audioresample/gstaudioresample.c:
13716           Don't leak all input buffers to audioresample.
13717
13718 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
13719
13720         * ext/pango/gsttextoverlay.c: (gst_text_overlay_collected):
13721           Don't operate on empty text buffers. Strip newlines and
13722           tabs only from the end of the text, but leave them intact
13723           in the middle. Fix typo in gtk-doc description.
13724
13725 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
13726
13727         * gst/playback/gstplaybasebin.c:
13728         * gst/playback/gstplaybin.c: (handoff):
13729           Make sure the video frame buffer we return to apps via the
13730           "frame" property always has caps set on it. Modify
13731           _gst_gvalue_set_object() macro to handle NULL objects
13732           gracefully too.
13733
13734 2005-12-14  Stefan Kost  <ensonic@users.sf.net>
13735
13736         * gst/audiotestsrc/gstaudiotestsrc.c:
13737         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
13738         (gst_audio_test_src_setcaps), (gst_audio_test_src_src_query),
13739         (gst_audio_test_src_do_seek), (gst_audio_test_src_is_seekable),
13740         (gst_audio_test_src_create):
13741         * gst/audiotestsrc/gstaudiotestsrc.h:
13742         Adjust to some recent api changes and add wtays new cool seeking
13743         capabillities
13744
13745 2005-12-14  Tim-Philipp Müller  <tim at centricular dot net>
13746
13747         * ext/alsa/Makefile.am:
13748         * ext/alsa/gstalsadeviceprobe.c:
13749         * ext/alsa/gstalsadeviceprobe.h:
13750           Helper functions to add device probing via the GstPropertyProbe
13751           interface to a class.
13752
13753         * ext/alsa/gstalsamixer.h:
13754           Comment out GST_ALSA_MIXER, it returns a struct that's not
13755           used.
13756
13757         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
13758           Add some debug info. 
13759
13760         * ext/alsa/gstalsamixerelement.c:
13761         (gst_alsa_mixer_element_interface_supported),
13762         (gst_implements_interface_init),
13763         (gst_alsa_mixer_element_init_interfaces),
13764         (gst_alsa_mixer_element_class_init),
13765         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
13766         (gst_alsa_mixer_element_set_property),
13767         (gst_alsa_mixer_element_get_property),
13768         (gst_alsa_mixer_element_change_state):
13769         * ext/alsa/gstalsamixerelement.h:
13770           Add 'device' and 'device-name' properties. Add GstPropertyProbe
13771           for device handling (gnome-volume-control will need that).
13772
13773 2005-12-12  Christian Schaller  <uraeus@gnome.org>
13774
13775         * ext/Makefile.am: fix cdparanoia entry
13776         * gst-plugins-base.spec.in: add cdparanoia
13777
13778 2005-12-12  Michael Smith  <msmith@fluendo.com>
13779
13780         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
13781           Use the correct function to free list of typefind factories.
13782
13783 2005-12-12  Wim Taymans  <wim@fluendo.com>
13784
13785         * gst/videotestsrc/gstvideotestsrc.c:
13786         (gst_video_test_src_class_init), (gst_video_test_src_init),
13787         (gst_video_test_src_parse_caps), (gst_video_test_src_query),
13788         (gst_video_test_src_do_seek), (gst_video_test_src_is_seekable),
13789         (gst_video_test_src_create):
13790         * gst/videotestsrc/gstvideotestsrc.h:
13791         Implement seeking in videotestsrc.
13792         Small cleanups.
13793
13794 2005-12-12  Wim Taymans  <wim@fluendo.com>
13795
13796         * ext/cdparanoia/Makefile.am:
13797         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
13798         (gst_paranoia_endian_get_type), (_do_init),
13799         (cdparanoia_class_init), (cdparanoia_init),
13800         (cdparanoia_set_property), (cdparanoia_get_property),
13801         (cdparanoia_do_seek), (cdparanoia_is_seekable),
13802         (cdparanoia_create), (cdparanoia_start), (cdparanoia_stop),
13803         (cdparanoia_convert), (cdparanoia_get_query_types),
13804         (cdparanoia_query), (cdparanoia_set_index),
13805         (cdparanoia_uri_set_uri):
13806         * ext/cdparanoia/gstcdparanoia.h:
13807         Partially ported cdparanoia now that basesrc can support a
13808         plugin like this..
13809
13810 2005-12-12  Wim Taymans  <wim@fluendo.com>
13811
13812         * tests/examples/seek/scrubby.c: (main):
13813         Set higher priority for bus events so they don't get reordered with
13814         gtk gui events.
13815
13816         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
13817         (flush_toggle_cb), (main):
13818         Added checkbox to disable flushing seeks. 
13819         Disable scrubbing when doing non flushing seeks.
13820
13821 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
13822
13823         * gst/subparse/gstsubparse.c: (gst_sub_parse_init),
13824         (gst_sub_parse_do_seek), (gst_sub_parse_src_event), (parse_subrip),
13825         (parser_state_init), (handle_buffer), (gst_sub_parse_chain),
13826         (gst_sub_parse_sink_event), (gst_sub_parse_change_state):
13827           Implement some sort of event handling that doesn't rely on
13828           g_return_if_fail; make sure we always push the last chunk of an 
13829           .srt out when we receive an EOS; use gst_pad_alloc_buffer; fix
13830           state change function; remove some old cruft. Seeking is still
13831           rather unlikely to work though.
13832
13833         * tools/.cvsignore:
13834           Ignore more.
13835
13836 2005-12-11  Julien MOUTTE  <julien@moutte.net>
13837
13838         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): 
13839         Fixed a leak of the current image reference when cleaning up.
13840         Thanks to Arwed von Merkatz (alley_cat) for pointing it out.
13841
13842 2005-12-09  Michael Smith  <msmith@fluendo.com>
13843
13844         * tools/Makefile.am:
13845         * tools/gst-launch-ext-m.m:
13846           Remove gst-launch-ext. It doesn't work, and is no longer
13847           particularly useful.
13848
13849 2005-12-08  Luca Ognibene  <luogni@tin.it>
13850
13851         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
13852           don't pass random values to ogmparse convert function.
13853           Make seeking possible in the exile1.ogm file.
13854
13855 2005-12-07  Tim-Philipp Müller  <tim at centricular dot net>
13856
13857         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
13858         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
13859           Work around refcount problem with g_value_set_object() that occur
13860           if the core has been compiled against GLib-2.6 (g_value_set_object()
13861           will only g_object_ref() the element, but the caller will
13862           gst_object_unref() it and bad things will happen due to the way
13863           GstObjects are refcounted in the GLib-2.6 case). Fixes problems with
13864           totem for people on FC4 using Thomas's 0.10 RPMs.
13865           
13866 2005-12-07  Edward Hervey  <edward@fluendo.com>
13867
13868         Time to welcome ogm to 0.10 :)
13869         
13870         * ext/ogg/gstoggdemux.c: (internal_element_pad_added_cb),
13871         (gst_ogg_pad_typefind):
13872         Oggdemux can now properly typefind elements with dynamic pads.
13873         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
13874         Properly set caps on src pad, and set caps on outgoing buffers.
13875
13876 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
13877
13878         * ext/alsa/gstalsamixer.h:
13879         * ext/alsa/gstalsamixerelement.h:
13880         * ext/alsa/gstalsamixeroptions.h:
13881         * ext/alsa/gstalsamixertrack.h:
13882         * ext/alsa/gstalsasink.c:
13883         * ext/alsa/gstalsasink.h:
13884         * ext/alsa/gstalsasrc.c:
13885         * ext/alsa/gstalsasrc.h:
13886         * ext/cdparanoia/gstcdparanoia.h:
13887         * ext/gnomevfs/gstgnomevfsuri.h:
13888         * ext/ogg/gstoggdemux.c:
13889         * ext/ogg/gstoggmux.c:
13890         * ext/pango/gsttextoverlay.h:
13891         * ext/theora/theoradec.c:
13892         * ext/theora/theoraenc.c:
13893         * ext/vorbis/vorbisdec.h:
13894         * ext/vorbis/vorbisenc.c:
13895         * ext/vorbis/vorbisenc.h:
13896         * ext/vorbis/vorbisparse.h:
13897         * gst-libs/gst/audio/gstaudioclock.h:
13898         * gst-libs/gst/audio/gstaudiosink.c:
13899         * gst-libs/gst/audio/gstaudiosink.h:
13900         * gst-libs/gst/audio/gstaudiosrc.c:
13901         * gst-libs/gst/audio/gstaudiosrc.h:
13902         * gst-libs/gst/audio/gstbaseaudiosink.c:
13903         * gst-libs/gst/audio/gstbaseaudiosink.h:
13904         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13905         * gst-libs/gst/audio/gstbaseaudiosrc.h:
13906         * gst-libs/gst/audio/gstringbuffer.h:
13907         * gst-libs/gst/audio/multichannel.h:
13908         * gst-libs/gst/floatcast/floatcast.h:
13909         * gst-libs/gst/interfaces/colorbalance.c:
13910         * gst-libs/gst/interfaces/colorbalance.h:
13911         * gst-libs/gst/interfaces/colorbalancechannel.h:
13912         * gst-libs/gst/interfaces/mixer.h:
13913         * gst-libs/gst/interfaces/mixeroptions.h:
13914         * gst-libs/gst/interfaces/mixertrack.h:
13915         * gst-libs/gst/interfaces/navigation.h:
13916         * gst-libs/gst/interfaces/propertyprobe.h:
13917         * gst-libs/gst/interfaces/tuner.h:
13918         * gst-libs/gst/interfaces/tunerchannel.h:
13919         * gst-libs/gst/interfaces/tunernorm.h:
13920         * gst-libs/gst/interfaces/xoverlay.h:
13921         * gst-libs/gst/netbuffer/gstnetbuffer.h:
13922         * gst-libs/gst/riff/riff-ids.h:
13923         * gst-libs/gst/riff/riff-media.h:
13924         * gst-libs/gst/riff/riff-read.h:
13925         * gst-libs/gst/rtp/gstbasertpdepayload.h:
13926         * gst-libs/gst/rtp/gstbasertppayload.c:
13927         * gst-libs/gst/rtp/gstbasertppayload.h:
13928         * gst-libs/gst/rtp/gstrtpbuffer.c:
13929         * gst-libs/gst/rtp/gstrtpbuffer.h:
13930         * gst-libs/gst/tag/gsttageditingprivate.h:
13931         * gst-libs/gst/tag/gstvorbistag.c:
13932         (gst_tag_list_from_vorbiscomment_buffer):
13933         * gst-libs/gst/tag/tag.h:
13934         * gst-libs/gst/video/video.h:
13935         * gst/adder/gstadder.c:
13936         * gst/adder/gstadder.h:
13937         * gst/audioconvert/audioconvert.c:
13938         * gst/audioconvert/audioconvert.h:
13939         * gst/audioconvert/gstaudioconvert.c:
13940         * gst/audioconvert/gstchannelmix.c:
13941         * gst/audioconvert/gstchannelmix.h:
13942         * gst/audiorate/gstaudiorate.c:
13943         * gst/audioresample/buffer.h:
13944         * gst/audioresample/functable.h:
13945         * gst/audioresample/gstaudioresample.c:
13946         * gst/audioresample/resample.h:
13947         * gst/ffmpegcolorspace/avcodec.h:
13948         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
13949         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
13950         * gst/ffmpegcolorspace/imgconvert.c:
13951         * gst/ffmpegcolorspace/imgconvert_template.h:
13952         * gst/playback/gstdecodebin.c:
13953         * gst/playback/gstplaybasebin.h:
13954         * gst/playback/gstplaybin.c:
13955         * gst/playback/gststreaminfo.h:
13956         * gst/tcp/gstfdset.c:
13957         * gst/tcp/gstfdset.h:
13958         * gst/tcp/gstmultifdsink.c:
13959         * gst/tcp/gstmultifdsink.h:
13960         * gst/tcp/gsttcp.h:
13961         * gst/tcp/gsttcpclientsrc.c:
13962         * gst/tcp/gsttcpclientsrc.h:
13963         * gst/tcp/gsttcpplugin.h:
13964         * gst/tcp/gsttcpserversink.c:
13965         * gst/tcp/gsttcpserversrc.c:
13966         * gst/typefind/gsttypefindfunctions.c:
13967         * gst/videorate/gstvideorate.c:
13968         * gst/videotestsrc/gstvideotestsrc.h:
13969         * gst/videotestsrc/videotestsrc.h:
13970         * sys/v4l/gstv4lcolorbalance.h:
13971         * sys/v4l/gstv4ltuner.h:
13972         * sys/v4l/gstv4lxoverlay.h:
13973         * sys/v4l/v4l_calls.h:
13974         * sys/v4l/videodev_mjpeg.h:
13975         * tests/check/elements/audioconvert.c:
13976         * tests/check/elements/audioresample.c:
13977         * tests/check/elements/audiotestsrc.c:
13978         * tests/check/elements/videotestsrc.c:
13979         * tests/check/elements/volume.c:
13980         * tests/examples/seek/scrubby.c:
13981         * tests/examples/seek/seek.c:
13982           expand tabs
13983
13984 === release 0.10.0 ===
13985
13986 2005-12-05 Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13987
13988         * configure.ac:
13989           releasing 0.10.0, "Mont-d'or"
13990
13991 2005-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
13992
13993         * tests/examples/seek/Makefile.am:
13994         Build fix for when gtk is not available.
13995
13996 2005-12-05  Andy Wingo  <wingo@pobox.com>
13997
13998         * ext/libvisual/visual.c: (get_buffer):
13999         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
14000         * ext/pango/gsttextrender.c: (gst_text_render_chain):
14001         * ext/theora/theoradec.c: (theora_handle_data_packet):
14002         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
14003         (theora_enc_chain):
14004         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
14005         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
14006         Update for alloc_buffer changes.
14007
14008 2005-12-05  Andy Wingo  <wingo@pobox.com>
14009
14010         patch by: Kai Vehmanen <kv2004 eca cx>
14011         
14012         * gst-libs/gst/rtp/gstbasertpdepayload.c
14013         (gst_base_rtp_depayload_thread): Fix busy loop (#323017).
14014
14015 2005-12-04  Andy Wingo  <wingo@pobox.com>
14016
14017         patch by: Sebastien Cote <sebas642 yahoo ca>
14018         
14019         * pkgconfig/gstreamer-plugins-base.pc.in (Libs): Add -L flag.
14020         Fixes #319172.
14021
14022 2005-12-02  Tim-Philipp Müller  <tim at centricular dot net>
14023
14024         * docs/plugins/Makefile.am:
14025         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
14026         * docs/plugins/gst-plugins-base-plugins-sections.txt:
14027         * docs/plugins/gst-plugins-base-plugins.hierarchy:
14028         * ext/pango/gstclockoverlay.c:
14029         * ext/pango/gsttextoverlay.c: 
14030         * ext/pango/gsttextrender.c:
14031         * ext/pango/gsttimeoverlay.c:
14032           Add gtk-doc blurbs to pango elements.
14033
14034 2005-12-02  Wim Taymans  <wim@fluendo.com>
14035
14036         * gst/audioresample/buffer.c: (audioresample_buffer_queue_flush):
14037         * gst/audioresample/buffer.h:
14038         * gst/audioresample/gstaudioresample.c:
14039         * gst/audioresample/gstaudioresample.h:
14040         * gst/audioresample/resample.c: (resample_input_flush),
14041         (resample_input_pushthrough), (resample_input_eos),
14042         (resample_get_output_size_for_input),
14043         (resample_get_input_size_for_output), (resample_get_output_size),
14044         (resample_get_output_data):
14045         * gst/audioresample/resample.h:
14046         * gst/audioresample/resample_ref.c: (resample_scale_ref):
14047         Fix audioresample, seek torture, new segments, reverse negotiation
14048         etc.. work fine.
14049
14050 2005-12-02  Wim Taymans  <wim@fluendo.com>
14051
14052         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
14053         Small cleanups.
14054
14055 2005-12-02  Wim Taymans  <wim@fluendo.com>
14056
14057         * gst/audioconvert/gstaudioconvert.c:
14058         (gst_audio_convert_transform):
14059         Post errors.
14060
14061 === release 0.9.7 ===
14062
14063 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14064
14065         * configure.ac:
14066           releasing 0.9.7, "Mi Perro No Tiene Ninguna Nariz"
14067
14068 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
14069
14070         * Makefile.am:
14071         * po/hu.po:
14072         * win32/MANIFEST:
14073         * win32/gst.sln:
14074           add win32 MANIFEST file
14075           do something to the hungarian translation
14076
14077 2005-12-01  Tim-Philipp Müller  <tim at centricular dot net>
14078
14079         * ext/Makefile.am:
14080           Add $(PANGO_DIR) to SUBDIRS
14081
14082         * ext/pango/gstclockoverlay.c:
14083         * ext/pango/gsttimeoverlay.c:
14084           Fix and improve element descriptions.
14085
14086 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14087
14088         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
14089         * docs/plugins/inspect/plugin-libvisual.xml:
14090         * docs/plugins/inspect/plugin-pango.xml:
14091           add pango plugin to docs
14092
14093 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14094
14095         * configure.ac:
14096         * ext/Makefile.am:
14097           moved pango to base
14098
14099 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
14100
14101         * configure.ac:
14102         * tests/Makefile.am:
14103         * tests/icles/.cvsignore:
14104         * tests/icles/Makefile.am:
14105         * tests/icles/stress-xoverlay.c: (myclock), (open_display),
14106         (close_display), (resize_window), (move_window), (create_window),
14107         (terminate_playback), (pause_playback), (start_playback), (main):
14108           add stress test for xoverlay from Julien
14109
14110 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14111
14112         * docs/libs/tmpl/gstcolorbalance.sgml:
14113         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14114         * gst-libs/gst/rtp/gstbasertppayload.c:
14115         * gst-libs/gst/rtp/gstrtpbuffer.c:
14116         * gst-libs/gst/rtp/gstrtpbuffer.h:
14117           Do burger's rename for rtp payloaders and depayloaders
14118
14119 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
14120
14121         * win32/:
14122           add Visual Studio 6 build files
14123
14124 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
14125
14126         * docs/libs/gst-plugins-base-libs-docs.sgml:
14127         * docs/libs/gst-plugins-base-libs-sections.txt:
14128         * docs/libs/tmpl/gstaudio.sgml:
14129         * docs/libs/tmpl/gstringbuffer.sgml:
14130         * gst-libs/gst/interfaces/xoverlay.c:
14131         * gst-libs/gst/video/gstvideofilter.c:
14132         * gst-libs/gst/video/gstvideosink.c:
14133           update documentation
14134
14135 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
14136
14137         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_base_init),
14138         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_init),
14139         (gst_multi_fd_sink_finalize), (gst_multi_fd_sink_add),
14140         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
14141         (gst_multi_fd_sink_get_stats),
14142         (gst_multi_fd_sink_remove_client_link),
14143         (gst_multi_fd_sink_handle_client_read),
14144         (gst_multi_fd_sink_client_queue_data),
14145         (gst_multi_fd_sink_client_queue_caps),
14146         (gst_multi_fd_sink_client_queue_buffer),
14147         (gst_multi_fd_sink_new_client),
14148         (gst_multi_fd_sink_handle_client_write),
14149         (gst_multi_fd_sink_recover_client),
14150         (gst_multi_fd_sink_queue_buffer),
14151         (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_thread),
14152         (gst_multi_fd_sink_render), (gst_multi_fd_sink_set_property),
14153         (gst_multi_fd_sink_get_property), (gst_multi_fd_sink_start),
14154         (gst_multi_fd_sink_stop), (gst_multi_fd_sink_change_state):
14155         * gst/tcp/gstmultifdsink.h:
14156         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_get_type),
14157         (gst_tcp_client_sink_base_init), (gst_tcp_client_sink_class_init),
14158         (gst_tcp_client_sink_init), (gst_tcp_client_sink_finalize),
14159         (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
14160         (gst_tcp_client_sink_set_property),
14161         (gst_tcp_client_sink_get_property), (gst_tcp_client_sink_start),
14162         (gst_tcp_client_sink_stop), (gst_tcp_client_sink_change_state):
14163         * gst/tcp/gsttcpclientsink.h:
14164         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_base_init),
14165         (gst_tcp_client_src_class_init), (gst_tcp_client_src_init),
14166         (gst_tcp_client_src_finalize), (gst_tcp_client_src_getcaps),
14167         (gst_tcp_client_src_create), (gst_tcp_client_src_set_property),
14168         (gst_tcp_client_src_get_property), (gst_tcp_client_src_start),
14169         (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
14170         * gst/tcp/gsttcpclientsrc.h:
14171         * gst/tcp/gsttcpplugin.c: (plugin_init):
14172         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_base_init),
14173         (gst_tcp_server_sink_class_init), (gst_tcp_server_sink_init),
14174         (gst_tcp_server_sink_finalize),
14175         (gst_tcp_server_sink_handle_server_read),
14176         (gst_tcp_server_sink_removed), (gst_tcp_server_sink_handle_wait),
14177         (gst_tcp_server_sink_set_property),
14178         (gst_tcp_server_sink_get_property),
14179         (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
14180         * gst/tcp/gsttcpserversink.h:
14181         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_base_init),
14182         (gst_tcp_server_src_class_init), (gst_tcp_server_src_init),
14183         (gst_tcp_server_src_finalize), (gst_tcp_server_src_create),
14184         (gst_tcp_server_src_set_property),
14185         (gst_tcp_server_src_get_property), (gst_tcp_server_src_start),
14186         (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
14187         * gst/tcp/gsttcpserversrc.h:
14188           more borgifying
14189
14190 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
14191
14192         * docs/plugins/Makefile.am:
14193         * docs/plugins/gst-plugins-base-plugins.args:
14194         * docs/plugins/inspect/plugin-libvisual.xml:
14195         * gst/audioconvert/plugin.h:
14196         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_get_type),
14197         (gst_audio_rate_base_init), (gst_audio_rate_class_init),
14198         (gst_audio_rate_setcaps), (gst_audio_rate_init),
14199         (gst_audio_rate_chain), (gst_audio_rate_set_property),
14200         (gst_audio_rate_get_property), (gst_audio_rate_change_state),
14201         (plugin_init):
14202         * gst/audiotestsrc/gstaudiotestsrc.c:
14203         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_base_init),
14204         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
14205         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
14206         (gst_audio_test_src_get_query_types),
14207         (gst_audio_test_src_src_query), (gst_audio_test_src_create_sine),
14208         (gst_audio_test_src_create_square),
14209         (gst_audio_test_src_create_saw),
14210         (gst_audio_test_src_create_triangle),
14211         (gst_audio_test_src_create_silence),
14212         (gst_audio_test_src_create_white_noise),
14213         (gst_audio_test_src_init_pink_noise),
14214         (gst_audio_test_src_generate_pink_noise_value),
14215         (gst_audio_test_src_create_pink_noise),
14216         (gst_audio_test_src_change_wave), (gst_audio_test_src_get_times),
14217         (gst_audio_test_src_create), (gst_audio_test_src_set_property),
14218         (gst_audio_test_src_get_property), (gst_audio_test_src_start),
14219         (plugin_init):
14220         * gst/audiotestsrc/gstaudiotestsrc.h:
14221         * gst/subparse/gstsubparse.c: (gst_sub_parse_get_type),
14222         (gst_sub_parse_base_init), (gst_sub_parse_class_init),
14223         (gst_sub_parse_init), (gst_sub_parse_formats),
14224         (gst_sub_parse_src_eventmask), (gst_sub_parse_src_event),
14225         (convert_encoding), (get_next_line),
14226         (gst_sub_parse_data_format_autodetect),
14227         (gst_sub_parse_format_autodetect), (feed_textbuf), (handle_buffer),
14228         (gst_sub_parse_loop), (gst_sub_parse_chain),
14229         (gst_sub_parse_change_state), (gst_sub_parse_type_find),
14230         (plugin_init):
14231         * gst/subparse/gstsubparse.h:
14232         * gst/videorate/gstvideorate.c: (gst_video_rate_get_type),
14233         (gst_video_rate_base_init), (gst_video_rate_class_init),
14234         (gst_video_rate_transformcaps), (gst_video_rate_getcaps),
14235         (gst_video_rate_setcaps), (gst_video_rate_blank_data),
14236         (gst_video_rate_init), (gst_video_rate_event),
14237         (gst_video_rate_chain), (gst_video_rate_set_property),
14238         (gst_video_rate_get_property), (gst_video_rate_change_state),
14239         (plugin_init):
14240         * gst/videoscale/gstvideoscale.c:
14241         (gst_video_scale_method_get_type), (gst_video_scale_get_capslist),
14242         (gst_video_scale_src_template_factory),
14243         (gst_video_scale_sink_template_factory),
14244         (gst_video_scale_get_type), (gst_video_scale_base_init),
14245         (gst_video_scale_class_init), (gst_video_scale_init),
14246         (gst_video_scale_set_property), (gst_video_scale_get_property),
14247         (gst_video_scale_transform_caps), (gst_video_scale_get_format),
14248         (gst_video_scale_prepare_size), (parse_caps),
14249         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
14250         (gst_video_scale_fixate_caps), (gst_video_scale_prepare_image),
14251         (gst_video_scale_transform), (gst_video_scale_handle_src_event),
14252         (plugin_init):
14253         * gst/videoscale/gstvideoscale.h:
14254         * gst/videotestsrc/gstvideotestsrc.c:
14255         (gst_video_test_src_pattern_get_type),
14256         (gst_video_test_src_base_init), (gst_video_test_src_class_init),
14257         (gst_video_test_src_init), (gst_video_test_src_src_fixate),
14258         (gst_video_test_src_set_pattern),
14259         (gst_video_test_src_set_property),
14260         (gst_video_test_src_get_property), (gst_video_test_src_getcaps),
14261         (gst_video_test_src_parse_caps), (gst_video_test_src_setcaps),
14262         (gst_video_test_src_event), (gst_video_test_src_get_times),
14263         (gst_video_test_src_create), (plugin_init):
14264         * gst/videotestsrc/gstvideotestsrc.h:
14265         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_get_size),
14266         (gst_video_test_src_smpte), (gst_video_test_src_snow),
14267         (gst_video_test_src_black):
14268         * gst/videotestsrc/videotestsrc.h:
14269           borgify further
14270           clean up docs a little
14271
14272 2005-11-30  Wim Taymans  <wim@fluendo.com>
14273
14274         * gst-libs/gst/rtp/gstbasertpdepayload.h:
14275         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
14276         (gst_basertppayload_event), (gst_basertppayload_push),
14277         (gst_basertppayload_change_state):
14278         * gst-libs/gst/rtp/gstbasertppayload.h:
14279         closed #320644.
14280
14281 2005-11-30  Julien MOUTTE  <julien@moutte.net>
14282
14283         * docs/libs/gst-plugins-base-libs-docs.sgml:
14284         * docs/libs/gst-plugins-base-libs-sections.txt:
14285         * gst-libs/gst/video/gstvideofilter.c:
14286         * gst-libs/gst/video/gstvideosink.c:
14287         * gst-libs/gst/video/gstvideosink.h: Adding docs.
14288
14289 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14290
14291         * LICENSE:
14292           move
14293         * po/af.po:
14294         * po/az.po:
14295         * po/cs.po:
14296         * po/en_GB.po:
14297         * po/hu.po:
14298         * po/it.po:
14299         * po/nb.po:
14300         * po/nl.po:
14301         * po/or.po:
14302         * po/sq.po:
14303         * po/sr.po:
14304         * po/sv.po:
14305         * po/uk.po:
14306         * po/vi.po:
14307         * Makefile.am:
14308           update
14309         * scripts/autoplugins.sh:
14310           remove
14311
14312 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14313
14314         * Makefile.am:
14315         * configure.ac:
14316         * examples/Makefile.am:
14317         * examples/capsfilter/Makefile.am:
14318         * examples/capsfilter/capsfilter1.c:
14319         * examples/gob/Makefile.am:
14320         * examples/gob/gst-identity2.gob:
14321         * examples/indexing/.cvsignore:
14322         * examples/indexing/Makefile.am:
14323         * examples/indexing/indexmpeg.c:
14324         * examples/seeking/.cvsignore:
14325         * examples/seeking/Makefile.am:
14326         * examples/seeking/cdparanoia.c:
14327         * examples/seeking/cdplayer.c:
14328         * examples/seeking/chained.c:
14329         * examples/seeking/scrubby.c:
14330         * examples/seeking/seek.c:
14331         * examples/stats/Makefile.am:
14332         * examples/stats/mp2ogg.c:
14333         * examples/switch/.cvsignore:
14334         * examples/switch/Makefile.am:
14335         * examples/switch/switcher.c:
14336         * tests/Makefile.am:
14337         * tests/check/generic/.cvsignore:
14338         * tests/check/pipelines/.cvsignore:
14339         * tests/examples/Makefile.am:
14340         * tests/examples/seek/Makefile.am:
14341           reorganize stuff under tests/
14342
14343 2005-11-30  Edward Hervey  <edward@fluendo.com>
14344
14345         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
14346         Go away you stupid GstStaticPadTemplate memleak.
14347
14348 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
14349
14350         * gst-libs/gst/net/Makefile.am:
14351         * gst-libs/gst/net/README:
14352         * gst-libs/gst/net/gstnetbuffer.c:
14353         * gst-libs/gst/net/gstnetbuffer.h:
14354           this was moved to "netbuffer"
14355
14356 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
14357
14358         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_get_type),
14359         (gst_video_filter_class_init), (gst_video_filter_init):
14360         * gst-libs/gst/video/gstvideofilter.h:
14361           borgify name to bring in line with other classes
14362
14363 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
14364
14365         * gst/audioscale/.cvsignore:
14366         * gst/audioscale/Makefile.am:
14367         * gst/audioscale/README:
14368         * gst/audioscale/audioscale.vcproj:
14369         * gst/audioscale/dtof.c:
14370         * gst/audioscale/dtos.c:
14371         * gst/audioscale/functable.c:
14372         * gst/audioscale/gstaudioscale.c:
14373         * gst/audioscale/gstaudioscale.h:
14374         * gst/audioscale/private.h:
14375         * gst/audioscale/resample.c:
14376         * gst/audioscale/resample.h:
14377         * gst/audioscale/test.c:
14378           remove
14379
14380 2005-11-30  Edward Hervey  <edward@fluendo.com>
14381
14382         * gst-libs/gst/netbuffer/Makefile.am:
14383         really, really tired
14384
14385 2005-11-30  Edward Hervey  <edward@fluendo.com>
14386
14387         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
14388         Update for new GstTypeFindFactory _register()
14389
14390 2005-11-30  Edward Hervey  <edward@fluendo.com>
14391
14392         * gst-libs/gst/netbuffer/Makefile.am: (libgstnetbufferincludedir): 
14393         Let's not override libgstnet from core for no reason...
14394         (libgstnetbuffer_@GST_MAJORMINOR@_la_SOURCES):
14395         Ok, maybe not so quick next time.
14396
14397 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
14398
14399         * configure.ac:
14400         * gst-libs/gst/Makefile.am:
14401           moved gst-libs/gst/net to netbuffer through CVS surgery
14402           remove old directory
14403           updating build to accomodate
14404           (#322257)
14405
14406 2005-11-29  Andy Wingo  <wingo@pobox.com>
14407
14408         * pkgconfig/gstreamer-plugins-base.pc.in:
14409         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
14410         * gst-libs/gst/net/Makefile.am: Rename gstnet to gstnetbuffer
14411         (#322257).
14412
14413 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
14414
14415         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
14416         3rd time's the charm. Correct ref-counting for discarded buffers.
14417
14418 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
14419
14420         * gst/playback/gststreamselector.c:
14421         (gst_stream_selector_class_init),
14422         (gst_stream_selector_set_property),
14423         (gst_stream_selector_get_property),
14424         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
14425         Fix ref-counting
14426
14427 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
14428
14429         * gst/subparse/gstsubparse.c: (feed_textbuf):
14430           Don't access already unref'ed buffer.
14431
14432 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
14433
14434         * gst/playback/gststreamselector.c:
14435         (gst_stream_selector_class_init), (gst_stream_selector_init),
14436         (gst_stream_selector_dispose), (gst_stream_selector_set_property),
14437         (gst_stream_selector_get_property),
14438         (gst_stream_selector_get_linked_pad),
14439         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
14440         * gst/playback/gststreamselector.h:
14441         Add the active-pad property for playbin to use shortly. Ignore buffers
14442         from any other pad, returning GST_FLOW_NOT_LINKED
14443
14444 2005-11-29  Julien MOUTTE  <julien@moutte.net>
14445
14446         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find): Free the list,
14447         patch from bug #322704 (Alessandro Decina).
14448
14449 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
14450
14451         * gst-libs/gst/audio/Makefile.am:
14452           folded audiofilter into the audio library
14453
14454 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
14455
14456         * gst/videoscale/gstvideoscale.h:
14457         * gst/videoscale/gstvideoscale.c:
14458           remove unimplemented scale methods
14459
14460 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
14461
14462         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
14463           Don't leak caps.
14464
14465 2005-11-28  Julien MOUTTE  <julien@moutte.net>
14466
14467         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
14468         (gst_ximagesink_setcaps):
14469         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
14470         (gst_xvimagesink_setcaps): Fixed a tricky bug. When caps renegotiation
14471         happens (only visible on ximagesink but bug is in xv too) set_caps was
14472         destroying the internal x[v]image used to memcpy non locally alloced
14473         buffers so that it got renewed on next _chain. The issue is that 
14474         _expose will try to put that image as it reffed it in _put.
14475         Using gst_buffer_unref instead of destroy fixes it !
14476
14477 2005-11-28  Edward Hervey  <edward@fluendo.com>
14478
14479         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
14480         (try_to_link_1), (queue_filled_cb):
14481         Better use of the queues. Start with a small size queue and only increase
14482         the size of the queues when the other queues are empty.
14483
14484 2005-11-28  Thomas Vander Stichele  <thomas at apestaart dot org>
14485
14486         * gst-libs/gst/video/Makefile.am:
14487           compile in copied-over videofilter into the video library
14488         * gst-libs/gst/video/videosink.h:
14489           rename the header to gstvideosink.h since it's a base GstObject class
14490         * sys/ximage/ximagesink.h:
14491         * sys/xvimage/xvimagesink.h:
14492           use the new header
14493
14494 2005-11-28  Wim Taymans  <wim@fluendo.com>
14495
14496         * gst/playback/gstplaybasebin.c: (group_commit), (probe_triggered):
14497         * gst/playback/gstplaybasebin.h:
14498         Prepare to handle errors betters.
14499
14500         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
14501         Set sinks to PAUSED first before adding and linking them so that
14502         we don't interrupt dataflow.
14503
14504 2005-11-28  Wim Taymans  <wim@fluendo.com>
14505
14506         * gst-libs/gst/audio/TODO:
14507         Updated TODO
14508
14509         * gst-libs/gst/audio/gstaudiosink.c:
14510         (gst_audioringbuffer_open_device),
14511         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
14512         (gst_audioringbuffer_release):
14513         Small cleanups.
14514
14515         * gst-libs/gst/audio/gstbaseaudiosink.c:
14516         (gst_base_audio_sink_class_init), (gst_base_audio_sink_render),
14517         (gst_base_audio_sink_change_state):
14518         Slave to the master clock when going to PLAYING and unslave when
14519         going to PAUSED.
14520
14521         * gst-libs/gst/audio/gstringbuffer.c:
14522         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
14523         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
14524         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
14525         (gst_ring_buffer_clear_all), (wait_segment),
14526         (gst_ring_buffer_commit), (gst_ring_buffer_read),
14527         (gst_ring_buffer_advance):
14528         * gst-libs/gst/audio/gstringbuffer.h:
14529         Add some docs and cleanups.
14530
14531 2005-11-28  Julien MOUTTE  <julien@moutte.net>
14532
14533         * sys/xvimage/xvimagesink.c:
14534         (gst_xvimagesink_navigation_send_event): Fix navigation events
14535         coordinates translation with pixel aspect ratios.
14536
14537 2005-11-28  Julien MOUTTE  <julien@moutte.net>
14538
14539         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
14540         Use calculated video geometry from _setcaps instead of buffer
14541         caps to respect pixel aspect ratio. (fixes #322388)
14542
14543 2005-11-28  Julien MOUTTE  <julien@moutte.net>
14544
14545         * docs/libs/tmpl/gstcolorbalance.sgml:
14546         * docs/libs/tmpl/gstmixer.sgml:
14547         * docs/libs/tmpl/gstxoverlay.sgml:
14548         * gst-libs/gst/interfaces/xoverlay.c: Add docs for the Xoverlay
14549         interface.
14550
14551 2005-11-28  Julien MOUTTE  <julien@moutte.net>
14552
14553         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
14554         Refuse to create an XvImage if we can't find the format.
14555
14556 2005-11-28  Edward Hervey  <edward@fluendo.com>
14557
14558         * gst-libs/gst/riff/riff-media.c:
14559         (gst_riff_create_audio_template_caps):
14560         Add ATRAC3 to the list of riff-possible audio caps.
14561         I know we still don't have a plugin for atrac3, but it's saner to output
14562         that than a cryptic mimetype.
14563
14564 2005-11-27  Edward Hervey  <edward@fluendo.com>
14565
14566         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds):
14567         Don't try to create a zero-sized subbuffer.
14568
14569 2005-11-27  Julien MOUTTE  <julien@moutte.net>
14570
14571         * sys/ximage/ximagesink.c: (gst_ximage_buffer_free),
14572         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
14573         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_buffer_alloc),
14574         (gst_ximagesink_expose): Fixed a tricky race.
14575         * sys/ximage/ximagesink.h:
14576         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
14577         (gst_xvimagesink_expose): Fixed a tricky race.
14578         * sys/xvimage/xvimagesink.h:
14579
14580 2005-11-27  Edward Hervey  <edward@fluendo.com>
14581
14582         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
14583         (gst_decode_bin_init), (close_pad_link), (try_to_link_1):
14584         Remove unused properties, and add queues between demuxers and decoders
14585         so that a lot more files can preroll properly.
14586
14587 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
14588
14589         * gst-libs/gst/net/Makefile.am:
14590         * gst-libs/gst/rtp/Makefile.am:
14591         * gst-libs/gst/tag/Makefile.am:
14592           remove silly include
14593         * gst/tags/Makefile.am:
14594         * gst/tags/gsttagediting.c:
14595         * gst/tags/gsttageditingprivate.h:
14596         * gst/tags/tagedit.vcproj:
14597           remove directory, is as good as empty
14598
14599 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
14600
14601         * configure.ac:
14602           added GST_LIB_LDFLAGS and GST_ALL_LDFLAGS
14603         * gst-libs/Makefile.am:
14604         * gst-libs/gst/audio/Makefile.am:
14605         * gst-libs/gst/interfaces/Makefile.am:
14606         * gst-libs/gst/net/Makefile.am:
14607         * gst-libs/gst/riff/Makefile.am:
14608         * gst-libs/gst/rtp/Makefile.am:
14609         * gst-libs/gst/tag/Makefile.am:
14610         * gst-libs/gst/video/Makefile.am:
14611           and use them
14612
14613 2005-11-27  Julien MOUTTE  <julien@moutte.net>
14614
14615         * docs/libs/tmpl/gstcolorbalance.sgml:
14616         * docs/libs/tmpl/gstmixer.sgml:
14617         * docs/libs/tmpl/gstxoverlay.sgml:
14618         * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
14619         * sys/ximage/ximagesink.h:
14620         * sys/xvimage/xvimagesink.h: More and more documentation.
14621
14622 2005-11-26  Julien MOUTTE  <julien@moutte.net>
14623
14624         * docs/libs/gst-plugins-base-libs-docs.sgml:
14625         * docs/libs/gst-plugins-base-libs-sections.txt:
14626         * docs/libs/tmpl/gstcolorbalance.sgml:
14627         * docs/libs/tmpl/gstmixer.sgml:
14628         * docs/libs/tmpl/gstxoverlay.sgml: Add the XOverlay interface
14629         to documentation.
14630
14631 2005-11-26  Julien MOUTTE  <julien@moutte.net>
14632
14633         * docs/plugins/Makefile.am:
14634         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
14635         * docs/plugins/gst-plugins-base-plugins-sections.txt:
14636         * sys/xvimage/xvimagesink.c: Added doc for xvimagesink.
14637
14638 2005-11-26  Julien MOUTTE  <julien@moutte.net>
14639
14640         * docs/plugins/Makefile.am:
14641         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
14642         * docs/plugins/gst-plugins-base-plugins-sections.txt:
14643         * docs/plugins/inspect/plugin-adder.xml:
14644         * docs/plugins/inspect/plugin-alsa.xml:
14645         * docs/plugins/inspect/plugin-audioconvert.xml:
14646         * docs/plugins/inspect/plugin-audiorate.xml:
14647         * docs/plugins/inspect/plugin-audioresample.xml:
14648         * docs/plugins/inspect/plugin-audiotestsrc.xml:
14649         * docs/plugins/inspect/plugin-decodebin.xml:
14650         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
14651         * docs/plugins/inspect/plugin-gnomevfs.xml:
14652         * docs/plugins/inspect/plugin-ogg.xml:
14653         * docs/plugins/inspect/plugin-playbin.xml:
14654         * docs/plugins/inspect/plugin-subparse.xml:
14655         * docs/plugins/inspect/plugin-tcp.xml:
14656         * docs/plugins/inspect/plugin-theora.xml:
14657         * docs/plugins/inspect/plugin-typefindfunctions.xml:
14658         * docs/plugins/inspect/plugin-video4linux.xml:
14659         * docs/plugins/inspect/plugin-videorate.xml:
14660         * docs/plugins/inspect/plugin-videoscale.xml:
14661         * docs/plugins/inspect/plugin-videotestsrc.xml:
14662         * docs/plugins/inspect/plugin-volume.xml:
14663         * docs/plugins/inspect/plugin-vorbis.xml:
14664         * docs/plugins/inspect/plugin-ximagesink.xml:
14665         * docs/plugins/inspect/plugin-xvimagesink.xml: Updated version.
14666         * sys/ximage/ximagesink.c: Adding documentation for ximagesink.
14667
14668 2005-11-26  Edward Hervey  <edward@fluendo.com>
14669
14670         * gst/audiorate/gstaudiorate.c: (gst_audiorate_chain):
14671         Properly return GstFlowReturn from gst_pad_push in chain functions.
14672
14673 2005-11-25  Michael Smith  <msmith@fluendo.com>
14674
14675         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
14676         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
14677         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
14678         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
14679           Handle various conditions better when we don't understand a stream.
14680           Removes a heap of CRITICALs on ogg streams containing unknown data.
14681
14682 2005-11-24  Andy Wingo  <wingo@pobox.com>
14683
14684         * gst/tcp/gstmultifdsink.c (gst_multifdsink_handle_client_write):
14685         Be threadsafe.
14686
14687 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
14688
14689         * configure.ac: back to HEAD
14690
14691 === release 0.9.6 ===
14692
14693 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
14694
14695         * configure.ac:
14696           releasing 0.9.6, "White Eight"
14697
14698 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
14699
14700         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
14701         * docs/plugins/inspect/plugin-sine.xml:
14702           remove sinesrc some more
14703
14704 2005-11-23  Wim Taymans  <wim@fluendo.com>
14705
14706         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
14707         If we are reading too slowly, jump forward in the ringbuffer
14708         instead of blocking.
14709
14710 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
14711
14712         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
14713         (gst_visual_chain):
14714         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps):
14715         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps),
14716         (gst_videorate_chain):
14717         * gst/videotestsrc/gstvideotestsrc.c:
14718         (gst_videotestsrc_src_fixate), (gst_videotestsrc_create):
14719         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_fps),
14720         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query),
14721         (gst_v4lmjpegsrc_get), (gst_v4lmjpegsrc_getcaps):
14722         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
14723         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
14724           Updates for API changes
14725
14726 2005-11-23  Wim Taymans  <wim@fluendo.com>
14727
14728         * gst-libs/gst/audio/gstbaseaudiosink.c:
14729         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
14730         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
14731         Fix for calibration API change.
14732
14733 2005-11-23  Michael Smith <msmith@fluendo.com>
14734
14735         * gst-libs/gst/audio/multichannel.c:
14736         (gst_audio_get_channel_positions),
14737         (gst_audio_set_channel_positions),
14738         (gst_audio_set_structure_channel_positions_list),
14739         (gst_audio_fixate_channel_positions):
14740           Use gst_value_array_*() functions on value arrays, not
14741           gst_value_list_*().
14742
14743 2005-11-23  Edward Hervey  <edward@fluendo.com>
14744
14745         * autogen.sh:
14746         eheh, sinesrc is gone. Replacing sample srcfile by existing one.
14747         Fixes autogen
14748
14749 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
14750
14751         * check/Makefile.am:
14752         * check/elements/videotestsrc.c: (setup_videotestsrc),
14753         (cleanup_videotestsrc), (GST_START_TEST), (videotestsrc_suite),
14754         (main):
14755           add a test for videotestsrc
14756
14757 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
14758
14759         * gst/sine/.cvsignore:
14760         * gst/sine/Makefile.am:
14761         * gst/sine/gstsinesrc.c:
14762         * gst/sine/gstsinesrc.h:
14763         * gst/sine/sinesrc.vcproj:
14764           and remove sinesrc from the repository.  Closes #321446
14765
14766 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
14767
14768         * configure.ac:
14769         * gst-plugins-base.spec.in:
14770           remove sinesrc from the build
14771
14772 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
14773
14774         * check/Makefile.am:
14775         * check/elements/audiotestsrc.c: (setup_audiotestsrc),
14776         (cleanup_audiotestsrc), (GST_START_TEST), (audiotestsrc_suite),
14777         (main):
14778           add a test for audiotestsrc, testing all waves.  Even seems
14779           leak-free at first glance, nice job Stefan
14780
14781 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
14782
14783         * po/af.po:
14784         * po/az.po:
14785         * po/cs.po:
14786         * po/en_GB.po:
14787         * po/hu.po:
14788         * po/it.po:
14789         * po/nb.po:
14790         * po/nl.po:
14791         * po/or.po:
14792         * po/sq.po:
14793         * po/sr.po:
14794         * po/sv.po:
14795         * po/uk.po:
14796         * po/vi.po:
14797           Translation string updates
14798
14799         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
14800         (gst_v4lsrc_set_caps):
14801         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
14802         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
14803         * sys/v4l/v4lsrc_calls.h:
14804           Improve v4lsrc, by making it work again.
14805
14806 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
14807
14808         * ext/libvisual/visual.c: (gst_visual_chain):
14809           Fix the fps calculations.
14810
14811         * gst/ffmpegcolorspace/avcodec.h:
14812           Move structure element for clarity
14813
14814         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_init):
14815         * gst-libs/gst/interfaces/tunernorm.h:
14816         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_src_link):
14817         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
14818         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
14819         (gst_v4lmjpegsrc_get_fps), (gst_v4lmjpegsrc_src_convert),
14820         (gst_v4lmjpegsrc_src_query), (gst_v4lmjpegsrc_get),
14821         (gst_v4lmjpegsrc_getcaps):
14822         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
14823         (gst_v4lsrc_set_caps):
14824         * sys/v4l/gstv4lsrc.h:
14825         * sys/v4l/v4l_calls.c: (gst_v4l_open):
14826         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
14827         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
14828         * sys/v4l/v4lsrc_calls.h:
14829           Fractional framerates...
14830
14831 2005-11-22  Wim Taymans  <wim@fluendo.com>
14832
14833         * gst-libs/gst/audio/gstbaseaudiosink.c:
14834         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
14835         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
14836         And we provide a clock by default, of course...
14837
14838 2005-11-22  Wim Taymans  <wim@fluendo.com>
14839
14840         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init):
14841         This clock can be slaved to a master clock now.
14842
14843         * gst-libs/gst/audio/gstbaseaudiosink.c:
14844         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
14845         (gst_base_audio_sink_dispose), (gst_base_audio_sink_provide_clock),
14846         (gst_base_audio_sink_set_clock),
14847         (gst_base_audio_sink_set_property),
14848         (gst_base_audio_sink_get_property), (gst_base_audio_sink_preroll),
14849         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
14850         * gst-libs/gst/audio/gstbaseaudiosink.h:
14851         Handle slaving the internal clock to the clock selected in the
14852         pipeline.
14853         Add property to make the basesink not provide a clock.
14854
14855         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14856         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
14857         (gst_base_rtp_depayload_wait):
14858         * gst-libs/gst/rtp/gstbasertpdepayload.h:
14859         We can use the clock in GstElement, no need to store it ourselves.
14860
14861 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
14862
14863         * docs/libs/tmpl/gstaudio.sgml:
14864           update
14865         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
14866         (gst_paranoia_endian_get_type):
14867         * ext/theora/theoraenc.c: (gst_border_mode_get_type):
14868         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
14869         * gst/audiotestsrc/gstaudiotestsrc.c:
14870         (gst_audiostestsrc_wave_get_type):
14871         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
14872         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
14873         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
14874         (gst_sync_method_get_type), (gst_unit_type_get_type),
14875         (gst_client_status_get_type), (gst_multifdsink_class_init),
14876         (gst_multifdsink_new_client), (gst_multifdsink_recover_client),
14877         (gst_multifdsink_queue_buffer), (gst_multifdsink_set_property),
14878         (gst_multifdsink_get_property):
14879         * gst/tcp/gstmultifdsink.h:
14880         * gst/videoscale/gstvideoscale.c: (gst_videoscale_method_get_type):
14881         * gst/videotestsrc/gstvideotestsrc.c:
14882         (gst_videotestsrc_pattern_get_type):
14883           remove deprecated properties
14884           fix up enums to correctly have short lowercase dashed nicks
14885
14886 2005-11-22  Michael Smith <msmith@fluendo.com>
14887
14888         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
14889         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
14890           Add underscore.
14891
14892 2005-11-22  Michael Smith <msmith@fluendo.com>
14893
14894         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
14895         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
14896           Use utility method for scaling clocktime for fractional framerates.
14897
14898 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
14899
14900         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
14901         (gst_visual_chain):
14902         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
14903         * ext/theora/theoradec.c: (theora_handle_type_packet):
14904         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
14905         (theora_enc_chain):
14906         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
14907         * gst-libs/gst/video/video.c: (gst_video_frame_rate):
14908         * gst-libs/gst/video/video.h:
14909         * gst/ffmpegcolorspace/avcodec.h:
14910         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
14911         (gst_ffmpeg_caps_to_pixfmt):
14912         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14913         (gst_ffmpegcsp_set_caps):
14914         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
14915         (gst_videorate_setcaps), (gst_videorate_blank_data),
14916         (gst_videorate_chain):
14917         * gst/videotestsrc/gstvideotestsrc.c:
14918         (gst_videotestsrc_src_fixate), (gst_videotestsrc_getcaps),
14919         (gst_videotestsrc_parse_caps), (gst_videotestsrc_setcaps),
14920         (gst_videotestsrc_event), (gst_videotestsrc_create):
14921         * gst/videotestsrc/gstvideotestsrc.h:
14922         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
14923         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
14924         (gst_ximagesink_get_times), (gst_ximagesink_init):
14925         * sys/ximage/ximagesink.h:
14926         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
14927         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
14928         (gst_xvimagesink_get_times), (gst_xvimagesink_init):
14929         * sys/xvimage/xvimagesink.h:
14930           Convert elements to use fractions for their framerate.
14931           V4L elements to come later tonight.
14932
14933 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
14934
14935         * gst-libs/gst/audio/audio.c:
14936         * gst-libs/gst/audio/audio.h:
14937           remove some deprecated functions
14938
14939 2005-11-22  Andy Wingo  <wingo@pobox.com>
14940
14941         * Update for gst_tag_setter API changes.
14942
14943 2005-11-22  Andy Wingo  <wingo@pobox.com>
14944
14945         * ext/ogg/gstoggdemux.c (gst_ogg_pad_submit_packet)
14946         (gst_ogg_demux_perform_seek):
14947         * ext/theora/theoradec.c (theora_dec_sink_event):
14948         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): Run
14949         update-funcnames.
14950
14951 2005-11-22  Wim Taymans  <wim@fluendo.com>
14952
14953         * examples/seeking/seek.c: (main):
14954         Give higher priority to bus signals than the gtk events
14955         to fix a race condition in the segment looping.
14956
14957 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
14958
14959         * ext/theora/Makefile.am:
14960         * ext/vorbis/Makefile.am:
14961         * gst-libs/gst/tag/Makefile.am:
14962         * gst-plugins-base.spec.in:
14963           Rename libgsttagedit to libgsttag (#322117).
14964
14965 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
14966
14967         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
14968         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
14969           Call gst_x_overlay_prepare_xwindow_id() to give applications
14970           a final chance to set their own xwindow id before the video
14971           sink creates its own window.
14972
14973 2005-11-22  Julien MOUTTE  <julien@moutte.net>
14974
14975         * sys/xvimage/xvimagesink.c:
14976         (gst_xvimagesink_navigation_send_event): Handle navigation
14977         events correcly with borders if applicable.
14978
14979 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
14980
14981         Patch by: Luca Ognibene
14982
14983         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
14984         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
14985         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14986         (gst_ffmpegcsp_caps_remove_format_info):
14987         * gst/ffmpegcolorspace/imgconvert.c:
14988         * gst/ffmpegcolorspace/imgconvert_template.h:
14989           Forward-port fixes from the 0.8 branch (patch by Luca Ognibene,
14990           #318353); use gst_structure_has_name().
14991
14992 2005-11-22  Julien MOUTTE  <julien@moutte.net>
14993
14994         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
14995         (gst_ximagesink_class_init): Add debug macros on functions.
14996         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
14997         (gst_xvimagesink_xwindow_draw_borders),
14998         (gst_xvimagesink_xvimage_put),
14999         (gst_xvimagesink_xwindow_update_geometry),
15000         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_get_xv_support),
15001         (gst_xvimagesink_event_thread), (gst_xvimagesink_xcontext_get),
15002         (gst_xvimagesink_xcontext_clear),
15003         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
15004         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
15005         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
15006         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
15007         (gst_xvimagesink_get_property), (gst_xvimagesink_finalize),
15008         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
15009         * sys/xvimage/xvimagesink.h: Refactoring to handle aspect ratio,
15010         expose while being PAUSED, out of data flow navigation events, etc..
15011
15012 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
15013
15014         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
15015         * gst-libs/gst/audio/audio.h:
15016           fix prototype - wondering why the test worked regardless
15017
15018 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
15019
15020         * check/Makefile.am:
15021         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
15022         * gst-libs/gst/audio/audio.h:
15023           add a method that returns a proper GstClockTime
15024
15025 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
15026
15027         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_base_init),
15028         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_prepare_xwindow_id):
15029         * gst-libs/gst/interfaces/xoverlay.h:
15030           Remove everything having to do with the desired size; add 
15031           gst_x_overlay_prepare_xwindow_id() function; remove the
15032           'have-xwindow-id' signal and make gst_x_overlay_got_xwindow_id()
15033           post a message on the bus instead (#321816).
15034
15035         * sys/ximage/ximagesink.c: (gst_ximagesink_xoverlay_init):
15036         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps),
15037         (gst_xvimagesink_xoverlay_init):
15038           Remove desired size stuff (#321816).
15039
15040 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
15041
15042         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
15043         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
15044         (mpeg_video_type_find), (mpeg_video_stream_type_find):
15045           Terminate vararg functions with NULL instead of 0 to 
15046           make gcc4 happy.
15047
15048 2005-11-21  Andy Wingo  <wingo@pobox.com>
15049
15050         patch by: Sebastien Cote <sebas642@yahoo.ca>
15051         
15052         * gst-libs/gst/rtp/gstrtpbuffer.h: 
15053         * gst-libs/gst/rtp/gstrtpbuffer.c
15054         (gst_rtpbuffer_get_payload_buffer): New function. Fixes #321451.
15055
15056 2005-11-21  Andy Wingo  <wingo@pobox.com>
15057
15058         * gst/playback/gstplaybin.c (gen_audio_element) 
15059         (gen_video_element): Use the new MISSING_PLUGIN core error
15060         category. Closes #320060.
15061
15062         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): 
15063         * gst/videorate/gstvideorate.c (gst_videorate_event):
15064         * ext/theora/theoradec.c (theora_dec_sink_event): 
15065         * ext/theora/theoraenc.c (theora_enc_sink_event): Don't take
15066         stream lock.
15067
15068         * gst/subparse/gstsubparse.c (gst_subparse_src_event):
15069         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek): Update for
15070         stream lock changes.
15071
15072 2005-11-21  Wim Taymans  <wim@fluendo.com>
15073
15074         * gst-libs/gst/audio/gstbaseaudiosink.c:
15075         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
15076         (gst_base_audio_sink_provide_clock),
15077         (gst_base_audio_sink_set_clock), (gst_base_audio_sink_render),
15078         (gst_base_audio_sink_change_state):
15079         * gst/audioresample/gstaudioresample.c:
15080         Segment update fix.
15081
15082 2005-11-21  Andy Wingo  <wingo@pobox.com>
15083
15084         * *.h:
15085         * *.c: Ran scripts/update-macros. Oh yes.
15086
15087 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
15088
15089         * sys/ximage/Makefile.am:
15090         * sys/ximage/ximage.c:
15091           Rename ximage plugin to ximagesink (#321426) (Don't forget to
15092           remove your old libgstximage.* manually if necessary).
15093
15094 2005-11-21  Michael Smith <msmith@fluendo.com>
15095
15096         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup):
15097           Minimal fix for bug #320200: set the min/max bitrate in the correct
15098           units. A better fix would be to upgrade to the RATEMANAGE2
15099           interface, rather than using the deprecated interface used here, but
15100           that would require an update in our libvorbis dependency (to 1.1),
15101           which is probably undesirable.
15102
15103 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
15104
15105         * ext/libvisual/visual.c: (get_buffer):
15106         * gst-libs/gst/audio/gstbaseaudiosrc.c:
15107         (gst_base_audio_src_fixate):
15108         * gst/audioconvert/gstaudioconvert.c:
15109         (gst_audio_convert_fixate_caps):
15110         * gst/audioscale/gstaudioscale.c: (gst_audioscale_fixate):
15111         * gst/audiotestsrc/gstaudiotestsrc.c:
15112         (gst_audiotestsrc_src_fixate):
15113         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
15114         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps):
15115         * gst/videoscale/gstvideoscale.c: (gst_videoscale_fixate_caps):
15116         * gst/videotestsrc/gstvideotestsrc.c:
15117         (gst_videotestsrc_src_fixate):
15118         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
15119         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
15120           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
15121           (#322027)
15122
15123
15124 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
15125
15126         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
15127         (gst_riff_create_iavs_caps):
15128         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_file_header),
15129         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
15130         (gst_riff_parse_info):
15131         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure):
15132         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_caps):
15133         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
15134           Fixes for GST_FOURCC_FORMAT API change.
15135
15136 2005-11-21  Andy Wingo  <wingo@pobox.com>
15137
15138         patch by: Alessandro Dessina <alessandro nnva org>
15139
15140         * ext/ogg/gstoggmux.c (gst_ogg_mux_set_header_on_caps):
15141         * ext/ogg/gstoggparse.c (gst_ogg_parse_append_header)
15142         (gst_ogg_parse_chain):
15143         * ext/theora/theoraenc.c (theora_set_header_on_caps):
15144         * ext/vorbis/vorbisenc.c (gst_vorbisenc_set_header_on_caps):
15145         * ext/vorbis/vorbisparse.c (vorbis_parse_set_header_on_caps): Fix
15146         gst_value_list calls on arrays. Fixes #321962.
15147
15148 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
15149
15150         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
15151         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_queue_pads),
15152         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
15153         * gst/adder/gstadder.c: (gst_adder_init),
15154         (gst_adder_request_new_pad), (gst_adder_collected),
15155         (gst_adder_change_state):
15156           Update for gst_collectpads_foo() to gst_collect_pads_foo()
15157           API change.
15158
15159 2005-11-21  Michael Smith <msmith@fluendo.com>
15160
15161         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
15162         (gst_vorbisenc_chain), (gst_vorbisenc_output_buffers):
15163           Properly handle pad_push return values.
15164
15165 2005-11-20  Jan Schmidt  <thaytan@mad.scientist.com>
15166
15167         * gst-libs/gst/tag/Makefile.am:
15168         * gst-libs/gst/tag/gstvorbistag.c:
15169         (gst_tag_list_to_vorbiscomment_buffer):
15170           Remove obsolete vorbistag element and debug category.
15171
15172         * gst/playback/gstplaybasebin.c: (check_queue):
15173           Don't divide by 0 when queue-threshold is 0.
15174
15175         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property):
15176           Don't modify an existing pixel-aspect-ratio if we fail to read
15177           a new one.
15178
15179 2005-11-20  Wim Taymans  <wim@fluendo.com>
15180
15181         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_push_buffer),
15182         (gst_vorbisenc_push_packet):
15183         GST_PAD_IS_USABLE is gone, use the return value of
15184         the push or pad_alloc_buffer instead.
15185
15186 2005-11-18  Julien MOUTTE  <julien@moutte.net>
15187
15188         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
15189         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
15190         (gst_ximagesink_ximage_destroy),
15191         (gst_ximagesink_xwindow_draw_borders), (gst_ximagesink_ximage_put),
15192         (gst_ximagesink_xwindow_new),
15193         (gst_ximagesink_xwindow_update_geometry),
15194         (gst_ximagesink_handle_xevents), (gst_ximagesink_event_thread),
15195         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
15196         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_getcaps),
15197         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
15198         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_alloc),
15199         (gst_ximagesink_navigation_send_event),
15200         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_expose),
15201         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
15202         (gst_ximagesink_finalize), (gst_ximagesink_init),
15203         (gst_ximagesink_class_init):
15204         * sys/ximage/ximagesink.h: Refactoring of ximagesink.
15205         This new version brings correct software scaling, non flickering
15206         window while resizing, pixel aspect ratio handling, usage of
15207         hardware buffer pools, out of data flow event thread for 
15208         navigation and handling of expose events even when being PAUSED,
15209         a new property to keep video aspect ratio when resizing, etc...
15210
15211 2005-11-18  Julien MOUTTE  <julien@moutte.net>
15212
15213         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
15214         (gst_videoscale_fixate_caps): Introduce back caps fixate with
15215         handling of PAR.
15216
15217 2005-11-18  Edward Hervey  <bilboed@dvdsrc.fluendo.com>
15218
15219         * gst/playback/gstdecodebin.c: (gst_decode_bin_init): 
15220         Unsetting IS_SINK flag from the fakesink, so decodebin
15221         never behaves as a sink.
15222
15223 2005-11-17  Wim Taymans  <wim@fluendo.com>
15224
15225         * gst-libs/gst/audio/gstbaseaudiosrc.c:
15226         (gst_base_audio_src_change_state):
15227         Fix the audiosrc base class again, we did not unflush.
15228
15229 2005-11-17  Julien MOUTTE  <julien@moutte.net>
15230
15231         * examples/seeking/seek.c: (make_dv_pipeline),
15232         (make_vorbis_theora_pipeline), (make_avi_pipeline),
15233         (make_mpegnt_pipeline): Use VSINK everywhere, add a scaler
15234         to ogg/vorbis/theora pipeline.
15235
15236 2005-11-17  Wim Taymans  <wim@fluendo.com>
15237
15238         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
15239         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
15240         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
15241         Fix EOS on multiple streams.
15242         More debugging.
15243
15244 2005-11-16  Wim Taymans  <wim@fluendo.com>
15245
15246         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_configure_segment),
15247         (gst_ogg_demux_perform_seek):
15248         Segment done must include stream time.
15249
15250         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
15251         (gst_ogg_mux_clear), (gst_ogg_mux_init), (gst_ogg_mux_finalize),
15252         (gst_ogg_mux_change_state):
15253         Fix ogg muxer again.
15254
15255 2005-11-16  Wim Taymans  <wim@fluendo.com>
15256
15257         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init):
15258         Fix compile again.
15259
15260 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
15261
15262         * ext/libvisual/visual.c: (gst_visual_init):
15263         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
15264         * ext/ogg/gstoggparse.c: (gst_ogg_parse_init),
15265         (gst_ogg_parse_chain):
15266         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
15267         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init):
15268         * ext/theora/theoradec.c: (gst_theora_dec_init):
15269         * ext/theora/theoraenc.c: (gst_theora_enc_init):
15270         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
15271         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init):
15272         * gst/adder/gstadder.c: (gst_adder_class_init),
15273         (gst_adder_dispose):
15274         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
15275         * gst/subparse/gstsubparse.c: (gst_subparse_init):
15276         * gst/videorate/gstvideorate.c: (gst_videorate_init):
15277           Fix a whole set of pad template leaks
15278
15279 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
15280
15281         * check/generic/states.c: (GST_START_TEST):
15282           fix the test so that it only checks for elements that are part of
15283           this source module
15284
15285 2005-11-16  Michael Smith <msmith@fluendo.com>
15286
15287         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_reset),
15288         (gst_ogg_mux_init), (gst_ogg_mux_request_new_pad),
15289         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
15290         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
15291         (gst_ogg_mux_collected), (gst_ogg_mux_clear_collectpads),
15292         (gst_ogg_mux_change_state):
15293           Fix leaking collectpads.
15294
15295 2005-11-16  Edward Hervey  <edward@fluendo.com>
15296
15297         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
15298         (gst_videorate_event), (gst_videorate_chain):
15299         Handle segment seeks
15300
15301 2005-11-16  Wim Taymans  <wim@fluendo.com>
15302
15303         * gst-libs/gst/audio/gstbaseaudiosink.c:
15304         (gst_base_audio_sink_provide_clock),
15305         (gst_base_audio_sink_change_state):
15306         Set ringbuffer to non-flushing when going to PAUSED, set to
15307         flushing again when going to READY.
15308
15309         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
15310         (gst_ring_buffer_stop):
15311         Start in flushing mode by default.
15312         Don't set flushing in the _stop method, let the app call
15313         this explicitly.
15314
15315 2005-11-16  Julien MOUTTE  <julien@moutte.net>
15316
15317         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_center_rect):
15318         * gst-libs/gst/video/videosink.h: Add helper function needed
15319         for video sinks.
15320
15321 2005-11-16  Tim-Philipp Müller  <tim at centricular dot net>
15322
15323         * gst/videoscale/gstvideoscale.c:
15324         (gst_videoscale_handle_src_event):
15325           Don't leak reference to pad parent.
15326
15327 2005-11-16  Wim Taymans  <wim@fluendo.com>
15328
15329         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop):
15330         Set ringbuffer to flushing when stopping so that we don't
15331         block on wait_segment anymore and livelock.
15332
15333 2005-11-16  Wim Taymans  <wim@fluendo.com>
15334
15335         * examples/seeking/seek.c: (send_event), (do_seek),
15336         (loop_toggle_cb), (segment_done), (main):
15337         Added looping checkbox.
15338
15339 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
15340
15341         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
15342         (gst_ogg_demux_init):
15343         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
15344         (gst_vorbis_dec_init):
15345           revert unrefs, they don't pass make check
15346
15347 2005-11-15  Johan Dahlin  <johan@gnome.org>
15348
15349         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
15350         (gst_ogg_demux_init), (gst_ogg_demux_finalize):
15351         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
15352         (gst_vorbis_dec_init):
15353         Fix pad template leaks. 
15354
15355 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
15356
15357         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
15358           Make state change function thread safe.
15359
15360 2005-11-15  Edward Hervey  <edward@fluendo.com>
15361
15362         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
15363         (gst_ogg_demux_class_init):
15364         Implement GstElement::send_event, so we can send seek events
15365         in GST_STATE_READY
15366
15367 2005-11-14  Julien MOUTTE  <julien@moutte.net>
15368
15369         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new):
15370         Discovered how to take away flickering while resizing the
15371         window. Please don't put that in ximagesink, refactoring in
15372         progress.
15373
15374 2005-11-14  Michael Smith <msmith@fluendo.com>
15375
15376         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_client_queue_data),
15377         (gst_multifdsink_render):
15378           Don't leak GDP headers when using GDP mode (i.e. tcpserversink).
15379
15380 2005-11-14  Tim-Philipp Müller  <tim at centricular dot net>
15381
15382         * gst/playback/gstplaybin.c: (gen_audio_element):
15383           Use autoaudiosink, it tends to be more widely available than
15384           autoaudiiosink.
15385           
15386 2005-11-14  Andy Wingo  <wingo@pobox.com>
15387
15388         * gst/playback/gstplaybin.c (gen_audio_element): Use autoaudiosink
15389         as well if it is available. Fixes #316442.
15390
15391 2005-11-14  Michael Smith <msmith@fluendo.com>
15392
15393         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_init),
15394         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
15395         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
15396         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
15397         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_collected),
15398         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
15399         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_buffer_from_packet),
15400         (gst_vorbisenc_change_state):
15401           Fix a small memory leak in vorbisenc.
15402           Fix large memory leaks in oggmux, also fix lots of state change
15403           bugs in oggmux.
15404
15405 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
15406
15407         * gst/videotestsrc/gstvideotestsrc.c:
15408         (gst_videotestsrc_class_init), (gst_videotestsrc_init),
15409         (gst_videotestsrc_src_fixate):
15410           move fixation to a fixate function
15411           remove negotiate function, basesrc's is good enough
15412           fixes a bug for check when using the element alone
15413
15414 2005-11-13  Edward Hervey  <edward@fluendo.com>
15415
15416         * examples/seeking/seek.c: (do_seek), (accurate_toggle_cb),
15417         (key_toggle_cb), (main):
15418         Added checkboxes for adding/removing the accurate and key_unit seek
15419         flags.
15420
15421 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15422
15423         * configure.ac: back to HEAD
15424
15425 === release 0.9.5 ===
15426
15427 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
15428
15429         * configure.ac:
15430           releasing 0.9.5, "No No Kia"
15431
15432 2005-11-11  Edward Hervey  <edward@fluendo.com>
15433
15434         * examples/seeking/seek.c: (make_parselaunch_pipeline):
15435         Added parse-launch syntax seeking mode for the seeking example.
15436         This should help stress-test even more cases.
15437         Ex usage : ./seek 15 "filesrc location=uranus.avi ! decodebin ! xvimagesink"
15438
15439 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
15440
15441         * sys/xvimage/xvimagesink.c:
15442         (gst_xvimagesink_navigation_send_event):
15443           Check whether peer pad exists before sending navigation events
15444           to it.
15445
15446 2005-11-11  Michael Smith <msmith@fluendo.com>
15447
15448         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup),
15449         (gst_vorbisenc_buffer_from_packet):
15450         * ext/vorbis/vorbisenc.h:
15451           Set duration on encoded buffers. This allows oggmux's
15452           max_page_delay parameter to actually work.
15453
15454 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
15455
15456         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
15457         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
15458         (gst_ffmpegcsp_avpicture_fill):
15459         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15460         (gst_ffmpegcsp_get_unit_size), (gst_ffmpegcsp_transform):
15461           Make palettes work again (see #132341). Use our own macros
15462           for rounding up.
15463
15464 2005-11-10  Andy Wingo  <wingo@pobox.com>
15465
15466         * gst/playback/gstplaybasebin.c (prepare_output): Fix format
15467         string doober.
15468
15469 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
15470
15471         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15472         (gst_ffmpegcsp_transform_caps):
15473           Prefer passthrough in transform_caps
15474
15475 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
15476
15477         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
15478           check for ALSA errors properly, instead of relying on ALSA's
15479           error strings to serve to the user.
15480
15481 2005-11-10  Wim Taymans  <wim@fluendo.com>
15482
15483         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event), (gst_ogg_demux_init),
15484         (gst_ogg_demux_configure_segment), (gst_ogg_demux_perform_seek),
15485         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
15486         Modernise the seek code.
15487
15488 2005-11-10  Michael Smith <msmith@fluendo.com>
15489         
15490         * gst/playback/gstplaybasebin.c: (group_commit), (new_decoded_pad),
15491         (setup_substreams), (set_active_source):
15492           Unlock GROUP_LOCK in failure cases, so that we don't deadlock when
15493           trying to go to NULL if we failed to read a file.
15494
15495 2005-11-10  Wim Taymans  <wim@fluendo.com>
15496
15497         * gst/audiotestsrc/gstaudiotestsrc.c:
15498         (gst_audiotestsrc_class_init), (gst_audiotestsrc_get_times),
15499         (gst_audiotestsrc_create):
15500         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
15501         (gst_sinesrc_get_times), (gst_sinesrc_create):
15502         * gst/videotestsrc/gstvideotestsrc.c:
15503         (gst_videotestsrc_class_init), (gst_videotestsrc_get_times),
15504         (gst_videotestsrc_create):
15505         The base class can now sync for us.
15506
15507 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
15508
15509         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate): Check if the caps have
15510           a fourcc field. Fixes crash for gst-launch-0.9 v4lsrc
15511           name=source autoprobe=false autoprobe-fps=false copy-mode=1
15512           device=/dev/video0 ! ffmpegcolorspace ! "video/x-raw-yuv,
15513           format=(fourcc)I420" ! xvimagesink
15514
15515 2005-11-10  Tim-Philipp Müller  <tim at centricular dot net>
15516
15517         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
15518         (gst_sinesrc_get_query_types), (gst_sinesrc_src_query),
15519         (gst_sinesrc_newsegment):
15520           Send newsegment event in TIME format, set duration if
15521           num-buffers is set, fix duration querying.
15522
15523 2005-11-10  Michael Smith <msmith@fluendo.com>
15524
15525         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
15526         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
15527         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
15528         (gst_ogg_mux_collected):
15529          Fix EOS handling, partially. Now forwarding an EOS event once we have
15530          EOS on all pads works correctly. However, we still don't properly set
15531          EOS on the actual ogg stream pages.
15532
15533 2005-11-09  Tim-Philipp Müller  <tim at centricular dot net>
15534
15535         * gst/playback/gstplaybin.c: (gst_play_bin_dispose):
15536           Set elements to NULL state before disposing of them.
15537
15538 2005-11-08  Sebastien Cote  <sebas642 at yahoo dot ca>
15539
15540         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15541
15542         * gst-libs/gst/rtp/gstbasertpdepayload.c:
15543         (gst_base_rtp_depayload_init),
15544         (gst_base_rtp_depayload_set_gst_timestamp):
15545         * gst-libs/gst/rtp/gstbasertpdepayload.h:
15546           We need to send a newsegment event for each instance, not
15547           just for the first instance of this class (get rid of
15548           static variable in function). (#321011).
15549           
15550 2005-11-08  Michael Smith <msmith@fluendo.com>
15551
15552         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
15553         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_buffer),
15554         (gst_ogg_mux_dequeue_page), (gst_ogg_mux_pad_queue_page),
15555         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
15556           Forward port rewrite of muxing strategy to 0.9 version of oggmux.
15557           This makes us mux things correctly according to the ogg muxing
15558           rules. Still not handling EOS correctly right now, though.
15559
15560 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
15561
15562         * gst/audioconvert/gstaudioconvert.c:
15563           Fix typo in docs. 
15564
15565 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
15566
15567         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
15568         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new):
15569           Initialise segment_stop to GST_CLOCK_TIME_NONE when
15570           creating a new chain; should fix live streaming. Also
15571           add more debug output and fix a typo.
15572
15573 2005-11-08  Brian Cameron  <brian dot cameron at sun dot com>
15574
15575         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15576
15577         * gst/volume/gstvolume.c: (volume_set_caps):
15578           Fix compilation on Solaris with Forte. (#320923)
15579
15580 2005-11-08  Wim Taymans  <wim@fluendo.com>
15581
15582         * gst-libs/gst/audio/gstbaseaudiosink.c:
15583         (gst_base_audio_sink_render):
15584         No need to do a typecheck.
15585
15586 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
15587
15588         * ext/alsa/gstalsa.h:
15589           We register a debug category, so let's use it.
15590
15591 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
15592
15593         * gst-libs/gst/rtp/gstbasertpdepayload.c:
15594         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_wait):
15595         Fixed a small problem.
15596
15597 2005-11-04  Wim Taymans  <wim@fluendo.com>
15598
15599         * examples/seeking/Makefile.am:
15600         * examples/seeking/scrubby.c: (gst_element_factory_make_or_warn),
15601         (dynamic_link), (setup_dynamic_link), (make_wav_pipeline),
15602         (make_playerbin_pipeline), (format_value), (update_scale),
15603         (speed_cb), (seek_cb), (do_seek), (start_seek), (stop_seek),
15604         (play_cb), (pause_cb), (stop_cb), (print_message), (bus_message),
15605         (print_usage), (main):
15606         Added app for playback speed testing.
15607
15608         * examples/seeking/seek.c: (dynamic_link),
15609         (make_avi_msmpeg4v3_mp3_pipeline), (make_avi_pipeline),
15610         (make_mpeg_pipeline), (do_seek), (set_update_scale),
15611         (message_received), (main):
15612         Updated seek example.
15613
15614 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
15615
15616         * gst-libs/gst/rtp/gstbasertpdepayload.c:
15617         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
15618         (gst_base_rtp_depayload_thread), (gst_base_rtp_depayload_wait),
15619         (gst_base_rtp_depayload_set_clock):
15620         * gst-libs/gst/rtp/gstbasertpdepayload.h:
15621         Don't sleep on the bench (system clock) when you have a nice 
15622         comfortable bed (Gstreamer clock) to sleep on.
15623
15624 2005-11-03  Wim Taymans  <wim@fluendo.com>
15625
15626         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
15627         (gst_decode_bin_dispose), (free_dynamics), (remove_fakesink),
15628         (pad_blocked), (close_pad_link), (new_pad), (no_more_pads):
15629         Handle the case where a pad_block failed.
15630
15631 2005-11-02  Sebastien Cote  <sebas642@yahoo.ca> 
15632
15633         reviewed by: Zeeshan Ali  <zeenix@gmail.com>
15634
15635         * gst-libs/gst/rtp/gstbasertpdepayload.c:
15636         (gst_base_rtp_depayload_add_to_queue),
15637         (gst_base_rtp_depayload_push),
15638         (gst_base_rtp_depayload_set_gst_timestamp),
15639         (gst_base_rtp_depayload_queue_release):
15640           Fixes some bugs in the depayloader's queuing/de-queueing code.
15641
15642 2005-10-31  Michael Smith <msmith@fluendo.com>
15643
15644         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
15645         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
15646         (gst_ogg_demux_collect_chain_info), (gst_ogg_print):
15647           Patch from Alessandro Decina <alessandro@nnva.org>.
15648           Make oggdemux only find the final time in a chain, not per-pad,
15649           since the per-pad information can be very expensive to locate, and
15650           it isn't used anywhere. This makes reading a file containing
15651           OggSkeleton reasonably fast.
15652           Also, make chain finding work when there are logical bitstreams that
15653           can't be decoded. Fixes #319110.
15654
15655 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
15656
15657         * gst-libs/gst/rtp/gstbasertpdepayload.c:
15658         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
15659         (gst_base_rtp_depayload_chain),
15660         (gst_base_rtp_depayload_add_to_queue),
15661         (gst_base_rtp_depayload_push),
15662         (gst_base_rtp_depayload_set_gst_timestamp),
15663         (gst_base_rtp_depayload_queue_release),
15664         (gst_base_rtp_depayload_start_thread),
15665         (gst_base_rtp_depayload_set_property),
15666         (gst_base_rtp_depayload_get_property):
15667         * gst-libs/gst/rtp/gstbasertpdepayload.h:
15668         Some random fixes, to fullfill the desires of thomas.
15669
15670 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
15671
15672         * gst-libs/gst/rtp/gstbasertpdepayload.c:
15673         (gst_base_rtp_depayload_add_to_queue),
15674         (gst_base_rtp_depayload_push):
15675         Fixed the queueing algorithm.
15676
15677 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
15678
15679         * gst-libs/gst/rtp/gstbasertpdepayload.c:
15680         (gst_base_rtp_depayload_push):
15681         A small fix
15682
15683 2005-10-31  Wim Taymans  <wim@fluendo.com>
15684
15685         * gst-libs/gst/audio/gstringbuffer.h:
15686         Don't break ABI.
15687
15688         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
15689         (gst_ffmpeg_caps_to_pixfmt):
15690         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15691         (gst_ffmpegcsp_set_caps):
15692         Some more comments.
15693         Handle missing required caps fields better.
15694
15695 2005-10-31  Wim Taymans  <wim@fluendo.com>
15696
15697         * gst-libs/gst/audio/gstbaseaudiosink.c:
15698         (gst_base_audio_sink_event), (gst_base_audio_sink_get_offset),
15699         (gst_base_audio_sink_render):
15700         * gst-libs/gst/audio/gstringbuffer.c:
15701         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
15702         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
15703         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_pause),
15704         (gst_ring_buffer_stop), (wait_segment), (gst_ring_buffer_commit),
15705         (gst_ring_buffer_read):
15706         * gst-libs/gst/audio/gstringbuffer.h:
15707         Add flushing mode to the ringbuffer so that it in all cases does
15708         not try to handle more audio. This makes sure it does not try to
15709         block anymore when flushing and fixes a livelock.
15710
15711 2005-10-29  Tim-Philipp Müller  <tim at centricular dot net>
15712
15713         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
15714         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
15715         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain):
15716           Explicitly check for -1 values before doing a conversion
15717           and always map them to -1. (#315545)
15718
15719 2005-10-28  Thomas Vander Stichele  <thomas at apestaart dot org>
15720
15721         * gst/playback/gstplaybin.c: (gen_video_element):
15722           first try autovideosink, then xvimagesink, then error out
15723         * po/POTFILES.in:
15724           add translatable file
15725         * po/af.po:
15726         * po/az.po:
15727         * po/cs.po:
15728         * po/en_GB.po:
15729         * po/hu.po:
15730         * po/it.po:
15731         * po/nb.po:
15732         * po/nl.po:
15733         * po/or.po:
15734         * po/sq.po:
15735         * po/sr.po:
15736         * po/sv.po:
15737         * po/uk.po:
15738         * po/vi.po:
15739           update translations
15740
15741 2005-10-27  Philippe Khalaf <burger at speedy dot org> 
15742
15743         * gst-libs/gst/rtp/gstbasedepayload.c:
15744         * gst-libs/gst/rtp/gstbasedepayload.h:
15745           Minor cleanups
15746
15747 2005-10-27  Tim-Philipp Müller  <tim at centricular dot net>
15748
15749         * gst/playback/.cvsignore:
15750         * gst/playback/decodetest.c:
15751         * gst/playback/test3.c:
15752           Port these two tests as well.
15753
15754 2005-10-27  Wim Taymans  <wim@fluendo.com>
15755
15756         * ext/theora/theoradec.c: (theora_dec_src_query),
15757         (theora_dec_sink_event):
15758         * ext/theora/theoraenc.c: (theora_enc_sink_event),
15759         (theora_enc_change_state):
15760         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
15761         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
15762         Take proper locks when handling events.
15763
15764 2005-10-27  Wim Taymans  <wim@fluendo.com>
15765
15766         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_collected),
15767         (gst_adder_change_state):
15768         Fix timestamps and fix deadlock when stopping the collectpads.
15769
15770 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
15771
15772         * gst-libs/gst/rtp/gstrtpbuffer.h:
15773         Declaring the payload types as strings too so that they can be used
15774         in the padtemplate inialization.
15775
15776 2005-10-26  Andre Magalhaes  <andrunko@gmail.com>
15777
15778         reviewed by: Zeeshan Ali   <zeenix@gmail.com>
15779
15780         * gst-libs/gst/rtp/gstbasertpdepayload.c:
15781         (gst_base_rtp_depayload_class_init):
15782         Fixes a small but nasty bug. The derived elements no longer segfaults
15783         on finalization.
15784
15785 2005-10-26  Michael Smith <msmith@fluendo.com>
15786
15787         * gst/audioconvert/audioconvert.c: (audio_convert_clean_context):
15788           When clearing an audioconvert context, set tmpbufsize to zero, so
15789           we'll allocate it again later if required.
15790           This fixes audioconvert re-negotiating formats, which previously
15791           segfaulted with a NULL destination buffer.
15792
15793 2005-10-26  Zeeshan Ali <zeenix@gmail.com>
15794
15795         * gst-libs/gst/rtp/gstbasertpdepayload.c:
15796         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_push),
15797         (gst_base_rtp_depayload_set_gst_timestamp),
15798         (gst_base_rtp_depayload_queue_release):
15799         Fixed a smalll memleak.
15800
15801 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
15802         * gst-libs/gst/rtp/gstbasertpdepayload.c:
15803         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_init),
15804         (gst_base_rtp_depayload_finalize),
15805         (gst_base_rtp_depayload_setcaps),
15806         (gst_base_rtp_depayload_add_to_queue),
15807         (gst_base_rtp_depayload_push),
15808         (gst_base_rtp_depayload_set_gst_timestamp),
15809         (gst_base_rtp_depayload_queue_release),
15810         (gst_base_rtp_depayload_thread),
15811         (gst_base_rtp_depayload_change_state):
15812         * gst-libs/gst/rtp/gstbasertpdepayload.h:
15813         Changed the C++ comments to C comments
15814
15815 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
15816
15817         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init):
15818         * gst/tcp/gsttcpclientsrc.h:
15819         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init):
15820         * gst/tcp/gsttcpserversrc.h:
15821           Remove unused 'curoffset' structure member.
15822
15823 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
15824
15825         * gst-libs/gst/rtp/gstbasertpdepayload.c:
15826         (gst_base_rtp_depayload_base_init),
15827         (gst_base_rtp_depayload_finalize):
15828         * gst-libs/gst/rtp/gstbasertpdepayload.h:
15829         * gst-libs/gst/rtp/gstbasertppayload.h:
15830           The pad-template on the sinkpad should be set by the derived classes.
15831           Also added some useful macros.
15832
15833 2005-10-24  Wim Taymans  <wim@fluendo.com>
15834
15835         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
15836         Correctly flush decoder samples even if we could not
15837         copy them to an output buffer. Fixes #319618.
15838
15839 2005-10-24  Julien MOUTTE  <julien@moutte.net>
15840
15841         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
15842         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Check
15843         the caps against our xcontext caps.
15844
15845 2005-10-24  Wim Taymans  <wim@fluendo.com>
15846
15847         * gst-libs/gst/audio/gstbaseaudiosink.c:
15848         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
15849         Remove g_print
15850         Use sync property from baseclass to disable sync.
15851
15852 2005-10-24  Wim Taymans  <wim@fluendo.com>
15853
15854         * gst-libs/gst/audio/gstbaseaudiosink.c:
15855         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
15856         Buffers with no timestamps get aligned with previous buffers or
15857         on underrun, played ASAP.
15858
15859 2005-10-24  Julien MOUTTE  <julien@moutte.net>
15860
15861         * gst-libs/gst/video/video.h:
15862         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
15863         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
15864         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): And
15865         here comes my change on caps for framerate and geometry range.
15866         We are now accepting 1 to MAXINT for width and height, and from
15867         0.0 to MAXDOUBLE for framerate. That allows duration less png frames
15868         to be blended correctly in videomixer.
15869
15870 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
15871
15872         * configure.ac:
15873           back to HEAD
15874
15875 === release 0.9.4 ===
15876
15877 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15878
15879         * NEWS:
15880         * RELEASE:
15881         * configure.ac:
15882           releasing 0.9.4, "Velociraptor"
15883
15884 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15885
15886         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
15887         * po/POTFILES.in:
15888           STOPPED -> FAILED
15889
15890 2005-10-21  Wim Taymans  <wim@fluendo.com>
15891
15892         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
15893         (gst_decode_bin_dispose), (free_dynamics), (pad_unblocked),
15894         (pad_blocked), (close_pad_link), (new_pad):
15895         Don't try to remove elements twice.
15896
15897 2005-10-21  Wim Taymans  <wim@fluendo.com>
15898
15899         * ext/theora/theoradec.c: (theora_dec_src_query),
15900         (theora_dec_sink_event):
15901         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
15902         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
15903         (vorbis_handle_data_packet):
15904         * ext/vorbis/vorbisdec.h:
15905         Fix old naming.
15906
15907         * gst-libs/gst/audio/gstbaseaudiosink.c:
15908         (gst_base_audio_sink_render):
15909         Don't try to sync on buffers without a timestamp.
15910
15911 2005-10-21  Wim Taymans  <wim@fluendo.com>
15912
15913         * ext/theora/theoradec.c: (theora_dec_src_query),
15914         (theora_dec_sink_event):
15915         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
15916         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
15917         (vorbis_handle_data_packet):
15918         * ext/vorbis/vorbisdec.h:
15919         Fix old naming.
15920
15921 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
15922
15923         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types),
15924         (gst_vorbisenc_src_query):
15925           Implement position and duration queries.
15926
15927         * gst/playback/test3.c: (update_scale), (main):
15928           Fix for async state changes and print nicer output.
15929
15930 2005-10-20  Wim Taymans  <wim@fluendo.com>
15931
15932         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
15933         (dump_element_stats), (main):
15934         * gst/playback/test6.c: (main):
15935         Fix tests again
15936
15937 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
15938
15939         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
15940         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
15941           Don't use functions for position queries when handling
15942           duration queries.
15943
15944 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
15945
15946         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
15947         (vorbis_handle_data_packet), (vorbis_dec_chain),
15948         (vorbis_dec_change_state):
15949         * ext/vorbis/vorbisdec.h:
15950           Vorbis streams can be embedded in other container formats
15951           than ogg, container formats where the demuxer might set 
15952           timestamps on encoded vorbis buffers instead of those silly 
15953           granulepos thingies. In short: make vorbisdec handle 
15954           timestamps on incoming buffers as well.
15955
15956 2005-10-20  Wim Taymans  <wim@fluendo.com>
15957
15958         * gst/playback/gstplaybasebin.c: (group_destroy),
15959         (gst_play_base_bin_change_state):
15960         Fix leak.
15961         Handle case where playbasebin is now ASYNC because
15962         decodebin is.
15963
15964 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
15965
15966         * gst/audioconvert/Makefile.am:
15967         * gst/audioconvert/bufferframesconvert.c:
15968         * gst/audioconvert/plugin.c: (plugin_init):
15969         * gst/audioconvert/plugin.h:
15970           And bye bye buffer-frames-convert
15971
15972 2005-10-19  Wim Taymans  <wim@fluendo.com>
15973
15974         * check/elements/audioconvert.c:
15975         * docs/libs/tmpl/gstaudio.sgml:
15976         * docs/libs/tmpl/gstcolorbalance.sgml:
15977         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
15978         (vorbis_handle_identification_packet), (vorbis_handle_data_packet):
15979         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
15980         * gst-libs/gst/audio/audio.c: (gst_audio_structure_set_int):
15981         * gst-libs/gst/audio/audio.h:
15982         * gst/audioconvert/audioconvert.h:
15983         * gst/audioconvert/gstaudioconvert.c:
15984         (gst_audio_convert_parse_caps):
15985         * gst/volume/gstvolume.c:
15986         Bye bye buffer-frames.
15987
15988 2005-10-19  Wim Taymans  <wim@fluendo.com>
15989
15990         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
15991         (query_positions_elems), (query_positions_pads), (update_scale),
15992         (do_seek), (set_update_scale), (message_received), (main):
15993         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
15994         (gst_ogg_demux_perform_seek), (gst_ogg_demux_find_chains),
15995         (gst_ogg_demux_loop):
15996         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
15997         * ext/theora/theoradec.c: (theora_dec_src_query),
15998         (theora_dec_sink_event):
15999         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
16000         (vorbis_dec_sink_event), (vorbis_handle_data_packet):
16001         * gst/adder/gstadder.c: (gst_adder_query):
16002         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
16003         * gst/playback/test3.c: (update_scale):
16004         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
16005         (dump_element_stats), (main):
16006         * gst/playback/test6.c: (main):
16007         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
16008         Query API update.
16009
16010 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
16011
16012         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
16013         (xml_check_first_element), (xml_type_find), (smil_type_find),
16014         (plugin_init):
16015           Add typefinding for SMIL and for generic XML. Based on patch by
16016           Akos Maroy (#308663).
16017
16018 2005-10-18  Wim Taymans  <wim@fluendo.com>
16019
16020         * gst/playback/Makefile.am:
16021         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
16022         (gst_decode_bin_dispose), (dynamic_create), (dynamic_free),
16023         (free_dynamics), (pad_unblocked), (pad_blocked), (close_pad_link),
16024         (try_to_link_1), (new_pad), (no_more_pads), (type_found),
16025         (gst_decode_bin_change_state):
16026         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
16027         (gst_play_bin_send_event_to_sink):
16028         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
16029         (dump_element_stats), (main):
16030         * gst/playback/test6.c: (main):
16031         Make playbin async, it'll commit state to paused when all streams
16032         are detected.
16033         Remove ugly hack.
16034         Added test6.c to show async behaviour.
16035
16036 2005-10-18  Wim Taymans  <wim@fluendo.com>
16037
16038         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
16039         (gst_ogg_demux_perform_seek), (gst_ogg_demux_loop):
16040         Fix for segment-start/stop API change.
16041
16042 2005-10-18  Wim Taymans  <wim@fluendo.com>
16043
16044         * check/Makefile.am:
16045         * check/clocks/selection.c: (GST_START_TEST), (volume_suite),
16046         (main):
16047         Add future test for clock selection.
16048
16049 2005-10-18  Wim Taymans  <wim@fluendo.com>
16050
16051         * ext/alsa/gstalsasink.c: (gst_alsasink_init),
16052         (gst_alsasink_close):
16053         Set handle to NULL.
16054
16055         * gst-libs/gst/audio/gstringbuffer.c:
16056         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
16057         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
16058         (gst_ring_buffer_start), (gst_ring_buffer_pause),
16059         (gst_ring_buffer_stop), (gst_ring_buffer_commit),
16060         (gst_ring_buffer_read):
16061         More debug info.
16062
16063 2005-10-17  Stefan Kost  <ensonic@users.sf.net>
16064
16065         * gst/audiotestsrc/Makefile.am:
16066         * gst/sine/Makefile.am:
16067         * gst/volume/Makefile.am:
16068           fix broken build of controllerized plugins
16069
16070 2005-10-17  Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
16071
16072         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
16073
16074         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
16075         (gst_riff_create_video_template_caps):
16076           Add support for Indeo-3 (IV32).
16077
16078 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
16079
16080         * configure.ac:
16081           rewrite
16082
16083 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
16084
16085         * gst-libs/gst/video/video.c: (gst_video_get_size):
16086         * gst/audiotestsrc/gstaudiotestsrc.c:
16087           doc updates
16088
16089 2005-10-17  Andy Wingo  <wingo@pobox.com>
16090
16091         * ext/ogg/gstoggmux.c (gst_ogg_mux_queue_pads): Fix bug introduced
16092         with the collectpads change.
16093         (gst_ogg_mux_send_headers): Elevate warning to a g_critical.
16094
16095         * gst/tcp/gstmultifdsink.c: Convert to use the boilerplate macro.
16096
16097         * gst/tcp/gsttcp.c (gst_tcp_socket_read): Comment update.
16098
16099         * ext/theora/theoraenc.c (theora_buffer_from_packet): Pass the
16100         alloc_buffer flow return to callers.
16101         (theora_enc_chain, theora_enc_chain): Adapt to buffer_from_packet
16102         change. Fix some memleaks in theoraenc.
16103
16104         * ext/ogg/gstoggmux.c (gst_ogg_mux_send_headers): Fix a segfault
16105         in strange circumstance.
16106
16107 2005-10-17  Julien MOUTTE  <julien@moutte.net>
16108
16109         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16110         (gst_ffmpegcsp_get_unit_size): We are asked to compute a buffer size
16111         from caps, let's use the caps...
16112
16113 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
16114
16115         * configure.ac:
16116           put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
16117
16118 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
16119
16120         * gst-libs/gst/interfaces/Makefile.am:
16121           fix silly typo
16122
16123 2005-10-16  Andy Wingo  <wingo@pobox.com>
16124
16125         * gst/playback/gstdecodebin.c
16126         (gst_element_set_state_like_a_crazy_man): New kraaaaaaazy
16127         function!
16128         (try_to_link_1): Increase kraziness level.
16129
16130 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
16131
16132         * configure.ac:
16133           restructure like the core one
16134         * gst-libs/gst/audio/Makefile.am:
16135         * gst-libs/gst/interfaces/Makefile.am:
16136         * gst-libs/gst/net/Makefile.am:
16137         * gst-libs/gst/riff/Makefile.am:
16138         * gst-libs/gst/rtp/Makefile.am:
16139         * gst-libs/gst/tag/Makefile.am:
16140         * gst-libs/gst/video/Makefile.am:
16141           use correct linker flags, now the libs are properly versioned
16142         * check/elements/audioconvert.c: (verify_convert):
16143         * ext/alsa/gstalsaplugin.c:
16144         * ext/cdparanoia/gstcdparanoia.c:
16145         * ext/gnomevfs/gstgnomevfs.c:
16146         * ext/libvisual/visual.c:
16147         * ext/ogg/gstogg.c:
16148         * ext/ogg/gstoggparse.c: (gst_ogg_parse_chain):
16149         * ext/theora/theora.c:
16150         * ext/vorbis/vorbis.c:
16151         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
16152         * gst-libs/gst/tag/gsttagediting.c:
16153         * gst-libs/gst/video/video.c:
16154         * gst/adder/gstadder.c:
16155         * gst/audioconvert/plugin.c:
16156         * gst/audiorate/gstaudiorate.c:
16157         * gst/audioresample/gstaudioresample.c:
16158         * gst/audioresample/resample_ref.c: (resample_scale_ref):
16159         * gst/audioscale/gstaudioscale.c:
16160         * gst/audioscale/resample.c:
16161         * gst/audiotestsrc/gstaudiotestsrc.c:
16162         * gst/ffmpegcolorspace/gstffmpeg.c:
16163         * gst/playback/gstdecodebin.c: (close_pad_link):
16164         * gst/playback/gstplaybin.c: (gen_video_element),
16165         (gen_audio_element):
16166         * gst/sine/gstsinesrc.c:
16167         * gst/subparse/gstsubparse.c:
16168         * gst/tags/gsttagediting.c:
16169         * gst/tcp/gsttcpplugin.c:
16170         * gst/typefind/gsttypefindfunctions.c:
16171         * gst/videorate/gstvideorate.c:
16172         * gst/videoscale/gstvideoscale.c:
16173         * gst/videotestsrc/gstvideotestsrc.c:
16174         * gst/volume/gstvolume.c:
16175         * sys/v4l/gstv4l.c:
16176         * sys/ximage/ximage.c:
16177         * sys/xvimage/xvimagesink.c:
16178           fix up defines
16179
16180 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
16181
16182         * ext/vorbis/vorbisenc.c:
16183         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
16184         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
16185         (gst_tag_to_vorbis_comments):
16186           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE.
16187
16188 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
16189
16190         * examples/stats/mp2ogg.c:
16191         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16192           typo fixes
16193
16194 2005-10-13  Michael Smith <msmith@fluendo.com>
16195
16196         * ext/ogg/gstoggmux.c:
16197           Use magic glib macros to define constants as 64 bit, to ensure
16198           appropriate vararg passing.
16199
16200 2005-10-13  Michael Smith <msmith@fluendo.com>
16201
16202         * ext/ogg/gstoggmux.c:
16203         * gst/audioconvert/audioconvert.c: (float):
16204           Don't use LL suffix, as it's not portable, and neither of these
16205           uses required it anyway.
16206
16207 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
16208
16209         * examples/indexing/indexmpeg.c: (main):
16210         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get),
16211         (cdparanoia_open), (cdparanoia_close), (cdparanoia_event),
16212         (cdparanoia_convert), (cdparanoia_query):
16213         * ext/cdparanoia/gstcdparanoia.h:
16214         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
16215         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file),
16216         (gst_gnomevfssink_chain), (gst_gnomevfssink_change_state):
16217         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
16218         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init):
16219         * gst/playback/gststreamselector.c: (gst_stream_selector_init):
16220         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
16221         (gst_multifdsink_render), (gst_multifdsink_start),
16222         (gst_multifdsink_stop):
16223         * gst/tcp/gstmultifdsink.h:
16224         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init),
16225         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
16226         (gst_tcpclientsink_stop):
16227         * gst/tcp/gsttcpclientsink.h:
16228         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
16229         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_create),
16230         (gst_tcpclientsrc_start), (gst_tcpclientsrc_stop):
16231         * gst/tcp/gsttcpclientsrc.h:
16232         * gst/tcp/gsttcpserversink.h:
16233         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init),
16234         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
16235         (gst_tcpserversrc_stop):
16236         * gst/tcp/gsttcpserversrc.h:
16237         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
16238         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
16239         * sys/ximage/ximagesink.c: (gst_ximagesink_init):
16240           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
16241           moved bitshift from macro to enum definition
16242
16243 2005-10-12  Wim Taymans  <wim@fluendo.com>
16244
16245         * examples/seeking/Makefile.am:
16246         Oops.
16247
16248 2005-10-12  Wim Taymans  <wim@fluendo.com>
16249
16250         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
16251         (gst_ring_buffer_read), (gst_ring_buffer_clear):
16252         Don't assert on normal stuff.
16253
16254         * gst/playback/gstplaybin.c: (do_playbin_seek):
16255         API fix.
16256
16257 2005-10-12  Wim Taymans  <wim@fluendo.com>
16258
16259         * check/pipelines/simple_launch_lines.c: (run_pipeline):
16260         * examples/seeking/Makefile.am:
16261         * examples/seeking/cdplayer.c: (play_cb), (pause_cb), (stop_cb):
16262         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
16263         (do_seek), (set_update_scale), (message_received), (main):
16264         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
16265         (gst_ring_buffer_read), (gst_ring_buffer_clear):
16266         Update for _get_state() API change.
16267
16268 2005-10-11  Wim Taymans  <wim@fluendo.com>
16269
16270         * gst-libs/gst/audio/gstbaseaudiosink.c:
16271         (gst_base_audio_sink_render):
16272         * gst-libs/gst/audio/gstbaseaudiosrc.c:
16273         (gst_base_audio_src_create):
16274         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
16275         (gst_ring_buffer_read):
16276         Cleanups.
16277         Commit and read from ringbuffer in samples rather than bytes.
16278
16279 2005-10-11  Wim Taymans  <wim@fluendo.com>
16280
16281         * gst-libs/gst/audio/gstbaseaudiosink.c:
16282         (gst_base_audio_sink_render):
16283         Respect segment rate and accum when scheduling samples.
16284
16285 2005-10-11  Julien MOUTTE  <julien@moutte.net>
16286
16287         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
16288         (gst_ogg_mux_collected): Quick hack to fix build. We need to handle
16289         EOS correctly, that needs more work.
16290
16291 2005-10-11  Wim Taymans  <wim@fluendo.com>
16292
16293         * check/generic/states.c: (GST_START_TEST):
16294         remove old property.
16295
16296         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
16297         (gst_ogg_demux_perform_seek):
16298         * ext/theora/theoradec.c: (theora_dec_sink_event):
16299         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
16300         (vorbis_handle_data_packet):
16301         * gst-libs/gst/rtp/gstbasertpdepayload.c:
16302         (gst_base_rtp_depayload_set_gst_timestamp):
16303         * gst/videorate/gstvideorate.c: (gst_videorate_event):
16304         Update for newsegment API change.
16305
16306 2005-10-11  Michael Smith <msmith@fluendo.com>
16307
16308         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
16309         (do_playbin_seek), (gst_play_bin_send_event):
16310           Override send_event differently, so that we can takes bits of
16311           functionality from GstPipeline (special handling for seeks,
16312           including pausing/resuming, and resetting stream time) and still get
16313           the appropriate behaviour of only forwarding event to a single sink,
16314           rather than all of them.
16315           Unfortunately requires a lot of code duplication, but the
16316           alternatives are equally ugly in the end.
16317
16318 2005-10-11  Thomas Vander Stichele  <thomas at apestaart dot org>
16319
16320         * check/elements/audioconvert.c: (setup_audioconvert),
16321         (cleanup_audioconvert), (get_int_caps), (verify_convert),
16322         (GST_START_TEST), (audioconvert_suite):
16323           clean up tests a little, fix some leaks.
16324
16325 2005-10-10  Wim Taymans  <wim@fluendo.com>
16326
16327         * ext/alsa/gstalsasink.c:
16328         Also allow unsigned int.
16329
16330         * gst-libs/gst/audio/gstbaseaudiosrc.c:
16331         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
16332         Small cleanup
16333
16334 2005-10-10  Wim Taymans  <wim@fluendo.com>
16335
16336         * check/pipelines/simple_launch_lines.c: (run_pipeline):
16337         Small update, use API as stated in design docs.
16338
16339         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
16340         (update_scale), (do_seek), (seek_cb), (set_update_scale),
16341         (start_seek), (stop_seek), (play_cb), (pause_cb), (stop_cb),
16342         (message_received), (main):
16343         Updated seek example for GOption. Some usability improvements.
16344
16345 2005-10-10  Wim Taymans  <wim@fluendo.com>
16346
16347         * gst/audioconvert/audioconvert.h:
16348         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
16349         (gst_channel_mix_setup_matrix), (gst_channel_mix_mix):
16350         Alloc temp storage somewhere else where we can do it more
16351         portable.
16352
16353 2005-10-10  Wim Taymans  <wim@fluendo.com>
16354
16355         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_create),
16356         (gst_tcpserversrc_start):
16357         Don't block in accept while doing the state change, move
16358         to poll and make cancellable.
16359
16360 2005-10-09  Philippe Khalaf <burger@speedy.org>
16361
16362         * gst-libs/gst/rtp/rtpbasedepayload.c:
16363         Set timestamp and add queue delay to timestamp
16364         * gst-libs/gst/rtp/rtpbuffer.h:
16365         Set correct payload type for h263
16366
16367 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
16368
16369         * gst/audiotestsrc/gstaudiotestsrc.c:
16370         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_class_init),
16371         (gst_audiotestsrc_init), (gst_audiotestsrc_create_sine),
16372         (gst_audiotestsrc_create_square), (gst_audiotestsrc_create_saw),
16373         (gst_audiotestsrc_create_triangle),
16374         (gst_audiotestsrc_create_silence),
16375         (gst_audiotestsrc_create_white_noise),
16376         (gst_audiotestsrc_init_pink_noise),
16377         (gst_audiotestsrc_generate_pink_noise_value),
16378         (gst_audiotestsrc_create_pink_noise),
16379         (gst_audiotestsrc_change_wave):
16380         * gst/audiotestsrc/gstaudiotestsrc.h:
16381           fixed typo, added pink noise
16382
16383 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
16384
16385         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find),
16386         (plugin_init):
16387           Add wavpack and spc typefind functions from 0.8 branch.
16388
16389 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
16390
16391         * gst/typefind/gsttypefindfunctions.c: (tar_type_find),
16392         (ar_type_find), (msdos_type_find), (plugin_init):
16393           Add typefind functions for tar archives, ar archives,
16394           RAR archives, and msdos-executables (dlls, exe, etc.).
16395           Some of those would be wrongly identified as mpeg
16396           streams of some sort before (#315550).
16397
16398 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
16399
16400         * configure.ac:
16401         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16402         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16403         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
16404         * gst/audiotestsrc/Makefile.am:
16405         * gst/audiotestsrc/gstaudiotestsrc.c:
16406         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
16407         (gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
16408         (gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
16409         (gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
16410         (gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
16411         (gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
16412         (gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
16413         (gst_audiotestsrc_create_silence),
16414         (gst_audiotestsrc_create_white_noise),
16415         (gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
16416         (gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
16417         (gst_audiotestsrc_start), (plugin_init):
16418         * gst/audiotestsrc/gstaudiotestsrc.h:
16419           add new plugin and element
16420         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
16421           use gobject_class
16422
16423 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
16424
16425         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_class_init),
16426         (gst_adder_init), (gst_adder_request_new_pad),
16427         (gst_adder_change_state):
16428           Add query function to source pad, so adder reports the correct
16429           time/sample position when queried (#315457); fix state change
16430           function; use GST_DEBUG_FUNCPTR() for pad functions.
16431
16432 2005-10-08  Thomas Vander Stichele  <thomas at apestaart dot org>
16433
16434         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find):
16435           Fix leaks in typefind registration
16436           Clean up the gratuitous commenting and whitespacing a little
16437
16438 2005-10-08  Wim Taymans  <wim@fluendo.com>
16439
16440         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
16441         Only actually wait for the thread to be stopped if it's 
16442         running.
16443
16444 2005-10-08  Wim Taymans  <wim@fluendo.com>
16445
16446         * gst-libs/gst/audio/gstbaseaudiosink.c:
16447         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
16448         If we receive EOS we can start playback of what we had.
16449
16450 2005-10-08  Wim Taymans  <wim@fluendo.com>
16451
16452         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
16453         (gst_multifdsink_finalize), (multifdsink_hash_remove),
16454         (gst_multifdsink_stop):
16455         Fix crasher when going to NULL multiple times.
16456
16457 2005-10-06  Wim Taymans  <wim@fluendo.com>
16458
16459         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event),
16460         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
16461         * gst-libs/gst/audio/gstbaseaudiosrc.h:
16462         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
16463         patch from Edgard Lima <edgard.lima@indt.org.br>
16464         Fixed gstbaseaudiosrc adding ring buffer sync to it.
16465
16466 2005-10-06  Wim Taymans  <wim@fluendo.com>
16467
16468         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
16469         Report the FLOW_RETURN as string in the error message.
16470
16471         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_clear_all):
16472         Don't assert when clearing an unnegotiated buffer.
16473
16474 2005-10-04  Michael Smith <msmith@fluendo.com>
16475
16476         * gst/playback/gstplaybasebin.c: (group_destroy),
16477         (gen_preroll_element), (remove_groups), (setup_source):
16478         * gst/playback/gstplaybin.c: (remove_sinks), (add_sink),
16479         (setup_sinks), (gst_play_bin_send_event),
16480         (gst_play_bin_change_state):
16481           Set state to NULL before removing from bin. Fix refcounting.
16482
16483 2005-10-04  Michael Smith <msmith@fluendo.com>
16484
16485         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
16486           Correct refcounting in send_event() function. Previously was wrong
16487           if the first sink was unable to handle the event.
16488
16489 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
16490
16491         * configure.ac:
16492           back to development
16493
16494 === release 0.9.3 ===
16495
16496 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
16497
16498         * configure.ac:
16499           Releasing 0.9.3, "De Facto"
16500
16501 2005-10-03  Andy Wingo  <wingo@pobox.com>
16502
16503         * gst/playback/gstdecodebin.c (try_to_link_1)
16504         (remove_element_chain): set element to NULL before removing it.
16505
16506 2005-10-02  Johan Dahlin  <johan@gnome.org>
16507
16508         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols): 
16509         protect gst_gnomevfs_get_supported_uris by a mutex, to make it
16510         MT safe.
16511
16512 2005-10-02  Andy Wingo  <wingo@pobox.com>
16513
16514         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear) 
16515         (gst_ring_buffer_prepare_read): 
16516         * gst-libs/gst/audio/gstaudiosink.c (audioringbuffer_thread_func):
16517         Demote to LOG.
16518
16519 2005-09-29  Wim Taymans  <wim@fluendo.com>
16520
16521         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
16522         * ext/theora/theoradec.c: (theora_handle_data_packet):
16523         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
16524         Propagate error codes from alloc_buffer too.
16525
16526 2005-09-29  Wim Taymans  <wim@fluendo.com>
16527
16528         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
16529         We use fixed caps.
16530
16531         * gst/playback/Makefile.am:
16532         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
16533         (dump_element_stats), (main):
16534         Added example stream introspection code.
16535
16536 2005-09-28  Stefan Kost  <ensonic@users.sf.net>
16537
16538         * gst/adder/gstadder.c: (gst_adder_collected):
16539           fix adder for float elements
16540
16541 2005-09-28  Wim Taymans  <wim@fluendo.com>
16542
16543         * gst-libs/gst/audio/gstbaseaudiosink.c:
16544         (gst_base_audio_sink_class_init),
16545         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
16546         * gst-libs/gst/audio/gstbaseaudiosrc.c:
16547         (gst_base_audio_src_class_init),
16548         (gst_base_audio_src_provide_clock):
16549         get_clock -> provide_clock
16550
16551 2005-09-28  Andy Wingo  <wingo@pobox.com>
16552
16553         * gst/videotestsrc/gstvideotestsrc.c: Implement live source mode
16554         and unlocking.
16555
16556         * gst/sine/gstsinesrc.c (gst_sinesrc_unlock): Actually implement
16557         unlocking.
16558
16559         * gst/tcp/gsttcpclientsink.c (gst_tcpclientsink_base_init):
16560         Actually add the pad template.
16561         (gst_tcpclientsink_get_type): We're a base sink. Woot, works.
16562
16563         * gst/tcp/gsttcpserversrc.c: Go ahead and fix up serversrc while
16564         I'm at it...
16565
16566         * gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen
16567         from fdsrc. Get caps in create() instead of start() so it can be
16568         interrupted. Interruption somewhat untested.
16569
16570         * gst/tcp/gsttcp.c (gst_tcp_read_buffer, gst_tcp_socket_read):
16571         Proper EOS handling.
16572
16573 2005-09-27  Andy Wingo  <wingo@pobox.com>
16574
16575         * gst/tcp/gsttcpclientsrc.c: Cleaned up.
16576
16577         * gst/tcp/gsttcpserversrc.c: Cleaned up.
16578
16579         * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API.
16580
16581         * gst/tcp/gsttcp.h: 
16582         * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored
16583         out of tcpclientsrc.c. Cancellable.
16584         (gst_tcp_socket_read): Made private, cancellable, with better
16585         diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*.
16586         (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the
16587         whole buffer, and better diagnostics.
16588         (gst_tcp_gdp_read_caps): Same.
16589
16590         * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
16591
16592 2005-09-26  Andy Wingo  <wingo@pobox.com>
16593
16594         * gst/sine/gstsinesrc.h:
16595         * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code,
16596         change the 'sync' property to 'is-live' and implement it halfway,
16597         update for controller api change.
16598
16599         * gst/volume/gstvolume.c (volume_transform_ip): Update for
16600         controller api change.
16601
16602 2005-09-24  Wim Taymans  <wim@fluendo.com>
16603
16604         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
16605         * gst-libs/gst/audio/gstaudiosink.c:
16606         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
16607         (gst_audioringbuffer_stop):
16608         * gst-libs/gst/audio/gstbaseaudiosink.c:
16609         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
16610         (gst_base_audio_sink_change_state):
16611         * gst-libs/gst/audio/gstbaseaudiosink.h:
16612         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop),
16613         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
16614         (gst_ring_buffer_commit), (gst_ring_buffer_read):
16615         * gst-libs/gst/audio/gstringbuffer.h:
16616         Fix sync again. Moved sample alignment to basesink.
16617
16618 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
16619
16620         * docs/plugins/Makefile.am:
16621         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16622         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16623         * gst/volume/gstvolume.c:
16624           add/fix docs
16625         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
16626         * gst-libs/gst/audio/audio.h:
16627           add conversion macros for frames <-> clocktime
16628
16629 2005-09-23  David Schleef  <ds@schleef.org>
16630
16631         * gst/audioresample/Makefile.am:
16632         * gst/audioresample/debug.h:
16633         * gst/audioresample/gstaudioresample.c:
16634         * gst/audioresample/resample.c: Convert to using gst debugging
16635
16636 2005-09-22  Wim Taymans  <wim@fluendo.com>
16637
16638         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
16639         (gst_play_bin_send_event):
16640         Only seek on one sink, the first one that succeeds.
16641
16642 2005-09-22  Michael Smith <msmith@fluendo.com>
16643
16644         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
16645         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
16646         Don't flush encoder state unless we have an initialised encoder.
16647         Clear out encoder state on PAUSED_TO_READY.
16648
16649 2005-09-22  Wim Taymans  <wim@fluendo.com>
16650
16651         * gst-libs/gst/rtp/gstbasertppayload.c:
16652         (gst_basertppayload_class_init), (gst_basertppayload_init),
16653         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
16654         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
16655         (gst_basertppayload_is_filled), (gst_basertppayload_push),
16656         (gst_basertppayload_set_property),
16657         (gst_basertppayload_get_property),
16658         (gst_basertppayload_change_state):
16659         * gst-libs/gst/rtp/gstbasertppayload.h:
16660         Added max-ptime to control amount of data in the rtp packets.
16661
16662 2005-09-21  Andy Wingo  <wingo@pobox.com>
16663
16664         * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe
16665         thingies.
16666
16667         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose
16668         can be called multiple times, dogs.
16669
16670 2005-09-21  Wim Taymans  <wim@fluendo.com>
16671
16672         * gst-libs/gst/rtp/gstbasertppayload.c:
16673         (gst_basertppayload_class_init), (gst_basertppayload_init),
16674         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
16675         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
16676         (gst_basertppayload_push), (gst_basertppayload_get_property),
16677         (gst_basertppayload_change_state):
16678         Allow 0 ssrc too.
16679
16680 2005-09-21  Stefan Kost  <ensonic@users.sf.net>
16681
16682         * docs/libs/compiling.sgml:
16683           fixing typos
16684
16685 2005-09-20  Wim Taymans  <wim@fluendo.com>
16686
16687         * gst-libs/gst/rtp/gstbasertppayload.c:
16688         (gst_basertppayload_class_init), (gst_basertppayload_init),
16689         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
16690         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
16691         (gst_basertppayload_push), (gst_basertppayload_set_property),
16692         (gst_basertppayload_get_property),
16693         (gst_basertppayload_change_state):
16694         * gst-libs/gst/rtp/gstbasertppayload.h:
16695         Added property to configure sequence number offsets.
16696
16697 2005-09-20  Wim Taymans  <wim@fluendo.com>
16698
16699         * gst-libs/gst/rtp/gstbasertppayload.c:
16700         (gst_basertppayload_class_init), (gst_basertppayload_init),
16701         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
16702         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
16703         (gst_basertppayload_push), (gst_basertppayload_set_property),
16704         (gst_basertppayload_get_property),
16705         (gst_basertppayload_change_state):
16706         * gst-libs/gst/rtp/gstbasertppayload.h:
16707         Make timestamp offset configurable.
16708
16709 2005-09-20  Thomas Vander Stichele  <thomas at apestaart dot org>
16710
16711         * check/pipelines/simple_launch_lines.c: (run_pipeline):
16712           fix wrong pop/unref
16713
16714 2005-09-19  Torsten Schoenfeld  <kaffeetisch at gmx dot net>
16715
16716         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
16717
16718         * gst-libs/gst/interfaces/propertyprobe.c:
16719         (gst_property_probe_probe_property_name),
16720         (gst_property_probe_needs_probe_name),
16721         (gst_property_probe_get_values_name),
16722         (gst_property_probe_probe_and_get_values_name):
16723           Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or
16724           G_OBJECT_CLASS(klass), not G_OBJECT_CLASS(obj). (#316571)
16725
16726 2005-09-19  Thomas Vander Stichele  <thomas at apestaart dot org>
16727
16728         * check/Makefile.am:
16729           have some tests be disabled for valgrinding
16730         * check/elements/vorbisdec.c: (cleanup_vorbisdec),
16731         (GST_START_TEST):
16732         * ext/vorbis/vorbisdec.c: (vorbisdec_finalize):
16733           Fix A Leak.  Chain To Parent Finalize.
16734
16735 2005-09-19  Wim Taymans  <wim@fluendo.com>
16736
16737         * examples/seeking/seek.c: (make_wav_pipeline), (main):
16738         Fixed wav pipeline.
16739
16740 2005-09-19  Wim Taymans  <wim@fluendo.com>
16741
16742         * gst-libs/gst/rtp/gstbasertppayload.c:
16743         (gst_basertppayload_class_init), (gst_basertppayload_init),
16744         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
16745         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
16746         (gst_basertppayload_push), (gst_basertppayload_get_property),
16747         (gst_basertppayload_change_state):
16748         Posting ERROR and WARNING messages is good.
16749
16750 2005-09-19  Wim Taymans  <wim@fluendo.com>
16751
16752         * gst-libs/gst/rtp/gstbasertpdepayload.c:
16753         (gst_base_rtp_depayload_add_to_queue),
16754         (gst_base_rtp_depayload_push),
16755         (gst_base_rtp_depayload_set_gst_timestamp),
16756         (gst_base_rtp_depayload_queue_release):
16757         This one was not supposed to go in.
16758
16759 2005-09-19  Wim Taymans  <wim@fluendo.com>
16760
16761         * check/pipelines/simple_launch_lines.c: (run_pipeline):
16762         Fix for bus API.
16763
16764         * gst-libs/gst/rtp/gstbasertpdepayload.c:
16765         (gst_base_rtp_depayload_chain),
16766         (gst_base_rtp_depayload_add_to_queue),
16767         (gst_base_rtp_depayload_push),
16768         (gst_base_rtp_depayload_set_gst_timestamp),
16769         (gst_base_rtp_depayload_queue_release):
16770         Some cleanups.
16771
16772         * gst-libs/gst/rtp/gstbasertppayload.c:
16773         (gst_basertppayload_class_init), (gst_basertppayload_init),
16774         (gst_basertppayload_setcaps), (gst_basertppayload_set_options),
16775         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
16776         (gst_basertppayload_get_property),
16777         (gst_basertppayload_change_state):
16778         Added debugging category.
16779
16780 2005-09-18  David Schleef  <ds@schleef.org>
16781
16782         * gst/playback/gstdecodebin.c: free plugin list correctly
16783         * gst/playback/gstplaybin.c: emit warning if autovideosink
16784           and autoaudiosink can't be found (instead of segfaulting)
16785
16786 2005-09-17  Thomas Vander Stichele  <thomas at apestaart dot org>
16787
16788         * check/elements/audioconvert.c: (GST_START_TEST):
16789           try out 24 bit conversion
16790
16791 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
16792
16793         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
16794         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
16795         (gst_vorbisenc_output_buffers), (gst_vorbisenc_change_state):
16796         * ext/vorbis/vorbisenc.h:
16797           Fix EOS handling.  Still needs a fix in the ogg muxer to
16798           mark the last page as eos.
16799
16800 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
16801
16802         * common/gtk-doc-plugins.mak:
16803         * docs/plugins/Makefile.am:
16804         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16805         * gst/ffmpegcolorspace/Makefile.am:
16806         * gst/ffmpegcolorspace/avcodec.h:
16807         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16808         * gst/tcp/gstmultifdsink.c:
16809           fix up ffmpegcolorspace docs; extract header
16810
16811 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
16812
16813         * common/gtk-doc-plugins.mak:
16814         * docs/plugins/Makefile.am:
16815         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16816         * ext/theora/Makefile.am:
16817         * ext/theora/gsttheoraenc.h:
16818         * ext/theora/theoraenc.c:
16819         * ext/vorbis/vorbisenc.c:
16820           pick up signals and args for vorbis; add some docs for vorbis
16821
16822 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
16823
16824         * common/gstdoc-scangobj:
16825         * common/gtk-doc-plugins.mak:
16826         * docs/libs/Makefile.am:
16827         * docs/plugins/gst-plugins-base-plugins.args:
16828         * docs/plugins/gst-plugins-base-plugins.hierarchy:
16829         * docs/plugins/gst-plugins-base-plugins.interfaces:
16830         * docs/plugins/gst-plugins-base-plugins.prerequisites:
16831         * docs/plugins/gst-plugins-base-plugins.signals:
16832           only scanobj stuff from our source module.  Not sure yet
16833           if that's correct, given the hierarchy stuff :)
16834
16835 2005-09-15  Wim Taymans  <wim@fluendo.com>
16836
16837         * gst/audioconvert/gstaudioconvert.c:
16838         And enable 24 bits mode as well..
16839
16840 2005-09-15  Wim Taymans  <wim@fluendo.com>
16841
16842         * gst-libs/gst/rtp/Makefile.am:
16843         * gst-libs/gst/rtp/gstbasertppayload.c:
16844         (gst_basertppayload_get_type), (gst_basertppayload_base_init),
16845         (gst_basertppayload_class_init), (gst_basertppayload_init),
16846         (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
16847         (gst_basertppayload_chain), (gst_basertppayload_set_options),
16848         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
16849         (gst_basertppayload_set_property),
16850         (gst_basertppayload_get_property),
16851         (gst_basertppayload_change_state):
16852         * gst-libs/gst/rtp/gstbasertppayload.h:
16853         Added rtp payloader base class.
16854
16855 2005-09-15  Andy Wingo  <wingo@pobox.com>
16856
16857         * configure.ac (plugindir): Remove the EOL matcher from the
16858         regexp, as it causes me problems. Libtool? Make? Who knows?
16859
16860 2005-09-14  David Schleef  <ds@schleef.org>
16861
16862         * check/generic/states.c: 
16863         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
16864         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
16865           Fixes for changes in registry API.
16866
16867         * configure.ac: Only export gst_plugins_desc.  Add -no-undefined
16868           to GST_PLUGIN_LDFLAGS.
16869         * ext/libvisual/visual.c: Make the library shut up.
16870         * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
16871         * gst-libs/gst/audio/gstaudiofilter.c: same
16872
16873 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
16874
16875         * docs/plugins/Makefile.am:
16876         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16877         * docs/plugins/inspect/plugin-libvisual.xml:
16878         * docs/plugins/tmpl/element-tcpserversink.sgml:
16879         * ext/theora/theoraenc.c:
16880           add libvisual plugin and theoraenc element to docs
16881
16882 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
16883
16884         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16885         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16886         * ext/theora/theoraenc.c:
16887           add theoraenc
16888
16889 2005-09-13  Tim-Philipp Müller  <tim at centricular dot net>
16890
16891         * gst/audioconvert/Makefile.am:
16892           Audioconvert derives from GstBaseTransform and should
16893           link to the library with our base elements to avoid
16894           unresolved symbols. Makes things work with MinGW (#316160)
16895
16896         * gst/playback/test4.c: (main):
16897           Fix MinGW build problem and use g_usleep() instead of 
16898           sleep() (#316162)
16899
16900 2005-09-12  Wim Taymans  <wim@fluendo.com>
16901
16902         * gst/audioconvert/audioconvert.c: (float),
16903         (audio_convert_prepare_context), (audio_convert_convert):
16904         * gst/audioconvert/audioconvert.h:
16905         Cleanups, speedups, simplifications, added back support
16906         for 24 bits.
16907
16908 2005-09-11  Thomas Vander Stichele  <thomas at apestaart dot org>
16909
16910         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16911         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16912         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
16913         * docs/plugins/tmpl/element-tcpserversink.sgml:
16914         * gst/ffmpegcolorspace/gstffmpeg.c:
16915         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16916         * gst/videotestsrc/gstvideotestsrc.c:
16917         * gst/volume/gstvolume.c:
16918           add more elements to the docs
16919
16920 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
16921
16922         * check/Makefile.am:
16923         * check/pipelines/simple_launch_lines.c: (setup_pipeline),
16924         (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
16925           Add extra tests for basetransform based components. 
16926           Comment out the test_element_negotiation test until we decide
16927           if it's testing correct behaviour.
16928         * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
16929         (gst_visual_chain), (gst_visual_change_state):
16930           Slightly more correct but still bogus timestamping.
16931           Fix state change function.
16932         * gst/audioconvert/gstaudioconvert.c:
16933         (gst_audio_convert_class_init):
16934         * gst/audioresample/gstaudioresample.c:
16935         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16936         (gst_ffmpegcsp_class_init):
16937         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
16938         (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
16939         (gst_videoscale_prepare_image):
16940         * gst/volume/gstvolume.c: (gst_volume_class_init),
16941         (volume_transform_ip):
16942           Basetransform updates. Enable passthrough modes.
16943         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
16944         (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
16945         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
16946           Negotiation fix that allows the window to return to the original
16947           size and renegotiate passthrough upstream. Extra debug output.
16948
16949 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
16950
16951         * gst/sine/gstsinesrc.c:
16952         * gst/volume/gstvolume.c:
16953           fix up header include
16954
16955 2005-09-09  Stefan Kost  <ensonic@users.sf.net>
16956
16957         * gst-libs/gst/audio/gstbaseaudiosink.c:
16958         (gst_base_audio_sink_render):
16959         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
16960         * gst/volume/gstvolume.c: (gst_volume_class_init),
16961         (volume_transform):
16962           fixing lost sync, some more debugging
16963
16964 2005-09-08  Jan Schmidt  <thaytan@mad.scientist.com>
16965
16966         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
16967         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
16968         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
16969         (gst_xvimagesink_check_xshm_calls):
16970           Fix compilation when XShm is not available.
16971
16972 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
16973
16974         * ext/libvisual/visual.c: (gst_visual_dispose),
16975         (gst_visual_getcaps), (gst_visual_src_setcaps),
16976         (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
16977         (gst_visual_change_state):
16978           Finish fixing up libvisual plugin so that it runs. 
16979
16980 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
16981
16982         * ext/vorbis/vorbisenc.c:
16983         * gst-libs/gst/tag/gstvorbistag.c:
16984           gsttaginterface.h -> gsttagsetter.h
16985
16986 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
16987
16988         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
16989           added another test that failes for me (test is not active by default)
16990
16991 2005-09-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16992
16993         * configure.ac:
16994           v4l2 is no longer in gst-plugins-base
16995
16996 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
16997
16998         * configure.ac:
16999           In the output at the end, don't show the first plugin on the same
17000           line as "Core plug-ins, always built:".
17001           Indent the output as for other plugin categories
17002         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
17003           #define that can be used to not use peer buffer_alloc functions for
17004           test purposes.
17005         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
17006         (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
17007         (gst_ximagesink_show_frame):
17008         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
17009         (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
17010         (gst_xvimagesink_show_frame):
17011           Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
17012           fails gracefully instead of XError aborting or deadlocking.
17013
17014 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
17015
17016         * ext/libvisual/Makefile.am:
17017           link against gst-base-libs
17018
17019 2005-09-06  David Schleef  <ds@schleef.org>
17020
17021         * configure.ac: Enable libvisual plugin.
17022         * ext/libvisual/Makefile.am:
17023         * ext/libvisual/visual.c: Fixes to make it compile.
17024
17025 === release 0.9.2 ===
17026
17027 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17028
17029         * NEWS:
17030         * RELEASE:
17031         * configure.ac:
17032         * docs/random/ChangeLog-0.8:
17033           releasing 0.9.2, "Spoon"
17034
17035 2005-09-05  Michael Smith <msmith@fluendo.com>
17036
17037         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
17038           libvorbis accepts quality as low as -0.1, not just 0.0. So accept
17039           that in the vorbisenc element.
17040
17041 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
17042
17043         * common/gtk-doc-plugins.mak:
17044         * docs/plugins/Makefile.am:
17045           fix distcheck
17046         * gst/audioresample/resample.c:
17047           fix wrong docstring
17048
17049 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
17050
17051         * common/gst-xmlinspect.py:
17052         * common/gtk-doc-plugins.mak:
17053           only inspect plugins for this given package
17054           require gst-python 0.9
17055
17056 2005-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
17057
17058         * Makefile.am:
17059         * autogen.sh:
17060         * common/gst-xmlinspect.py:
17061         * configure.ac:
17062         * docs/Makefile.am:
17063         * docs/plugins/inspect/plugin-alsa.xml:
17064         * docs/plugins/inspect/plugin-audioresample.xml:
17065         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
17066         * docs/plugins/inspect/plugin-ogg.xml:
17067         * docs/plugins/tmpl/element-gnomevfssink.sgml:
17068         * docs/plugins/tmpl/element-multifdsink.sgml:
17069         * docs/plugins/tmpl/element-tcpserversink.sgml:
17070         * docs/plugins/tmpl/element-vorbisenc.sgml:
17071         * gst-plugins-base.spec.in:
17072           various doc-related updates
17073
17074 2005-08-31  Wim Taymans  <wim@fluendo.com>
17075
17076         * gst-libs/gst/audio/gstbaseaudiosink.c:
17077         (gst_base_audio_sink_render):
17078         Resync if the buffer timestamps drift more than a 10th 
17079         of a second.
17080
17081 2005-08-31  Tim-Philipp Müller  <tim at centricular dot net>
17082
17083         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
17084         (gst_v4lsrc_get_property):
17085           The 'timestamp-offset' property is registered as an int64, so
17086           let's use g_value_{set|get}_int64() in our setter and getter
17087           functions (makes it work and fixes warnings with gst-inspect).
17088
17089 2005-08-30  Wim Taymans  <wim@fluendo.com>
17090
17091         * check/elements/audioconvert.c: (setup_audioconvert):
17092         * check/elements/audioresample.c: (setup_audioresample):
17093         * check/elements/volume.c: (setup_volume):
17094         Fix checks.
17095
17096 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
17097
17098         * common/gtk-doc-plugins.mak:
17099         * common/plugins.xsl:
17100         * docs/plugins/Makefile.am:
17101           make module a param
17102
17103 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
17104
17105         * examples/seeking/seek.c: (make_mp3_pipeline),
17106         (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
17107         (play_cb), (pause_cb), (stop_cb):
17108           update the example
17109
17110 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
17111
17112         * gst/volume/gstvolume.c: (gst_volume_class_init),
17113         (volume_transform):
17114           do not update controlled params, if buffer has no timestamp
17115
17116 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
17117
17118         * configure.ac:
17119         * gst/sine/Makefile.am:
17120         * gst/volume/Makefile.am:
17121           controllerized elements also need to link against controller-libs ;)
17122
17123 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
17124
17125         * docs/libs/tmpl/gstcolorbalance.sgml:
17126         * docs/libs/tmpl/gstgconf.sgml:
17127         * docs/libs/tmpl/gstmixer.sgml:
17128         * docs/libs/tmpl/gstringbuffer.sgml:
17129         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
17130         (gst_sinesrc_create):
17131         * gst/volume/gstvolume.c: (gst_volume_class_init),
17132         (volume_transform):
17133           controllerized two audio plugins
17134
17135 2005-08-29  Andy Wingo  <wingo@pobox.com>
17136
17137         * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push) 
17138         (vorbis_handle_data_packet): Fix some int overflow errors.
17139
17140         * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
17141         -1.
17142         (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
17143         valid.
17144         (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
17145         if it's valid. Fixed streaming-mode playback.
17146
17147         * check/elements/volume.c (cleanup_volume): Fix for running
17148         CK_FORK=no.
17149
17150         * check/elements/audioconvert.c: Convert from native endian, not
17151         little endian.
17152
17153 2005-08-29  Michael Smith <msmith@fluendo.com>
17154
17155         * ext/ogg/Makefile.am:
17156         * ext/ogg/gstogg.c: (plugin_init):
17157         * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
17158         (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
17159         (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
17160         (gst_ogg_parse_class_init), (gst_ogg_parse_init),
17161         (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
17162         (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
17163         (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
17164         (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
17165         Add an ogg parser element.
17166
17167 2005-08-28  Andy Wingo  <wingo@pobox.com>
17168
17169         * Updates for two-arg init from GST_BOILERPLATE_FULL.
17170
17171 2005-08-26  Wim Taymans  <wim@fluendo.com>
17172
17173         * gst/audioconvert/audioconvert.c: (if), (float),
17174         (audio_convert_get_func_index), (check_default),
17175         (audio_convert_clean_fmt), (audio_convert_prepare_context),
17176         (audio_convert_clean_context), (audio_convert_get_sizes),
17177         (audio_convert_convert):
17178         Cleanups.
17179
17180 2005-08-26  Wim Taymans  <wim@fluendo.com>
17181
17182         * gst/audioconvert/audioconvert.c: (if), (float),
17183         (audio_convert_get_func_index), (check_default),
17184         (audio_convert_clean_fmt), (audio_convert_prepare_context),
17185         (audio_convert_clean_context), (audio_convert_get_sizes),
17186         (audio_convert_convert):
17187         More elegant and working temp buffer selection algo.
17188
17189 2005-08-26  Wim Taymans  <wim@fluendo.com>
17190
17191         * gst/audioconvert/audioconvert.c: (if), (float),
17192         (audio_convert_get_func_index), (check_default),
17193         (audio_convert_clean_fmt), (audio_convert_prepare_context),
17194         (audio_convert_clean_context), (audio_convert_get_sizes),
17195         (get_temp_buffer), (audio_convert_convert):
17196         Use realloc else we lose our original data.
17197
17198 2005-08-26  Thomas Vander Stichele  <thomas at apestaart dot org>
17199
17200         * gst/audioresample/gstaudioresample.c:
17201           use base class' newsegment to properly timestamp
17202
17203 2005-08-26  Wim Taymans  <wim@fluendo.com>
17204
17205         * gst/audioconvert/audioconvert.c: (if), (float),
17206         (audio_convert_get_func_index), (check_default),
17207         (audio_convert_clean_fmt), (audio_convert_prepare_context),
17208         (audio_convert_clean_context), (audio_convert_get_sizes),
17209         (get_temp_buffer), (audio_convert_convert):
17210         * gst/audioconvert/gstaudioconvert.c:
17211         (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
17212         (gst_audio_convert_transform_caps),
17213         (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
17214         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
17215         Oops, allocate enough space to perform the channel mix.
17216
17217 2005-08-26  Wim Taymans  <wim@fluendo.com>
17218
17219         * gst/audioconvert/Makefile.am:
17220         * gst/audioconvert/audioconvert.c: (if), (float),
17221         (audio_convert_get_func_index), (check_default),
17222         (audio_convert_clean_fmt), (audio_convert_prepare_context),
17223         (audio_convert_clean_context), (audio_convert_get_sizes),
17224         (get_temp_buffer), (audio_convert_convert):
17225         * gst/audioconvert/audioconvert.h:
17226         * gst/audioconvert/gstaudioconvert.c:
17227         (gst_audio_convert_class_init), (gst_audio_convert_init),
17228         (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
17229         (gst_audio_convert_get_unit_size),
17230         (gst_audio_convert_transform_caps),
17231         (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
17232         (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
17233         * gst/audioconvert/gstaudioconvert.h:
17234         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
17235         (gst_channel_mix_fill_identical),
17236         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
17237         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
17238         (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
17239         (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
17240         (gst_channel_mix_mix):
17241         * gst/audioconvert/gstchannelmix.h:
17242         Cleanups, librarify a bit, optimize, better negotiation and more.
17243
17244 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
17245
17246         * ext/ogg/gstoggdemux.c: (ogg_find_peek):
17247         Another from MikeS:
17248         During typefinding, don't support negative offsets
17249         (offsets from the end of the stream) in our typefind->peek() function
17250         - nothing embedded in ogg ever needs them. However, we need to recognise
17251         those requests and reject them, otherwise we return invalid pointers.
17252
17253 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
17254
17255         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
17256         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
17257         (vorbisdec_finalize), (vorbis_handle_type_packet):
17258           Big shout-out to MikeS for fixing this giant memory leak.
17259           Huzzah!
17260
17261 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
17262
17263         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
17264         (audio_convert_get_unit_size):
17265           plug some leaks
17266
17267 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
17268
17269         * check/Makefile.am:
17270         * check/elements/audioconvert.c: (setup_audioconvert),
17271         (cleanup_audioconvert), (get_int_caps), (verify_convert),
17272         (GST_START_TEST), (audioconvert_suite), (main):
17273           add a test for audioconvert
17274         * gst/audioresample/gstaudioresample.c:
17275         * gst/audioresample/gstaudioresample.h:
17276           set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
17277           note that for buffers of 1/3 sec this means DURATION(c) is 
17278           one nanosecond more than for a and b
17279
17280 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
17281
17282         * check/Makefile.am:
17283         * check/elements/audioresample.c: (setup_audioresample),
17284         (cleanup_audioresample), (fail_unless_perfect_stream),
17285         (test_perfect_stream_instance), (GST_START_TEST),
17286           add a check for audioresample
17287         (audioresample_suite), (main):
17288         * check/elements/volume.c: (GST_START_TEST):
17289           remove unused method
17290         * gst/audioresample/gstaudioresample.c:
17291           set correct buffer parameters since we're changing them
17292         * gst/audioresample/resample_ref.c: (resample_scale_ref):
17293           add some debug
17294
17295 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
17296
17297         * gst/audioresample/debug.c:
17298         * gst/audioresample/gstaudioresample.c:
17299           add room for extra overlap samples when asked to transform size
17300           protect against possible mem corruption and check for discrepancies
17301           between written size and outbuffer's size so we can warn for
17302           potential problems
17303         * gst/audioresample/resample.c: (resample_init),
17304         (resample_get_output_size_for_input), (resample_get_output_size),
17305         (resample_set_n_channels), (resample_set_format):
17306           set debug level based on RESAMPLE_DEBUG env var
17307           make sure that get_output_size* returns a whole number of
17308           sample_size
17309           set sample_size each time either channel or format is set
17310         * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
17311         * gst/audioresample/resample_functable.c:
17312         (resample_scale_functable):
17313         * gst/audioresample/resample_ref.c: (resample_scale_ref):
17314           remove r->sample_size, it's done in resample.c now
17315           add some debugging to the ref implementation
17316           make sure we only give back bytes that are wholes of the sample
17317           size
17318
17319 2005-08-25  Jan Schmidt  <thaytan@mad.scientist.com>
17320         * gst/playback/gstplaybasebin.c: (fill_buffer):
17321         Revert unpopular change for GST_MESSAGE_SRC to GObject.
17322
17323 2005-08-25  Stefan Kost  <ensonic@users.sf.net>
17324
17325         * gst/volume/gstvolume.c:
17326           made set_caps function static
17327
17328 2005-08-24  Wim Taymans  <wim@fluendo.com>
17329
17330         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
17331         (gst_vorbisenc_change_state):
17332         Stop leaking taglists.
17333
17334 2005-08-24  Wim Taymans  <wim@fluendo.com>
17335
17336         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
17337         (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
17338         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
17339         (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
17340         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
17341         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
17342         Parse seeking events better.
17343         Unref static caps.
17344         Generate correct newsegment events, fixes seeking in live oggs.
17345
17346         * ext/theora/theoradec.c: (theora_dec_src_query),
17347         (theora_dec_src_event), (theora_dec_src_getcaps),
17348         (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
17349         Use newsegment values to report correct play time.
17350
17351         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
17352         (vorbis_dec_src_event), (vorbis_dec_sink_event):
17353         * ext/vorbis/vorbisdec.h:
17354         Parse and use newsegment values to report correct play time.
17355
17356         * gst-libs/gst/audio/gstbaseaudiosink.c:
17357         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
17358         Clear ringbuffer on flush.
17359         Use newsegment values to calculate playback time.
17360
17361         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
17362         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
17363         Basesink does newsegment calculations for us now.
17364
17365 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
17366
17367         * check/Makefile.am:
17368         * configure.ac:
17369           add core's plugins to the mix so that playbin works
17370         * check/generic/states.c: (GST_START_TEST):
17371           set a 0 timeout on pipelines, so they don't force the next
17372           state change
17373         * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
17374         (gst_play_base_bin_change_state):
17375           remove the crappy error handling and do GST error handling
17376
17377 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
17378
17379         * check/Makefile.am:
17380         * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
17381           add same test as to core, it bitches out on playbin atm.
17382
17383 2005-08-24  Wim Taymans  <wim@fluendo.com>
17384
17385         * configure.ac:
17386         Remove audioscale.
17387
17388 2005-08-24  Wim Taymans  <wim@fluendo.com>
17389
17390         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
17391         (gst_videoscale_prepare_size), (parse_caps),
17392         (gst_videoscale_set_caps), (gst_videoscale_get_size),
17393         (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
17394         (gst_videoscale_transform):
17395         * gst/videoscale/gstvideoscale.h:
17396         Refactor, make use of BaseTranform really well.
17397
17398 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
17399
17400         * configure.ac:
17401           compile audioresample
17402         * gst/audioresample/Makefile.am:
17403         * gst/audioresample/buffer.c:
17404         * gst/audioresample/functable.c:
17405         * gst/audioresample/gstaudioresample.c:
17406         * gst/audioresample/gstaudioresample.h:
17407         * gst/audioresample/resample.c:
17408         (resample_get_output_size_for_input):
17409         * gst/audioresample/resample.h:
17410         * gst/audioresample/resample_chunk.c:
17411         * gst/audioresample/resample_functable.c:
17412         * gst/audioresample/resample_ref.c:
17413           port to use basetransform; doesn't work in all cases yet
17414
17415 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
17416
17417         * gst/audioconvert/gstaudioconvert.c:
17418         (gst_audio_convert_class_init), (gst_audio_convert_init),
17419         (audio_convert_get_unit_size), (audio_convert_transform_caps),
17420         (audio_convert_fixate_caps), (audio_convert_set_caps),
17421         (audio_convert_transform),
17422         (gst_audio_convert_buffer_to_default_format),
17423         (gst_audio_convert_buffer_from_default_format),
17424         (gst_audio_convert_channels):
17425         * gst/audioconvert/gstchannelmix.c:
17426         * gst/audioconvert/gstchannelmix.h:
17427           port to basetransform
17428         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17429         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
17430         (gst_ffmpegcsp_get_unit_size):
17431         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
17432         (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
17433           fix for basetransform changes
17434
17435 2005-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
17436
17437         * check/Makefile.am:
17438           Add CHECK_CFLAGS and LDFLAGS
17439
17440         * gst/playback/gstplaybasebin.c: (fill_buffer):
17441           GST_MESSAGE_SRC became a GObject
17442
17443 2005-08-24  Wim Taymans  <wim@fluendo.com>
17444
17445         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
17446         (gst_ring_buffer_clear_all):
17447         * gst-libs/gst/audio/gstringbuffer.h:
17448         Added function to clear the ringbuffer.
17449
17450 2005-08-24  Andy Wingo  <wingo@pobox.com>
17451
17452         * sys/v4l/gstv4lelement.c (gst_v4lelement_start) 
17453         (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
17454         of _open and _close.
17455
17456         * sys/v4l/gstv4lxoverlay.h:
17457         * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
17458         an Xv connection here, instead of all the time. Make Xv only be
17459         loaded if you axe for it. Kindof a workaround for buggy behaviour
17460         of Xv when using remote xservers (XvQueryExtension would block).
17461         (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
17462         replace the _open and _close public API. Only start the xv
17463         connection if necessary.
17464         (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
17465
17466 2005-08-23  David Schleef  <ds@schleef.org>
17467
17468         * gst/audioresample/Makefile.am: Leet audioresampling code
17469         * gst/audioresample/buffer.c:
17470         * gst/audioresample/buffer.h:
17471         * gst/audioresample/debug.c:
17472         * gst/audioresample/debug.h:
17473         * gst/audioresample/functable.c:
17474         * gst/audioresample/functable.h:
17475         * gst/audioresample/gstaudioresample.c:
17476         * gst/audioresample/gstaudioresample.h:
17477         * gst/audioresample/resample.c:
17478         * gst/audioresample/resample.h:
17479         * gst/audioresample/resample_chunk.c:
17480         * gst/audioresample/resample_functable.c:
17481         * gst/audioresample/resample_ref.c:
17482
17483 2005-08-23  Wim Taymans  <wim@fluendo.com>
17484
17485         * examples/seeking/seek.c: (make_vorbis_pipeline),
17486         (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
17487         Small seek updates.
17488
17489 2005-08-23  Andy Wingo  <wingo@pobox.com>
17490
17491         * gst-libs/gst/audio/gstbaseaudiosrc.c
17492         (gst_base_audio_src_fixate): Only fixate endianness if it is
17493         present in the caps.
17494
17495 2005-08-22  Andy Wingo  <wingo@pobox.com>
17496
17497         * ext/alsa/gstalsasink.c (gst_alsasink_get_property): 
17498         * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
17499         device-name property.
17500
17501         * gst-libs/gst/audio/gstaudiosrc.h:
17502         * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
17503         close_device in the ring buffer, like gstaudiosink.
17504
17505         * ext/alsa/gstalsamixer.h:
17506         * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
17507         macro to implement the interface without much code. Cleanups. 
17508
17509         * ext/alsa/gstalsasrc.h:
17510         * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
17511         READY.
17512
17513         * ext/alsa/Makefile.am: Add new files.
17514         * ext/alsa/gstalsamixerelement.c: 
17515         * ext/alsa/gstalsamixerelement.c: Split element code out from
17516         mixer code so that alsasrc can be a mixer too.
17517
17518 2005-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
17519
17520         * check/elements/volume.c: (setup_volume), (cleanup_volume),
17521         (GST_START_TEST):
17522         * check/elements/vorbisdec.c: (setup_vorbisdec),
17523         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
17524         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
17525         (vorbis_handle_identification_packet),
17526         (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
17527         (vorbis_handle_header_packet), (vorbis_dec_push),
17528         (vorbis_dec_chain):
17529           use the setup/teardown methods to save code.  save code is good.
17530
17531 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
17532
17533         * check/Makefile.am:
17534           add ext dir for plugins
17535           add vorbisdec test conditionally
17536         * check/elements/volume.c: (setup_volume), (cleanup_volume),
17537         (GST_START_TEST), (volume_suite):
17538           add a test with wrong caps
17539         * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
17540         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
17541           add a vorbisdec test
17542         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
17543         (gst_ogg_demux_chain), (gst_ogg_demux_loop):
17544           clean up debug output
17545         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
17546           yay, fix a segfault/security issue in vorbisdec
17547           gst-launch fakesrc ! vorbisdec wasn't happy
17548         * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
17549         (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
17550         (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
17551         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
17552         (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
17553         (gst_vorbisenc_set_metadata), (get_constraints_string),
17554         (update_start_message), (gst_vorbisenc_setup),
17555         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
17556         (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
17557         (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
17558         (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
17559         * ext/vorbis/vorbisenc.h:
17560           march in line
17561         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17562         (gst_ffmpegcsp_transform):
17563           have the kow come home
17564         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
17565           debug my func ptr
17566         * gst/volume/gstvolume.c: (volume_set_caps):
17567           add a debug
17568
17569 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
17570
17571         * Makefile.am:
17572         * check/.cvsignore:
17573         * check/Makefile.am:
17574         * check/elements/.cvsignore:
17575         * check/elements/volume.c: (chain_func), (event_func),
17576         (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
17577         (main):
17578         * configure.ac:
17579           add unit test structure for gst-plugins-base
17580           add a test for volume
17581         * gst/volume/gstvolume.c: (gst_volume_list_tracks),
17582         (gst_volume_set_volume), (gst_volume_get_volume),
17583         (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
17584         (volume_funcfind), (volume_process_float), (volume_process_int16),
17585         (volume_set_caps), (volume_transform), (volume_update_mute),
17586         (volume_update_volume), (volume_set_property),
17587         (volume_get_property):
17588           document a little; use basetransform vmethod _set_caps
17589
17590 2005-08-19  Andy Wingo  <wingo@pobox.com>
17591
17592         * ext/alsa/gstalsamixertrack.h:
17593         * ext/alsa/gstalsamixertrack.c:
17594         * ext/alsa/gstalsamixeroptions.h:
17595         * ext/alsa/gstalsamixeroptions.c:
17596         * ext/alsa/gstalsamixer.h:
17597         * ext/alsa/gstalsamixer.c: Port to 0.9.
17598
17599         * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
17600         Remove gstalsa.c and alsaclock. No more cruft here.
17601         
17602 2005-08-18  Wim Taymans  <wim@fluendo.com>
17603
17604         * gst-libs/gst/rtp/gstbasertpdepayload.c:
17605         (gst_base_rtp_depayload_chain),
17606         (gst_base_rtp_depayload_add_to_queue),
17607         (gst_base_rtp_depayload_push),
17608         (gst_base_rtp_depayload_queue_release):
17609         * gst-libs/gst/rtp/gstbasertpdepayload.h:
17610         Fix for RTPBuffer changes.
17611
17612         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
17613         (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
17614         (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
17615         (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
17616         (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
17617         (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
17618         (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
17619         (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
17620         (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
17621         (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
17622         (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
17623         (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
17624         (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
17625         (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
17626         (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
17627         (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
17628         (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
17629         (gst_rtpbuffer_get_payload):
17630         * gst-libs/gst/rtp/gstrtpbuffer.h:
17631         Don't subclass GstBuffer but add methods and helper functions
17632         to construct and manipulate RTP packets in regular GstBuffers.
17633
17634 2005-08-18  Stefan Kost  <ensonic@users.sf.net>
17635
17636         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
17637           moved statement below switch
17638         * gst/volume/gstvolume.c: (gst_volume_class_init):
17639           added debug ptr
17640
17641 2005-08-16  Wim Taymans  <wim@fluendo.com>
17642
17643         * gst-libs/gst/audio/gstbaseaudiosrc.c:
17644         (gst_base_audio_src_change_state):
17645         Open and close device in READY<->NULL state change.
17646
17647 2005-08-16  Andy Wingo  <wingo@pobox.com>
17648
17649         * examples/seeking/Makefile.am: Don't compile non-compiling
17650         compiled objects with the compiler.
17651
17652         * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
17653         elements.
17654
17655 2005-08-12  Philippe Khalaf <burger@speedy.org>
17656         * gst-libs/gst/rtp/gstbasertpdepayload.c:
17657         * gst-libs/gst/rtp/gstbasertpdepayload.h:
17658           Made a thread to release the queue.
17659           Removed timestamp conversion for now.
17660
17661 2005-08-10  Philippe Khalaf <burger@speedy.org>
17662         * gst-libs/gst/rtp/gstbasertpdepayload.c:
17663         * gst-libs/gst/rtp/gstbasertpdepayload.h:
17664           Added rtp timestamp -> gst timestamp conversion.
17665           Fixed several problems with queue.
17666
17667 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
17668
17669         * gst-libs/gst/audio/gstaudioclock.h:
17670         * gst-libs/gst/audio/gstaudiofilter.h:
17671         * gst-libs/gst/audio/gstaudiosink.h:
17672         * gst-libs/gst/audio/gstaudiosrc.h:
17673         * gst-libs/gst/audio/gstbaseaudiosink.h:
17674         * gst-libs/gst/audio/gstbaseaudiosrc.h:
17675         * gst-libs/gst/audio/gstringbuffer.h:
17676         * gst-libs/gst/net/gstnetbuffer.h:
17677         * gst-libs/gst/rtp/gstbasertpdepayload.h:
17678         * gst-libs/gst/rtp/gstrtpbuffer.h:
17679           Add padding (you will need to rebuild gst-plugins-base,
17680           gst-plugins and all applications afterwards!)
17681
17682 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
17683
17684         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
17685         (gst_riff_parse_chunk):
17686           Fix bug in debug message and add some more debug messages.
17687
17688 2005-08-08  Edward Hervey  <edward@fluendo.com>
17689
17690         * gst-libs/gst/riff/riff-media.c:
17691         backported updates since branch
17692
17693 2005-08-08  Andy Wingo  <wingo@pobox.com>
17694
17695         * gst-libs/gst/audio/gstbaseaudiosink.c
17696         (gst_base_audio_sink_change_state): Open the device in NULL->READY
17697         like good elements should. Close on READY->NULL too.
17698
17699         * gst-libs/gst/audio/gstaudiosink.c
17700         (gst_audioringbuffer_open_device,
17701         (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
17702         (gst_audioringbuffer_release): Updates for new ring buffer API,
17703         hook into the new audio sink api.
17704
17705         * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
17706         (GstAudioSinkClass.close): Just open and close the device -- no
17707         resource allocation or configuration.
17708         (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
17709         vmethods, handle device setup and resource allocation.
17710
17711         * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
17712         (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
17713         base class API.
17714
17715         * gst-libs/gst/audio/gstringbuffer.h
17716         (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
17717         New vmethods.
17718
17719         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
17720         (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
17721         New API functions. The device should be opened before acquiring
17722         and closed after releasing.
17723
17724 2005-08-08  Tim-Philipp Müller  <tim at centricular dot net>
17725
17726         * gst-libs/gst/interfaces/mixer.h:
17727           Reset padding to GST_PADDING.
17728
17729 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17730
17731         * gst/playback/gstplaybin.c: (remove_sinks):
17732           Remove visualization from parent explicitely; works around some
17733           apparent refcount issue that I haven't tracked down yet.
17734
17735 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17736
17737         * ext/alsa/gstalsasink.c: (set_hwparams):
17738           Assign debug category, add negotiation debug msgs.
17739
17740 2005-08-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17741
17742         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
17743           Fix error code for file-not-found to NOT_FOUND.
17744
17745 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
17746
17747         * common/gtk-doc-plugins.mak:
17748         * docs/plugins/Makefile.am:
17749         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17750         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17751           renamed to actual element names, so much nicer to look at
17752         * docs/plugins/tmpl/gstmultifdsink.sgml:
17753           remove
17754         * docs/plugins/tmpl/multifdsink.sgml:
17755         * docs/plugins/tmpl/tcpserversink.sgml:
17756           add
17757         * ext/alsa/gstalsa.c:
17758         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
17759         * ext/ogg/gstoggmux.c:
17760         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
17761         * gst/playback/gstdecodebin.c:
17762         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
17763         * gst/tcp/gsttcpserversink.c:
17764           various fixes and documentation additions
17765
17766 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
17767
17768         * common/Makefile.am:
17769         * common/gstdoc-scangobj:
17770         * common/gtk-doc-plugins.mak:
17771         * common/gtk-doc.mak:
17772           add a custom scangobj that uses the registry
17773           add a custom gtk-doc-plugins.mak that uses it
17774           some doc build fixes
17775         * configure.ac:
17776         * docs/Makefile.am:
17777         * docs/plugins/Makefile.am:
17778         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17779         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17780         * docs/plugins/gst-plugins-base-plugins.types:
17781         * docs/plugins/tmpl/gstmultifdsink.sgml:
17782           add docs for one element, multifdsink
17783         * gst/adder/gstadder.h:
17784         * gst/volume/gstvolume.h:
17785           don't privatize enum
17786         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
17787         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
17788         (gst_sync_method_get_type), (gst_client_status_get_type),
17789         (gst_multifdsink_class_init),
17790         (gst_multifdsink_client_queue_buffer),
17791         (gst_multifdsink_handle_client_write):
17792         * gst/tcp/gstmultifdsink.h:
17793         * gst/tcp/gsttcp.h:
17794         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
17795         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
17796         (gst_tcpclientsink_render):
17797         * gst/tcp/gsttcpclientsink.h:
17798         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
17799         (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
17800         (gst_tcpclientsrc_start):
17801         * gst/tcp/gsttcpclientsrc.h:
17802         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
17803         (gst_tcpserversrc_init), (gst_tcpserversrc_create):
17804         * gst/tcp/gsttcpserversrc.h:
17805         * gst/typefind/gsttypefindfunctions.c:
17806           remove superfluous Type stuff
17807
17808 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17809
17810         * gst/playback/gstplaybin.c: (gen_video_element):
17811           Enable videoscale.
17812
17813 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17814
17815         * gst-libs/gst/gconf/gconf.c:
17816         * gst-libs/gst/gconf/gconf.h:
17817           Fix some Andy Problem [tm].
17818
17819 2005-08-04  Andy Wingo  <wingo@pobox.com>
17820
17821         * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
17822         * gst/ffmpegcolorspace/gstffmpegcolorspace.c
17823         (gst_ffmpegcsp_get_size): Adapt to API changes.
17824
17825         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
17826         Implement an in-place do-nothing transform.
17827
17828 2005-08-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17829
17830         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
17831         (gst_ximagesink_renegotiate_size):
17832           Do not set new window sizes yet if we prepare a new buffer size
17833           for upstream renegotiation (software scaling) at some point in the
17834           future, because this new size waqs not actually accepted yet. Once
17835           accepted, renegotiation later on will set the new sizes just fine.
17836           Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
17837           embedding testcase.
17838
17839 2005-08-03  Andy Wingo  <wingo@pobox.com>
17840
17841         * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
17842         (gst_ximagesink_buffer_alloc): 
17843         Protect the height, width, and desired_caps with the pool_lock.
17844         Fixes videotestsrc ! queue ! ximagesink.
17845
17846 2005-08-02  Edward Hervey  <edward@fluendo.com>
17847
17848         * gst/volume/gstvolume.c:
17849         include left from controller cleanup
17850
17851 2005-08-02  Jan Schmidt  <thaytan@mad.scientist.com>
17852         * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
17853           Stop collectpads before calling the parent state
17854           change function on PAUSED->READY.
17855
17856 2005-08-01  Jan Schmidt  <thaytan@mad.scientist.com>
17857         * configure.ac:
17858           When testing for X libs, use the X CFlags 
17859         * gst/adder/gstadder.c: (gst_adder_change_state):
17860           Stop the collectpads before calling parent state change function
17861           on PAUSED->READY, otherwise we deadlock deactivating pads.
17862
17863 2005-08-01  Stefan Kost  <ensonic@users.sf.net>
17864
17865         * configure.ac:
17866         * docs/libs/tmpl/gstcolorbalance.sgml:
17867         * docs/libs/tmpl/gstmixer.sgml:
17868         * examples/Makefile.am:
17869         * gst/sine/Makefile.am:
17870         * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
17871         (gst_sinesrc_set_property), (plugin_init):
17872         * gst/sine/gstsinesrc.h:
17873         * gst/volume/Makefile.am:
17874         * gst/volume/gstvolume.c: (gst_volume_set_volume),
17875         (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
17876         (volume_process_float), (volume_process_int16),
17877         (volume_set_property), (plugin_init):
17878         * gst/volume/gstvolume.h:
17879           deactivate and remove dparams (libgstcontrol)
17880
17881 2005-07-29  Wim Taymans  <wim@fluendo.com>
17882
17883         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
17884         Convert me to BaseTransform!! help..
17885
17886 2005-07-29  Andy Wingo  <wingo@pobox.com>
17887
17888         * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
17889         sinks.
17890
17891         * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
17892         support of both endiannesses.
17893
17894 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
17895
17896         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
17897           Fix confusing debug message (s/event/query/)
17898
17899 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
17900
17901         * gst/videotestsrc/videotestsrc.h:
17902           Use "_stdint.h" instead of <stdint.h>
17903
17904 2005-07-27  Wim Taymans  <wim@fluendo.com>
17905
17906         * ext/vorbis/Makefile.am:
17907         Revert wrong commit.
17908
17909 2005-07-27  Wim Taymans  <wim@fluendo.com>
17910
17911         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
17912         More compilation fixen.
17913
17914 2005-07-27  Wim Taymans  <wim@fluendo.com>
17915
17916         * gst-libs/gst/audio/gstbaseaudiosink.c:
17917         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
17918         (gst_base_audio_sink_create_ringbuffer),
17919         (gst_base_audio_sink_change_state):
17920         Fix compilation.
17921
17922 2005-07-27  Wim Taymans  <wim@fluendo.com>
17923
17924         * examples/seeking/seek.c: (setup_dynamic_link),
17925         (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
17926         (query_positions_elems), (query_positions_pads), (do_seek):
17927         Update seek example.
17928
17929         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
17930         (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
17931         (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
17932         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
17933         (gst_ogg_demux_handle_event),
17934         (gst_ogg_demux_deactivate_current_chain),
17935         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
17936         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
17937         (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
17938         (gst_ogg_demux_loop):
17939         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
17940         * ext/theora/theoradec.c: (theora_dec_src_event),
17941         (theora_dec_src_getcaps), (theora_dec_sink_event),
17942         (theora_dec_push), (theora_dec_chain):
17943         * ext/vorbis/Makefile.am:
17944         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
17945         (vorbis_dec_sink_event), (vorbis_dec_push),
17946         (vorbis_handle_data_packet):
17947         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
17948         (gst_vorbisenc_chain):
17949         * gst/playback/gststreaminfo.c: (cb_probe):
17950         * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
17951         * gst/videorate/gstvideorate.c: (gst_videorate_event):
17952         * gst/videoscale/gstvideoscale.c:
17953         (gst_videoscale_handle_src_event):
17954         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
17955         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
17956         (gst_ximagesink_navigation_send_event):
17957         * sys/xvimage/xvimagesink.c:
17958         (gst_xvimagesink_navigation_send_event):
17959         Various event updates and cleanups
17960
17961 2005-07-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17962
17963         * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
17964           Fix segfault for I420/YV12.
17965
17966 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17967
17968         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
17969           Report bitrate.
17970
17971 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17972
17973         * gst/playback/gstplaybin.c: (gen_video_element),
17974         (gen_audio_element):
17975           Switch to auto*sink elements as default sinks; add volume element
17976           so that volume control in totem works.
17977
17978 2005-07-21  Wim Taymans  <wim@fluendo.com>
17979
17980         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
17981         * gst/playback/gstplaybin.c: (setup_sinks),
17982         (gst_play_bin_change_state):
17983         Refcount fix and more comments.
17984
17985 2005-07-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17986
17987         * sys/ximage/Makefile.am:
17988         * sys/ximage/ximage.c: (plugin_init):
17989         * sys/ximage/ximagesink.c:
17990         Prepare for adding ximagesrc, rename of plugin to ximage etc.
17991         
17992
17993 2005-07-21  Wim Taymans  <wim@fluendo.com>
17994
17995         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
17996         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
17997         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
17998         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
17999         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
18000         (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
18001         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
18002         (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
18003         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
18004         Generate correct disconts for live chained oggs.
18005
18006         * gst-libs/gst/audio/gstbaseaudiosink.c:
18007         (gst_base_audio_sink_render),
18008         (gst_base_audio_sink_create_ringbuffer),
18009         (gst_base_audio_sink_change_state):
18010         Handle discont math correctly.
18011
18012         * gst/playback/gstplaybin.c: (add_sink):
18013         Some small debug cleanup.
18014
18015 2005-07-21  Wim Taymans  <wim@fluendo.com>
18016
18017         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (gst_ogg_pad_event),
18018         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
18019         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
18020         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
18021         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
18022         (gst_ogg_demux_init), (gst_ogg_demux_deactivate_current_chain),
18023         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
18024         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
18025         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
18026         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
18027         (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
18028         (gst_ogg_demux_change_state), (gst_ogg_print):
18029         Reorganize code to send the right disconts when in streaming
18030         mode.
18031
18032 2005-07-20  Andy Wingo  <wingo@pobox.com>
18033
18034         * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
18035         fix (?), fixes a seggie mcfalterson (#310894).
18036
18037 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18038
18039         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
18040         (gst_ogg_mux_set_header_on_caps):
18041         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
18042         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
18043         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
18044         * gst-libs/gst/audio/multichannel.c:
18045         (gst_audio_set_channel_positions),
18046         (gst_audio_set_structure_channel_positions_list):
18047         * gst/playback/gstdecodebin.c: (dynamic_create):
18048         * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
18049         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
18050           Fixes for API changes in core.
18051
18052 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18053
18054         * gst/playback/gstplaybasebin.c: (fill_buffer):
18055           Use _new_custom() so we can set custom message types for buffering
18056           messages.
18057
18058 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18059
18060         * configure.ac:
18061         * gst-libs/gst/Makefile.am:
18062         * gst-libs/gst/gconf/.cvsignore:
18063         * gst-libs/gst/gconf/Makefile.am:
18064         * gst-libs/gst/gconf/test-gconf.c:
18065         * pkgconfig/Makefile.am:
18066         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
18067         * pkgconfig/gstreamer-gconf.pc.in:
18068           Remove gconf stuff, use gconf elements instead from now on.
18069
18070 2005-07-20  Wim Taymans  <wim@fluendo.com>
18071
18072         * gst-libs/gst/audio/TODO:
18073         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
18074         (gst_audio_clock_get_internal_time):
18075         * gst-libs/gst/audio/gstaudioclock.h:
18076         * gst-libs/gst/audio/gstbaseaudiosink.c:
18077         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
18078         (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
18079         (gst_base_audio_sink_render),
18080         (gst_base_audio_sink_create_ringbuffer),
18081         (gst_base_audio_sink_change_state):
18082         Make sure the audio clock always returns an increasing value.
18083
18084 2005-07-19  Andy Wingo  <wingo@pobox.com>
18085
18086         * gst/videotestsrc/: Cleanups.
18087
18088 2005-07-19  Wim Taymans  <wim@fluendo.com>
18089
18090         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
18091         Better debugging.
18092
18093 2005-07-19  Wim Taymans  <wim@fluendo.com>
18094
18095         * examples/seeking/seek.c: (make_dv_pipeline),
18096         (make_vorbis_theora_pipeline), (query_rates),
18097         (query_positions_elems), (query_positions_pads), (do_seek):
18098         Make correct DV pipeline.
18099
18100 2005-07-18  Andy Wingo  <wingo@pobox.com>
18101
18102         * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
18103         default. Also because it's the only thing that really works. (This
18104         is used in the GConf elements).
18105         Use AS_LIBTOOL_TAGS.
18106
18107 2005-07-18  Wim Taymans  <wim@fluendo.com>
18108
18109         * gst/playback/gstdecodebin.c: (remove_element_chain):
18110         * gst/playback/gstplaybin.c: (add_sink):
18111         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
18112         (gst_stream_info_set_mute):
18113         * gst/playback/gststreamselector.c:
18114         (gst_stream_selector_get_linked_pad),
18115         (gst_stream_selector_getcaps), (gst_stream_selector_chain):
18116         More leak and compile fixes.
18117
18118 2005-07-18  Wim Taymans  <wim@fluendo.com>
18119
18120         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
18121         (query_rates), (query_positions_elems), (query_positions_pads),
18122         (do_seek), (seek_cb), (stop_seek):
18123         Updated seek example. 
18124
18125         * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
18126         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
18127         (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
18128         * gst/playback/gstplaybin.c: (add_sink):
18129         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
18130         (gst_stream_info_set_mute):
18131         Some refcount leak fixes.
18132
18133 2005-07-16  Wim Taymans  <wim@fluendo.com>
18134
18135         * gst-libs/gst/audio/gstbaseaudiosink.c:
18136         (gst_base_audio_sink_render):
18137         Align samples even if we have roundoff errors in the 
18138         timestamp conversion.
18139
18140 2005-07-16  Wim Taymans  <wim@fluendo.com>
18141
18142         * docs/libs/tmpl/gstringbuffer.sgml:
18143         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
18144         (query_rates), (query_positions_elems), (query_positions_pads),
18145         (update_scale), (do_seek):
18146         Updated seek example.
18147
18148         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
18149         (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
18150         (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
18151         (gst_ogg_demux_loop):
18152         Push out correct discont values.
18153
18154         * ext/theora/theoradec.c: (theora_dec_src_convert),
18155         (theora_dec_sink_convert), (theora_dec_src_getcaps),
18156         (theora_dec_sink_event), (theora_handle_type_packet),
18157         (theora_handle_header_packet), (theora_dec_push),
18158         (theora_handle_data_packet), (theora_dec_chain),
18159         (theora_dec_change_state):
18160         Better timestamping.
18161
18162         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
18163         (vorbis_dec_sink_event), (vorbis_dec_push),
18164         (vorbis_handle_data_packet), (vorbis_dec_chain):
18165         * ext/vorbis/vorbisdec.h:
18166         Better timestamping.
18167
18168         * gst-libs/gst/audio/gstbaseaudiosink.c:
18169         (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
18170         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
18171         Handle syncing on timestamps instead of sample offsets. Make
18172         use of DISCONT values as described in design docs.
18173
18174         * gst-libs/gst/audio/gstbaseaudiosrc.c:
18175         (gst_base_audio_src_get_time):
18176         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
18177         (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
18178         (gst_ring_buffer_read):
18179         * gst-libs/gst/audio/gstringbuffer.h:
18180         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
18181         (gst_ximagesink_show_frame):
18182         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
18183         Correcly convert buffer timestamp to stream time.
18184
18185 2005-07-16  Wim Taymans  <wim@fluendo.com>
18186
18187         * gst/audioconvert/gstaudioconvert.c:
18188         (gst_audio_convert_get_buffer):
18189         Timestamp buffers correctly.
18190
18191         * gst/playback/gstplaybin.c: (gen_video_element):
18192         Make internal fakesink silent.
18193
18194 2005-07-15  Wim Taymans  <wim@fluendo.com>
18195
18196         * gst/ffmpegcolorspace/Makefile.am:
18197         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18198         (gst_ffmpegcsp_caps_remove_format_info),
18199         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
18200         (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
18201         (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
18202         (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
18203         Ported ffmpegcolorspace to basetransform.
18204
18205         * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
18206         * gst/volume/gstvolume.c: (volume_transform):
18207         Ported to new API.
18208
18209 2005-07-14  Wim Taymans  <wim@fluendo.com>
18210
18211         * gst/videotestsrc/Makefile.am:
18212         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
18213         (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
18214         (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
18215         (gst_videotestsrc_init), (gst_videotestsrc_event),
18216         (gst_videotestsrc_create), (gst_videotestsrc_start),
18217         (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
18218         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
18219         (gst_videotestsrc_get_property):
18220         * gst/videotestsrc/gstvideotestsrc.h:
18221         Make videotestsrc a pushsrc.
18222
18223 2005-07-14  Wim Taymans  <wim@fluendo.com>
18224
18225         * gst/tcp/gstfdset.c: (gst_fdset_free):
18226         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
18227         (gst_multifdsink_add), (gst_multifdsink_remove),
18228         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
18229         (gst_multifdsink_remove_client_link),
18230         (gst_multifdsink_client_queue_data),
18231         (gst_multifdsink_client_queue_caps),
18232         (gst_multifdsink_client_queue_buffer),
18233         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
18234         (gst_multifdsink_stop):
18235         * gst/tcp/gstmultifdsink.h:
18236         0.8 backporting.
18237
18238         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
18239         Also draw image when not from a pool.
18240
18241 2005-07-14  Wim Taymans  <wim@fluendo.com>
18242
18243         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
18244         (mute_stream), (silence_stream):
18245         Small debug additions.
18246
18247 2005-07-14  Wim Taymans  <wim@fluendo.com>
18248
18249         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
18250         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
18251         (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
18252         Better error recovery, ignore unconnected pads and
18253         non-fatal errors.
18254
18255 2005-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
18256
18257         * docs/libs/tmpl/gstaudio.sgml:
18258         * docs/libs/tmpl/gstcolorbalance.sgml:
18259         * docs/libs/tmpl/gstgconf.sgml:
18260         * docs/libs/tmpl/gstmixer.sgml:
18261         * docs/libs/tmpl/gstringbuffer.sgml:
18262         * docs/libs/tmpl/gsttuner.sgml:
18263         * gst-libs/gst/audio/gstbaseaudiosrc.c:
18264         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
18265         (gst_tcpclientsrc_class_init):
18266         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
18267         (gst_tcpserversrc_class_init):
18268         * sys/v4l/gstv4lelement.c:
18269           more autistic cleanliness in functions/names/defines
18270
18271 2005-07-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18272
18273         * configure.ac:
18274           make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
18275           added manually to each Makefile.am so we are sure it goes
18276           *last* and doesn't add -L flags before linking in libs of our
18277           own, like, say, internal .la libs, that then accidentally pick
18278           up the installed copy.
18279         * docs/libs/Makefile.am:
18280         * ext/alsa/Makefile.am:
18281         * ext/cdparanoia/Makefile.am:
18282         * ext/gnomevfs/Makefile.am:
18283         * ext/libvisual/Makefile.am:
18284         * ext/ogg/Makefile.am:
18285         * ext/theora/Makefile.am:
18286         * ext/vorbis/Makefile.am:
18287         * gst-libs/gst/video/Makefile.am:
18288         * gst/adder/Makefile.am:
18289         * gst/audioconvert/Makefile.am:
18290         * gst/audiorate/Makefile.am:
18291         * gst/audioscale/Makefile.am:
18292         * gst/ffmpegcolorspace/Makefile.am:
18293         * gst/playback/Makefile.am:
18294         * gst/sine/Makefile.am:
18295         * gst/subparse/Makefile.am:
18296         * gst/tags/Makefile.am:
18297         * gst/tcp/Makefile.am:
18298         * gst/typefind/Makefile.am:
18299         * gst/videorate/Makefile.am:
18300         * gst/videoscale/Makefile.am:
18301         * gst/videotestsrc/Makefile.am:
18302         * gst/volume/Makefile.am:
18303         * sys/v4l/Makefile.am:
18304         * sys/ximage/Makefile.am:
18305         * sys/xvimage/Makefile.am:
18306           adapt properly to this change. This should make sure that
18307           plugins and libs properly link to the as-yet-uninstalled
18308           copies of stuff like libgstinterfaces and libgstvideo
18309
18310 2005-07-13  Andy Wingo  <wingo@pobox.com>
18311
18312         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
18313         (gst_v4lsrc_fixate): Fixate on format as well.
18314
18315         * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy) 
18316         (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
18317         buffer points to it.
18318         (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
18319         rather just doing X calls ourselves. Also fixes a memleak.
18320
18321 2005-07-12  Andy Wingo  <wingo@pobox.com>
18322
18323         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property) 
18324         (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init) 
18325         (gst_v4lsrc_create): Re-add the copy-mode property, default to
18326         TRUE to avoid deadlocks if an element holds on to our buffers.
18327
18328 2005-07-11  Thomas Vander Stichele  <thomas at apestaart dot org>
18329
18330         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
18331         (gst_sinesrc_init), (gst_sinesrc_create),
18332         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
18333         (gst_sinesrc_start):
18334         * gst/sine/gstsinesrc.h:
18335           removing num-buffers property before moving it
18336
18337 2005-07-10  Thomas Vander Stichele  <thomas at apestaart dot org>
18338
18339         * configure.ac:
18340           use overridable ERROR_CFLAGS
18341         * docs/libs/gst-plugins-base-libs.types:
18342         * docs/libs/tmpl/gstringbuffer.sgml:
18343         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
18344         (gst_alsasink_class_init):
18345         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
18346         (gst_alsasrc_class_init):
18347         * gst-libs/gst/audio/audio.h:
18348         * gst-libs/gst/audio/gstaudioclock.h:
18349         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
18350         (gst_audio_filter_base_init), (gst_audio_filter_class_init),
18351         (gst_audio_filter_link), (gst_audio_filter_init),
18352         (gst_audio_filter_chain), (gst_audio_filter_set_property),
18353         (gst_audio_filter_get_property),
18354         (gst_audio_filter_class_add_pad_templates):
18355         * gst-libs/gst/audio/gstaudiofilter.h:
18356         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
18357         (gst_audio_filter_template_get_type),
18358         (gst_audio_filter_template_base_init),
18359         (gst_audio_filter_template_class_init),
18360         (gst_audio_filter_template_init),
18361         (gst_audio_filter_template_set_property),
18362         (gst_audio_filter_template_get_property), (plugin_init),
18363         (gst_audio_filter_template_setup),
18364         (gst_audio_filter_template_filter),
18365         (gst_audio_filter_template_filter_inplace):
18366         * gst-libs/gst/audio/gstaudiosink.c:
18367         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
18368         (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
18369         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
18370         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
18371         (gst_audio_sink_base_init), (gst_audio_sink_class_init),
18372         (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
18373         * gst-libs/gst/audio/gstaudiosink.h:
18374         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
18375         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
18376         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
18377         (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
18378         (gst_audioringbuffer_delay), (gst_audio_src_base_init),
18379         (gst_audio_src_class_init), (gst_audio_src_init),
18380         (gst_audio_src_create_ringbuffer):
18381         * gst-libs/gst/audio/gstaudiosrc.h:
18382         * gst-libs/gst/audio/gstbaseaudiosink.c:
18383         (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
18384         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
18385         (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
18386         (gst_base_audio_sink_set_property),
18387         (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
18388         (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
18389         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
18390         (gst_base_audio_sink_create_ringbuffer),
18391         (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
18392         * gst-libs/gst/audio/gstbaseaudiosink.h:
18393         * gst-libs/gst/audio/gstbaseaudiosrc.c:
18394         (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
18395         (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
18396         (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
18397         (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
18398         (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
18399         (gst_base_audio_src_event), (gst_base_audio_src_create),
18400         (gst_base_audio_src_create_ringbuffer),
18401         (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
18402         * gst-libs/gst/audio/gstbaseaudiosrc.h:
18403         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
18404         (gst_ring_buffer_class_init), (gst_ring_buffer_init),
18405         (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
18406         (gst_ring_buffer_debug_spec_caps),
18407         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
18408         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
18409         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
18410         (gst_ring_buffer_start), (gst_ring_buffer_pause),
18411         (gst_ring_buffer_stop), (gst_ring_buffer_delay),
18412         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
18413         (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
18414         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
18415         (gst_ring_buffer_clear):
18416         * gst-libs/gst/audio/gstringbuffer.h:
18417         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
18418         (gst_video_sink_class_init), (gst_video_sink_get_type):
18419         * gst-libs/gst/video/videosink.h:
18420         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
18421         (gst_multifdsink_class_init),
18422         (gst_multifdsink_handle_client_write),
18423         (gst_multifdsink_change_state):
18424         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
18425         (gst_tcpclientsink_setcaps):
18426         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
18427         (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
18428         (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
18429         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
18430         (gst_ximagesink_send_pending_navigation),
18431         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
18432         (gst_ximagesink_class_init), (gst_ximagesink_get_type):
18433         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
18434         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
18435         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
18436         (gst_xvimagesink_send_pending_navigation),
18437         (gst_xvimagesink_navigation_send_event),
18438         (gst_xvimagesink_set_xwindow_id),
18439         (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
18440         (gst_xvimagesink_get_type):
18441         more macro splitting
18442
18443 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
18444
18445         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
18446           plug a memleak, allows me to import 1479 albums in one go
18447           in jamboree
18448         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
18449         (vorbis_handle_type_packet), (vorbis_dec_chain),
18450         (vorbis_dec_change_state):
18451           fix some format strings
18452
18453 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
18454
18455         * docs/libs/tmpl/gstcolorbalance.sgml:
18456         * docs/libs/tmpl/gstmixer.sgml:
18457         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
18458         (gst_alsasink_set_property), (gst_alsasink_get_property):
18459         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
18460         (gst_alsasrc_set_property), (gst_alsasrc_get_property):
18461           add device property
18462
18463 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
18464
18465         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
18466         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
18467         (audiocast_register_listener), (audiocast_thread_run),
18468         (gst_gnomevfssrc_send_additional_headers_callback),
18469         (gst_gnomevfssrc_received_headers_callback),
18470         (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
18471         (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
18472         (gst_gnomevfssrc_get_size):
18473           add/clean up debugging
18474         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
18475           cleanups
18476
18477 2005-07-07  Andy Wingo  <wingo@pobox.com>
18478
18479         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
18480         framerate. Need to get a handle on when exactly this function is
18481         called, tho.
18482
18483         * sys/v4l/v4lsrc_calls.h:
18484         * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
18485         (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
18486         (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
18487
18488         * sys/v4l/v4l_calls.h: Cast to V4lElement.
18489         * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
18490         v4lelements are sources.
18491
18492         * sys/v4l/gstv4lxoverlay.h:
18493         * sys/v4l/gstv4lxoverlay.c:
18494         * sys/v4l/gstv4ltuner.h:
18495         * sys/v4l/gstv4ltuner.c: Header loc fixen.
18496         
18497         * sys/v4l/gstv4lsrc.h:
18498         * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
18499         PushSrc/BaseSrc. Removed most sync-related properties, videorate
18500         or something should handle that. Made a live source.
18501
18502         * sys/v4l/gstv4lelement.h:
18503         * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
18504         signals. Some cleanups.
18505
18506         * sys/v4l/gstv4lcolorbalance.h: Interface header update.
18507
18508         * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
18509         stuff.
18510
18511         * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
18512         stuff.
18513
18514         * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
18515
18516 2005-07-07  Wim Taymans  <wim@fluendo.com>
18517
18518         * ext/theora/theoradec.c: (theora_get_query_types),
18519         (theora_dec_src_getcaps), (theora_dec_push):
18520         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
18521         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
18522         Remove deprecated/unused query types.
18523
18524 2005-07-06  Wim Taymans  <wim@fluendo.com>
18525
18526         * ext/alsa/Makefile.am:
18527         * ext/alsa/gstalsaplugin.c: (plugin_init):
18528         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
18529         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
18530         (gst_alsasrc_dispose), (gst_alsasrc_base_init),
18531         (gst_alsasrc_class_init), (gst_alsasrc_init),
18532         (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
18533         (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
18534         (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
18535         (gst_alsasrc_reset):
18536         * ext/alsa/gstalsasrc.h:
18537         * gst-libs/gst/audio/Makefile.am:
18538         * gst-libs/gst/audio/gstaudiosink.c:
18539         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
18540         (gst_audioringbuffer_start):
18541         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
18542         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
18543         (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
18544         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
18545         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
18546         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
18547         (gst_audiosrc_base_init), (gst_audiosrc_class_init),
18548         (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
18549         * gst-libs/gst/audio/gstaudiosrc.h:
18550         * gst-libs/gst/audio/gstbaseaudiosink.c:
18551         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
18552         (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
18553         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
18554         * gst-libs/gst/audio/gstbaseaudiosrc.c:
18555         (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
18556         (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
18557         (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
18558         (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
18559         (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
18560         (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
18561         (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
18562         (gst_baseaudiosrc_change_state):
18563         * gst-libs/gst/audio/gstbaseaudiosrc.h:
18564         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
18565         (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
18566         (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
18567         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
18568         (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
18569         (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
18570         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
18571         * gst-libs/gst/audio/gstringbuffer.h:
18572         Added audiosource base classes.
18573         Ported alsasrc, still very basic.
18574
18575 2005-07-06  Wim Taymans  <wim@fluendo.com>
18576
18577         * ext/theora/theoradec.c: (theora_dec_src_getcaps),
18578         (theora_dec_push), (theora_handle_data_packet):
18579         Prepare for better timestamp fix later.
18580
18581         * gst/audioconvert/gstaudioconvert.c:
18582         List most accurate caps first
18583
18584         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
18585         Use proper pad task function.
18586
18587         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
18588         (gst_xvimagesink_show_frame):
18589         Fix deadlock when alloc failed.
18590
18591 2005-07-05  Andy Wingo  <wingo@pobox.com>
18592
18593         * ext/gnomevfs/gstgnomevfssrc.c:
18594         * gst/sine/gstsinesrc.c:
18595         * gst/tcp/gsttcpserversrc.c:
18596         * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
18597
18598         * sys/v4l/: Port from 0.8.
18599
18600         * Many files: Null if we got it....
18601
18602 2005-07-05  Andy Wingo  <wingo@pobox.com>
18603
18604         * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read): 
18605         * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
18606         Signedness fixes.
18607
18608 2005-07-05  Wim Taymans  <wim@fluendo.com>
18609
18610         * configure.ac:
18611         * gst/tcp/Makefile.am:
18612         * gst/tcp/README:
18613         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
18614         (gst_multifdsink_base_init), (gst_multifdsink_class_init),
18615         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
18616         (is_sync_frame), (gst_multifdsink_handle_client_write),
18617         (gst_multifdsink_render), (gst_multifdsink_start),
18618         (gst_multifdsink_stop), (gst_multifdsink_change_state):
18619         * gst/tcp/gstmultifdsink.h:
18620         * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
18621         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
18622         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
18623         * gst/tcp/gsttcp.h:
18624         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
18625         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
18626         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
18627         (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
18628         * gst/tcp/gsttcpclientsink.h:
18629         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
18630         (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
18631         (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
18632         (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
18633         (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
18634         * gst/tcp/gsttcpclientsrc.h:
18635         * gst/tcp/gsttcpplugin.c: (plugin_init):
18636         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
18637         * gst/tcp/gsttcpserversink.h:
18638         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
18639         (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
18640         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
18641         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
18642         (gst_tcpserversrc_stop):
18643         * gst/tcp/gsttcpserversrc.h:
18644         * gst/tcp/gsttcpsink.c:
18645         * gst/tcp/gsttcpsink.h:
18646         * gst/tcp/gsttcpsrc.c:
18647         * gst/tcp/gsttcpsrc.h:
18648         Ported tcp plugins to 0.9. 
18649         
18650
18651 2005-07-05  Andy Wingo  <wingo@pobox.com>
18652
18653         * gst/playback/gstplaybasebin.c (fill_buffer):
18654         message_new_application fixen.
18655
18656         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
18657         Style fix.
18658
18659 2005-07-04  Wim Taymans  <wim@fluendo.com>
18660
18661         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
18662         Set caps on output buffer.
18663
18664 2005-07-04  Andy Wingo  <wingo@pobox.com>
18665
18666         * ext/gnomevfs/gstgnomevfssrc.c
18667         (gst_gnomevfssrc_received_headers_callback) 
18668         (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
18669         hopefully.
18670
18671         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
18672         No refcount leakage.
18673
18674         * configure.ac: Enable -Werror.
18675         
18676         * ext/theora/theoradec.c (theora_dec_src_getcaps):
18677         * gst/audioconvert/bufferframesconvert.c
18678         (buffer_frames_convert_fixate):
18679         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
18680         (gst_audio_convert_fixate):
18681         * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
18682         (gst_sinesrc_create): Fixate func changes.
18683         
18684         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
18685         (gst_ximagesink_buffer_alloc): Unused var.
18686
18687 2005-07-01  Andy Wingo  <wingo@pobox.com>
18688
18689         * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
18690         getcaps to do explicit caps. Needs to be done in all decoders,
18691         possibly via a base class.
18692
18693         * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
18694
18695         * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
18696         caps on the sink pad, just rely on the pad template. Also, setting
18697         ANY caps on a pad is not valid because the caps are not fixed.
18698
18699         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
18700         caps on the buffer, and get the width from the desired_caps if
18701         they're set.
18702         (gst_ximagesink_renegotiate_size): Implement via setting the
18703         desired_caps on the ximagesink.
18704         (gst_ximagesink_setcaps): Only reset the width of the player if it
18705         wasn't already set. Not sure if this is right.
18706         (gst_ximagesink_show_frame): Memcpy only for normal buffers.
18707
18708         * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
18709         that the user wants. NULL unless the window has been resized.
18710
18711         * gst/volume/gstvolume.c (volume_transform): Adapt to
18712         basetransform refcount changes.
18713         
18714 2005-07-01  Andy Wingo  <wingo@pobox.com>
18715
18716         * gst/videoscale/gstvideoscale.c:
18717         * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
18718         from BaseTransform, implements a transform_caps. Removed dead code
18719         including some PAR stuff that was never reached -- should probably
18720         be added back somehow.
18721
18722 2005-07-01  Andy Wingo  <wingo@pobox.com>
18723
18724         * gst/videoscale: Merge David's work from 0.8 branch. Changes to
18725         come later.
18726
18727 2005-06-30  Thomas Vander Stichele  <thomas at apestaart dot org>
18728
18729         * configure.ac:
18730         * docs/libs/Makefile.am:
18731         * docs/libs/gst-plugins-libs.types:
18732         * ext/alsa/Makefile.am:
18733         * ext/alsa/gstalsamixer.h:
18734         * ext/alsa/gstalsamixeroptions.h:
18735         * ext/alsa/gstalsamixertrack.h:
18736         * gst-libs/gst/Makefile.am:
18737         * gst-libs/gst/colorbalance/.cvsignore:
18738         * gst-libs/gst/colorbalance/Makefile.am:
18739         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
18740         * gst-libs/gst/colorbalance/colorbalance.c:
18741         * gst-libs/gst/colorbalance/colorbalance.h:
18742         * gst-libs/gst/colorbalance/colorbalance.vcproj:
18743         * gst-libs/gst/colorbalance/colorbalancechannel.c:
18744         * gst-libs/gst/colorbalance/colorbalancechannel.h:
18745         * gst-libs/gst/interfaces/Makefile.am:
18746         * gst-libs/gst/interfaces/colorbalance.c:
18747         (gst_color_balance_class_init):
18748         * gst-libs/gst/interfaces/colorbalance.h:
18749         * gst-libs/gst/interfaces/interfaces-marshal.list:
18750         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
18751         * gst-libs/gst/interfaces/mixer.h:
18752         * gst-libs/gst/interfaces/mixeroptions.h:
18753         * gst-libs/gst/interfaces/navigation.c:
18754         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
18755         * gst-libs/gst/interfaces/tuner.h:
18756         * gst/volume/Makefile.am:
18757         * gst/volume/gstvolume.c:
18758         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
18759         * sys/ximage/Makefile.am:
18760         * sys/ximage/ximagesink.c:
18761         * sys/xvimage/Makefile.am:
18762         * sys/xvimage/xvimagesink.c:
18763           fold in all interfaces into an interfaces dir, preserving CVS
18764           history
18765
18766 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18767
18768         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
18769           Fix build after riff changes.
18770
18771 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18772
18773         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
18774         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
18775         (gst_riff_create_video_template_caps),
18776         (gst_riff_create_audio_template_caps),
18777         (gst_riff_create_iavs_template_caps):
18778         * gst-libs/gst/riff/riff-media.h:
18779         * gst-libs/gst/riff/riff-read.h:
18780         * gst-libs/gst/riff/riff.c: (gst_riff_init):
18781           Add gst_riff_init() to initialize the debug category, instead
18782           of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
18783
18784 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18785
18786         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
18787           Oops, I shouldn't apply hacks.
18788
18789 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18790
18791         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
18792           Remove pad_loop function which doesn't work.
18793
18794 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18795
18796         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
18797           Send EOS when deactivating.
18798         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
18799         (check_queue), (queue_threshold_reached), (queue_out_of_data),
18800         (gen_preroll_element), (probe_triggered), (mute_stream),
18801         (silence_stream), (new_decoded_pad), (setup_substreams),
18802         (set_active_source):
18803         * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
18804         (remove_sinks), (add_sink):
18805         * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
18806           Change for new probe API.
18807
18808 2005-06-29  Wim Taymans  <wim@fluendo.com>
18809
18810         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
18811         * gst-libs/gst/audio/gstbaseaudiosink.c:
18812         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
18813         (gst_baseaudiosink_change_state):
18814         * gst-libs/gst/audio/gstbaseaudiosink.h:
18815         * gst-libs/gst/audio/gstringbuffer.c:
18816         (gst_ringbuffer_set_callback):
18817         Fix compilation error.
18818         Ringbuffer starts out as not running.
18819         Free our clock in dispose.
18820         When releasing the ringbuffer we need to renegotiate so
18821         clear the pad caps.
18822
18823 2005-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
18824
18825         * autogen.sh:
18826         * configure.ac:
18827         * docs/Makefile.am:
18828         * docs/libs/Makefile.am:
18829         * docs/libs/gst-plugins-libs-docs.sgml:
18830         * docs/libs/gst-plugins-libs-sections.txt:
18831         * docs/libs/gst-plugins-libs.types:
18832         * docs/libs/tmpl/gstaudio.sgml:
18833         * docs/libs/tmpl/gstcolorbalance.sgml:
18834         * docs/libs/tmpl/gstringbuffer.sgml:
18835         * gst-libs/gst/audio/gstringbuffer.c:
18836         (gst_ringbuffer_set_callback):
18837           reinstate gtk-doc docs for plugin libs
18838
18839 2005-06-28  Wim Taymans  <wim@fluendo.com>
18840
18841         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
18842         (gst_ogg_demux_init):
18843         Removed pad loop function.
18844
18845 2005-06-28  Wim Taymans  <wim@fluendo.com>
18846
18847         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
18848         If we're building a chain we are not in an error case
18849         when we queue a buffer.
18850
18851 2005-06-28  Andy Wingo  <wingo@pobox.com>
18852
18853         * *.c: Don't cast to GstObject before reffing/unreffing.
18854
18855 2005-06-27  Andy Wingo  <wingo@pobox.com>
18856
18857         * gst/videotestsrc/gstvideotestsrc.c
18858         (gst_videotestsrc_activate_push): Activation API changes.
18859
18860         * gst/playback/gstdecodebin.c (gst_decode_bin_change_state) 
18861         (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
18862         they have refs on the decodebin.
18863
18864         * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
18865         parent class.
18866         (gst_ogg_pad_typefind): Don't leak a pad ref.
18867         (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
18868         (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push) 
18869         (gst_ogg_demux_sink_activate_pull): Changes for activation API.
18870
18871 2005-06-27  Edward Hervey  <edward@fluendo.com>
18872
18873         * ext/theora/theoradec.c: (theora_dec_change_state): 
18874         re-arranged call to parent's state change in order to avoid locks (or
18875         worse).
18876
18877 2005-06-26  Edward Hervey  <edward@fluendo.com>
18878
18879         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
18880         2nd argument of 'unknow-type' signal is a GstCaps and not a
18881         GstMiniObject
18882
18883 2005-06-25  Jan Schmidt  <thaytan@mad.scientist.com>
18884         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
18885           Set the worker thread's running flag to TRUE before starting the
18886           thread.
18887         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
18888           Catch a failure to add typefind to the bin.
18889
18890 2005-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
18891
18892         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
18893         (gst_sinesrc_init), (gst_sinesrc_create),
18894         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
18895         (gst_sinesrc_start):
18896         * gst/sine/gstsinesrc.h:
18897           add num-buffers and timestamp-offset properties
18898         * gst/videotestsrc/gstvideotestsrc.c:
18899         (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
18900         (gst_videotestsrc_get_property):
18901           add timestamp-offset property
18902
18903 2005-06-23  Christian Schaller  <uraeus@gnome.org>
18904
18905         * configure.ac: add videorate
18906         * gst-plugins-base.spec.in: add videorate
18907
18908 2005-06-23  Wim Taymans  <wim@fluendo.com>
18909
18910         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
18911         (gst_videorate_getcaps), (gst_videorate_setcaps),
18912         (gst_videorate_event), (gst_videorate_chain):
18913         Fixed videorate, fixating an already fixated caps is not
18914         an error.
18915
18916 2005-06-23  Wim Taymans  <wim@fluendo.com>
18917
18918         * ext/ogg/README:
18919         * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
18920         Buffer on caps is not boxed anymore.
18921
18922 2005-06-22  Wim Taymans  <wim@fluendo.com>
18923
18924         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
18925         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
18926         Set buffers on caps as miniobjects and not as boxed.
18927
18928 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
18929
18930         * configure.ac:
18931           back to HEAD
18932
18933 === release 0.9.1 ===
18934
18935 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
18936
18937         * .cvsignore:
18938         * NEWS:
18939         * README:
18940         * RELEASE:
18941         * configure.ac:
18942         * po/af.po:
18943         * po/az.po:
18944         * po/cs.po:
18945         * po/en_GB.po:
18946         * po/hu.po:
18947         * po/it.po:
18948         * po/nb.po:
18949         * po/nl.po:
18950         * po/or.po:
18951         * po/sq.po:
18952         * po/sr.po:
18953         * po/sv.po:
18954         * po/uk.po:
18955         * po/vi.po:
18956           updates for release
18957
18958 2005-06-09  Andy Wingo  <wingo@pobox.com>
18959
18960         * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
18961         
18962 2005-06-09  Andy Wingo  <wingo@pobox.com>
18963
18964         * configure.ac:
18965         * gst-libs/gst/Makefile.am:
18966         * gst-libs/gst/net/Makefile.am:
18967         Add gstnet to build.
18968
18969 2005-06-09  Andy Wingo  <wingo@pobox.com>
18970
18971         * gst-libs/gst/gconf/gconf.c:
18972         * gst/playback/test.c:
18973         * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
18974         fixes.
18975
18976         * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
18977
18978         * ext/theora/theoraenc.c (theora_enc_chain): 
18979         * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
18980
18981         * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
18982         RealPad.
18983
18984 2005-06-02  Wim Taymans  <wim@fluendo.com>
18985
18986         * gst-libs/gst/net/Makefile.am:
18987         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
18988         * pkgconfig/gstreamer-libs.pc.in:
18989         Added net stuff, version net lib.
18990
18991 2005-06-02  Wim Taymans  <wim@fluendo.com>
18992
18993         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
18994         (query_rates), (query_positions_elems), (query_positions_pads),
18995         (do_seek):
18996         Updated seek example.
18997
18998 2005-06-02  Andy Wingo  <wingo@pobox.com>
18999
19000         * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
19001         * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
19002         list.
19003
19004         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
19005         remove the typefind, the bin dispose will do it for us. When it's
19006         removed and unreffed, the signal handler will be disconnected,
19007         too.
19008         (unlinked): It's too difficult to disconnect from unlinked
19009         handlers, as they are on pads not elements. Just punt if the pads
19010         aren't grandkids of the bin.
19011
19012 2005-06-02  Wim Taymans  <wim@fluendo.com>
19013
19014         * ext/ogg/README:
19015         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
19016         (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
19017         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
19018         * ext/theora/theoradec.c: (theora_dec_src_query),
19019         (theora_handle_data_packet):
19020         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
19021         (theora_enc_chain):
19022         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
19023         (vorbis_handle_data_packet):
19024         * gst/audioconvert/bufferframesconvert.c:
19025         (buffer_frames_convert_chain):
19026         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19027         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
19028         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
19029         (gst_ffmpegcsp_chain):
19030         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
19031         (gst_videorate_getcaps), (gst_videorate_setcaps),
19032         (gst_videorate_event), (gst_videorate_chain):
19033         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
19034         (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
19035         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
19036         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
19037         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
19038         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
19039         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
19040         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
19041         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
19042         Cleanups and buffer alloc.
19043
19044 2005-05-31  Wim Taymans  <wim@fluendo.com>
19045
19046         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
19047         Don't try to call the delay method when the device is not
19048         opened.
19049
19050 2005-05-31  Wim Taymans  <wim@fluendo.com>
19051
19052         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
19053         Get actual segment size and buffer size after opening
19054         the device.
19055
19056 2005-05-30  Wim Taymans  <wim@fluendo.com>
19057
19058         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
19059         (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
19060         Also FLUSH upstream, makes the loop function exit faster.
19061         
19062         * ext/theora/theoradec.c: (theora_dec_src_query):
19063         Some more debug info in the query.
19064         
19065         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
19066         (gst_ximagesink_setcaps):
19067         Release lock on par error, better error reporting.
19068
19069 2005-05-26  Wim Taymans  <wim@fluendo.com>
19070
19071         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
19072         (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
19073         (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
19074         Clear chains in READY
19075         Queue packets until the chain is activated.
19076
19077 2005-05-25  Wim Taymans  <wim@fluendo.com>
19078
19079         * gst-libs/gst/audio/gstaudiosink.c:
19080         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
19081         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
19082         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
19083         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
19084         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
19085         (gst_audiosink_create_ringbuffer):
19086         * gst-libs/gst/audio/gstbaseaudiosink.c:
19087         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
19088         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
19089         (gst_baseaudiosink_set_property), (build_linear_format),
19090         (debug_spec_caps), (debug_spec_buffer),
19091         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
19092         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
19093         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
19094         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
19095         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
19096         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
19097         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
19098         (gst_ringbuffer_play), (gst_ringbuffer_pause),
19099         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
19100         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
19101         (wait_segment), (gst_ringbuffer_commit),
19102         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
19103         (gst_ringbuffer_clear):
19104         Various small cleanups.
19105
19106         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
19107         (gst_audio_convert_change_state):
19108         * gst/subparse/gstsubparse.c: (gst_subparse_chain):
19109         No need to take the locks anymore.
19110
19111 2005-05-25  Wim Taymans  <wim@fluendo.com>
19112
19113         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
19114         (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
19115         (remove_element_chain), (no_more_pads), (unlinked), (close_link),
19116         (type_found):
19117         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
19118         (group_destroy), (group_commit), (queue_overrun),
19119         (gen_preroll_element), (no_more_pads), (preroll_unlinked),
19120         (mute_stream), (new_decoded_pad), (setup_substreams),
19121         (setup_source), (mute_group_type), (set_active_source),
19122         (gst_play_base_bin_change_state):
19123         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
19124         (gen_video_element), (gen_text_element), (gen_audio_element),
19125         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
19126         * gst/playback/gststreaminfo.c: (gst_stream_info_new),
19127         (gst_stream_info_dispose), (gst_stream_info_set_mute):
19128         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
19129         Some playbin cleanups mostly refcounting sloppyness.
19130
19131 2005-05-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19132
19133         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
19134           Work with streaming input.
19135
19136 2005-05-25  Wim Taymans  <wim@fluendo.com>
19137
19138         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19139         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
19140         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
19141         (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
19142         No need to take the STREAM lock anymore.
19143
19144 2005-05-25  Wim Taymans  <wim@fluendo.com>
19145
19146         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
19147         (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
19148         (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
19149         (gst_ogg_demux_chain), (gst_ogg_demux_loop),
19150         (gst_ogg_demux_sink_activate):
19151         * ext/theora/theoradec.c: (theora_dec_src_event),
19152         (theora_handle_comment_packet), (theora_dec_chain),
19153         (theora_dec_change_state):
19154         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
19155         (vorbis_handle_data_packet), (vorbis_dec_chain),
19156         (vorbis_dec_change_state):
19157         Remove STREAM locks as they are taken in core now.
19158         Never set bogus granulepos on vorbis/theora.
19159         Fix leaks in theoradec tag parsing.
19160
19161 2005-05-25  Wim Taymans  <wim@fluendo.com>
19162
19163         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
19164         Fix memleaks, GST_BUFFER_DATA() is not freed.
19165
19166 2005-05-25  Wim Taymans  <wim@fluendo.com>
19167
19168         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
19169         Open non-blocking, set to blocking mode afterwards to avoid
19170         lockups when audio device is busy.
19171
19172 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19173
19174         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
19175           This can't be good.
19176
19177 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19178
19179         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
19180         (gst_audio_convert_chain), (gst_audio_convert_link_src),
19181         (gst_audio_convert_setcaps):
19182           Implement instant setup switching.
19183
19184 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19185
19186         * gst/playback/gstplaybasebin.c: (probe_triggered):
19187           Fix missing unlock.
19188         * gst/playback/gstplaybin.c: (add_sink):
19189           First add, then link (otherwise pad link fails).
19190
19191 2005-05-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19192
19193         * examples/Makefile.am:
19194         fix buildbot (make distcheck)
19195
19196 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19197
19198         * gst/playback/gstplaybin.c: (gen_vis_element):
19199           Remove some wrong code. Doesn't work yet.
19200
19201 2005-05-19  Wim Taymans  <wim@fluendo.com>
19202
19203         * gst-libs/gst/net/Makefile.am:
19204         * gst-libs/gst/net/README:
19205         * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
19206         (gst_netbuffer_class_init), (gst_netbuffer_init),
19207         (gst_netbuffer_finalize), (gst_netbuffer_copy),
19208         (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
19209         (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
19210         (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
19211         * gst-libs/gst/net/gstnetbuffer.h:
19212         Added buffer subclass to store extra to/from addresses for
19213         network sources/sinks.
19214
19215 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19216
19217         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
19218           Don't lock an unassigned variable.
19219
19220 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19221
19222         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
19223           Increase buffer for video, decrease buffer for other media types.
19224         * gst/playback/gstplaybin.c: (gen_video_element),
19225         (gen_audio_element):
19226           Change names for debugging purposes.
19227
19228 2005-05-18  Wim Taymans  <wim@fluendo.com>
19229
19230         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19231         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
19232         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
19233         (gst_ffmpegcsp_chain):
19234         Enable buffer alloc passthrough if the source and dest
19235         formats are the same.
19236
19237 2005-05-17  Wim Taymans  <wim@fluendo.com>
19238
19239         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
19240         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
19241         (gst_ogg_demux_chain_unlocked):
19242         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
19243         (gst_audio_convert_caps_remove_format_info),
19244         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
19245         (gst_audio_convert_fixate), (gst_audio_convert_change_state):
19246         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19247         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
19248         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
19249         (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
19250         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
19251         (gst_ffmpegcsp_get_property):
19252         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
19253         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
19254         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
19255         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
19256         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
19257         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
19258         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
19259         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
19260         Leak fixes in oggdemux.
19261         Some cleanups in audioconvert.
19262         Make passthrough work along with buffer_alloc etc.
19263         Make buffer_alloc and buffer recycling actually work in
19264         xvimagesink.
19265
19266 2005-05-17  Thomas Vander Stichele  <thomas at apestaart dot org>
19267
19268         * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
19269           make the compiler happy
19270
19271 2005-05-17  Wim Taymans  <wim@fluendo.com>
19272
19273         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
19274         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
19275         (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
19276         (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
19277         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
19278         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
19279         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
19280         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
19281         (gst_xvimagesink_set_xwindow_id):
19282         * sys/xvimage/xvimagesink.h:
19283         Port xvimagesink to new MiniObject.
19284
19285 2005-05-17  Wim Taymans  <wim@fluendo.com>
19286
19287         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
19288         (gst_audiofilter_chain):
19289         * gst-libs/gst/audio/gstaudiosink.c:
19290         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
19291         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
19292         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
19293         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
19294         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
19295         (gst_audiosink_create_ringbuffer):
19296         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
19297         (gst_audio_convert_caps_remove_format_info),
19298         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
19299         (gst_audio_convert_fixate), (gst_audio_convert_channels):
19300         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19301         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
19302         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
19303         Fix passthrough in ffmpegcolorspace.
19304         Fix memset in audiosink on wrong memory.
19305
19306 2005-05-16  David Schleef  <ds@schleef.org>
19307
19308         * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
19309         to GstMiniObject.
19310
19311 2005-05-16  David Schleef  <ds@schleef.org>
19312
19313         Port from GstData to GstMiniObject.
19314         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
19315         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
19316         (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
19317         (gst_ogg_mux_collected):
19318         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
19319         * ext/theora/theoradec.c: (theora_handle_comment_packet),
19320         (theora_handle_data_packet):
19321         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
19322         (theora_set_header_on_caps), (theora_enc_chain):
19323         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
19324         (vorbis_handle_comment_packet):
19325         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
19326         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
19327         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
19328         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
19329         * gst/audioconvert/gstaudioconvert.c:
19330         (gst_audio_convert_get_buffer):
19331         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
19332         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
19333         (mute_stream), (silence_stream):
19334         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
19335         * gst/volume/gstvolume.c: (volume_transform):
19336         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
19337         (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
19338         (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
19339         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
19340         (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
19341         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
19342         (gst_ximagesink_buffer_alloc):
19343         * sys/ximage/ximagesink.h:
19344
19345 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19346
19347         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
19348         (fill_buffer), (check_queue), (queue_threshold_reached),
19349         (queue_out_of_data):
19350         * gst/playback/gstplaybasebin.h:
19351           Post buffer-fullness on the bus.
19352
19353 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19354
19355         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
19356         (try_to_link_1):
19357         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
19358         (group_commit), (probe_triggered), (setup_source),
19359         (gst_play_base_bin_change_state):
19360         * gst/playback/gstplaybasebin.h:
19361         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
19362         (gst_play_bin_init), (remove_sinks), (setup_sinks),
19363         (gst_play_bin_change_state):
19364           Move setup_output_pads into a virtual function, remove
19365           group-switch (no longer needed) and redirect (handled by bus
19366           now) signals.
19367
19368 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19369
19370         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
19371         (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
19372         (get_active_group), (get_building_group), (group_destroy),
19373         (group_commit), (check_queue), (queue_overrun),
19374         (queue_threshold_reached), (queue_out_of_data),
19375         (gen_preroll_element), (remove_groups), (unknown_type),
19376         (add_element_stream), (no_more_pads), (probe_triggered),
19377         (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
19378         (setup_substreams), (setup_source), (finish_source),
19379         (prepare_output), (muted_group_change_state),
19380         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
19381         (gst_play_base_bin_change_state):
19382         * gst/playback/gstplaybasebin.h:
19383         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
19384         (gst_play_bin_init), (gst_play_bin_set_property),
19385         (gen_video_element), (gen_text_element), (gen_audio_element),
19386         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
19387         (gst_play_bin_change_state):
19388         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
19389         (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
19390         (stream_info_change_state), (gst_stream_info_set_mute),
19391         (gst_stream_info_get_property):
19392         * gst/playback/gststreaminfo.h:
19393         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
19394         (gst_stream_selector_get_linked_pad),
19395         (gst_stream_selector_getcaps),
19396         (gst_stream_selector_get_linked_pads),
19397         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
19398         * gst/playback/gststreamselector.h:
19399           Rough port of playbin. Needs some more work, but is mostly done,
19400           and uses a few locks in important places, which should make stuff
19401           like chain-switches clean. Still uses GST_STATE() in a few places,
19402           which isn't all that good an idea, subtitles/elements disabled
19403           because no elements to test with and thus probably broken, query
19404           and event handling moved to GstBin, internal thread removed
19405           alltogether because the pipeline does that for us now. Can play
19406           Ogg/Vorbis files. Haven't tested anything else yet.
19407
19408 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19409
19410         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
19411           Do no-more-pads (needed for autoplugging).
19412
19413 2005-05-10  Andy Wingo  <wingo@pobox.com>
19414
19415         * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
19416         message to the bus with the tags. Still not sent downstream tho.
19417
19418         * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
19419         get_parent.
19420         (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
19421         avoid refcounting hassles.
19422
19423 2005-05-09  Andy Wingo  <wingo@pobox.com>
19424
19425         * gst/volume/Makefile.am:
19426         * gst/volume/demo.c
19427         * gst/volume/gstvolume.h
19428         * gst/volume/gstvolume.c: Port to 0.9 API, derive from
19429         basetransform. Probably need an audio filter base class.
19430
19431 2005-05-09  Wim Taymans  <wim@fluendo.com>
19432
19433         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
19434         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
19435         (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
19436         (gst_vorbisenc_chain):
19437         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
19438         (gst_audio_convert_caps_remove_format_info),
19439         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
19440         (gst_audio_convert_fixate), (gst_audio_convert_channels):
19441         Make caps writable before writing to it.
19442         Fix negotiation in audioconvert some more.
19443
19444 2005-05-09  Wim Taymans  <wim@fluendo.com>
19445
19446         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
19447         (gst_videorate_getcaps), (gst_videorate_setcaps),
19448         (gst_videorate_event), (gst_videorate_chain):
19449         Better negotiation.
19450
19451 2005-05-09  Wim Taymans  <wim@fluendo.com>
19452
19453         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
19454         (gst_videorate_getcaps), (gst_videorate_setcaps),
19455         (gst_videorate_blank_data), (gst_videorate_init),
19456         (gst_videorate_event), (gst_videorate_chain),
19457         (gst_videorate_change_state):
19458         Port videorate, do a better job at negotiation while we're at
19459         it.
19460
19461 2005-05-09  Jan Schmidt  <thaytan@mad.scientist.com>
19462
19463         * configure.ac:
19464           Disable libvisual
19465
19466         * examples/Makefile.am:
19467         * gst-libs/gst/audio/Makefile.am:
19468         * gst-libs/gst/riff/Makefile.am:
19469         * gst-libs/gst/tag/Makefile.am:
19470         * gst-libs/gst/video/Makefile.am:
19471           Fixups for missing variables.
19472
19473 2005-05-09  Wim Taymans  <wim@fluendo.com>
19474
19475         * examples/seeking/seek.c: (make_theora_pipeline),
19476         (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
19477         (query_rates), (query_positions_elems), (query_positions_pads),
19478         (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
19479         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
19480         (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
19481         (gst_ogg_pad_typefind), (gst_ogg_demux_init),
19482         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
19483         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
19484         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
19485         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
19486         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
19487         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
19488         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
19489         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
19490         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
19491         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
19492         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
19493         (theora_dec_src_convert), (theora_dec_sink_convert),
19494         (theora_dec_src_query), (theora_dec_sink_query),
19495         (theora_dec_src_event), (theora_dec_sink_event),
19496         (theora_handle_comment_packet), (theora_handle_type_packet),
19497         (theora_handle_header_packet), (theora_handle_data_packet),
19498         (theora_dec_chain):
19499         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
19500         (vorbis_dec_convert), (vorbis_dec_src_query),
19501         (vorbis_dec_sink_query), (vorbis_dec_src_event),
19502         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
19503         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
19504         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
19505         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
19506         (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
19507         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
19508         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
19509         (gst_play_bin_query):
19510         * gst/playback/test3.c: (update_scale):
19511         * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
19512         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
19513         * gst/subparse/gstsubparse.c: (gst_subparse_init):
19514         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
19515         (gst_videotestsrc_src_query):
19516         * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
19517         (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
19518         (paint_hline_YUV9):
19519         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
19520         Port to new query API.
19521         Updated seek.
19522         Cleanups in x[v]imagesink
19523
19524 2005-05-09  Andy Wingo  <wingo@pobox.com>
19525
19526         * ext/alsa/gstalsasink.h:
19527         * ext/gnomevfs/gstgnomevfssrc.c:
19528         (gst_gnomevfssrc_get_icy_metadata):
19529         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
19530         (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
19531         * ext/theora/theoradec.c (theora_dec_src_query)
19532         (theora_dec_src_event, theora_dec_sink_event)
19533         (theora_handle_comment_packet, theora_handle_data_packet):
19534         * ext/theora/theoraenc.c (theora_enc_chain):
19535         * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
19536         (vorbis_dec_sink_event, vorbis_handle_comment_packet):
19537         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
19538         * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
19539         (qt_type_find):
19540         * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
19541         (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
19542         (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
19543         (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
19544         (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
19545         (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
19546         (paint_setup_xBGR8888, paint_setup_RGBx8888)
19547         (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
19548         (paint_setup_RGB565, paint_setup_xRGB1555):
19549         * gst/videotestsrc/videotestsrc.h:
19550         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
19551         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
19552         (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
19553         GCC4 fixes.
19554         
19555         * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
19556         gst_pad_query_position. Fixes oggdemux.
19557
19558 2005-05-08  David Schleef  <ds@schleef.org>
19559
19560         * configure.ac: Require liboil.
19561         * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
19562         a few more.
19563         * gst/videotestsrc/videotestsrc.c:
19564         * gst/videotestsrc/videotestsrc.h:
19565
19566 2005-05-06  Wim Taymans  <wim@fluendo.com>
19567
19568         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19569         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
19570         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
19571         Well, unreffing a buffer right before pushing it is asking
19572         for trouble..
19573
19574 2005-05-06  Christian Schaller  <uraeus@gnome.org>
19575
19576         * pkgconfig/gstreamer-libs.pc.in: add missing library calls
19577
19578 2005-05-06  Wim Taymans  <wim@fluendo.com>
19579
19580         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
19581         (gst_audio_convert_caps_remove_format_info),
19582         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
19583         (gst_audio_convert_fixate), (gst_audio_convert_channels):
19584         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19585         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
19586         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
19587         * gst/sine/Makefile.am:
19588         * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
19589         (gst_sinesrc_class_init), (gst_sinesrc_init),
19590         (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
19591         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
19592         (gst_sinesrc_update_freq):
19593         * gst/sine/gstsinesrc.h:
19594         * gst/tcp/gstmultifdsink.c:
19595         * sys/xvimage/xvimagesink.c:
19596         Fixed negotiation wrt _peer_get_caps()
19597         Some cleanups.
19598
19599
19600 2005-05-06  Wim Taymans  <wim@fluendo.com>
19601
19602         * gst-libs/gst/audio/gstaudiosink.c:
19603         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
19604         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
19605         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
19606         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
19607         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
19608         (gst_audiosink_create_ringbuffer):
19609         * gst-libs/gst/audio/gstbaseaudiosink.c:
19610         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
19611         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
19612         (gst_baseaudiosink_set_property), (build_linear_format),
19613         (debug_spec_caps), (debug_spec_buffer),
19614         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
19615         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
19616         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
19617         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
19618         * gst-libs/gst/audio/gstbaseaudiosink.h:
19619         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
19620         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
19621         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
19622         (gst_ringbuffer_play), (gst_ringbuffer_pause),
19623         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
19624         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
19625         (wait_segment), (gst_ringbuffer_commit),
19626         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
19627         (gst_ringbuffer_clear):
19628         * gst-libs/gst/audio/gstringbuffer.h:
19629         Make the base audiosink return an error when there is no
19630         audiobuffer negotiated.
19631
19632 2005-05-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19633
19634         * ext/Makefile.am:
19635         Disable cdparanoia until someone ports it!
19636
19637 2005-05-06  Wim Taymans  <wim@fluendo.com>
19638
19639         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
19640         (gst_ogg_demux_sink_activate):
19641         And revert after wingo's revert.. sigh..
19642
19643 2005-05-05  Andy Wingo  <wingo@pobox.com>
19644
19645         * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
19646         GObject.
19647         * configure.ac: Return audiorate and subparse from the ghetto.
19648         Re-enable -Wall -Werror.
19649         * gst/subparse/gstsubparse.c:
19650         * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
19651         or chain-based. Cleaned up a bit. Not tested.
19652         
19653 2005-05-05  Christian Schaller <christian@fluendo.com> 
19654
19655         * Makefile.am: remove stuff that is not building
19656         * configure.ac: remove stuff that is not building
19657         * examples/Makefile.am: remove stuff that is not building
19658         * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
19659         * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
19660         * sys/Makefile.am: remove stuff that is not building
19661         * testsuite/Makefile.am: remove stuff that is not building
19662
19663 2005-05-05  Andy Wingo  <wingo@pobox.com>
19664
19665         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
19666         * gst-libs/gst/tag/gstvorbistag.c:
19667         (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
19668         * gst/adder/gstadder.h:
19669         * gst/audioconvert/gstchannelmix.c:
19670         (gst_audio_convert_fill_one_other):
19671         * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
19672         (gst_audiorate_init), (gst_audiorate_chain):
19673         * gst/playback/gstplaybasebin.c: (setup_source):
19674         * gst/playback/test3.c: (update_scale):
19675         Some GCC4 fixes
19676         
19677         * po/af.po:
19678         * po/az.po:
19679         * po/cs.po:
19680         * po/en_GB.po:
19681         * po/hu.po:
19682         * po/it.po:
19683         * po/nb.po:
19684         * po/nl.po:
19685         * po/or.po:
19686         * po/sq.po:
19687         * po/sr.po:
19688         * po/sv.po:
19689         * po/uk.po:
19690         * po/vi.po: Foo
19691
19692 2005-05-05  Wim Taymans  <wim@fluendo.com>
19693
19694         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
19695         (gst_audio_convert_caps_remove_format_info),
19696         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
19697         (gst_audio_convert_change_state), (gst_audio_convert_channels):
19698         * gst/videotestsrc/gstvideotestsrc.c:
19699         (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
19700         (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
19701         (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
19702         (gst_videotestsrc_init), (gst_videotestsrc_loop):
19703         Don't ignore _push() return values.
19704         Make sure no processing is done when shutting down.
19705         Videotestsrc pad activation fix.
19706
19707 2005-05-05  Wim Taymans  <wim@fluendo.com>
19708
19709         * gst/adder/Makefile.am:
19710         * gst/adder/gstadder.c: (gst_adder_setcaps),
19711         (gst_adder_class_init), (gst_adder_init),
19712         (gst_adder_request_new_pad), (gst_adder_collected),
19713         (gst_adder_change_state):
19714         * gst/adder/gstadder.h:
19715         Ported adder as an example of a mixer element using
19716         collect pads. Needs more negotiation work.
19717
19718 2005-05-05  Wim Taymans  <wim@fluendo.com>
19719
19720         * ext/theora/theoradec.c: (_inc_granulepos),
19721         (theora_dec_src_event), (theora_dec_sink_event),
19722         (theora_handle_comment_packet), (theora_handle_type_packet),
19723         (theora_handle_header_packet), (theora_handle_data_packet),
19724         (theora_dec_chain):
19725         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
19726         (gst_theora_enc_init), (theora_enc_sink_setcaps),
19727         (theora_push_buffer), (theora_push_packet),
19728         (theora_enc_sink_event), (theora_enc_chain),
19729         (theora_enc_change_state), (theora_enc_set_property),
19730         (theora_enc_get_property):
19731         Added stream lock to decoder so that we can serialize
19732         the discont event.
19733         More theoraenc porting, recover from errors, do clean
19734         shutdown.
19735
19736 2005-05-05  Wim Taymans  <wim@fluendo.com>
19737
19738         * ext/ogg/Makefile.am:
19739         * ext/ogg/README:
19740         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
19741         (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
19742         (gst_ogg_print):
19743         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
19744         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
19745         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
19746         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
19747         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
19748         (gst_ogg_mux_change_state):
19749         Ported ogg muxer.
19750
19751 2005-05-05  Wim Taymans  <wim@fluendo.com>
19752
19753         * docs/design-audiosinks.txt:
19754         * gst-libs/gst/audio/TODO:
19755         * gst-libs/gst/audio/gstaudiosink.c:
19756         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
19757         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
19758         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
19759         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
19760         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
19761         (gst_audiosink_create_ringbuffer):
19762         * gst-libs/gst/audio/gstbaseaudiosink.c:
19763         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
19764         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
19765         (gst_baseaudiosink_set_property), (build_linear_format),
19766         (debug_spec_caps), (debug_spec_buffer),
19767         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
19768         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
19769         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
19770         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
19771         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
19772         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
19773         (gst_ringbuffer_release), (gst_ringbuffer_play),
19774         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
19775         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
19776         (gst_ringbuffer_set_sample), (wait_segment),
19777         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
19778         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
19779         More work on the audiosink, mostly debugging and a race in
19780         shutdown.
19781
19782 2005-04-28  Wim Taymans  <wim@fluendo.com>
19783
19784         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
19785         (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
19786         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
19787         (vorbis_dec_src_query), (vorbis_dec_src_event),
19788         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
19789         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
19790         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
19791         Don't crap out when seeking back to position 0.
19792
19793 2005-04-28  Wim Taymans  <wim@fluendo.com>
19794
19795         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
19796         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
19797         (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
19798         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
19799         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
19800         Make audio sink configurable, use alsasink as default.
19801
19802 2005-04-28  Wim Taymans  <wim@fluendo.com>
19803
19804         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
19805         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
19806         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
19807         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
19808         (vorbis_dec_change_state):
19809         * ext/vorbis/vorbisdec.h:
19810         Refactor, use STREAM_LOCK.
19811
19812 2005-04-28  Wim Taymans  <wim@fluendo.com>
19813
19814         * ext/theora/theoradec.c: (_inc_granulepos),
19815         (theora_dec_sink_event), (theora_handle_comment_packet),
19816         (theora_handle_type_packet), (theora_handle_header_packet),
19817         (theora_handle_data_packet), (theora_dec_chain),
19818         (theora_dec_change_state):
19819         Refactor a bit, use STREAM_LOCK.
19820
19821 2005-04-28  Wim Taymans  <wim@fluendo.com>
19822
19823         * ext/alsa/Makefile.am:
19824         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
19825         (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
19826         (gst_alsa_link), (gst_alsa_close_audio):
19827         * ext/alsa/gstalsaplugin.c: (plugin_init):
19828         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
19829         (gst_alsasink_dispose), (gst_alsasink_base_init),
19830         (gst_alsasink_class_init), (gst_alsasink_init),
19831         (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
19832         (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
19833         (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
19834         (gst_alsasink_reset):
19835         * ext/alsa/gstalsasink.h:
19836         Implement alsasink with simple open/write/close API. 
19837         Make alsa dir build by disabling compilation of code.
19838
19839 2005-04-28  Wim Taymans  <wim@fluendo.com>
19840
19841         * gst-libs/gst/audio/Makefile.am:
19842         * gst-libs/gst/audio/audio.h:
19843         * gst-libs/gst/audio/audioclock.c:
19844         * gst-libs/gst/audio/audioclock.h:
19845         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
19846         (gst_audio_clock_class_init), (gst_audio_clock_init),
19847         (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
19848         * gst-libs/gst/audio/gstaudioclock.h:
19849         * gst-libs/gst/audio/gstaudiosink.c:
19850         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
19851         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
19852         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
19853         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
19854         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
19855         (gst_audiosink_create_ringbuffer):
19856         * gst-libs/gst/audio/gstbaseaudiosink.c:
19857         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
19858         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
19859         (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
19860         (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
19861         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
19862         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
19863         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
19864         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
19865         * gst-libs/gst/audio/gstbaseaudiosink.h:
19866         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
19867         (gst_ringbuffer_init), (gst_ringbuffer_finalize),
19868         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
19869         (gst_ringbuffer_release), (gst_ringbuffer_play),
19870         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
19871         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
19872         (gst_ringbuffer_set_sample), (wait_segment),
19873         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
19874         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
19875         * gst-libs/gst/audio/gstringbuffer.h:
19876         Make ringbuffer faster and more simple by removing the locks
19877         in the playback thread.
19878         Add sample accurate playback based on buffer sample offsets.
19879         Make the baseaudiosink provide a clock.
19880         Parse caps in the base class.
19881         Correctly handle seeking, flushing and state changes.
19882
19883 2005-04-25  Thomas Vander Stichele  <thomas at apestaart dot org>
19884
19885         * configure.ac:
19886         * gst/audioconvert/Makefile.am:
19887         * gst/audioscale/Makefile.am:
19888           Fix part of the build.  Come on guys, autogen didn't even work :)
19889
19890 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19891
19892         * configure.ac:
19893         * gst-libs/gst/Makefile.am:
19894         * gst-libs/gst/media-info/.cvsignore:
19895         * gst-libs/gst/media-info/Makefile.am:
19896         * gst-libs/gst/media-info/README:
19897         * gst-libs/gst/media-info/media-info-priv.c:
19898         * gst-libs/gst/media-info/media-info-priv.h:
19899         * gst-libs/gst/media-info/media-info-test.c:
19900         * gst-libs/gst/media-info/media-info.c:
19901         * gst-libs/gst/media-info/media-info.h:
19902         * gst-libs/gst/media-info/media-info.vcproj:
19903         * pkgconfig/Makefile.am:
19904         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
19905         * pkgconfig/gstreamer-media-info.pc.in:
19906           Remove media-info, which is also successed by playbin (see Totem
19907           implementation).
19908
19909 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19910
19911         * configure.ac:
19912         * examples/Makefile.am:
19913         * examples/gstplay/.cvsignore:
19914         * examples/gstplay/Makefile.am:
19915         * examples/gstplay/player.c:
19916         * gst-libs/gst/Makefile.am:
19917         * gst-libs/gst/play/.cvsignore:
19918         * gst-libs/gst/play/Makefile.am:
19919         * gst-libs/gst/play/play.c:
19920         * gst-libs/gst/play/play.h:
19921         * gst-libs/gst/play/play.vcproj:
19922         * pkgconfig/Makefile.am:
19923         * pkgconfig/gstreamer-play-uninstalled.pc.in:
19924         * pkgconfig/gstreamer-play.pc.in:
19925           Remove libgstplay, playbin is now the official successor.
19926
19927 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19928
19929         * configure.ac:
19930         * gst-libs/gst/Makefile.am:
19931         * gst-libs/gst/xwindowlistener/Makefile.am:
19932         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
19933         * gst-libs/gst/xwindowlistener/xwindowlistener.h:
19934           Remove deprecated xwindowlistener (I've moved xwindowlistening
19935           in the v4l/v4l2 plugins over to serverside).
19936
19937 2005-04-25  David Schleef  <ds@schleef.org>
19938
19939         * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
19940         to examples/dynparams.  Examples do not belong interspersed with
19941         source code.
19942         * examples/dynparams/demo-dparams.c:
19943         * gst/sine/Makefile.am:
19944         * gst/sine/demo-dparams.c:
19945
19946 2005-04-25  David Schleef  <ds@schleef.org>
19947
19948         Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
19949         * gst-libs/gst/audio/Makefile.am:
19950         * gst-libs/gst/riff/Makefile.am:
19951         * gst-libs/gst/tag/Makefile.am:
19952         * gst-libs/gst/video/Makefile.am:
19953         * gst-libs/gst/xwindowlistener/Makefile.am:
19954
19955         Convert to 0.9 API, seems to work:
19956         * sys/ximage/Makefile.am:
19957         * sys/ximage/ximagesink.c:
19958
19959 2005-04-24  David Schleef  <ds@schleef.org>
19960
19961         Link plugins against libraries:
19962         * ext/alsa/Makefile.am:
19963         * gst/tcp/Makefile.am:
19964
19965         Remove asm code that should be in liboil
19966         * gst/videoscale/Makefile.am:
19967         * gst/videoscale/videoscale_x86_asm.s:
19968
19969         gettext wants these checked in:
19970         * po/af.po:
19971         * po/az.po:
19972         * po/cs.po:
19973         * po/en_GB.po:
19974         * po/hu.po:
19975         * po/it.po:
19976         * po/nb.po:
19977         * po/nl.po:
19978         * po/or.po:
19979         * po/sq.po:
19980         * po/sr.po:
19981         * po/sv.po:
19982         * po/uk.po:
19983         * po/vi.po:
19984
19985 2005-04-24  David Schleef  <ds@schleef.org>
19986
19987         Convert gst_main() to g_main_loop_run()
19988         * gst/playback/decodetest.c: (main):
19989         * gst/playback/test2.c: (main):
19990         * gst/playback/test3.c: (main):
19991         * gst/playback/test4.c: (main):
19992
19993         Link plugins against libraries:
19994         * ext/libvisual/Makefile.am:
19995         * sys/xvimage/Makefile.am:
19996
19997 2005-04-24  David Schleef  <ds@schleef.org>
19998
19999         * configure.ac: Remove idct and resample libs
20000         * gst-libs/gst/Makefile.am: same
20001
20002         Remove usage of gst_library_load():
20003         * ext/alsa/gstalsaplugin.c: (plugin_init):
20004         * ext/libvisual/visual.c: (plugin_init):
20005         * ext/ogg/gstogg.c: (plugin_init):
20006         * ext/theora/theora.c: (plugin_init):
20007         * ext/vorbis/vorbis.c: (plugin_init):
20008         * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
20009         * gst/audioscale/gstaudioscale.c:
20010         * gst/adder/gstadder.c: (plugin_init):
20011         * gst/audioconvert/plugin.c: (plugin_init):
20012         * sys/ximage/ximagesink.c: (plugin_init):
20013         * sys/xvimage/xvimagesink.c: (plugin_init):
20014         * gst/tcp/gsttcpplugin.c: (plugin_init):
20015
20016         Link plugins against libraries:
20017         * ext/ogg/Makefile.am:
20018         * ext/theora/Makefile.am:
20019         * ext/vorbis/Makefile.am:
20020         * gst/audioconvert/Makefile.am:
20021
20022         Create proper libraries:
20023         * gst-libs/gst/riff/Makefile.am:
20024         * gst-libs/gst/audio/Makefile.am:
20025         * gst-libs/gst/video/Makefile.am:
20026
20027         Move resample library to audioscale plugin directory:
20028         * gst-libs/gst/resample/Makefile.am:
20029         * gst-libs/gst/resample/README:
20030         * gst-libs/gst/resample/dtof.c:
20031         * gst-libs/gst/resample/dtos.c:
20032         * gst-libs/gst/resample/functable.c:
20033         * gst-libs/gst/resample/private.h:
20034         * gst-libs/gst/resample/resample.c:
20035         * gst-libs/gst/resample/resample.h:
20036         * gst-libs/gst/resample/resample.vcproj:
20037         * gst-libs/gst/resample/test.c:
20038         * gst/audioscale/Makefile.am:
20039         * gst/audioscale/README:
20040         * gst/audioscale/dtof.c:
20041         * gst/audioscale/dtos.c:
20042         * gst/audioscale/functable.c:
20043         * gst/audioscale/private.h:
20044         * gst/audioscale/resample.c:
20045         * gst/audioscale/resample.h:
20046         * gst/audioscale/test.c:
20047
20048         Move tagedit library to gst-libs:
20049         * gst-libs/gst/tag/Makefile.am:
20050         * gst-libs/gst/tag/gstid3tag.c:
20051         * gst-libs/gst/tag/gsttagediting.c:
20052         * gst-libs/gst/tag/gsttageditingprivate.h:
20053         * gst-libs/gst/tag/gstvorbistag.c:
20054         * gst/tags/Makefile.am:
20055         * gst/tags/gstid3tag.c:
20056         * gst/tags/gstvorbistag.c:
20057
20058         Fix for core changes:
20059         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
20060         (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
20061         (gst_sinesrc_getrange):
20062
20063 2005-04-23  David Schleef  <ds@schleef.org>
20064
20065         * gst-libs/gst/Makefile.am: Remove idct.  It hasn't been used
20066         in gst-plugins in a long time, and properly belongs in liboil.
20067         * gst-libs/gst/idct/Makefile.am:
20068         * gst-libs/gst/idct/README:
20069         * gst-libs/gst/idct/dct.h:
20070         * gst-libs/gst/idct/doieee:
20071         * gst-libs/gst/idct/fastintidct.c:
20072         * gst-libs/gst/idct/floatidct.c:
20073         * gst-libs/gst/idct/idct.c:
20074         * gst-libs/gst/idct/idct.h:
20075         * gst-libs/gst/idct/idtc.vcproj:
20076         * gst-libs/gst/idct/ieeetest.c:
20077         * gst-libs/gst/idct/intidct.c:
20078
20079 2005-04-20  Wim Taymans  <wim@fluendo.com>
20080
20081         * docs/design-audiosinks.txt:
20082         * gst-libs/gst/audio/Makefile.am:
20083         * gst-libs/gst/audio/TODO:
20084         * gst-libs/gst/audio/gstaudiosink.c:
20085         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
20086         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
20087         (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
20088         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
20089         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
20090         (gst_audioringbuffer_delay), (gst_audiosink_base_init),
20091         (gst_audiosink_class_init), (gst_audiosink_init),
20092         (gst_audiosink_create_ringbuffer):
20093         * gst-libs/gst/audio/gstaudiosink.h:
20094         * gst-libs/gst/audio/gstbaseaudiosink.c:
20095         (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
20096         (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
20097         (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
20098         (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
20099         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
20100         (gst_baseaudiosink_create_ringbuffer),
20101         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
20102         * gst-libs/gst/audio/gstbaseaudiosink.h:
20103         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
20104         (gst_ringbuffer_class_init), (gst_ringbuffer_init),
20105         (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
20106         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
20107         (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
20108         (gst_ringbuffer_play), (gst_ringbuffer_pause),
20109         (gst_ringbuffer_resume), (gst_ringbuffer_stop),
20110         (gst_ringbuffer_callback), (gst_ringbuffer_delay),
20111         (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
20112         (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
20113         * gst-libs/gst/audio/gstringbuffer.h:
20114         An attempt at a set of audio base classes together with some
20115         design docs.
20116
20117 2005-04-20  Wim Taymans  <wim@fluendo.com>
20118
20119         * gst/audioconvert/Makefile.am:
20120         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
20121         (gst_audio_convert_caps_remove_format_info),
20122         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
20123         (gst_audio_convert_channels):
20124         Link against audio libs.
20125         Fix audio convert plugin.
20126
20127 2005-04-20  Wim Taymans  <wim@fluendo.com>
20128
20129         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
20130         (gst_ogg_demux_sink_activate):
20131         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
20132         (theora_set_header_on_caps), (theora_enc_sink_event),
20133         (theora_enc_chain):
20134         Fix theora encoder.
20135
20136 2005-04-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20137
20138         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
20139         * gst/playback/gstdecodebin.c: (find_compatibles):
20140           Work with staticpadtemplates in elementfactories.
20141
20142 2005-04-12  Wim Taymans  <wim@fluendo.com>
20143
20144         * gst/playback/README:
20145         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
20146         (compare_ranks), (print_feature), (gst_decode_bin_init),
20147         (dynamic_create), (dynamic_free), (find_compatibles),
20148         (mimetype_is_raw), (close_pad_link), (got_redirect),
20149         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
20150         (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
20151         (gst_decode_bin_change_state):
20152         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
20153         (gst_play_base_bin_init), (group_destroy), (group_commit),
20154         (check_queue), (queue_overrun), (queue_threshold_reached),
20155         (queue_out_of_data), (gen_preroll_element), (unknown_type),
20156         (new_decoded_pad), (setup_subtitle), (gen_source_element),
20157         (got_redirect), (setup_source), (play_base_eos),
20158         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
20159         (gst_play_base_bin_remove_element):
20160         * gst/playback/gstplaybasebin.h:
20161         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
20162         (gst_play_bin_init), (gst_play_bin_dispose),
20163         (gst_play_bin_set_property), (gen_video_element),
20164         (gen_text_element), (gen_audio_element), (remove_sinks),
20165         (gst_play_bin_send_event):
20166         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
20167         (stream_info_change_state), (gst_stream_info_set_mute):
20168         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
20169         (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
20170         (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
20171         (gst_stream_selector_chain):
20172         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
20173         (main):
20174         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
20175         (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
20176         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
20177         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
20178         Raw and crude port of decodebin. 
20179         Make playbin compile.
20180
20181 2005-04-06  Wim Taymans  <wim@fluendo.com>
20182
20183         * ext/gnomevfs/Makefile.am:
20184         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
20185         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
20186         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
20187         (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
20188         (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
20189         (gst_gnomevfssrc_stop):
20190         * ext/ogg/Makefile.am:
20191         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
20192         (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
20193         * ext/theora/Makefile.am:
20194         * ext/theora/theoradec.c: (_inc_granulepos),
20195         (theora_dec_sink_event), (theora_dec_chain):
20196         * ext/vorbis/Makefile.am:
20197         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
20198         (vorbis_dec_sink_event), (vorbis_dec_chain):
20199         * gst-libs/gst/audio/Makefile.am:
20200         * sys/xvimage/Makefile.am:
20201         Make gnomevfssrc extend the source base class.
20202         Fix linking against libs in various plugins.
20203
20204 2005-04-06  Andy Wingo  <wingo@pobox.com>
20205
20206         * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
20207         GST_BASE_LIBS.
20208
20209         * configure.ac: Add check and AC_SUBST for libgstbase.
20210
20211 2005-03-31  Wim Taymans  <wim@fluendo.com>
20212
20213         * examples/seeking/Makefile.am:
20214         * examples/seeking/cdparanoia.c: (main):
20215         * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
20216         (play_cb), (pause_cb), (stop_cb), (main):
20217         * examples/seeking/playbin.c:
20218         * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
20219         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
20220         (make_sid_pipeline), (make_vorbis_pipeline),
20221         (make_theora_pipeline), (make_vorbis_theora_pipeline),
20222         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
20223         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
20224         (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
20225         (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
20226         (stop_cb), (main):
20227         * examples/seeking/spider_seek.c:
20228         * examples/seeking/vorbisfile.c:
20229         * ext/gnomevfs/Makefile.am:
20230         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
20231         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
20232         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
20233         (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
20234         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
20235         (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
20236         (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
20237         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
20238         * ext/ogg/README:
20239         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
20240         (gst_ogg_pad_class_init), (gst_ogg_pad_init),
20241         (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
20242         (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
20243         (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
20244         (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
20245         (gst_ogg_pad_event), (gst_ogg_pad_reset),
20246         (gst_ogg_demux_factory_filter), (compare_ranks),
20247         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
20248         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
20249         (gst_ogg_chain_new), (gst_ogg_chain_free),
20250         (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
20251         (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
20252         (gst_ogg_demux_class_init), (gst_ogg_demux_init),
20253         (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
20254         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
20255         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
20256         (gst_ogg_demux_get_prev_page),
20257         (gst_ogg_demux_deactivate_current_chain),
20258         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
20259         (gst_ogg_demux_bisect_forward_serialno),
20260         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
20261         (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
20262         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
20263         (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
20264         (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
20265         (gst_ogg_demux_change_state), (gst_ogg_print):
20266         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
20267         (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
20268         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
20269         (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
20270         (gst_ogg_mux_loop):
20271         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
20272         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
20273         (theora_dec_src_convert), (theora_dec_sink_convert),
20274         (theora_dec_src_query), (theora_dec_src_event),
20275         (theora_dec_sink_event), (theora_dec_chain),
20276         (theora_dec_change_state):
20277         * ext/theora/theoraenc.c: (gst_theora_enc_init),
20278         (theora_enc_sink_setcaps), (theora_buffer_from_packet),
20279         (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
20280         (theora_enc_change_state):
20281         * ext/vorbis/Makefile.am:
20282         * ext/vorbis/oggvorbisenc.c:
20283         * ext/vorbis/oggvorbisenc.h:
20284         * ext/vorbis/vorbis.c: (plugin_init):
20285         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
20286         (vorbis_dec_src_query), (vorbis_dec_src_event),
20287         (vorbis_dec_sink_event), (vorbis_dec_chain),
20288         (vorbis_dec_change_state):
20289         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
20290         (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
20291         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
20292         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
20293         (gst_vorbisenc_change_state):
20294         * ext/vorbis/vorbisenc.h:
20295         * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
20296         * gst-libs/gst/audio/audioclock.c:
20297         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
20298         (gst_audiofilter_init), (gst_audiofilter_chain):
20299         * gst-libs/gst/audio/testchannels.c: (main):
20300         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
20301         * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
20302         (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
20303         (gmip_find_track_streaminfo), (gmip_find_track_format):
20304         * gst-libs/gst/media-info/media-info.c:
20305         (gst_media_info_read_idler):
20306         * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
20307         (gst_play_get_all_by_interface):
20308         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
20309         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
20310         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
20311         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
20312         (gst_riff_parse_info):
20313         * gst-libs/gst/riff/riff-read.h:
20314         * gst-libs/gst/riff/riff.c: (plugin_init):
20315         * gst-libs/gst/video/Makefile.am:
20316         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
20317         (gst_videosink_class_init), (gst_videosink_get_type):
20318         * gst-libs/gst/video/videosink.h:
20319         * gst/audioconvert/bufferframesconvert.c:
20320         (buffer_frames_convert_init), (buffer_frames_convert_fixate),
20321         (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
20322         * gst/audioconvert/channelmixtest.c: (main):
20323         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
20324         (gst_audio_convert_chain),
20325         (gst_audio_convert_caps_remove_format_info),
20326         (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
20327         (gst_audio_convert_setcaps), (_fixate_caps_to_int),
20328         (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
20329         (gst_audio_convert_buffer_to_default_format),
20330         (gst_audio_convert_buffer_from_default_format),
20331         (gst_audio_convert_channels):
20332         * gst/audioconvert/gstchannelmix.h:
20333         * gst/ffmpegcolorspace/avcodec.h:
20334         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20335         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
20336         (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
20337         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
20338         * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
20339         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
20340         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
20341         (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
20342         (mpeg_video_type_find), (mpeg_video_stream_type_find),
20343         (dv_type_find):
20344         * gst/videotestsrc/gstvideotestsrc.c:
20345         (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
20346         (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
20347         (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
20348         (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
20349         (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
20350         (gst_videotestsrc_init), (gst_videotestsrc_src_query),
20351         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
20352         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
20353         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
20354         (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
20355         (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
20356         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
20357         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
20358         (gst_xvimagesink_navigation_send_event),
20359         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
20360         (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
20361         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
20362         * sys/xvimage/xvimagesink.h:
20363         Plugin port to 0.9, ogg/theora playback should work in the seek
20364         example now.
20365         Removed old examples.
20366         Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
20367         explained in 0.9 TODO doc.
20368
20369
20370 2005-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20371
20372         * autogen.sh:
20373         * configure.ac:
20374         * ext/Makefile.am:
20375         * gst/Makefile.am:
20376         * po/POTFILES.in:
20377         * po/af.po:
20378         * po/az.po:
20379         * po/cs.po:
20380         * po/en_GB.po:
20381         * po/hu.po:
20382         * po/it.po:
20383         * po/nb.po:
20384         * po/nl.po:
20385         * po/or.po:
20386         * po/sq.po:
20387         * po/sr.po:
20388         * po/sv.po:
20389         * po/uk.po:
20390         * po/vi.po:
20391         * sys/Makefile.am:
20392         * testsuite/Makefile.am:
20393           remove a whole bunch of plugins.  This module now contains a set
20394           of free reference plugins/elements as agreed.
20395
20396 2005-02-22  Thomas Vander Stichele  <thomas at apestaart dot org>
20397
20398         * configure.ac:
20399           hunting season on 0.9 is now OPEN
20400
20401 2005-02-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20402
20403         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
20404           Kick the hell out of gcc for not warning me about a symbol conflict.
20405
20406 2005-02-22  Luca Ognibene  <luogni@tin.it>
20407
20408         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20409
20410         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
20411           Don't leak caps string (fixes #168134)
20412
20413         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
20414         (gst_jpegenc_init), (gst_jpegenc_finalize),
20415         (gst_jpegenc_change_state):
20416           Don't leak line buffers and context struct (fixes #168133).
20417
20418 2005-02-21  Tim-Philipp Müller  <tim at centricular dot net>
20419
20420         * configure.ac:
20421         * ext/dirac/gstdiracdec.cc:
20422         (gst_diracdec_chain):
20423           Since dirac 0.5.0 the framerate in dirac is expressed as a
20424           rational number. Fix build and up requirement to 0.5.0, and
20425           also pass parameters to gst_diracdec_link in the right order
20426           (fixes #167959).
20427
20428 2005-02-21  Maciej Katafiasz  <mathrick@freedesktop.org>
20429
20430         * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
20431         * ext/faad/gstfaad.h:
20432         TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with 
20433         certain invalid muxed streams, where some packets will contain 
20434         junk after decoder data. Partially fixes #149158.
20435
20436 2005-02-21  Jan Schmidt <thaytan@mad.scientist.com>
20437         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
20438           Make sure we only write to writable buffers
20439
20440 2005-02-20  Tim-Philipp Müller  <tim at centricular dot net>
20441
20442         * gst-libs/gst/riff/riff-media.c:
20443         (gst_riff_create_audio_caps_with_data):
20444           Do actually fix invalid RIFF fmt header values for alaw
20445           and mulaw audio instead of just saying so.
20446
20447         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
20448           Give gst_riff_create_audio_caps_with_data() a chance to
20449           fix up broken format header fields before extracting any
20450           parameters from the header. (fixes #167633)
20451
20452 2005-02-19  Martin Holters  <martin.holters@gmx.de>
20453
20454         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20455
20456         * gst/audioconvert/bufferframesconvert.c:
20457         (buffer_frames_convert_link):
20458           Don't leak othercaps. (fixes #167878)
20459
20460 2005-02-19  Arwed v. Merkatz  <v.merkatz@gmx.net>
20461
20462         * configure.ac:
20463         * ext/libvisual/visual.c: (gst_visual_srclink),
20464         (gst_visual_change_state):
20465           Support libvisual 0.2.0.
20466
20467 2005-02-18  Tim-Philipp Müller  <tim at centricular dot net>
20468
20469         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
20470         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
20471           Use same rowstrides for I420 as used everywhere else.
20472
20473 2005-02-17  Tim-Philipp Müller  <tim at centricular dot net>
20474
20475         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
20476           Declare variables at beginning of block and make gcc-2.95 happy
20477           (fixes # 167482, patch by Gergely Nagy).
20478           
20479         * gst/tcp/gsttcpclientsrc.c:
20480         * gst/tcp/gsttcpclientsrc.h:
20481           Move some includes into the header, so that struct sockaddr_in is
20482           defined when it should be defined on FreeBSD as well (fixes
20483           #167483).
20484           
20485         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
20486           Don't pass uninitialised values to setsockopt() here either.
20487
20488 2005-02-17  Luca Ognibene  <luogni at tin dot it>
20489
20490         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20491
20492         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
20493           Don't pass uninitialised values to setsockopt(). (fixes #167704)
20494
20495 2005-02-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20496
20497         * gst/playback/gstplaybin.c: (add_sink):
20498           Invert bin_add/link order to workaround deadlock in opt.
20499
20500 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20501
20502         * gst/modplug/gstmodplug.cc:
20503           Add missing break causing position queries to fail.
20504
20505 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20506
20507         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
20508           Granpos can apparently be -1, which screws up calculations...
20509
20510 2005-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
20511
20512         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
20513         (gst_ximagesink_send_pending_navigation),
20514         (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
20515         (gst_ximagesink_init):
20516         * sys/ximage/ximagesink.h:
20517         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
20518         (gst_xvimagesink_send_pending_navigation),
20519         (gst_xvimagesink_navigation_send_event),
20520         (gst_xvimagesink_finalize), (gst_xvimagesink_init):
20521         * sys/xvimage/xvimagesink.h:
20522           Use a mutex protected list to marshal navigation
20523           events into the stream thread from whichever thread
20524           sends them.
20525
20526 2005-02-15  Tim-Philipp Müller  <tim at centricular dot net>
20527
20528         * gst/speed/demo-mp3.c: (time_tick_cb), (main):
20529           Display current position and track length; misc. clean-ups.
20530           
20531         * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
20532         (speed_init), (speed_chain):
20533           Add query function, so that the stream length and current position
20534           get adjusted when queried (note that current position queries may
20535           still be wrong if the audio sink returns values based on buffer
20536           timestamps instead of passing on the query).
20537
20538 2005-02-13  Benjamin Otte  <otte@gnome.org>
20539
20540         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
20541         (gst_audio_convert_channels):
20542           create channel conversion matrix when linking
20543         * gst/audioconvert/.cvsignore:
20544         * gst/audioconvert/Makefile.am:
20545         * gst/audioconvert/channelmixtest.c: (main):
20546           add (ugly) test that ensures stereo <=> mono conversion works
20547           correctly
20548
20549 2005-02-13  Benjamin Otte  <otte@gnome.org>
20550
20551         * gst/audioconvert/gstchannelmix.h:
20552           include missing header file
20553         * gst/audioconvert/gstchannelmix.c:
20554         (gst_audio_convert_fill_compatible):
20555           use same sign for both channels when converting to/from compatible
20556           channel. Previously used different signs made the signals cancel
20557           each other out and appear like silence. (fixes #167269)
20558
20559 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
20560
20561         * gst/ffmpegcolorspace/avcodec.h:
20562         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20563         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
20564         (gst_ffmpegcsp_avpicture_fill):
20565         * gst/ffmpegcolorspace/imgconvert.c:
20566           Convert to and from YV12 (fixes #156379).
20567
20568 2005-02-12  Julien MOUTTE  <julien@moutte.net>
20569
20570         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
20571         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
20572         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
20573         (gst_ximagesink_expose), (gst_ximagesink_set_property),
20574         (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
20575         methods from chain and negotiation and vice versa (Fixes #166142).
20576         * sys/ximage/ximagesink.h: Add stream_lock.
20577         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
20578         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
20579         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
20580         (gst_xvimagesink_expose): Check for xcontext before trying to link.
20581
20582 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
20583
20584         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
20585           Don't send "Hey! You gave me a NULL pointer you naughty person" as
20586           error message when we can't open the DVD device (when dvdnav_open()
20587           fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
20588           the above). Send something more useful instead (fixes #167117).
20589
20590 2005-02-11  Julien MOUTTE  <julien@moutte.net>
20591
20592         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
20593         (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
20594         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
20595         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
20596         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
20597         (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
20598         methods from chain and negotiation and vice versa (Fixes #166142).
20599         Fix a possible bug of images in the buffer pool being discarded because
20600         we are looking at the wrong geometry.
20601         * sys/xvimage/xvimagesink.h: Add stream_lock.
20602
20603 2005-02-11  David Schleef  <ds@schleef.org>
20604
20605         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
20606         unsigned int. (fixes #167128)
20607
20608 2005-02-11  David Schleef  <ds@schleef.org>
20609
20610         * gst/librfb/Makefile.am: Testing stuff before committing is
20611           for wimps... and people with fast machines.  Fix stupid
20612           mistake.
20613
20614 2005-02-11  David Schleef  <ds@schleef.org>
20615
20616         * configure.ac: Pull in librfb from my CVS tree, because it is
20617           too small and annoying to be separate.  Move rfbsrc plugin
20618           to gst/.
20619         * ext/Makefile.am:
20620         * ext/librfb/Makefile.am:
20621         * ext/librfb/gstrfbsrc.c:
20622         * gst/librfb/Makefile.am:
20623         * gst/librfb/gstrfbsrc.c:
20624         * gst/librfb/rfb.c:
20625         * gst/librfb/rfb.h:
20626         * gst/librfb/rfbbuffer.c:
20627         * gst/librfb/rfbbuffer.h:
20628         * gst/librfb/rfbbytestream.c:
20629         * gst/librfb/rfbbytestream.h:
20630         * gst/librfb/rfbcontext.h:
20631         * gst/librfb/rfbdecoder.c:
20632         * gst/librfb/rfbdecoder.h:
20633         * gst/librfb/rfbutil.h:
20634
20635 2005-02-10  Tim-Philipp Müller  <tim at centricular dot net>
20636
20637         * gst/speed/Makefile.am:
20638         * gst/speed/demo-mp3.c: (main):
20639         * gst/speed/filter.func:
20640         * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
20641         (speed_class_init), (speed_init), (speed_chain_int16),
20642         (speed_chain_float32), (speed_chain), (speed_set_property),
20643         (speed_get_property), (speed_change_state):
20644         * gst/speed/gstspeed.h:
20645           Fix speed element and make it chain-based (fixes #156467),
20646           and make it handle more than one channel.
20647
20648 2005-02-10  Jan Schmidt  <thaytan@mad.scientist.com>
20649
20650         * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
20651         (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
20652         (gst_dtsdec_chain), (gst_dtsdec_change_state):
20653         * ext/dts/gstdtsdec.h:
20654           Don't clobber the stack constructing the channels array.
20655           Make the element chain-based. DTS tracks can now be played.
20656           
20657 2005-02-09  Tim-Philipp Müller  <tim at centricular dot net>
20658
20659         * gst-libs/gst/audio/multichannel.h:
20660         * gst-libs/gst/gconf/gconf.h:
20661         * gst-libs/gst/idct/idct.h:
20662         * gst-libs/gst/media-info/media-info-priv.h:
20663         * gst-libs/gst/play/play.h:
20664         * gst-libs/gst/resample/private.h:
20665         * gst-libs/gst/resample/resample.h:
20666         * gst-libs/gst/riff/riff-ids.h:
20667         * gst-libs/gst/video/video.h:
20668         * gst-libs/gst/video/videosink.h:
20669           Add G_BEGIN_DECLS and G_END_DECLS around headers where
20670           missing, so that they work when included from C++ code.
20671
20672 2005-02-09  David Schleef  <ds@schleef.org>
20673
20674         * testsuite/gst-lint: Check for non-statically scoped
20675           parent_class variables.  This won't be a problem once
20676           plugins are loaded with RTLD_LOCAL.
20677
20678 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20679
20680         * ext/mplex/gstmplexibitstream.cc:
20681           gcc madness.
20682
20683 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20684
20685         * ext/ogg/gstogmparse.c:
20686         * gst/debug/gstnavigationtest.c:
20687           Die, thou faulty symbol pollutors (non-static parent_class).
20688
20689 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20690
20691         * ext/mplex/gstmplexibitstream.cc:
20692           Fix event handling (#165525).
20693
20694 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20695
20696         * ext/mikmod/gstmikmod.c:
20697         * gst/modplug/gstmodplug.cc:
20698           Add missing endianness to template (fixes #165509).
20699
20700 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20701
20702         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
20703           Fix wrong order of reading of optional bytes (#165290).
20704
20705 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20706
20707         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
20708           Implement FILLER event awareness.
20709
20710 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20711
20712         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
20713           Fix track calculations (#166208).
20714
20715 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
20716
20717         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20718
20719         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
20720         * ext/libpng/gstpngenc.c:
20721           Fix byte-order, use proper fixed caps. Fixes #164197.
20722
20723 2005-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
20724
20725         * configure.ac:
20726           Add dvdlpcmdec 
20727
20728         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
20729         (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
20730           Don't push buffers if the src pad isn't negotiated yet.
20731           
20732         * gst/audioconvert/gstaudioconvert.c:
20733         (gst_audio_convert_buffer_to_default_format),
20734         (gst_audio_convert_buffer_from_default_format):
20735           Add support for 24-bit width.
20736
20737         * gst/dvdlpcmdec/.cvsignore:
20738         * gst/dvdlpcmdec/Makefile.am:
20739         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
20740         (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
20741         (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
20742         (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
20743         (plugin_init):
20744         * gst/dvdlpcmdec/gstdvdlpcmdec.h:
20745           New decoder for rearranging DVD LPCM into our audio/x-raw-int
20746           format. Needs support for the channels maps if someone can find 
20747           a DVD LPCM track with > 2 channels.
20748
20749         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
20750         (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
20751         (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
20752         * gst/mpegstream/gstdvddemux.h:
20753         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
20754         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
20755         (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
20756         * gst/mpegstream/gstmpegdemux.h:
20757         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
20758         (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
20759         (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
20760         (gst_mpeg_parse_handle_src_query),
20761         (gst_mpeg_parse_handle_src_event):
20762           Use audio/x-dvd-lpcm for LPCM output.
20763           Add DTS output.
20764
20765 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
20766
20767         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20768
20769         * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
20770         (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
20771           Add BGRA handling (#165736).
20772
20773 2005-02-08  Francis Labonte  <francis_labonte@hotmail.com>
20774
20775         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20776
20777         * gst/law/alaw-decode.c: (alawdec_link):
20778         * gst/law/alaw-encode.c: (alawenc_link):
20779         * gst/law/mulaw-decode.c: (mulawdec_link):
20780         * gst/law/mulaw-encode.c: (mulawenc_link):
20781           Fix caps memleaks (#166600).
20782
20783 2005-02-08  Tim-Philipp Müller  <tim at centricular dot net>
20784
20785         * ext/tarkin/mem.h:
20786         * ext/tarkin/wavelet.h:
20787         * ext/tarkin/yuv.h:
20788         * gst/ffmpegcolorspace/avcodec.h:
20789           Include "_stdint.h" instead of <stdint.h>. Fixes build on
20790           systems that don't have stdint.h, like Solaris9 (fixes #166631).
20791
20792 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20793
20794         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
20795         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
20796         (gst_xvimagesink_change_state):
20797           Clear window on PAUSED->READY instead of READY->PAUSED. Stop
20798           Xv video (and thereby regenerate Xv colourkey) in clear() so
20799           that PLAY -> READY -> PLAY works (fixes #162504).
20800
20801 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20802
20803         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
20804           Switch to list instead of range, since MJPEG-devices really just
20805           support decimations, not any size.
20806
20807 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
20808         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
20809         (gst_mpeg2dec_reset), (free_all_buffers),
20810         (gst_mpeg2dec_alloc_buffer), (handle_sequence):
20811         * ext/mpeg2dec/gstmpeg2dec.h:
20812           The libmpeg2 user-allocated buffer management is awkward, 
20813           to say the least. Hopefully this fixes things.
20814
20815 2005-02-04  Andy Wingo  <wingo@pobox.com>
20816
20817         * gst/audioconvert/bufferframesconvert.c
20818         (buffer_frames_convert_fixate): New function, fixates to 256
20819         frames per buffer by default. (Much better than 1.)
20820         (buffer_frames_convert_init): Set the fixate function for both src
20821         and sink pad.
20822         (buffer_frames_convert_link): After success setting nonfixed caps,
20823         get the negotiated caps so we can know how many buffer-frames it
20824         will be. No idea how this worked at all before.
20825
20826 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
20827
20828         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
20829         (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
20830         (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
20831         (handle_sequence), (handle_picture):
20832         * ext/mpeg2dec/gstmpeg2dec.h:
20833           Rearrange buffer tracking and refcounting and refactor
20834           a little for readability. 
20835
20836 2005-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
20837         * sys/v4l/gstv4l.c: (plugin_init):
20838         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
20839         (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
20840         (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
20841         (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
20842         * sys/v4l/gstv4ljpegsrc.h:
20843         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
20844         * sys/v4l/v4l_calls.h:
20845         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
20846         (gst_v4lsrc_get_fps):
20847         * sys/v4l/v4lsrc_calls.h:
20848           Add new v4ljpegsrc for handling the ov51x hacky "I'll give
20849           you jpeg inside rgb frames" driver.
20850           Don't error in the v4lsrc link function, just return 
20851           REFUSED.
20852
20853 2005-02-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20854
20855         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
20856         (gst_qcamsrc_open):
20857           Use GST_ELEMENT_ERROR, not g_warning, if open failed.
20858
20859 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20860
20861         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
20862           Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
20863
20864 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20865
20866         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
20867           Reset negotiated state on PAUSED->READY.
20868
20869 2005-02-02  David Schleef  <ds@schleef.org>
20870
20871         * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
20872         whereever possible.  (Fixes #165997)
20873         * examples/capsfilter/capsfilter1.c: (main):
20874         * examples/dynparams/filter.c: (create_ui):
20875         * examples/seeking/cdparanoia.c: (get_track_info), (main):
20876         * examples/seeking/chained.c: (main):
20877         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
20878         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
20879         (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
20880         (make_mpeg_pipeline), (make_mpegnt_pipeline):
20881         * examples/seeking/spider_seek.c: (make_spider_pipeline):
20882         * examples/switch/switcher.c: (main):
20883         * ext/dv/demo-play.c: (main):
20884         * ext/faad/gstfaad.c: (gst_faad_change_state):
20885         * ext/mad/gstmad.c: (gst_mad_chain):
20886         * ext/smoothwave/demo-osssrc.c: (main):
20887         * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
20888         (gst_gconf_render_bin_from_description),
20889         (gst_gconf_get_default_audio_sink),
20890         (gst_gconf_get_default_video_sink),
20891         (gst_gconf_get_default_audio_src),
20892         (gst_gconf_get_default_video_src),
20893         (gst_gconf_get_default_visualization_element):
20894         * gst/level/demo.c: (main):
20895         * gst/level/plot.c: (main):
20896         * gst/playback/gstplaybin.c: (gen_video_element),
20897         (gen_audio_element):
20898         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
20899         * gst/playondemand/demo-mp3.c: (setup_pipeline):
20900         * gst/sine/demo-dparams.c: (main):
20901         * gst/spectrum/demo-osssrc.c: (main):
20902         * gst/speed/demo-mp3.c: (main):
20903         * gst/volume/demo.c: (main):
20904         * testsuite/embed/embed.c: (main):
20905
20906 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
20907
20908         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
20909         (gst_tcpclientsink_finalize):
20910         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
20911         (gst_tcpclientsrc_finalize):
20912         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
20913         (gst_tcpserversink_init), (gst_tcpserversink_finalize):
20914         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
20915         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
20916           Don't leak the hostname when shutting down.
20917           In tcpserversrc, take a copy of the default hostname.
20918
20919 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20920
20921         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
20922           Set caps to systemstream=TRUE.
20923
20924 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20925
20926         * testsuite/Makefile.am:
20927           Fix more OSX buildbots.
20928
20929 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
20930
20931         * ext/mpeg2dec/gstmpeg2dec.c:
20932           Don't send things to NULL PAD_PEERs
20933
20934         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
20935           Copy-on-write the incoming buffer.
20936
20937         * gst/mpegstream/gstdvddemux.h:
20938         * gst/mpegstream/gstmpegclock.h:
20939         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
20940         (normal_seek), (gst_mpeg_demux_handle_src_event):
20941         * gst/mpegstream/gstmpegdemux.h:
20942         * gst/mpegstream/gstmpegpacketize.h:
20943         * gst/mpegstream/gstmpegparse.c:
20944         (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
20945         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
20946         (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
20947         (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
20948         (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
20949         * gst/mpegstream/gstmpegparse.h:
20950         * gst/mpegstream/gstrfc2250enc.h:
20951           Various changes to the way time is computed that make seeking and
20952           total time estimation much better here.
20953           Use G_BEGIN/END_DECLS instead of __cplusplus
20954
20955         * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
20956           Use gst_buffer_stamp instead of only copying the TIMESTAMP
20957
20958 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20959
20960         * gst/subparse/gstsubparse.c:
20961           Fix OSX buildbot.
20962
20963 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
20964
20965         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
20966         (theora_enc_chain), (theora_enc_change_state):
20967         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
20968         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
20969         (gst_vorbisenc_change_state):
20970         * ext/vorbis/vorbisenc.h:
20971           Set granulepos and timestamp correctly for streams not
20972           starting at 0, taking into account the initial delay.
20973
20974 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
20975
20976         * gst/mpegstream/gstdvddemux.c:
20977           Add audio/x-dts to audio pad template caps
20978
20979 2005-01-30  David Schleef  <ds@schleef.org>
20980
20981         * ext/polyp/polypsink.c: (gst_polypsink_base_init),
20982         (create_context), (gst_polypsink_link): Fix silly endianness
20983         bug.  Add some debugging.  Remove float from caps; it doesn't
20984         work.  Attempt to get remote audio working.
20985
20986 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20987
20988         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
20989           Add 3IV2 fourcc.
20990
20991 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20992
20993         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
20994         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
20995         (gst_avi_demux_stream_data):
20996         * gst/avi/gstavidemux.h:
20997           Invert DIB images. Fixes #132341.
20998
20999 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21000
21001         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21002         (gst_ffmpegcsp_chain):
21003           D'oh, reference the palette data, not the palette structure.
21004           Fixes color distortion in #132341.
21005
21006 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21007
21008         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
21009           PAR can be non-fixed when not provided as argument (#162626).
21010
21011 2005-01-29  David Moore  <dcm@acm.org>
21012
21013         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21014
21015         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
21016         (gst_qtdemux_loop_header):
21017           Re-apply patch from #142272 that allows non-seekable sources,
21018           re-proposed by Daniel Drake <dsd@gentoo.org>.
21019
21020 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21021
21022         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
21023           Use the src template for creating the src pad (#162330).
21024
21025 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21026
21027         * configure.ac:
21028         * ext/musepack/Makefile.am:
21029         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
21030         (gst_musepackdec_init), (gst_musepackdec_dispose),
21031         (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
21032         (gst_musepack_stream_init), (gst_musepackdec_loop),
21033         (gst_musepackdec_change_state):
21034         * ext/musepack/gstmusepackdec.cpp:
21035         * ext/musepack/gstmusepackdec.h:
21036         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
21037         (gst_musepack_reader_read), (gst_musepack_reader_seek),
21038         (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
21039         (gst_musepack_reader_canseek), (gst_musepack_init_reader):
21040         * ext/musepack/gstmusepackreader.cpp:
21041         * ext/musepack/gstmusepackreader.h:
21042           Update to 1.1 API (#165446).
21043
21044 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21045
21046         * ext/Makefile.am:
21047           Unbreak buildbot.
21048
21049 2005-01-28  Andy Wingo  <wingo@pobox.com>
21050
21051         * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
21052         to reflect a different dubious internet source. Add a reference
21053         and some commentary.
21054
21055 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21056
21057         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
21058         (gst_stream_selector_get_caps), (gst_stream_selector_chain):
21059         * gst/playback/gststreamselector.h:
21060           Be more selective when we're redoing caps negotiation from
21061           within the chain function on a stream change.
21062
21063 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21064
21065         * configure.ac:
21066         * ext/Makefile.am:
21067         * ext/amrnb/Makefile.am:
21068         * ext/amrnb/amrnb.c: (plugin_init):
21069         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
21070         (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
21071         (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
21072         (gst_amrnbdec_state_change):
21073         * ext/amrnb/amrnbdec.h:
21074         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
21075         (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
21076         (gst_amrnbparse_init), (gst_amrnbparse_formats),
21077         (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
21078         (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
21079         (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
21080         * ext/amrnb/amrnbparse.h:
21081           Add support for AMR-NB (mobile phone audio format; #155163, #163286).
21082         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
21083           Add AMR-NB/-WB raw formats.
21084         * ext/alsa/gstalsa.c: (gst_alsa_link):
21085           Keep valid time when changing format.
21086         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
21087         (qtdemux_parse_trak):
21088           Add some more format-specific options (#140141, #143555, #155163).
21089
21090 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21091
21092         * gst/matroska/matroska-demux.c:
21093         (gst_matroska_demux_parse_blockgroup):
21094           Fix logic error in timing of subtitle stream synchronization.
21095         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
21096           Add skip-chunk, which is found in kodak-camera streams.
21097
21098 2005-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
21099
21100         * po/LINGUAS:
21101         * po/vi.po:
21102           Adding Vietnamese translation (submitted by Clytie Siddall)
21103
21104 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21105
21106         * gst/playback/gstdecodebin.c: (try_to_link_1):
21107           Use realpad for signal.
21108
21109 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21110
21111         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
21112           Fix category so decodebin picks it up.
21113
21114 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21115
21116         * ext/mad/Makefile.am:
21117         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
21118         (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
21119         (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
21120         (found_type), (gst_id3demux_bin_change_state):
21121         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
21122         (gst_id3_tag_init), (gst_id3_tag_handle_event),
21123         (gst_id3_tag_src_link), (gst_id3_tag_chain),
21124         (gst_id3_tag_change_state), (plugin_init):
21125         * ext/mad/gstmad.h:
21126           Add id3demuxbin (which is a simple bin consisting of id3demux
21127           and typefind), take over rank from id3demux, remove typefind
21128           code from id3demux. Makes all broken mp3s that I know of work,
21129           and thereby fixes #152688.
21130
21131 2005-01-27  Edward Hervey  <bilboed@bilboed.com>
21132
21133         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21134
21135         * ext/mad/gstmad.c: (gst_mad_src_event):
21136         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
21137           Allow seeks on audio pad, make mad forward those (#164826).
21138         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
21139           Set duration (#165335).
21140
21141 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21142
21143         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
21144         (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
21145         (gst_asf_demux_process_ext_content_desc),
21146         (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
21147         (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
21148         * gst/asfdemux/gstasfdemux.h:
21149           Improve metadata display, e.g. if the metadata comes before the
21150           streams are loaded (which is perfectly valid).
21151
21152 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21153
21154         * tools/gst-launch-ext-m.m:
21155           Fix AVI/ASF pipelines (#165340).
21156
21157 2005-01-26  Amaury Jacquot  <sxpert@esitcom.org>
21158         * ext/cairo/gsttextoverlay.c: include  string.h and strings.h to fix
21159         build failure on amd64
21160
21161 2005-01-26  Tim-Philipp Müller  <tim at centricular dot net>
21162
21163         * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
21164         (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
21165           Check environment variables GST_ID3V2_TAG_ENCODING,
21166           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
21167           list of character encodings to force interpretation of non-unicode
21168           strings stored in an ID3v2 tag to a particular encoding. If none
21169           is specified, try to use current locale's encoding, then fall back
21170           to ISO-8859-1 (which will always succeed). (Resolves #149274)
21171         * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
21172         (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
21173           Check environment variables GST_ID3V1_TAG_ENCODING,
21174           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
21175           list of character encodings to use in case a string encountered
21176           in an ID3v1 tag is not valid UTF-8 already. If no encoding is
21177           specified, try to use the current locale's encoding, then fall
21178           back to ISO-8859-1 (which will always succeed).
21179
21180 2005-01-25  Benjamin Otte  <otte@gnome.org>
21181
21182         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
21183           - on half framerate, compute the rate in advance so the comparisons
21184             don't compare wrong values
21185           - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
21186             behaviour
21187           - don't use mad_header_decode anymore, mad_frame_decode does that
21188             automatically
21189           - when getting rid of consumed bytes, reset the stream's skiplen
21190           (fixes #163867)
21191
21192 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
21193
21194         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
21195           Use 1/2 a second for default max_discont, as PES streams from DVB
21196           seem to have larger spacings in the SCR. 
21197           Fix a typo.
21198
21199 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21200
21201         * gst/playback/gstplaybasebin.c: (group_commit):
21202           Notify delayed stream-info availability.
21203
21204 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
21205         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
21206         (gst_a52dec_handle_event), (gst_a52dec_chain):
21207         Add some debug output. Check that a discont has a valid
21208         time associated.
21209         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
21210         (gst_alsa_sink_loop):
21211         Ignore TAG events. A little extra debug for broken timestamps.
21212         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
21213         (dvdnavsrc_change_state):
21214         Ensure we send a discont to engage the link before we send any
21215         other events.
21216         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
21217         (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
21218         (_seek_chapter), (seek_sector), (dvdreadsrc_get),
21219         (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
21220         Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
21221         dvd://title works in totem because typefinding sends a seek that ends
21222         up going back to chapter 1 regardless.
21223         * ext/mpeg2dec/gstmpeg2dec.c:
21224         * ext/mpeg2dec/gstmpeg2dec.h:
21225         Output correct timestamps and handle disconts.
21226         * ext/ogg/gstoggdemux.c: (get_relative):
21227         Small guard against a null dereference.
21228         * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
21229         (gst_textoverlay_set_property):
21230         Free memory when done. Don't call gst_event_filler_get_duration on
21231         EOS events. Use GST_LOG and GST_WARNING instead of g_message and
21232         g_warning.
21233         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
21234         (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
21235         (gst_sw_srclink), (gst_smoothwave_chain):
21236         Draw solid lines, prettier colours.
21237         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
21238         Add a default palette that'll work for some movies.
21239         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
21240         (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
21241         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
21242         * gst/mpegstream/gstdvddemux.h:
21243         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
21244         (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
21245         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
21246         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
21247         * gst/mpegstream/gstmpegparse.h:
21248         Use PTM/NAV events when for timestamp adjustment when connected to 
21249         dvdnavsrc. Don't use many discont events where one suffices.
21250         * gst/playback/gstplaybasebin.c: (group_destroy),
21251         (gen_preroll_element), (gst_play_base_bin_add_element):
21252         * gst/playback/gstplaybasebin.h:
21253         Make sure we remove subtitles from the same bin we put them in.
21254         * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
21255         (gst_subparse_buffer_format_autodetect),
21256         (gst_subparse_change_state):
21257         Fix some memleaks and invalid accesses.
21258         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
21259         (oggskel_type_find), (cmml_type_find), (plugin_init):
21260         Some typefind functions for Annodex v3.0 files
21261         * gst/wavparse/gstwavparse.h:
21262         GstRiffReadClass is the correct parent class.
21263
21264 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21265
21266         * gst-libs/gst/riff/riff-media.c:
21267         (gst_riff_create_video_caps_with_data):
21268           Add extradata to huffyuv (fixes #165013).
21269         * gst-libs/gst/riff/riff-read.c:
21270         (gst_riff_read_strf_vids_with_data):
21271           Fix extradata extraction if it is in the chunk size.
21272
21273 2005-01-25  Edward Hervey  <bilboed@bilboed.com>
21274
21275         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21276
21277         * gst/effectv/gstquark.c: (gst_quarktv_class_init),
21278         (gst_quarktv_change_state), (gst_quarktv_dispose):
21279           Memory free'ing location fix (#164708).
21280
21281 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21282
21283         * gst/playback/gstplaybasebin.c: (group_commit),
21284         (gen_preroll_element), (probe_triggered), (gen_source_element),
21285         (setup_source), (gst_play_base_bin_change_state),
21286         (gst_play_base_bin_add_element):
21287           Don't block for streams.
21288         * gst/playback/gststreaminfo.c: (stream_info_change_state),
21289         (gst_stream_info_set_mute):
21290           Use gst_pad_set_active_recursive.
21291
21292 2005-01-25  Andy Wingo  <wingo@pobox.com>
21293
21294         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
21295         for #ifndef HAVE_XVIDEO.
21296
21297 2005-01-24  Jeffrey C. Ollie
21298
21299         reviewed by: Maciej Katafiasz  <mathrick@freedesktop.org>
21300
21301         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
21302         * ext/gsm/gstgsmdec.h:
21303         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
21304         * ext/gsm/gstgsmenc.h:
21305         Fix rate to 8kHz as per spec, removes obscure errors when no rate
21306         was given by property. Add proper buffer timestamps and offsets.
21307
21308 2005-01-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21309
21310         * gst-libs/gst/riff/riff-media.c:
21311         (gst_riff_create_audio_caps_with_data):
21312           Audio can be <8000Hz.
21313
21314 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21315
21316         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
21317           Explicit state change to workaround refcount bugs.
21318
21319 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21320
21321         * gst/avi/gstavimux.c: (gst_avimux_write_tag),
21322         (gst_avimux_riff_get_avi_header):
21323           Fix...
21324
21325 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21326
21327         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
21328         (gst_riff_read_element_data):
21329         * gst-libs/gst/riff/riff-read.h:
21330           Add _peek version (req'ed in CDXA).
21331         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
21332         (gst_cdxaparse_loop):
21333           Fix parsing in playbin.
21334         * gst/playback/gstdecodebin.c: (close_pad_link):
21335           Ignore current_ pads, they cause major annoyance.
21336
21337 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21338
21339         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
21340           Safety guard.
21341
21342 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21343
21344         * gst/avi/gstavimux.c: (gst_avimux_write_tag):
21345           Fix padding...
21346
21347 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21348
21349         * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
21350           Allow for 0-sized buffers. Fixes length query problems in
21351           starwars.mkv from the testsuite.
21352
21353 2005-01-19  Tim-Philipp Müller  <tim at centricular dot net>
21354
21355         * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
21356         (gst_video_box_i420), (gst_video_box_chain):
21357           Fix row strides for I420 (fixes #163159)
21358           
21359 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21360
21361         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
21362           MPEG2 has a useful rate property, so we can actually use that.
21363           For MPEG-1, continue using the bytes/time properties.
21364
21365 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21366
21367         * gst-libs/gst/riff/riff-media.c:
21368         (gst_riff_create_video_caps_with_data),
21369         (gst_riff_create_video_template_caps):
21370           Add intel-h263.
21371
21372 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21373
21374         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
21375           Fail if caps negotiation fails. Should fix #162184, and should
21376           definately be in there regardless of it fixing the actual bug.
21377         * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
21378         (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
21379         (gst_avimux_riff_get_avix_header),
21380         (gst_avimux_riff_get_video_header),
21381         (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
21382         (gst_avimux_start_file), (gst_avimux_handle_event),
21383         (gst_avimux_change_state):
21384         * gst/avi/gstavimux.h:
21385           Refactor structure writing to use GST_WRITE_UINT macros, add
21386           metadata writing support.
21387
21388 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21389
21390         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
21391           Elements may already be destroyed when this function is called.
21392
21393 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21394
21395         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
21396         (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
21397           More memory leak fixes (#149162).
21398
21399 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21400
21401         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
21402         (gst_qtdemux_add_stream):
21403           Fix two memleaks.
21404
21405 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21406
21407         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
21408           Argh...
21409
21410 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21411
21412         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
21413           Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
21414           when fixating to six channels in Totem.
21415
21416 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
21417
21418         * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
21419           Fix compile warnings on Solaris 10 buildbot
21420
21421 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
21422
21423         * ext/dvdread/dvdreadsrc.c: (_read):
21424           Don't read beyond the last cell in a chapter (fixes 
21425           invalid memory access)
21426
21427 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
21428
21429         * ext/dvdread/stream_labels.c:
21430         (dvdreadsrc_get_audio_stream_labels):
21431           Use NULL for an empty GList instead of g_list_alloc(); fix 
21432           memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead 
21433           of GString (easier to bulk free later)
21434
21435 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
21436
21437         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21438
21439         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
21440         (gst_ffmpeg_pixfmt_to_caps):
21441           Fix BGRA32 caps (#164209).
21442
21443 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
21444
21445         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21446
21447         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
21448         (gst_ffmpeg_caps_to_pixfmt):
21449           alpha_mask can be RGBA/ABGR. Fixes #164265.
21450
21451 2005-01-17  Francis Labonte  <francis_labonte@hotmail.com>
21452
21453         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21454
21455         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
21456         (gst_mpeg2dec_alloc_buffer):
21457         * ext/mpeg2dec/gstmpeg2dec.h:
21458           Crop if decoding size is not the actual image size (#163676).
21459
21460 2005-01-17  Steve Baker  <steve@stevebaker.org>
21461
21462         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21463
21464         * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
21465         (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
21466           Add libsndfile typefind functions (#163309).
21467
21468 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21469
21470         * tools/gst-launch-ext-m.m:
21471           Add .aac, fix .m1v/.m2v (#163891).
21472
21473 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21474
21475         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
21476           Sanity check, don't wait endlessly since the clock might not
21477           actually run at this point (which is a deadlock). Fixes #164069.
21478
21479 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21480
21481         * gst/playback/gstplaybasebin.c: (probe_triggered):
21482           Of course, only pause if group is done...
21483
21484 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21485
21486         * gst/playback/gstplaybasebin.c: (probe_triggered):
21487           Thread safety.
21488
21489 2005-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
21490
21491         * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
21492           Don't return state change success when the parent
21493           failed.
21494
21495 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21496
21497         * gst/avi/gstavimux.c: (gst_avimux_handle_event):
21498           Free events (fix memleak in #162905).
21499
21500 2005-01-15  Gergely Nagy  <algernon@bonehunter.rulez.org>
21501
21502         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21503
21504         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
21505         (gst_ffmpeg_caps_to_pixfmt):
21506           Fix for depth = 15. Fixes #161675.
21507
21508 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21509
21510         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
21511           Set FPS correctly, even for webcams and the like.
21512         * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
21513           Don error on setting while capturing.
21514
21515 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
21516
21517         * ext/dv/gstdvdec.c:
21518         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
21519         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
21520           I'm a bad boy. using /1001. to force C to do float division
21521           and not integer division (as it did in my last commit)
21522           Thanks to David I. Lehn for pointing this mistake.
21523
21524 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21525
21526         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
21527           Revert Johan's 1.35->1.36 since it breaks compat.
21528
21529 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
21530
21531         * ext/dv/gstdvdec.c:
21532         * ext/libfame/gstlibfame.c:
21533         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
21534         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
21535           replace framerate aproximations by their real value
21536           (24000/1001, 30000/1001, 60000/1001)
21537           Finish fixing bug #164049
21538
21539 2005-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
21540
21541         * ext/ogg/gstoggmux.c:
21542           eos/bos debugging
21543         * gst/tcp/gstmultifdsink.c:
21544         * gst/tcp/gstmultifdsink.h:
21545         * gst/tcp/gsttcp.c:
21546         * gst/tcp/gsttcp.h:
21547         * gst/tcp/gsttcpclientsink.c:
21548         * gst/tcp/gsttcpclientsrc.c:
21549         * gst/tcp/gsttcpserversink.c:
21550         * gst/tcp/gsttcpserversrc.c:
21551           improve reusability of elements after state changes and errors
21552           make multifdsink throw away streamheaders when receiving new ones
21553
21554 2005-01-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21555
21556         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
21557           Fix for if items are already in list...
21558
21559 2005-01-12  Benjamin Otte  <otte@gnome.org>
21560
21561         * gst/adder/gstadder.c: (gst_adder_loop):
21562           fix adder a bit so it doesn't screw up with events as much anymore
21563
21564 2005-01-12  Jan Schmidt  <thaytan@mad.scientist.com>
21565
21566         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
21567         (pixbufscale_scale), (gst_pixbufscale_chain):
21568         * ext/gdk_pixbuf/pixbufscale.h:
21569           Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
21570           to ensure rowstrides are calculated the same way as 
21571           ffmpegcolorspace
21572           Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
21573           that we pick up duration and offset also.
21574
21575 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21576
21577         * gst/avi/gstavimux.c: (gst_avimux_class_init),
21578         (gst_avimux_pad_unlink), (gst_avimux_release_pad):
21579           Reusability fixes.
21580
21581 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21582
21583         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
21584         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
21585         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
21586         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
21587           Update flags when requested.
21588
21589 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21590
21591         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
21592           Fix dmix.
21593
21594 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21595
21596         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
21597         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
21598         (probe_triggered), (new_decoded_pad), (gen_source_element),
21599         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
21600         * gst/playback/gstplaybasebin.h:
21601         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
21602         (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
21603         (gst_play_bin_change_state):
21604           Implement group-switch signal for use in apps to clear metadata
21605           cache, clean up subtitle, add suburi property instead of # hack,
21606           some error-out fixes.
21607
21608 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21609
21610         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
21611           Debug.
21612         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
21613           If we got a state change in the _get handler, don't return success.
21614
21615 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
21616
21617         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
21618         (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
21619           Make jpegdec quiet on MJPEG decoding
21620         * gst/asfdemux/README:
21621           Fix mimetypes for MJPEG and H263
21622
21623 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21624
21625         * ext/theora/theoradec.c: (theora_dec_chain):
21626           Fix broken code generation by gcc by swapping arguments.
21627         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
21628           Fix \n in debug.
21629
21630 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
21631
21632         * TODO:
21633           delete this file, it is by far outdated
21634         * ext/alsa/gstalsa.1: remove
21635         * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
21636         (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
21637         (gst_alsa_get_caps):
21638           Add HW probing for supported sample rates. Fixes #161704
21639
21640 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21641
21642         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
21643           Don't crash, biatch! :).
21644
21645 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21646
21647         * ext/musepack/gstmusepackreader.cpp:
21648         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
21649           Some work on tags - still doesn't work in playbin...
21650         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
21651           Handle events...
21652
21653 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21654
21655         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
21656           Also shove tags on kid pads.
21657
21658 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21659
21660         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
21661           Don't bail on unknown events.
21662         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
21663           Don't crash on events before negotiation.
21664         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
21665           Send tags on pads, too.
21666         * gst/playback/gststreamselector.c:
21667         (gst_stream_selector_request_new_pad):
21668           Forward events on first pad if no input was selected yet.
21669
21670 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21671
21672         * gst/playback/gstplaybasebin.c: (setup_substreams):
21673           Don't disable streamtype if the stream doesn't exist, since
21674           then playing a video after audio will disable both and nothing
21675           will happen. Fixes the testsuite.
21676
21677 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21678
21679         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
21680         (gst_v4l_xoverlay_set_xwindow_id):
21681         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
21682         (gst_v4l2_xoverlay_set_xwindow_id):
21683           Add debug categories, fix overlay disabling.
21684
21685 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
21686
21687         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
21688         * ext/alsa/gstalsa.h:
21689           Add HW probing for period_count/size and buffer_size MIX/MAX
21690           Adjust default/user defined value if out of bounds
21691           Should fix bug #162024
21692
21693 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21694
21695         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
21696           Fix warning (#161191).
21697
21698 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
21699
21700         * ext/dvdread/stream_labels.c:
21701         (dvdreadsrc_get_audio_stream_labels):
21702           Fix warning (init the good variable in switch default)
21703
21704 2005-01-09  Koop Mast  <kwm@rainbow-runner.nl>
21705
21706         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21707
21708         * gst/tta/gstttaparse.c: (gst_tta_src_event):
21709           Fix gcc-2.95 compile (#163485).
21710
21711 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21712
21713         * configure.ac:
21714         * ext/flac/gstflacenc.c: (gst_flacenc_init),
21715         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
21716         (gst_flacenc_tell_callback), (gst_flacenc_chain),
21717         (gst_flacenc_change_state):
21718         * ext/flac/gstflacenc.h:
21719           Update for API change in flac-1.1.1. Update requirement in
21720           configure.ac. Fixes #162974.
21721
21722 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21723
21724         * gst/playback/gstplaybasebin.c: (group_destroy):
21725           Remove hack to get rid of assert and get rid of unlinked
21726           signals properly.
21727
21728 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21729
21730         * gst/playback/gstplaybasebin.c: (setup_source):
21731           Set source to NULL so that resources are free'ed. Fixes issues
21732           with playback of CDDA and similar device-accessing things.
21733
21734 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21735
21736         * testsuite/embed/Makefile.am:
21737           test->noinst, fix make test in buildbot.
21738
21739 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
21740
21741         * ext/dvdread/stream_labels.c: new file
21742         * ext/dvdread/stream_labels.h: new file
21743         * ext/dvdread/Makefile.am:
21744         * ext/dvdread/dvdreadsrc.c: (_seek_title):
21745           Extract audio stream label from DVD IFO files.
21746           It only dump them on the console for now, still have to
21747           make playbin aware of them.
21748
21749 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21750
21751         * gst/playback/gstplaybasebin.c: (setup_source):
21752           Fix hanging subs.
21753
21754 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21755
21756         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
21757         (gen_preroll_element), (remove_groups), (setup_subtitle),
21758         (gen_source_element), (setup_source):
21759         * gst/playback/gstplaybasebin.h:
21760           Multiple .sub files is just a stupid idea... Fix some threading
21761           mistakes. Interestingly, external .sub files cause playbin to
21762           hang, I don't know why... Parsing fixes contributed by Fran??ois
21763           Kooman <fkooman@tuxed.net>.
21764
21765 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21766
21767         * testsuite/embed/Makefile.am:
21768           Fix buildbot.
21769
21770 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
21771
21772         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21773
21774         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
21775         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
21776         (gst_pngenc_set_property):
21777         * ext/libpng/gstpngenc.h:
21778           Add compression level property (#163323).
21779
21780 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21781
21782         * configure.ac:
21783         * examples/capsfilter/capsfilter1.c: (main):
21784         * examples/seeking/spider_seek.c: (make_spider_pipeline):
21785         * ext/dvdread/Makefile.am:
21786         * ext/dvdread/demo-play:
21787         * ext/dvdread/demo-play.c:
21788         * gconf/gstreamer.schemas.in:
21789         * gst-libs/gst/gconf/gconf.c:
21790         * sys/v4l/TODO:
21791         * testsuite/Makefile.am:
21792         * testsuite/embed/Makefile.am:
21793         * testsuite/embed/embed.c: (cb_expose), (main):
21794           Remove all references to xvideosink, fix examples (#140845).
21795         * gst/playback/gstplaybasebin.c: (group_destroy):
21796           Apparently, disposal does not unlink - so do explicitely.
21797         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
21798           Add debug.
21799
21800 2005-01-09  Maciej Katafiasz <mathrick@freedesktop.org>
21801
21802         * README: fix PKG_CONFIG_PATH instructions, what was there
21803         previously was breaking default search path, not nice. 
21804         Fixes #163358
21805
21806 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21807
21808         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
21809         (gst_audioscale_chain):
21810           %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
21811           when resampling - how the ^@$^!@^! is this possible?!?
21812
21813 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21814
21815         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
21816           Reset variables on READY.
21817         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
21818         (gst_matroska_mux_loop):
21819           Require data before writing header.
21820
21821 2005-01-09  Francis Labonte  <francis_labonte@hotmail.com>
21822
21823         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21824
21825         * ext/mad/gstmad.c: (gst_mad_chain):
21826           Don't call mad_stream_sync() directly after recovering sync.
21827           Fixes #151661.
21828
21829 2005-01-09  Martin Eikermann  <meiker@upb.de>
21830
21831         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21832
21833         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
21834         (snapshot_handler), (gst_snapshot_sinkconnect),
21835         (gst_snapshot_chain):
21836           Allocate resources when required, fix recursive signal emission
21837           and fix caps. Fixes #161667.
21838
21839 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
21840
21841         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21842
21843         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
21844         (gst_pngdec_chain):
21845           Handle only 8-bppc (bits-per-pixel-component) images, better
21846           error handling and correct strides. Fixes #163177.
21847         * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
21848         (gst_pngenc_chain):
21849           Better error handling. Fixes #163348.
21850
21851 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21852
21853         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
21854         (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
21855         (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
21856         (dvdnavsrc_uri_handler_init):
21857           Add DVD-nav URI (dvdnav://) for Totem testing purposes.
21858         * gst/playback/gstplaybasebin.c: (gen_source_element):
21859           Add MMS to streaming URIs.
21860
21861 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21862
21863         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
21864         * sys/xvimage/xvimagesink.c:
21865         (gst_xvimagesink_navigation_send_event):
21866           Check for pad availability before sending event.
21867
21868 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21869
21870         * gst-plugins.spec.in:
21871           Add subparse.
21872
21873 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21874
21875         * configure.ac:
21876           Since we use functions from CVS, up requirement.
21877
21878 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21879
21880         * gst/playback/Makefile.am:
21881         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
21882         (group_destroy), (group_commit), (group_is_muted),
21883         (gen_preroll_element), (add_stream), (unknown_type),
21884         (probe_triggered), (preroll_unlinked), (mute_stream),
21885         (silence_stream), (new_decoded_pad), (setup_substreams),
21886         (setup_source), (get_active_source), (mute_group_type),
21887         (muted_group_change_state), (set_active_source),
21888         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
21889         (play_base_eos), (gst_play_base_bin_change_state):
21890         * gst/playback/gstplaybasebin.h:
21891         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
21892         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
21893         (gst_stream_info_dispose), (stream_info_mute_pad),
21894         (stream_info_change_state), (gst_stream_info_set_mute):
21895         * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
21896         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
21897         (gst_stream_selector_init), (gst_stream_selector_dispose),
21898         (gst_stream_selector_get_linked_pad),
21899         (gst_stream_selector_get_caps), (gst_stream_selector_link),
21900         (gst_stream_selector_get_linked_pads),
21901         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
21902         * gst/playback/gststreamselector.h:
21903           Adding stream selection support plus required properties for
21904           applications to use this. Fully fixes #100931.
21905
21906 2005-01-08  Benjamin Otte  <otte@gnome.org>
21907
21908         * gst/games/gstpuzzle.c: (nav_event_handler):
21909           - handle nav events differently: forward every event no matter if it
21910             was handled or not.
21911           - translate events
21912           You can now cheat by using navigationtest ! puzzle and moving the
21913           mouse close to the edge of a tile. ;)
21914
21915 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21916
21917         * configure.ac:
21918         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
21919         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
21920         (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
21921         (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
21922         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
21923         (gst_ogm_parse_plugin_init):
21924         * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
21925         (gst_textoverlay_link), (gst_textoverlay_getcaps),
21926         (gst_textoverlay_event), (gst_textoverlay_video_chain),
21927         (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
21928         * ext/pango/gsttextoverlay.h:
21929         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
21930         (gst_matroska_demux_handle_seek_event),
21931         (gst_matroska_demux_sync_streams),
21932         (gst_matroska_demux_parse_blockgroup),
21933         (gst_matroska_demux_subtitle_caps),
21934         (gst_matroska_demux_plugin_init):
21935         * gst/matroska/matroska-ids.h:
21936         * gst/playback/gstdecodebin.c: (close_pad_link):
21937         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
21938         (gen_preroll_element), (remove_groups), (add_stream),
21939         (new_decoded_pad), (setup_subtitles), (gen_source_element),
21940         (setup_source):
21941         * gst/playback/gstplaybasebin.h:
21942         * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
21943         * gst/subparse/Makefile.am:
21944         * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
21945         (gst_subparse_base_init), (gst_subparse_class_init),
21946         (gst_subparse_init), (gst_subparse_formats),
21947         (gst_subparse_eventmask), (gst_subparse_event),
21948         (gst_subparse_handle_event), (convert_encoding), (get_next_line),
21949         (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
21950         (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
21951         (parse_mpsub_deinit), (parse_mpsub_init),
21952         (gst_subparse_buffer_format_autodetect),
21953         (gst_subparse_format_autodetect), (gst_subparse_loop),
21954         (gst_subparse_change_state), (gst_subparse_type_find),
21955         (plugin_init):
21956         * gst/subparse/gstsubparse.h:
21957         * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
21958         (plugin_init):
21959           Add subtitle support, .sub parser (supports SRT and MPsub),
21960           OGM text support, Matroska UTF-8 text support, deadlock fixes
21961           all over the place, subtitle awareness in decodebin/playbin
21962           and some fixes to textoverlay to handle subtitles in a stream
21963           correctly. Fixes #100931.
21964
21965 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21966
21967         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
21968           Check for pad availability before doing a query on it.
21969
21970 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
21971
21972         * ext/dv/gstdvdec.c:
21973           really fix bpp24/32 dvdec caps (classic rgba indeed)
21974         * gst/asfdemux/gstasfdemux.c:
21975         (gst_asf_demux_process_ext_content_desc):
21976           don't send text tags if they are empty (bis repetita)
21977
21978 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
21979
21980         * ext/dv/gstdvdec.c:
21981          remove unneeded comment from dvdec
21982           (related to DV 4CC codes in AVI files)
21983           moved them in gstreamer/docs/random/mimetypes
21984         * gst/asfdemux/gstasfdemux.c:
21985         (gst_asf_demux_process_ext_content_desc):
21986          don't send text tags if they are empty
21987          fix mem leak on error path
21988         * gst/ffmpegcolorspace/avcodec.h:
21989         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
21990         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
21991         (gst_ffmpegcsp_avpicture_fill):
21992         * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
21993         * gst/ffmpegcolorspace/imgconvert_template.h:
21994          adds BGR32 and BGRA32 to ffmpegcolorspace
21995           (still bad colors, fixing it on next commit)
21996           helps with dvdec outputing BGR32
21997
21998 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
21999
22000         * ext/dv/gstdvdec.c:
22001          Fix audio caps i just broke (missing ',')
22002         * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
22003         (gst_matroska_mux_reset):
22004          Fix typo + add FIXME about old "x-gst-metadata" crap
22005
22006 2005-01-07  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
22007
22008         * ext/dv/demo-play.c: (main):
22009          xvideosink -> xvimagesink
22010         * ext/dv/gstdvdec.c:
22011          change rgb 32/32 caps to 24/32 (no alpha)
22012          change nb of channels to be a list (2 or 4, not 2)
22013          change sample rate to be a list (32, 44.1, 48 kHz) not a range
22014         * gst/asfdemux/gstasfdemux.c:
22015         (gst_asf_demux_process_ext_content_desc):
22016          Add 'date/year' to extracted metadata list
22017
22018 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22019
22020         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
22021           The return value of fixate_to does not imply that the requested
22022           value was set, so don't assume.
22023
22024 2005-01-07  Gergely Nagy  <algernon@bonehunter.rulez.org>
22025
22026         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22027
22028         * ext/libpng/gstpngdec.c:
22029         * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
22030         (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
22031         * ext/libpng/gstpngenc.h:
22032           Alpha support (encoder; #163161), mime fixage.
22033
22034 2005-01-07  Sebastien Cote  <sc5@hermes.usherb.ca>
22035
22036         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22037
22038         * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
22039         (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
22040         (gst_faac_set_property), (gst_faac_get_property):
22041         * ext/faac/gstfaac.h:
22042           Allow for ADTS output (#153434).
22043
22044 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22045
22046         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
22047           Fix against template (#150576).
22048
22049 2005-01-06  Benjamin Otte  <otte@gnome.org>
22050
22051         * gst/games/gstpuzzle.c: (draw_puzzle):
22052           don't draw a puzzle if either width or height of tiles would be 0.
22053
22054 2005-01-06  Benjamin Otte  <otte@gnome.org>
22055
22056         * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
22057         (gst_puzzle_class_init), (gst_puzzle_finalize):
22058           no memleaks, please
22059         (gst_puzzle_create), (gst_puzzle_init),
22060         (gst_puzzle_set_property), (gst_puzzle_setup):
22061           change initialization code around so we don't reshuffle on resize
22062         (draw_puzzle):
22063           fix another stupid typo
22064
22065 2005-01-06  Benjamin Otte  <otte@gnome.org>
22066
22067         * gst/games/gstvideoimage.c: (copy_hline_YUY2):
22068           fix stupid typo that borked copying on YUY2
22069
22070 2005-01-06  Benjamin Otte  <otte@gnome.org>
22071
22072         * gst/games/gstpuzzle.c: (draw_puzzle):
22073           fix edges when image sizes aren't multiples of tile sizes
22074
22075 2005-01-06  Benjamin Otte  <otte@gnome.org>
22076
22077         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
22078           make RGB endianness work correctly
22079         (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
22080           refactor and fix race with initial shuffling
22081         (nav_event_handler):
22082           allow using the mouse to puzzle
22083         (draw_puzzle):
22084           insist on tiles having width and height as multiples of 4 to get
22085           clean YUV image handling
22086         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
22087         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
22088           s/DEBUG/LOG/ for common messages
22089         (gst_xvimagesink_navigation_send_event):
22090           fix mouse event translation to not include screen PAR
22091         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
22092           fix mouse event translation to actually work
22093
22094 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
22095
22096         * gst/asfdemux/gstasfdemux.c:
22097         (gst_asf_demux_process_ext_content_desc):
22098          Extract TrackNumber metadata + clean up code
22099         * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
22100          Hope this is the good fix (var used unitialised)
22101
22102 2005-01-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22103
22104         * ext/faad/gstfaad.c: (gst_faad_chain):
22105           Only increment timestamp if it's valid. Fixes raw AAC streams.
22106
22107 2005-01-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22108
22109         * configure.ac:
22110         * gst/games/Makefile.am:
22111         * gst/games/gstpuzzle.c:
22112           add a puzzle game with...
22113         * gst/games/gstvideoimage.c:
22114         * gst/games/gstvideoimage.h:
22115           ... full colorspace support (that includes YUV9 and RGB16)) stolen
22116           from videotestsrc and made into something that would be a nice
22117           library for a lot of other plugins.
22118
22119 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
22120
22121         * configure.ac:
22122          don't compile faad plugin if a RC of 2.0 is found
22123          Fixes #155346 (and FC1 buildbot)
22124         * gst/asfdemux/gstasfdemux.c:
22125         (gst_asf_demux_process_ext_content_desc):
22126          try to make Solaris compiler happier
22127
22128 2005-01-06  Paul Jack  <pjack@sfaf.org>
22129
22130         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22131
22132         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
22133           Fix segfault (#161667).
22134
22135 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22136
22137         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
22138           Fix framerate reporting.
22139
22140 2005-01-05  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
22141
22142         * gst-libs/gst/riff/riff-ids.h:
22143         * gst/wavenc/riff.h:
22144          Add AMR (VBR and CBR) ids to riff.h audio codec list
22145         * gst/asfdemux/gstasfdemux.c:
22146         (gst_asf_demux_process_ext_content_desc),
22147         (gst_asf_demux_process_object):
22148           Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
22149
22150 2005-01-05  Martin Eikermann  <meiker@upb.de>
22151
22152         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22153
22154         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
22155         (gst_dvd_demux_handle_discont):
22156         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
22157         (gst_mpeg_demux_handle_discont):
22158           Recreate pads on new-media (#160730).
22159         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
22160           Send discont even if manager changes timestamps (#161929).
22161
22162 2005-01-05  Sebastien Cote  <sc5@hermes.usherb.ca>
22163
22164         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22165
22166         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
22167           Fix invalid memory access (#159211).
22168
22169 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22170
22171         * examples/gstplay/player.c: (main):
22172           Don't iterate.
22173         * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
22174           Add visualizations.
22175         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
22176         (gst_a52dec_handle_frame):
22177           Set duration.
22178         * ext/dvdnav/gst-dvd:
22179           Add audioconvert. Fixes #161325.
22180         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
22181           Explicitely case to gint64. Possible valgrind error.
22182         * gst-libs/gst/play/play.c: (caps_set), (setup_size),
22183         (gst_play_tick_callback), (gst_play_change_state),
22184         (gst_play_dispose), (gst_play_init), (gst_play_class_init),
22185         (gst_play_set_location), (gst_play_get_location),
22186         (gst_play_seek_to_time), (gst_play_set_data_src),
22187         (gst_play_set_video_sink), (gst_play_set_audio_sink),
22188         (gst_play_set_visualization), (gst_play_connect_visualization),
22189         (gst_play_get_framerate), (gst_play_get_all_by_interface),
22190         (gst_play_new):
22191           Use playbin. Fixes #139749 and #147744.
22192         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
22193           Add genre tag.
22194         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
22195         (audioscale_get_type), (gst_audioscale_base_init),
22196         (gst_audioscale_class_init), (gst_audioscale_expand_caps),
22197         (gst_audioscale_getcaps), (gst_audioscale_fixate),
22198         (gst_audioscale_link), (gst_audioscale_get_buffer),
22199         (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
22200         (gst_audioscale_init), (gst_audioscale_dispose),
22201         (gst_audioscale_chain), (gst_audioscale_set_property),
22202         (gst_audioscale_get_property), (plugin_init):
22203           Indent properly.
22204         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
22205           Fix LPCM.
22206         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
22207         (qtdemux_tag_add_str), (qtdemux_tag_add_num),
22208         (qtdemux_tag_add_gnre), (qtdemux_video_caps):
22209           Add more metadata (fixes #162656).
22210
22211 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
22212
22213         * configure.ac:
22214           back to cvs
22215
22216 === release 0.8.7 ===
22217
22218 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
22219
22220         * NEWS:
22221         * RELEASE:
22222         * configure.ac:
22223           releasing 0.8.7, "Hyperspace"
22224
22225 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
22226
22227         patch by: Tim-Philipp Müller  <t.i.m@zen.co.uk>
22228
22229         * gst/playback/gstplaybasebin.c:
22230          Fix for #162924 - free caps after use, not before
22231
22232 2005-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
22233
22234         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
22235
22236         * gst/playback/gstplaybasebin.c:
22237         * gst/wavparse/gstwavparse.c:
22238           Fix for #154773 - fixes playback of small .wav files
22239
22240 2005-01-03  Thomas Vander Stichele  <thomas at apestaart dot org>
22241
22242         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
22243
22244         * gst/audioscale/gstaudioscale.c:
22245           Fix for #162819 - make audioscale reusable
22246           Fixes playback of more than one file with playbin/totem
22247
22248 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
22249
22250         * gst/ffmpegcolorspace/avcodec.h:
22251         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
22252         * gst/ffmpegcolorspace/imgconvert.c:
22253           clean up the mess that made me cry and avoid needless duplication
22254
22255 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
22256
22257         * gst/ffmpegcolorspace/imgconvert.c:
22258           give some indication of why we're segfaulting
22259
22260 2004-12-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22261
22262         * configure.ac:
22263           Fix indentation, fix v4l2 plugin detection.
22264         * ext/Makefile.am:
22265           Fix libmms location (Maciej, use diff -u!).
22266         * ext/alsa/gstalsa.c: (gst_alsa_init):
22267           Initialize caps cache to NULL.
22268         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
22269           Only change state on audiosink if it exists.
22270
22271 2004-12-28  Maciej Katafiasz  <mathrick@mathrick.org>
22272
22273         * gst/matroska/matroska-demux.c:
22274         * gst/matroska/matroska-ids.h:
22275         * gst/matroska/matroska-demux.h:
22276         Fix Vorbis streams failing to decode in some files, where cluster_time
22277         isn't 0, because then it doesn't send codec_priv before actual data.
22278         Remove time-based test and replace it with marker set on beginning of
22279         new stream
22280
22281 2004-12-28  David Schleef  <ds@schleef.org>
22282
22283         Merge patch from Ronald fixing problems with streaming
22284         text.
22285         * ext/cairo/gstcairo.c: (plugin_init):
22286         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
22287         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
22288         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
22289         (gst_textoverlay_font_init), (gst_textoverlay_init),
22290         (gst_textoverlay_set_property):
22291         * ext/cairo/gsttextoverlay.h:
22292
22293 2004-12-27  David Schleef  <ds@schleef.org>
22294
22295         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
22296         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
22297         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
22298         (gst_textoverlay_font_init), (gst_textoverlay_init),
22299         (gst_textoverlay_set_property): Improvements to actually
22300         render text as white on black outline on video, including
22301         font selection and horizontal/vertical alignment.  (Ronald's
22302         christmas present)
22303         * ext/cairo/gsttextoverlay.h:
22304
22305 2004-12-26  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
22306
22307         * ext/ogg/gstogg.c:
22308         * ext/ogg/gstogmparse.c:
22309           fix ogm[audio/video]parse plugin registration
22310           (riff won't load if bytestream is already loaded)
22311
22312 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
22313
22314         * gst/audioconvert/gstchannelmix.c:
22315           fix for GLIB < 2.4
22316
22317 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
22318
22319         * Makefile.am:
22320         * configure.ac:
22321           disable docs again until it actually passes make distcheck.
22322
22323 2004-12-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22324
22325         * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
22326         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
22327         (plugin_init):
22328           Add 3GP (variables name Q3GP because they can't start with a
22329           number). Add samr audio fourcc (used in .3gp files), decoder
22330           is work in progress. Also do a GST_WARNING instead of ERROR
22331           in case of unknown nodes, to decrease output.
22332
22333 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
22334
22335         * Makefile.am:
22336           really fix dist
22337
22338 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
22339
22340         * configure.ac:
22341         * ext/speex/gstspeexdec.h:
22342         * ext/speex/gstspeexenc.h:
22343           Fixes #158382.  Make speex plugin compatible with both 1.0 and 1.1.
22344           Fix detection code in configure.ac
22345
22346 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22347
22348         * gst/matroska/matroska-demux.c:
22349         (gst_matroska_demux_parse_blockgroup):
22350           Save position, so that queries give proper return values. Don't
22351           know how this could ever have worked before...
22352
22353 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
22354
22355         * configure.ac:
22356           Put additional LAME check inside the conditional.  Fixes #152339
22357
22358 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22359
22360         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
22361         (gst_avi_demux_stream_scan):
22362           Add some more debug. Fix logic error when setting movi offset
22363           while reading index.
22364
22365 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22366
22367         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
22368         (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
22369         (gst_avi_demux_process_next_entry):
22370           Add some debugging. Better detection of broken indexes and the
22371           accompanying index recovery. No infinite loops on state changes
22372           when we're still in our loopfunction.
22373
22374 2004-12-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22375
22376         * configure.ac:
22377           Fix up.
22378
22379 2004-12-22  Archana Shah  <archana.shah@wipro.com>
22380
22381         Reviewed by:  Ronald S. Bultje <rbultje@ronald.bitfreak.net>
22382
22383         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
22384           Normalizing the value before setting
22385         (gst_sunaudiomixer_get_volume):
22386           Normalizing the value after getting. Fixes bug# 161980
22387
22388 2004-12-22  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
22389
22390         * Makefile.am: Make sure docs gets disted
22391         * docs/Makefile.am: Make sure all needed files get disted
22392         * gst-plugins.spec.in: latest updates
22393
22394 2004-12-22  Wim Taymans  <wim@fluendo.com>
22395
22396         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
22397         Revert patch 1.38 as clock distribution over schedulers does
22398         not work correcly in the core yet.
22399
22400 2004-12-21  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
22401
22402         * sys/oss/README: remove this file, which predates my birth
22403           (and which content is by far outdated)
22404
22405 2004-12-20  Stefan Kost  <ensonic@users.sf.net>
22406
22407         * Makefile.am:
22408         * configure.ac:
22409         * docs/Makefile.am:
22410         * docs/libs/Makefile.am:
22411         * docs/libs/gst-plugins-libs-docs.sgml:
22412         * docs/libs/gst-plugins-libs-sections.txt:
22413         * docs/libs/tmpl/gstgconf.sgml:
22414         * docs/upload.mak:
22415         * docs/version.entities.in:
22416           Added boilerplate gtk-doc files for plugin-libs documentation.
22417
22418 2004-12-19  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
22419
22420         * gst/auparse/gstauparse.c: fix int and float audio caps
22421
22422 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22423
22424         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
22425         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
22426           g_assert() can be a macro, don't use #ifdef inside it.
22427
22428 2004-12-19  Edward Hervey  <bilboed@bilboed.com>
22429
22430         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22431
22432         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
22433         (gst_videorate_init), (gst_videorate_chain),
22434         (gst_videorate_change_state):
22435           Event handling (fixes #159986).
22436
22437 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22438
22439         * gst-libs/gst/riff/riff-media.c:
22440         (gst_riff_create_video_caps_with_data):
22441           Add BLZ0 (Blizzard's version of DivX) fourcc.
22442
22443 2004-12-18  David Schleef  <ds@schleef.org>
22444
22445         * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
22446         portability fix.
22447
22448 2004-12-18  David Schleef  <ds@schleef.org>
22449
22450         * gst/tta/ttadec.h: Disable some header code that isn't used
22451         and clearly isn't portable.
22452
22453 2004-12-18  David Schleef  <ds@schleef.org>
22454
22455         * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
22456         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
22457         (avcodec_get_pix_fmt), (avpicture_layout),
22458         (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
22459         (get_convert_table_entry), (img_convert), (img_get_alpha_info):
22460         Fix code to not use GCC extensions (and c99 extensions that
22461         Forte does not like.)
22462
22463 2004-12-19  Tim-Philipp Müller  <t.i.m@zen.co.uk>
22464
22465         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22466
22467         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
22468         (gst_deinterlace_chain):
22469           Rowstride fixes. Fixes #161039.
22470         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
22471         (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
22472         (gst_video_crop_getcaps), (gst_video_crop_link),
22473         (gst_video_crop_i420), (gst_video_crop_chain),
22474         (gst_video_crop_change_state):
22475           Rework of negotiation. Actually works now. Fixes #158650.
22476
22477 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22478
22479         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
22480           That was very stupid.
22481
22482 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22483
22484         * gst/matroska/matroska-demux.c:
22485         (gst_matroska_demux_parse_blockgroup):
22486           Fix possible crasher.
22487
22488 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22489
22490         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
22491         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
22492           Lace sizes can be zero.
22493
22494 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22495
22496         * ext/musepack/gstmusepackdec.cpp:
22497           Fetch error return values. Fixes #161624.
22498         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
22499           Really EOS.
22500
22501 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22502
22503         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
22504           Work for truncated (unfinished download etc.) files. Fixes #160514.
22505
22506 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22507
22508         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
22509           Fix for integer overflow. Makes #156001 not crash. Probably masks
22510           the real bug.
22511
22512 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22513
22514         * gst/ac3parse/gstac3parse.c: (plugin_init):
22515           Parsers never have ranks. Fixes #159651.
22516
22517 2004-12-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22518
22519         * gst/playback/gstdecodebin.c: (compare_ranks):
22520           make sure the facotries are ordered the same every time even if they
22521           have the same rank by using the name
22522         * gst/playback/gstdecodebin.c: (find_compatibles):
22523           make sure we don't add factories to the list twice
22524
22525 2004-12-16  David Schleef  <ds@schleef.org>
22526
22527         * configure.ac: look for musepack headers as musepack/*.h
22528         (fixes #159847)
22529         * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
22530         * ext/musepack/gstmusepackreader.h: same
22531
22532 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22533
22534         * gst-libs/gst/riff/riff-read.c:
22535         (gst_riff_read_strf_auds_with_data):
22536           Read extradata correctly (fixes #155879).
22537
22538 2004-12-16  David Schleef  <ds@schleef.org>
22539
22540         * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
22541         audio.  does _not_ attempt or allow conversion unless channels
22542         is 1 or 2.
22543
22544 2004-12-16  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
22545
22546         * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
22547
22548 2004-12-16  David Schleef  <ds@schleef.org>
22549
22550         * gst/audioscale/gstaudioscale.c: the resample library only
22551         handles 1 or 2 channels.  Change caps to compensate.
22552
22553 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22554
22555         * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
22556         (gst_matroska_demux_audio_caps):
22557           Some MPEG-AAC hacks, because else it doesn't work...
22558
22559 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22560
22561         * gst-libs/gst/riff/riff-media.c:
22562         (gst_riff_create_video_caps_with_data),
22563         (gst_riff_create_video_template_caps):
22564           Add h264.
22565
22566 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22567
22568         * gst-libs/gst/audio/Makefile.am:
22569           Try to fix buildbot.
22570
22571 2004-12-16  Thomas Vander Stichele  <thomas at apestaart dot org>
22572
22573         * gst/tcp/gstmultifdsink.c:
22574           Clean up and uniformize debugging.
22575
22576 2004-12-16  Edward Hervey  <bilboed@bilboed.com>
22577
22578         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22579
22580         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
22581         (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
22582         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
22583         (gst_mpeg_demux_change_state):
22584           Reset on ready. Fixes 160276.
22585
22586 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
22587
22588         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22589
22590         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22591         (gst_ffmpegcsp_pad_link):
22592           Fix memleak (#154815).
22593
22594 2004-12-16  James Bowes  <bowes@cs.dal.ca>
22595
22596         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22597
22598         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
22599         (gst_musicbrainz_init), (gst_musicbrainz_chain),
22600         (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
22601         * ext/musicbrainz/gsttrm.h:
22602           Add support for using a proxy server when getting a trm id from
22603           the MusicBrainz database (#149613).
22604
22605 2004-12-16  Christophe Fergeau  <teuf@gnome.org>
22606
22607         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22608
22609         * gst/playback/gstdecodebin.c: (new_pad), (close_link):
22610         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
22611           Fix memleaks (#157233).
22612
22613 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
22614
22615         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22616
22617         * gst-libs/gst/resample/resample.c: (gst_resample_close):
22618         * gst-libs/gst/resample/resample.h:
22619         * gst/audioscale/gstaudioscale.c:
22620           Fix memleak (#159215).
22621
22622 2004-12-16  Toni Willberg  <toniw@iki.fi>
22623
22624         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22625
22626         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
22627         * sys/oss/oss_probe.c: (main):
22628           Check for mono/stereo support (similar to samplerate probing),
22629           fixes #159433. Also add missing copyright header to oss_probe.c.
22630
22631 2004-12-15  David Schleef  <ds@schleef.org>
22632
22633         * configure.ac: add audioresample and cairo plugins.  Remove
22634         HAVE_MMX stuff, because it's not used.
22635         * ext/Makefile.am: same
22636         * ext/audioresample/Makefile.am: You are not ready for an
22637         audio resampling element based on audioresample.
22638         * ext/audioresample/gstaudioresample.c:
22639         * ext/audioresample/gstaudioresample.h:
22640         * ext/cairo/Makefile.am: You are not ready for overlay elements
22641         based on cairo.  Don't look too closely, these elements kinda
22642         suck right now.
22643         * ext/cairo/gstcairo.c: new
22644         * ext/cairo/gsttextoverlay.c: new
22645         * ext/cairo/gsttextoverlay.h: new
22646         * ext/cairo/gsttimeoverlay.c: new
22647         * ext/cairo/gsttimeoverlay.h: new
22648         * gst-libs/gst/media-info/media-info-priv.h: fix compile
22649         problem with compilers that don't support variadic macros.
22650
22651 2004-12-15  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
22652
22653         Reviewed by:  David Schleef  <ds@schleef.org>
22654
22655         * sys/sunaudio/gstsunaudio.c: (plugin_init):  Apply patch from
22656         Bala, registering sunaudiosrc (oops!), and cleaning up code a
22657         bit.  Also ran indent-gst.
22658         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
22659         (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
22660         (gst_sunaudiosrc_setparams):
22661
22662 2004-12-14  David Schleef  <ds@schleef.org>
22663
22664         * gst/festival/gstfestival.c: (gst_festival_chain): Set the
22665         output rate to 16000.  Should fix #160235.
22666
22667 2004-12-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22668
22669         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
22670         Add typefinding for mpeg2 pes streams
22671
22672 2004-12-13  David Schleef  <ds@schleef.org>
22673
22674         * configure.ac:  Applied patch from bug #143659, making default
22675         sources and sinks OS-dependent (for Solaris), and added code
22676         for OS/X.
22677         * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
22678
22679 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
22680
22681         * gst-libs/gst/riff/riff-media.c:
22682           forgot to add h2.64 to avidemux template caps
22683
22684 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
22685
22686         * gst/wavenc/riff.h:
22687         * gst-libs/gst/riff/riff-media.c:
22688         * gst-libs/gst/riff/riff-ids.h:
22689         * gst/avi/gstavimux.c
22690         add 4CC code for VideoSoft h264 in AVI (VSSH)
22691           fixes bug #160655
22692         remove s323 from riff, it's quicktime specific :(
22693
22694 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
22695
22696         * gst/asfdemux/README
22697         * gst/wavenc/riff.h
22698         * gst-libs/gst/riff/riff-ids.h
22699         * gst-libs/gst/riff/riff-media.c
22700         * gst/qtdemux/qtdemux.c:
22701           add new 4CC codes for h263 related codecs
22702           fixes partially bug #155163
22703
22704 2004-12-12  Christian Fredrik Kalager Schaller  <christian at fluendo dot com>
22705
22706         * configure.ac: Update polyaudio requirement to 0.7
22707         * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
22708
22709 2004-12-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22710
22711         * gst/interleave/deinterleave.c:
22712         fix my name's spelling! :)
22713
22714 2004-12-11  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
22715
22716         * AUTHORS ChangeLog
22717         * gst/auparse/gstauparse.c
22718         * gst/interleave/deinterleave.c
22719         * gst/law/:
22720                 alaw-decode.c alaw-encode.c
22721                 mulaw-decode.c mulaw-encode.c
22722         * gst/oneton/gstoneton.c
22723         * sys/osxaudio/:
22724                 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
22725         * sys/osxvideo/:
22726                 cocoawindow.h cocoawindow.m
22727                 osxvideosink.h osxvideosink.m
22728
22729         put the same mail address for Zaheer Abbas Merali everywhere
22730
22731 2004-12-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22732
22733         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
22734           Align by packetsize, and assert that we a packet available before
22735           playing. The first makes webstreams work (they often include
22736           trailing padding data in a packet), the second allows pausing a
22737           ASF stream in totem without getting demux errors afterwards.
22738
22739 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22740
22741         * ext/ogg/gstoggdemux.c: (get_relative):
22742           Check for non-NULL before accessing member (end-of-chain).
22743
22744 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22745
22746         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
22747         (cdparanoia_set_property), (cdparanoia_get_property):
22748         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
22749         (dvdnavsrc_set_property), (dvdnavsrc_get_property):
22750         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
22751         (dvdreadsrc_init), (dvdreadsrc_set_property),
22752         (dvdreadsrc_get_property):
22753         * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
22754         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
22755           Synchronize property names where not yet the case. Devices are
22756           now device=X, other versions are deprecated (but still exist).
22757           Also use g_free() unconditionally.
22758         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
22759         (setup_source), (gst_play_base_bin_get_property):
22760           Expose source.
22761
22762 2004-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
22763
22764         * configure.ac: move GCONF macro outside conditional for the am
22765           conditional. Fixes #160439
22766
22767 2004-12-08  David Schleef  <ds@schleef.org>
22768
22769         * tools/gst-visualise-m.m: Switch to elements that currently
22770         exist.
22771
22772 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22773
22774         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
22775           We love wrong commas.
22776
22777 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22778
22779         * gst/matroska/matroska-demux.c:
22780         (gst_matroska_demux_handle_src_query):
22781           Don't set DEFAULT, unsupported - makes length display incorrectly
22782           in some cases.
22783
22784 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
22785
22786         * gst/monoscope/README: remove blurb about files being GPL
22787         * gst/monoscope/gstmonoscope.c: Change license field to LGPL
22788         * gst/monoscope/monoscope.c: Change license to BSD with explanation
22789           monoscope is now effectively LGPL licensed
22790
22791 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
22792
22793         * gst/monoscope/README: Update information to be more correct
22794         * gst/monoscope/convolve.c: Relicense to LGPL
22795         * gst/monoscope/convolve.h: Relicense to LGPL
22796
22797 2004-12-06  Arwed v. Merkatz <v.merkatz@gmx.net>
22798
22799         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
22800           set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
22801         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
22802           set default_duration for mpeg1 audio
22803
22804 2004-12-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22805
22806         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
22807         * ext/alsa/gstalsa.h:
22808           refactor big chunks of the core caps negotiation code to make it
22809           a lot faster, because people claim it's really slow
22810           (actually, just cache the getcaps when the device is opened)
22811
22812 2004-12-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22813
22814         * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
22815         (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
22816         (gst_a52dec_handle_frame), (gst_a52dec_chain),
22817         (gst_a52dec_change_state), (plugin_init):
22818         * ext/a52dec/gsta52dec.h:
22819           Do something useful with timestamps. Make chain-based (since
22820           there's really no reason to be loopbased).
22821         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
22822           Update current_byte/frame correctly.
22823
22824 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22825
22826         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
22827         (gst_ape_demux_stream_init):
22828           Forward tags, too.
22829
22830 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22831
22832         * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
22833           Let's make sure we're done typefinding when detecting tags.
22834
22835 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22836
22837         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
22838         (gst_ebml_read_init), (gst_ebml_read_use_event),
22839         (gst_ebml_read_element_id), (gst_ebml_peek_id),
22840         (gst_ebml_read_seek), (gst_ebml_read_skip),
22841         (gst_ebml_read_reserve), (gst_ebml_read_buffer),
22842         (gst_ebml_read_master):
22843         * gst/matroska/ebml-read.h:
22844         * gst/matroska/matroska-demux.c:
22845         (gst_matroska_demux_parse_contents),
22846         (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
22847           Disgustingly evil hack for working around INTERRUPT events and
22848           their extremely annoying habit of being a pain in the ass. We
22849           simply peek a cluster before reading any of it.
22850
22851 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22852
22853         * ext/musepack/gstmusepackdec.cpp:
22854           There's also floating point libmusepacks.
22855
22856 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22857
22858         * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
22859         (gst_faad_chanpos_to_gst), (gst_faad_chain):
22860           Set DURATION even if source buffer didn't. Also use increasing
22861           timestamps.
22862         * gst-libs/gst/riff/riff-media.c:
22863         (gst_riff_create_audio_caps_with_data):
22864           Block_align can have larger values than 8192.
22865
22866 2004-12-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22867
22868         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
22869         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
22870         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
22871         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
22872           Fix caps.
22873
22874 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22875
22876         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
22877           Fix logic bug.
22878
22879 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22880
22881         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
22882           Yay, another one.
22883
22884 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22885
22886         * ext/esd/esdsink.c: (gst_esdsink_chain):
22887           Make error actually say something useful (fixes #156798).
22888         * gst-libs/gst/riff/riff-media.c:
22889         (gst_riff_create_video_caps_with_data),
22890         (gst_riff_create_video_template_caps):
22891           Add Intel Video 5.0 fourcc (IV50).
22892
22893 2004-12-01  Christophe Fergeau  <teuf@gnome.org>
22894
22895         * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
22896         detection on mono and stereo mp3 files.
22897
22898 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22899
22900         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
22901           Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
22902           the contained stream).
22903
22904 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22905
22906         * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
22907           Oops, remove debug.
22908
22909 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
22910
22911         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22912
22913         * gst/law/alaw-decode.c: (alawdec_getcaps):
22914         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
22915           Prevent warnings when negotiating caps (fixes #159338).
22916
22917 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22918
22919         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22920         (gst_ffmpegcsp_chain):
22921           Remove old leftover that shouldn't be there...
22922
22923 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
22924
22925         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22926
22927         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
22928           Don't forward DISCONT events (fixes #159684).
22929
22930 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22931
22932         * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
22933           Unlink manually since sometimes bin disposal (and therefore
22934           pad unlinking) is delayed, which will cause a new media file
22935           to not be able to start playing instantly.
22936
22937 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22938
22939         * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
22940           On mute of an unlinked stream, check for pad availability so
22941           we don't crash on unlinked pad.
22942
22943 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22944
22945         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
22946         (gst_avi_demux_massage_index):
22947           Fix quite humiliating bug in omitting 0-sized index chunks but
22948           forgetting to count them for timestamps.
22949
22950 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22951
22952         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
22953           Actually leave the loop if we failed to sync. Don't crash.
22954
22955 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22956
22957         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
22958         (gst_dvd_demux_process_private):
22959         * gst/mpegstream/gstdvddemux.h:
22960           Fix crash (#159759). Doesn't work, though. :-(.
22961
22962 2004-11-28  Benjamin Otte  <otte@gnome.org>
22963
22964         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
22965           more overwriting protection due to modifying channels one by one
22966           instead of all at once
22967
22968 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22969
22970         * gst/audioconvert/gstchannelmix.c:
22971         (gst_audio_convert_fill_normalize):
22972           Normalize using absolute values.
22973
22974 2004-11-28  Julien MOUTTE  <julien@moutte.net>
22975
22976         * configure.ac:
22977         * ext/Makefile.am:
22978         * ext/directfb/Makefile.am:
22979         * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
22980         (gst_directfbvideosink_get_pixel_format),
22981         (gst_directfbvideosink_get_format_from_fourcc),
22982         (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
22983         (gst_directfbvideosink_sink_link),
22984         (gst_directfbvideosink_change_state),
22985         (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
22986         (gst_directfbvideosink_buffer_alloc),
22987         (gst_directfbvideosink_interface_supported),
22988         (gst_directfbvideosink_interface_init),
22989         (gst_directfbvideosink_navigation_send_event),
22990         (gst_directfbvideosink_navigation_init),
22991         (gst_directfbvideosink_set_property),
22992         (gst_directfbvideosink_get_property),
22993         (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
22994         (gst_directfbvideosink_base_init),
22995         (gst_directfbvideosink_class_init),
22996         (gst_directfbvideosink_get_type), (plugin_init):
22997         * ext/directfb/directfbvideosink.h: Adding a first version of
22998         directfbvideosink.
22999         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
23000         more.
23001
23002 2004-11-28  Benjamin Otte  <otte@gnome.org>
23003
23004         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
23005           walk the samples backwards if out_channels > in_channels so we don't
23006           overwrite data
23007
23008 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23009
23010         * gst/audioconvert/Makefile.am:
23011         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
23012         (gst_audio_convert_link), (gst_audio_convert_change_state),
23013         (gst_audio_convert_channels):
23014         * gst/audioconvert/gstchannelmix.c:
23015         (gst_audio_convert_unset_matrix),
23016         (gst_audio_convert_fill_identical),
23017         (gst_audio_convert_fill_compatible),
23018         (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
23019         (gst_audio_convert_fill_others),
23020         (gst_audio_convert_fill_normalize),
23021         (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
23022         (gst_audio_convert_passthrough), (gst_audio_convert_mix):
23023         * gst/audioconvert/gstchannelmix.h:
23024           Implement a channel mixer.
23025
23026 2004-11-28  Martin Soto  <martinsoto@users.sourceforge.net>
23027
23028         * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
23029         * ext/alsa/gstalsa.h:
23030         * ext/alsa/gstalsa.c (gst_alsa_set_clock):
23031         Make alsasink actually honor gst_element_set_clock and use that
23032         clock instead of its internal one.
23033
23034 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
23035
23036         * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
23037         (gst_play_base_bin_change_state): nullify source and decoder when
23038         going from READY to NULL so that we don't try to do weird stuff with
23039         them when going from NULL to READY
23040         * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
23041         instead of g_object_unref
23042         (gen_video_element), (gen_audio_element): more refcounting fixes, now
23043         it should be correct
23044         (gst_play_bin_change_state): don't call remove_sinks if we are
23045         currently disposing the object
23046
23047 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23048
23049         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
23050           Don't forget bass if it's there. Else left channel is silent...
23051
23052 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23053
23054         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
23055         (gst_a52dec_change_state):
23056           Don't do sample adjusting anymore, we use float audio now.
23057         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
23058           Don't fixate to non-existing properties.
23059
23060 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23061
23062         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
23063         (gst_a52dec_change_state):
23064           Advertise that we can do surround sound.
23065
23066 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23067
23068         * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
23069           Add buffer-frames=0.
23070         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
23071         (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
23072         (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
23073         (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
23074         (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
23075         (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
23076         (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
23077         (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
23078         (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
23079         * ext/dvdread/dvdreadsrc.h:
23080           Add seeking, querying for bytes, sectors, title, angle and
23081           chapter. Handle multiple chapters. Relicense to LGPL because
23082           Billy agreed on that (thanks Billy!).
23083
23084 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
23085
23086         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
23087         call parent dispose method
23088
23089 2004-11-27  Martin Soto  <martinsoto@users.sourceforge.net>
23090
23091         * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
23092         (gst_audio_clock_get_internal_time):
23093         Fix active <-> inactive transitions: ensure time value always
23094         grows and avoid abrupt value changes.
23095
23096 2004-11-27  Arwed v. Merkatz <v.merkatz@gmx.net>
23097
23098         * configure.ac:
23099         * gst/tta/Makefile.am:
23100         * gst/tta/crc32.h:
23101         * gst/tta/filters.h:
23102         * gst/tta/gsttta.c:
23103         * gst/tta/gstttadec.c:
23104         * gst/tta/gstttadec.h:
23105         * gst/tta/gstttaparse.c:
23106         * gst/tta/gstttaparse.h:
23107         * gst/tta/ttadec.h:
23108           added TTA parser and decoder
23109
23110 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23111
23112         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
23113         (probe_triggered), (check_queue), (buffer_underrun),
23114         (buffer_running), (buffer_overrun), (gen_source_element),
23115         (setup_source):
23116         * gst/playback/gstplaybasebin.h:
23117           Implement buffering. Needs some more work.
23118
23119 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23120
23121         * ext/theora/theoradec.c: (theora_dec_chain):
23122           Fix ilog mask range overflow.
23123
23124 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23125
23126         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
23127           Don't omit the last (which in case of dmix is the only :) )
23128           channel count. Don't set channels if <= 2.
23129
23130 2004-11-26  Christophe Fergeau  <teuf@gnome.org>
23131
23132         * gst/playback/gstplaybin.c: (gen_video_element),
23133         (gen_audio_element): Removed 2 obsolete comments
23134
23135 2004-11-26  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
23136
23137         * ext/vorbis/oggvorbisenc.c
23138         * ext/vorbis/vorbisenc.c :
23139           change description fields of those plugins to differentiate them
23140           (pitivi show Encoders by description, they had the same one)
23141
23142 2004-11-25  Christophe Fergeau  <teuf@gnome.org>
23143
23144         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23145
23146         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
23147         (gst_play_bin_set_property), (gen_video_element),
23148         (gen_audio_element):
23149           Refcounting fixes for provided audio-/videosinks.
23150
23151 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23152
23153         * gst/playback/gstplaybin.c: (gen_video_element),
23154         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
23155           Don't reference all sinks, but only the video- and audiosinks.
23156           The vis. element should be disposed when we're done with it.
23157           We don't have any reason to keep it around. This fixes warnings
23158           when reusing playbin for playing multiple audio files with
23159           vis. enabled. Also release audio device on pause - idea stolen
23160           from Rhythmbox.
23161
23162 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23163
23164         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
23165         (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
23166         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
23167         * ext/alsa/gstalsaplugin.c: (plugin_init):
23168         * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
23169         (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
23170         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
23171         (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
23172         (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
23173         (gst_faad_change_state), (plugin_init):
23174         * ext/faad/gstfaad.h:
23175         * ext/vorbis/vorbis.c: (plugin_init):
23176         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
23177         * gst-libs/gst/audio/Makefile.am:
23178         * gst-libs/gst/audio/audio.c: (plugin_init):
23179         * gst-libs/gst/audio/multichannel.c:
23180         (gst_audio_check_channel_positions),
23181         (gst_audio_get_channel_positions),
23182         (gst_audio_set_channel_positions),
23183         (gst_audio_set_structure_channel_positions_list),
23184         (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
23185         (gst_audio_fixate_channel_positions):
23186         * gst-libs/gst/audio/multichannel.h:
23187         * gst-libs/gst/audio/testchannels.c: (main):
23188         * gst/audioconvert/gstaudioconvert.c:
23189         (gst_audio_convert_class_init), (gst_audio_convert_init),
23190         (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
23191         (gst_audio_convert_parse_caps), (gst_audio_convert_link),
23192         (gst_audio_convert_fixate), (gst_audio_convert_channels):
23193         * gst/audioconvert/plugin.c: (plugin_init):
23194           Surround sound support.
23195
23196 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23197
23198         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
23199           Fix position for discont if we're close as well. Nitpicking, but
23200           saves a few milliseconds of extra waiting or skipping.
23201
23202 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23203
23204         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
23205           We sometimes need parsers for playback, so add those too.
23206
23207 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23208
23209         * configure.ac:
23210         * gst/apetag/Makefile.am:
23211         * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
23212         (gst_ape_demux_base_init), (gst_ape_demux_class_init),
23213         (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
23214         (gst_ape_demux_get_src_query_types),
23215         (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
23216         (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
23217         (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
23218         (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
23219         (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
23220         (gst_ape_demux_stream_data), (gst_ape_demux_loop),
23221         (gst_ape_demux_change_state):
23222         * gst/apetag/apedemux.h:
23223         * gst/apetag/apetag.c: (plugin_init):
23224         * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
23225         (plugin_init):
23226           APE v1/2 tag reader plus typefind function.
23227
23228 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23229
23230         * configure.ac:
23231         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
23232         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
23233           Remove hacks for older core. Require newer core version
23234           accordingly.
23235
23236 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23237
23238         * gst/cdxaparse/Makefile.am:
23239         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
23240         (gst_cdxaparse_class_init), (gst_cdxaparse_init),
23241         (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
23242         * gst/cdxaparse/gstcdxaparse.h:
23243         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
23244         (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
23245         (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
23246         (gst_cdxastrip_get_src_query_types),
23247         (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
23248         (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
23249         (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
23250         (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
23251         * gst/cdxaparse/gstcdxastrip.h:
23252           SVCD/VCD header stripping separated from CDXA image parsing.
23253         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
23254         (plugin_init):
23255           Add VCD/SVCD header typefinding for VCD/SVCD.
23256         * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
23257         (gst_vcdsrc_class_init), (gst_vcdsrc_init),
23258         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
23259         (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
23260         (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
23261         (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
23262         (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
23263         (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
23264         (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
23265         (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
23266         (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
23267         * sys/vcd/vcdsrc.h:
23268           Fix up, add seeking, querying, URI interface. Works in totem now.
23269
23270 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
23271
23272         * configure.ac:
23273           back to CVS
23274
23275 === release 0.8.6 ===
23276
23277 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
23278
23279         * NEWS:
23280         * RELEASE:
23281         * configure.ac:
23282         * po/af.po:
23283         * po/az.po:
23284         * po/cs.po:
23285         * po/en_GB.po:
23286         * po/hu.po:
23287         * po/it.po:
23288         * po/nb.po:
23289         * po/nl.po:
23290         * po/or.po:
23291         * po/sq.po:
23292         * po/sr.po:
23293         * po/sv.po:
23294         * po/uk.po:
23295           releasing 0.8.6, "IOU Love"
23296
23297 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
23298
23299         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
23300
23301         * gst/playback/gstplaybasebin.c:
23302           Fix unplayable files error handling.  Fixes #158365
23303
23304 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
23305
23306         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
23307
23308         * gst/typefind/gsttypefindfunctions.c:
23309           Fix broken mp3 typefinding.  Fixes #158375
23310
23311 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
23312
23313         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
23314
23315         * ext/ogg/gstoggdemux.c:
23316           Fix sync on broken files.  Fixes #158976
23317
23318 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
23319
23320         patch by: Edward Hervey <bilboed@bilboed.com>
23321
23322         * ext/libpng/gstpngenc.c:
23323           Copy over buffer properties.  Fixes #158832
23324
23325 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
23326
23327         patch by: Tim-Philipp Müller <t.i.m@zen.co.uk>
23328
23329         * ext/dvdread/dvdreadsrc.c:
23330           Fixes invalid reads (#158462)
23331
23332 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
23333
23334         * sys/v4l/gstv4lsrc.c:
23335         * sys/v4l/gstv4lsrc.h:
23336         * sys/v4l/v4lsrc_calls.c:
23337           Probe less and cache it.  Fixes #159187.
23338
23339 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
23340
23341         * gst/videorate/gstvideorate.c:
23342           Handle all video formats. Fixes #159186.
23343
23344 2004-11-16  Jan Schmidt  <thaytan@mad.scientist.com>
23345         * gst/synaesthesia/gstsynaesthesia.c:
23346         (gst_synaesthesia_class_init), (gst_synaesthesia_init),
23347         (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
23348         (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
23349         (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
23350         (gst_synaesthesia_change_state), (plugin_init):
23351         Fix up synaesthesia to work under different samplerates/ buffer sizes.
23352         Force 320x200 output, as that's the only thing the underlying
23353         synaesthesia implementation supports. Still needs to be made
23354         re-entrant.
23355
23356 2004-11-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23357
23358         * configure.ac:
23359           Fix mpeg2enc configure check (similar to mplex check below).
23360
23361 2004-11-14  Koop Mast  <kwm@rainbow-runner.nl>
23362
23363         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23364
23365         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
23366           Fix for gcc-2.95 (fixes #158221).
23367
23368 2004-11-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23369
23370         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
23371           Re-add clock distribution hack (until new core is released).
23372           Fixes #158125.
23373
23374 2004-11-13  Arwed v. Merkatz  <v.merkatz@gmx.net>
23375         * configure.ac:
23376           fix mplex configure check segfaulting on some systems (bug #140994)
23377
23378 2004-11-13  Benjamin Otte  <otte@gnome.org>
23379
23380         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
23381           add debugging
23382         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
23383           do a wait when we enter the loop func with no data available to
23384           write instead of getting into an 100% CPU loop by just returning and
23385           being called again by the scheduler
23386
23387 2004-11-13  Jan Schmidt  <thaytan@mad.scientist.com>
23388
23389         * configure.ac:
23390         * ext/libvisual/visual.c: (gst_visual_get_type),
23391         (libvisual_log_handler), (gst_visual_getcaps),
23392         (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
23393         (plugin_init):
23394           Update libvisual to 0.1.7. Link in the debug handling to gstreamer
23395         * ext/smoothwave/Makefile.am:
23396         * ext/smoothwave/demo-osssrc.c: (main):
23397         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
23398         (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
23399         (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
23400         (plugin_init):
23401         * ext/smoothwave/gstsmoothwave.h:
23402           Make gstsmoothwave a working element in the 20th century.
23403
23404         * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
23405           Fix incorrect link function
23406
23407 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23408
23409         * gst/volume/gstvolume.c:
23410           Allow buffer-frames=0.
23411
23412 2004-11-12 Iain <iaingnome@gmail.com>
23413
23414         * configure.ac: Check for polypaudio
23415
23416         * ext/Makefile.am: Build the polyp dir
23417
23418         * ext/polyp: The polypsink sources.
23419
23420 2004-10-30 Iain <iaingnome@gmail.com>
23421
23422         * gst/interleave/interleave.c (interleave_unlink): Change the src pads
23423         caps to reflect the new number of channels.
23424
23425 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23426
23427         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
23428           Fix for negotiation order problem. This would show when the
23429           ALSA loopfuction was called before any other function. ALSA
23430           wouldn't do anything because we're not negotiated yet, leading
23431           to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
23432
23433 2004-11-11  Tim-Philipp Müller  <t.i.m@zen.co.uk>
23434
23435         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23436
23437         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
23438           No warnings (#157986).
23439
23440 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23441
23442         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
23443           Prefer apev1/2 and id3v1 (at end of file) over musepack.
23444
23445 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23446
23447         * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
23448           Signal no-more-pads (so it works in playbin).
23449
23450 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23451
23452         * ext/musepack/gstmusepackreader.cpp:
23453           Workaround for older core.
23454
23455 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23456
23457         * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
23458           Actually test for odd width/height rather than testing whether
23459           a temporary variable that was 0 before we subtracted 1 is now
23460           not equal to zero (which it always is).
23461
23462 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23463
23464         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
23465         Fix compilation if HAVE_XVIDEO is not defined
23466
23467 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23468
23469         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
23470         Fix compilation if HAVE_XVIDEO is not defined
23471
23472 2004-11-11  Jan Schmidt  <thaytan@mad.scientist.com>
23473
23474         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
23475         (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
23476         (gst_goom_change_state), (plugin_init):
23477         Use the bytestream adapter so goom doesn't depend on the input
23478         buffer size.
23479         Add a debug category
23480
23481 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23482
23483         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
23484           Only set hardware parameters *after* negotiation. Before
23485           negotiation, it will set ANY and that seems to cause crashes
23486           (see e.g. #151288, #153227).
23487
23488 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23489
23490         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
23491           This seems to be antique leftover. It needs to pass error
23492           checking.
23493         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
23494         (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
23495         (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
23496         (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
23497           Fix GstXOverlay implementation (#151059).
23498
23499 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23500
23501         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
23502           Don't assert (#157853).
23503
23504 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23505
23506         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
23507           Fix bytes/samples confustion.
23508         (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
23509           Fix for underrun (#144389).
23510
23511 2004-11-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23512
23513         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
23514           Disable halfway-seek for pending release (since it needs a new
23515           core release).
23516
23517 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
23518
23519         * sys/v4l/gstv4lsrc.c:
23520         * sys/v4l/gstv4lsrc.h:
23521         * sys/v4l/v4lsrc_calls.c:
23522           add autoprobe-fps property so we can separate autoprobing parts
23523
23524 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
23525
23526         * sys/v4l/gstv4lsrc.c:
23527         * sys/v4l/v4lsrc_calls.c:
23528         initialise fourcc to catch unset fourcc's, and debug
23529
23530 2004-11-09  Wim Taymans  <wim@fluendo.com>
23531
23532         * gst/playback/README:
23533         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
23534         * gst/playback/gstplaybin.c: (gst_play_bin_init),
23535         (gst_play_bin_dispose), (gst_play_bin_set_property),
23536         (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
23537         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
23538         (gst_play_bin_get_formats), (gst_play_bin_convert),
23539         (gst_play_bin_get_query_types), (gst_play_bin_query):
23540         Cleanups and some more documentation.
23541
23542 2004-11-09  Jan Schmidt  <thaytan@mad.scientist.com>
23543
23544         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
23545         (gst_cacasink_init), (gst_cacasink_chain):
23546         * ext/libcaca/gstcacasink.h:
23547         Cacasink inherits from VideoSink, so let that store the clock.
23548
23549 2004-11-09  Wim Taymans  <wim@fluendo.com>
23550
23551         * gst/playback/README:
23552         * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
23553         (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
23554         (probe_triggered), (preroll_unlinked), (new_decoded_pad),
23555         (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
23556         * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
23557         (setup_sinks):
23558         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
23559         (gst_stream_info_is_mute), (gst_stream_info_set_property):
23560         * gst/playback/gststreaminfo.h:
23561         Updated README.
23562         Only switch groups if all streams have muted (EOSed).
23563         Send Tags in sync with the stream playback instead of in
23564         the playback/preroll phase.
23565         Some cleanups, free the fakesrc elements.
23566
23567 2004-11-09  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23568
23569         * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
23570           buffer-frames property was missing
23571         * ext/arts/gst_arts.c:
23572           rate missing from sinkcaps
23573         * ext/audiofile/gstafparse.c:
23574         * ext/audiofile/gstafsink.c:
23575         * ext/audiofile/gstafsrc.c:
23576         * ext/swfdec/gstswfdec.c:
23577           int audio doesn't know buffer-frames
23578         * ext/cdparanoia/gstcdparanoia.c:
23579           int audio doesn't know chunksize either
23580         * ext/nas/nassink.c:
23581           it's endianness, not endianess
23582         * gst-libs/gst/audio/audio.h:
23583           make float standard pad template caps really describe float
23584         * gst/law/mulaw.c: (linear_factory):
23585           signed only, please
23586         * gst/mpegstream/gstdvddemux.c:
23587           widths of 20 are not valid
23588
23589 2004-11-08  Thomas Vander Stichele  <thomas at apestaart dot org>
23590
23591         Submitted by: Luca Ferretti <elle.uca@infinito.it>
23592
23593         * po/LINGUAS:
23594         * po/it.po:
23595           Add Italian
23596
23597 2004-11-08  Wim Taymans  <wim@fluendo.com>
23598
23599         * gst/playback/README:
23600         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
23601         * gst/playback/gstplaybasebin.c: (probe_triggered),
23602         (gst_play_base_bin_change_state):
23603         Updated README, added more comments for fixmes etc..
23604
23605 2004-11-08  Wim Taymans  <wim@fluendo.com>
23606
23607         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
23608         We can remove this hack now.
23609
23610 2004-11-08  Wim Taymans  <wim@fluendo.com>
23611
23612         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
23613         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
23614         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
23615         Only mix AYUV for maximum quality.
23616
23617 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23618
23619         * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
23620         (gst_ogg_demux_push), (gst_ogg_pad_push):
23621           Let's act as if we're synchronized now! :).
23622         * ext/theora/theoradec.c: (theora_dec_chain):
23623           Add some debug.
23624
23625 2004-11-08  Wim Taymans  <wim@fluendo.com>
23626
23627         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
23628         (gst_alpha_set_property), (gst_alpha_sink_link),
23629         (gst_alpha_set_ayuv), (gst_alpha_set_i420),
23630         (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
23631         (gst_alpha_init_params), (gst_alpha_chain):
23632         Implement alpha functions for AYUV too, this increases
23633         accuracy quite a bit.
23634
23635 2004-11-08  Wim Taymans  <wim@fluendo.com>
23636
23637         * gst/ffmpegcolorspace/avcodec.h:
23638         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
23639         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
23640         (gst_ffmpegcsp_avpicture_fill):
23641         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
23642         (gst_ffmpegcsp_caps_remove_format_info):
23643         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
23644         (shrink12), (img_get_alpha_info), (deinterlace_line),
23645         (deinterlace_line_inplace):
23646         * gst/ffmpegcolorspace/imgconvert_template.h:
23647         Added AYUV colorspace and handle RGBA a bit more respectful.
23648
23649 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23650
23651         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
23652           Actually always send a discont (cornercase when resending the
23653           same serial-tagged chain twice).
23654
23655 2004-11-08  Julien MOUTTE  <julien@moutte.net>
23656
23657         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
23658         (gst_ximagesink_finalize):
23659         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
23660         (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
23661
23662 2004-11-08  Wim Taymans  <wim@fluendo.com>
23663
23664         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
23665         Don't segfault on NULL data.
23666
23667 2004-11-08  Wim Taymans  <wim@fluendo.com>
23668
23669         * gst/playback/gstdecodebin.c: (unlinked):
23670         * gst/playback/gstplay-marshal.list:
23671         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
23672         (gst_play_base_bin_init), (group_create), (get_active_group),
23673         (get_building_group), (group_destroy), (group_commit),
23674         (queue_overrun), (remove_groups), (add_stream), (unknown_type),
23675         (add_element_stream), (no_more_pads), (probe_triggered),
23676         (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
23677         (state_change), (setup_source), (gst_play_base_bin_get_property),
23678         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
23679         (gst_play_base_bin_link_stream),
23680         (gst_play_base_bin_get_streaminfo):
23681         * gst/playback/gstplaybasebin.h:
23682         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
23683         (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
23684         Add support for chained ogg files. Prepare for playlist
23685         support. This patch introduces the concept of pad groups, which
23686         together compose one playable media file.
23687
23688 2004-11-07  David Schleef  <ds@schleef.org>
23689
23690         * testsuite/gst-lint: Check for pad templates that aren't statically
23691         scoped.
23692
23693 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23694
23695         * configure.ac:
23696         * ext/Makefile.am:
23697         * ext/musepack/Makefile.am:
23698         * ext/musepack/gstmusepackdec.cpp:
23699         * ext/musepack/gstmusepackdec.h:
23700         * ext/musepack/gstmusepackreader.cpp:
23701         * ext/musepack/gstmusepackreader.h:
23702           Add musepack decoder.
23703         * ext/faad/gstfaad.c: (gst_faad_base_init):
23704           Make pad templates static.
23705         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
23706         (plugin_init):
23707           Add musepack typefinder, make mp3 typefinding work halfway stream,
23708           which doesn't actually work yet because id3demux doesn't implement
23709           _get_length().
23710
23711 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23712
23713         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
23714         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
23715           Fix interrupt event handling (#144436).
23716
23717 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23718
23719         * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
23720           Hide unused glory.
23721
23722 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
23723
23724         reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23725
23726         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
23727           Fix weird caps (#157548).
23728
23729 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
23730
23731         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23732
23733         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
23734           Add missing NULL terminator (#157543).
23735
23736 2004-11-05  Thomas Vander Stichele  <thomas at apestaart dot org>
23737
23738         * gst/tcp/gsttcp.h:
23739         * gst/tcp/gsttcpclientsink.c:
23740         * gst/tcp/gsttcpclientsrc.c:
23741         * gst/tcp/gsttcpserversink.c:
23742         * gst/tcp/gsttcpserversrc.c:
23743           ports can go up to 65535.  Move common defines to gsttcp.h
23744
23745 2004-11-05  Wim Taymans  <wim@fluendo.com>
23746
23747         * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
23748         (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
23749         Added two more colorspaces.
23750
23751 2004-11-05  Wim Taymans  <wim@fluendo.com>
23752
23753         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
23754         (gst_ffmpegcsp_avpicture_fill):
23755         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
23756         (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
23757         (img_convert), (deinterlace_line), (deinterlace_line_inplace):
23758         More stride fixes.
23759
23760 2004-11-05  Wim Taymans  <wim@fluendo.com>
23761
23762         * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
23763         (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
23764         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
23765         (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
23766         (gst_videomixer_loop):
23767         More stride fixes.
23768
23769 2004-11-05  Benjamin Otte  <otte@gnome.org>
23770
23771         * ext/mad/gstmad.c: (gst_mad_chain):
23772           don't overflow data buffer. Flush not needed sync data when syncing
23773           failed.
23774
23775 2004-11-04  Wim Taymans  <wim@fluendo.com>
23776
23777         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
23778         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
23779         (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
23780         (gst_alpha_init_params), (gst_alpha_chain),
23781         (gst_alpha_change_state):
23782         Updated the chroma keying algorithm with something more
23783         sophisticated.
23784
23785 2004-11-03  Wim Taymans  <wim@fluendo.com>
23786
23787         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
23788         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
23789         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
23790         Fix stride issues. Does not completely work for odd
23791         heights.
23792
23793 2004-11-03  Wim Taymans  <wim@fluendo.com>
23794
23795         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
23796         (gst_alpha_chroma_key), (gst_alpha_chain):
23797         Fix stride issues. Does not completely work for odd
23798         heights.
23799
23800 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
23801
23802         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
23803         * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
23804         leak fixes
23805
23806 2004-11-03  Wim Taymans  <wim@fluendo.com>
23807
23808         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
23809         (gst_ffmpegcsp_avpicture_fill):
23810         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
23811         (avpicture_alloc):
23812         * gst/ffmpegcolorspace/imgconvert_template.h:
23813         Use correct _fill function to get correct strides.
23814
23815 2004-11-02  David Schleef  <ds@schleef.org>
23816
23817         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
23818         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
23819         (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
23820         Change all g_print()s to debugging.  Add a bunch of consistency
23821         checks.
23822
23823 2004-11-02  Wim Taymans  <wim@fluendo.com>
23824
23825         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
23826         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
23827         (unlinked), (no_more_pads), (close_link):
23828         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
23829         (unknown_type), (add_element_stream), (new_decoded_pad),
23830         (removed_decoded_pad), (setup_source):
23831         * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
23832         (gst_stream_info_class_init), (gst_stream_info_init),
23833         (gst_stream_info_new), (gst_stream_info_dispose),
23834         (stream_info_mute_pad), (gst_stream_info_set_property),
23835         (gst_stream_info_get_property):
23836         * gst/playback/gststreaminfo.h:
23837         Fix playback of multiple files.
23838         a slightly different approach to handling dynamic pad removals.
23839         This one only looks at pads that we have linked.
23840
23841 2004-11-01  Christophe Fergeau  <teuf@gnome.org>
23842
23843         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
23844         free" warning from libc.
23845
23846 2004-11-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23847
23848         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
23849         (get_unconnected_element), (remove_starting_from), (pad_removed),
23850         (close_link):
23851           Implement support for dynamic pad changing. We listen to "live"
23852           pad removals (i.e. while playing) and re-setup autoplugging
23853           after that. Playbasebin/playbin need some more work for this
23854           to finally work, but decodebin supports (and replugs) chained
23855           ogg now.
23856
23857 2004-11-02  Jan Schmidt  <thaytan@mad.scientist.com>
23858
23859         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
23860         (gst_alsa_finalize):
23861         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
23862         (gst_cdaudio_finalize):
23863         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
23864         (cdparanoia_finalize):
23865         * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
23866         * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
23867         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
23868         (dvdreadsrc_finalize):
23869         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
23870         (gst_flacdec_finalize):
23871         * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
23872         (gst_flacenc_finalize):
23873         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
23874         (gst_gnomevfssink_finalize):
23875         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
23876         (gst_gnomevfssrc_finalize):
23877         * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
23878         (gst_fameenc_finalize):
23879         * ext/nas/nassink.c: (gst_nassink_class_init),
23880         (gst_nassink_finalize):
23881         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
23882         (gst_sdlvideosink_class_init):
23883         * ext/sndfile/gstsf.c: (gst_sf_dispose):
23884         * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
23885         * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
23886         * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
23887         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
23888         (gst_x_window_listener_dispose):
23889         * gst/audioscale/gstaudioscale.c:
23890         * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
23891         (play_on_demand_finalize):
23892         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
23893         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
23894         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
23895         (cdplayer_finalize):
23896         * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
23897         (gst_glimagesink_class_init):
23898         * sys/oss/gstosselement.c: (gst_osselement_class_init),
23899         (gst_osselement_finalize):
23900         * sys/oss/gstosssink.c: (gst_osssink_dispose):
23901         * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
23902         * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
23903           Fixes a bunch of problems with finalize and dispose functions,
23904           either assumptions that dispose is only called once, or not calling
23905           the parent class dispose/finalize function
23906
23907 2004-11-01  Stefan Kost  <ensonic@users.sf.net>
23908
23909         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
23910           added two api precondition guards
23911           use g_strdup with getenv to fix crash when using ENVVAR
23912
23913 2004-11-01  Jan Schmidt  <thaytan@mad.scientist.com>
23914         * ext/esd/esdsink.c: (gst_esdsink_class_init),
23915         (gst_esdsink_finalize):
23916         Use a finalize function, not dispose, and more importantly,
23917         call the parent class finalize function too
23918
23919 2004-11-01  Johan Dahlin  <johan@gnome.org>
23920
23921         * ext/ogg/gstoggdemux.c:
23922         * gst/tags/gstvorbistag.c:
23923         Plug leaks.
23924
23925 2004-10-31  Benjamin Otte  <otte@gnome.org>
23926
23927         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
23928           lotsa memleaks today. But they're all small...
23929
23930 2004-10-31  Benjamin Otte  <otte@gnome.org>
23931
23932         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
23933           another memleak crushed
23934
23935 2004-10-31  Benjamin Otte  <otte@gnome.org>
23936
23937         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
23938           fix memleak
23939
23940 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23941
23942         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
23943           Hack to prevent crash when going to READY inside signal handler
23944           while this function is active.
23945
23946 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23947
23948         * gst/ffmpegcolorspace/Makefile.am:
23949         * gst/ffmpegcolorspace/avcodec.h:
23950         * gst/ffmpegcolorspace/common.h:
23951         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
23952         * gst/ffmpegcolorspace/dsputil.h:
23953         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
23954         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
23955         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
23956         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
23957         (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
23958         (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
23959         (gst_ffmpegcsp_avpicture_fill):
23960         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
23961         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
23962         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
23963         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
23964         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
23965         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
23966         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
23967         (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
23968         * gst/ffmpegcolorspace/imgconvert.c:
23969         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
23970         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
23971         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
23972         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
23973         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
23974         (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
23975         (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
23976         (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
23977         (img_convert_init), (img_apply_table), (shrink41), (shrink21),
23978         (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
23979         (grow21), (grow22), (grow41), (grow44), (conv411),
23980         (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
23981         (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
23982         (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
23983         (avpicture_free), (is_yuv_planar), (img_convert),
23984         (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
23985         (deinterlace_line_inplace), (deinterlace_bottom_field),
23986         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
23987         * gst/ffmpegcolorspace/imgconvert_template.h:
23988         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
23989         * gst/ffmpegcolorspace/mmx.h:
23990         * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
23991         (av_fast_realloc), (av_mallocz_static), (av_free_static),
23992         (av_freep), (avcodec_get_context_defaults),
23993         (avcodec_alloc_context), (avcodec_init):
23994           Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
23995           handling plus update from ffmpeg CVS. Large clean-up.
23996
23997 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23998
23999         * gst/playback/Makefile.am:
24000           We need the marshallers for decodebin, too.
24001
24002 2004-10-30  David Schleef  <ds@schleef.org>
24003
24004         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
24005           quicktime typefinding work with 64-bit offsets.
24006
24007 2004-10-30  Jan Schmidt  <thaytan@mad.scientist.com>
24008
24009         * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
24010           Set EOS on the element when processing an EOS event.
24011         * ext/speex/gstspeexdec.h:
24012         * ext/speex/gstspeexenc.h:
24013           Only keep a const ptr to the mode
24014         * gst-libs/gst/riff/riff-media.c:
24015         (gst_riff_create_audio_caps_with_data),
24016         (gst_riff_create_audio_template_caps):
24017           Allow WMAV3, with up to 6 channels.
24018         * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
24019           Don't call gst_pad_set_event_function on a sink pad.
24020         * gst/mpegstream/gstdvddemux.c:
24021         (gst_dvd_demux_get_subpicture_stream),
24022         (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
24023           Copy the explicit caps that were set across to the cur_* pads,
24024           instead of trying to use a possibly non-existent negotiated caps.
24025           Reset the type of subpicture pads to UNKNOWN after calling
24026           init_stream, so that the caps get set.
24027
24028 2004-10-29  Martin Pitt  <martin.pitt@canonical.com>
24029
24030         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24031
24032         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
24033           Don't touch buffer if it is of size 0 (fixes #151064).
24034
24035 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24036
24037         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
24038           Synchronized discont handling.
24039
24040 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24041
24042         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
24043         (gst_ogg_demux_push):
24044           Make seeking sort-of exact again (fixes #156387).
24045
24046 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24047
24048         * gst/playback/gstplaybasebin.c: (unknown_type),
24049         (add_element_stream), (new_decoded_pad),
24050         (gst_play_base_bin_change_state):
24051         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
24052         (gst_stream_info_init), (gst_stream_info_new),
24053         (gst_stream_info_dispose), (gst_stream_info_get_property):
24054         * gst/playback/gststreaminfo.h:
24055           Make caps explicitely available. Makes testing for unsupported
24056           types possible. Improves error reporting.
24057
24058 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24059
24060         * gst/audioconvert/gstaudioconvert.c:
24061         (gst_audio_convert_buffer_to_default_format):
24062           Really don't touch read-only buffers (#156563).
24063
24064 2004-10-29  Sebastien Cote  <sc5@hermes.usherb.ca>
24065
24066         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24067
24068         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
24069           Fix memleak (#155223).
24070
24071 2004-10-29  Wim Taymans  <wim@fluendo.com>
24072
24073         * gst/tcp/.cvsignore:
24074         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
24075         (gst_multifdsink_class_init), (gst_multifdsink_init),
24076         (gst_multifdsink_add), (gst_multifdsink_remove),
24077         (gst_multifdsink_remove_client_link), (is_sync_frame),
24078         (gst_multifdsink_new_client),
24079         (gst_multifdsink_handle_client_write),
24080         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
24081         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
24082         (gst_multifdsink_get_property):
24083         * gst/tcp/gstmultifdsink.h:
24084         Added burst on connect sync_method, deprecated sync_clients,
24085         streamlined the sync code some more.
24086
24087 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24088
24089         * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
24090         (gst_play_base_bin_change_state):
24091           Improve error reporting.
24092
24093 2004-10-28  Wim Taymans  <wim@fluendo.com>
24094
24095         * gst/tcp/Makefile.am:
24096         * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
24097         * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
24098         (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
24099         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
24100         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
24101         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
24102         (gst_fdset_wait):
24103         Added more locks around fdset structures. Fixed/reworked
24104         the poll array resizing code.
24105         Added stress test for fdset.
24106
24107 2004-10-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24108
24109         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
24110         fix build
24111
24112 2004-10-28  Benjamin Otte  <otte@gnome.org>
24113
24114         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
24115           fix link function to always query channels and query width for
24116           floats
24117         * configure.ac:
24118           add equalizer dir
24119         * gst/equalizer/Makefile.am:
24120         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
24121         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
24122         (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
24123         (arg_to_scale), (setup_filter),
24124         (gst_iir_equalizer_compute_frequencies),
24125         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
24126         (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
24127         (plugin_init):
24128           add an equalizer
24129
24130 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
24131
24132         Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
24133
24134         * po/LINGUAS:
24135         * po/nb.po:
24136           Added Norwegian Bokmaal translation
24137
24138 2004-10-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24139
24140         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
24141           Don't break on options (fixes #156488).
24142
24143 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
24144
24145         * configure.ac:
24146         * ext/cdaudio/Makefile.am:
24147         * sys/Makefile.am:
24148           fix build on older automake
24149
24150 2004-10-26  Wim Taymans  <wim@fluendo.com>
24151
24152         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
24153         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
24154         Allow a little margin when negotiating the framerate.
24155
24156 2004-10-26  Stefan Kost  <ensonic@users.sf.net>
24157
24158         * gst/level/gstlevel.c:
24159           synchonised naming of pads and pad-templates
24160
24161 2004-10-26  Wim Taymans  <wim@fluendo.com>
24162
24163         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
24164         (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
24165         (_find_streams_check), (gst_ogg_demux_push):
24166         Fix EOS again. Needs to be done in a better way. We should not
24167         remove the pad if there is no new chained stream.
24168
24169 2004-10-26 Iain <iaingnome@gmail.com>
24170
24171         * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
24172         * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
24173         of the caps.
24174         * gst/interleave/interleave.c (interleave_class_init): Hook up release
24175         pad.
24176         (interleave_release_pad): Remove the pad.
24177         * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
24178         * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
24179         the set device.
24180         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
24181         attrs
24182         (gst_xvimagesink_xcontext_clear): Free the xcontext.
24183         (gst_xvimagesink_finalize): Free the par.
24184
24185 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24186
24187         * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
24188         (gst_avimux_stop_file):
24189           First calculate the rate, and only then use it. Hdr.rate is a
24190           multiple and not a derivative of hdr.scale. Scale is not the
24191           same as blockalign but is solely related to rate.
24192
24193 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24194
24195         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
24196         (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
24197           Implement seeking.
24198
24199 2004-10-25  James Henstridge  <james@jamesh.id.au>
24200
24201         Reviewed by:  David Schleef  <ds@schleef.org>
24202
24203         * examples/gstplay/player.c: (got_stream_length), (main):
24204         * examples/seeking/cdplayer.c: (update_scale):
24205         * examples/seeking/seek.c: (format_value), (update_scale):
24206         * examples/seeking/spider_seek.c: (format_value), (update_scale),
24207         (stop_seek):
24208         Build fixes on AMD64.
24209
24210 2004-10-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24211
24212         reviewed by: Ronald Bultje <rbultje at gnome dot org>
24213
24214         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
24215         Fix for some v4l cards which hang in v4lsrc
24216
24217 2004-10-25  Wim Taymans  <wim@fluendo.com>
24218
24219         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
24220         (gst_ogg_demux_push), (gst_ogg_chains_clear):
24221         Make sure to remove the pad when a new chain is
24222         encountered. Set some vars to NULL so we don't try
24223         to reference freed memory.
24224
24225 2004-10-25  Wim Taymans  <wim@fluendo.com>
24226
24227         * examples/seeking/Makefile.am:
24228         * examples/seeking/cdplayer.c: (update_scale):
24229         * examples/seeking/chained.c: (unlinked), (new_pad), (main):
24230         * examples/seeking/playbin.c: (make_playerbin_pipeline),
24231         (format_value), (update_scale), (iterate), (start_seek),
24232         (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
24233         (print_usage), (main):
24234         Added some more examples, update others.
24235
24236 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24237
24238         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
24239         * ext/speex/gstspeexdec.c: (speex_dec_chain):
24240         * ext/theora/theoradec.c: (theora_dec_chain):
24241         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
24242           Add codec-name metadata.
24243
24244 2004-10-25  Takao Fujiwara  <Takao.Fujiwara@Sun.COM>
24245
24246         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24247
24248         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
24249         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
24250         * ext/alsa/gstalsamixertrack.h:
24251         * po/POTFILES.in:
24252           ALSA mixer track label internationalization (#154054).
24253
24254 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24255
24256         * ext/theora/theoradec.c: (theora_dec_chain):
24257           Export bitrate as metadata.
24258
24259 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24260
24261         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
24262         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
24263         * ext/alsa/gstalsamixertrack.h:
24264           Fix names, fix loop.
24265
24266 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24267
24268         * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
24269         (speex_dec_convert):
24270           sinkconvert function so oggdemux can get the file length (totem).
24271
24272 2004-10-25  James Morrison  <ja2morri@csclub.uwaterloo.ca>
24273
24274         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24275
24276         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
24277           Don't push incomplete packets.
24278         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
24279           Fix MPEG-4 audio typefinding.
24280
24281 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24282
24283         * sys/v4l/Makefile.am:
24284         * sys/v4l/gstv4l.c: (plugin_init):
24285         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
24286         (gst_v4lelement_init), (gst_v4lelement_dispose),
24287         (gst_v4lelement_change_state):
24288         * sys/v4l/gstv4lelement.h:
24289         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
24290         (gst_v4l_xoverlay_close), (idle_refresh),
24291         (gst_v4l_xoverlay_set_xwindow_id):
24292         * sys/v4l/gstv4lxoverlay.h:
24293         * sys/v4l/v4l-overlay_calls.c:
24294         * sys/v4l/v4l_calls.h:
24295         * sys/v4l2/Makefile.am:
24296         * sys/v4l2/gstv4l2.c: (plugin_init):
24297         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
24298         (gst_v4l2element_init), (gst_v4l2element_dispose),
24299         (gst_v4l2element_change_state):
24300         * sys/v4l2/gstv4l2element.h:
24301         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
24302         (gst_v4l2_xoverlay_close), (idle_refresh),
24303         (gst_v4l2_xoverlay_set_xwindow_id):
24304         * sys/v4l2/gstv4l2xoverlay.h:
24305         * sys/v4l2/v4l2-overlay_calls.c:
24306         * sys/v4l2/v4l2_calls.h:
24307           Remove client-side overlay handling, use the X-server v4l plugin
24308           for that. Nicer overlay, less code. Also make the plugin
24309           compileable without X (but then without overlay, obviously).
24310           Makes xwindowlistener obsolete, should we remove that?
24311
24312 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24313
24314         * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
24315         (gst_osssrc_src_query):
24316         * sys/oss/gstosssrc.h:
24317           OK, so people want offset in DEFAULT. This time, actually fix all
24318           cases.
24319         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
24320           Add FPS properly.
24321
24322 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24323
24324         * gst/asfdemux/gstasfmux.c:
24325         * gst/avi/gstavimux.c:
24326           Framerate.
24327
24328 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24329
24330         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
24331           Fix properties (channel, norm, frequency).
24332
24333 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24334
24335         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
24336           Flag typo.
24337         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
24338           No warnings.
24339
24340 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24341
24342         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
24343           Fix hang.
24344
24345 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24346
24347         * sys/v4l2/gstv4l2element.h:
24348           Yet Another Hack (tm) for kernel header borkedness.
24349         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
24350         (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
24351         (gst_v4l2src_link), (gst_v4l2src_getcaps),
24352         (gst_v4l2src_change_state):
24353         * sys/v4l2/gstv4l2src.h:
24354         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
24355         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
24356           Fix caps, keep track of state, work.
24357
24358 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24359
24360         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
24361           Quiet.
24362
24363 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24364
24365         * sys/oss/gstosssrc.c: (gst_osssrc_get):
24366           Don't mix bytes and samples.
24367
24368 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24369
24370         * ext/ogg/gstoggmux.c:
24371           Basic pad template which accepts OGM tracks, speex, flac, vorbis
24372           and theora. Any is incorrect.
24373         * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
24374           Fix caps.
24375         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
24376         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
24377         (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
24378         (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
24379         * sys/v4l/gstv4lmjpegsrc.h:
24380         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
24381         (gst_v4lsrc_change_state):
24382         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
24383         (gst_v4lmjpegsrc_capture_stop):
24384           Fix caps. Keep track of internal state. Work.
24385
24386 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24387
24388         * ext/Makefile.am:
24389           Fix the build fixes.
24390
24391 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24392
24393         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
24394         (gst_ogg_demux_src_event), (_find_chain_seek),
24395         (gst_ogg_pad_push):
24396           Check for pad availability before using it.
24397         * ext/ogg/gstoggdemux.c: (_find_chain_process):
24398           Fix parsing of chained ogg. Needs more work on the decoder side.
24399
24400 2004-10-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24401
24402         * gst/spectrum/Makefile.am:
24403         * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
24404         (idle_func):
24405           Fix demo and reenable it. Yes, I'm currently playing with audio
24406           analysis tools
24407
24408 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24409
24410         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
24411           We love it if files that start at zero work too...
24412
24413 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24414
24415         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
24416           Handle files with missing EOS headers.
24417
24418 2004-10-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24419
24420         * gst/tcp/gsttcpserversink.c:
24421         (gst_tcpserversink_handle_server_read),
24422         (gst_tcpserversink_init_send):
24423         Zero some variables first (need for accept not to return EINVAL)
24424
24425 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24426
24427         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
24428         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
24429         * ext/theora/theoradec.c: (theora_dec_sink_convert),
24430         (theora_dec_chain):
24431         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
24432         (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
24433           Seeking and querying finetune.
24434
24435 2004-10-20  Thomas Vander Stichele  <thomas at apestaart dot org>
24436
24437         * configure.ac:
24438         * ext/Makefile.am:
24439         * ext/raw1394/Makefile.am:
24440           fix the build
24441
24442 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24443
24444         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
24445           Wrong return.
24446         * gst/playback/Makefile.am:
24447         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
24448         * gst/playback/gstplay-marshal.list:
24449         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
24450           Fix marshallers.
24451
24452 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24453
24454         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
24455           Silence.
24456
24457 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24458
24459         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
24460         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
24461         (gst_ogg_pad_push):
24462           Yay for non-lineair granulepos in theora.
24463
24464 2004-10-18  Wim Taymans  <wim@fluendo.com>
24465
24466         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
24467         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
24468         * ext/dv/gstdvdec.h:
24469         Make sure we renegotiate aspect ratio when the camera switches.
24470
24471 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24472
24473         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
24474         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
24475           Start at zero.
24476         * ext/theora/theoradec.c: (theora_dec_chain):
24477           Skip headers. Bad idea for chained ogg, but fixes seeking.
24478
24479 2004-10-18  Wim Taymans  <wim@fluendo.com>
24480
24481         * configure.ac:
24482         I swear, this is the last time I touch this.
24483
24484 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24485
24486         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
24487         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
24488         (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
24489           Faster seeking.
24490         * ext/theora/theoradec.c: (theora_dec_sink_convert):
24491           Time-to-default conversion.
24492         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
24493           Don't error on unknown packets, just skip. We should probably
24494           read them if we want to support chained ogg.
24495
24496 2004-10-18  Wim Taymans  <wim@fluendo.com>
24497
24498         * configure.ac:
24499         Added cdaudio to wrong list.
24500
24501 2004-10-18  Wim Taymans  <wim@fluendo.com>
24502
24503         * configure.ac:
24504         Revive cdaudio.
24505
24506 2004-10-18  Wim Taymans  <wim@fluendo.com>
24507
24508         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
24509         (gst_dvdec_video_link), (gst_dvdec_push):
24510         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
24511         (gst_smokeenc_resync), (gst_smokeenc_chain):
24512         Fix mimetype on smoke encoder.
24513         Add aspect ratio to dvdec. Not sure if these
24514         values are correct though....
24515
24516 2004-10-18  Wim Taymans  <wim@fluendo.com>
24517
24518         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
24519         Fix vorbis property descriptions and ranges.
24520
24521 2004-10-18  Wim Taymans  <wim@fluendo.com>
24522
24523         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
24524         Really do nothing when no data is available.
24525         Go to the playing state when the stream is not seekable
24526         instead of failing.
24527
24528 2004-10-18  Wim Taymans  <wim@fluendo.com>
24529
24530         * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
24531         (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
24532         (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
24533         (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
24534         (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
24535         Added uri handler for cd://
24536         Port to new API.
24537
24538 2004-10-18  Wim Taymans  <wim@fluendo.com>
24539
24540         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
24541         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
24542         (try_to_link_1), (no_more_pads), (close_link), (type_found):
24543         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
24544         (remove_prerolls), (unknown_type), (add_element_stream),
24545         (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
24546         (gst_play_base_bin_remove_element),
24547         (gst_play_base_bin_link_stream):
24548         * gst/playback/gstplaybin.c: (gen_video_element),
24549         (gen_vis_element), (remove_sinks), (setup_sinks):
24550         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
24551         (gst_stream_info_get_type), (gst_stream_info_class_init),
24552         (gst_stream_info_init), (gst_stream_info_new),
24553         (gst_stream_info_dispose), (stream_info_mute_pad),
24554         (gst_stream_info_set_property), (gst_stream_info_get_property):
24555         * gst/playback/gststreaminfo.h:
24556         Add sink padtemplate to decodebin.
24557         Added some more comments.
24558         Make queue size configurable in playbasebin.
24559         Added possibility to use elements as sinks (ex cdaudio).
24560
24561 2004-10-15  Wim Taymans  <wim@fluendo.com>
24562
24563         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
24564         (gst_speexenc_chain):
24565         Fix speex timestamps so that it gets muxed properly.
24566
24567 2004-10-15  Wim Taymans  <wim@fluendo.com>
24568
24569         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
24570         (gst_dv1394src_base_init), (gst_dv1394src_class_init),
24571         (gst_dv1394src_init), (gst_dv1394src_dispose),
24572         (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
24573         (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
24574         (gst_dv1394src_event), (gst_dv1394src_get_formats),
24575         (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
24576         (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
24577         (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
24578         (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
24579         * ext/raw1394/gstdv1394src.h:
24580         Added conversion/query functions.
24581         Update buffer timestamps,
24582         Added signals.
24583         Added uri dv:// so it might play from the firewire in playbin.
24584         Fix a possible leak.
24585         Added debugging.
24586
24587 2004-10-15  Wim Taymans  <wim@fluendo.com>
24588
24589         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
24590         (gst_dv1394src_init), (gst_dv1394src_set_property),
24591         (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
24592         (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
24593         * ext/raw1394/gstdv1394src.h:
24594         Added AV/C VTR control support needed for some cameras.
24595         Added automatic port detection.
24596         Added properties for selecting the channel.
24597         The configure.ac script is not yet updated to reflect the
24598         new libavc1394 and librom1394 dependencies.
24599
24600 2004-10-15  Wim Taymans  <wim@fluendo.com>
24601
24602         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
24603         (qtdemux_parse), (gst_qtdemux_handle_esds):
24604         An esds box is not a container.
24605         Fix parsing of mp4v boxes.
24606         Do not try to renegotiate fps for each frame. Need to
24607         find a better method. This should fix mp4 playback.
24608
24609 2004-10-14  David Schleef  <ds@schleef.org>
24610
24611         * configure.ac: update for swfdec-0.3 and liboil-0.2
24612         * ext/swfdec/gstswfdec.c: update for swfdec-0.3
24613         * ext/swfdec/gstswfdec.h: same
24614         * gst/videofilter/gstvideobalance.c: update for liboil-0.2
24615         * gst/videotestsrc/videotestsrc.c: same
24616
24617 2004-10-14  Wim Taymans  <wim@fluendo.com>
24618
24619         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
24620         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
24621         (is_sync_frame), (gst_multifdsink_new_client),
24622         (gst_multifdsink_handle_client_write),
24623         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
24624         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
24625         Turn warnings into info.
24626         Don't allow a state change in the streaming thread.
24627
24628 2004-10-14  Thomas Vander Stichele  <thomas at apestaart dot org>
24629
24630         * ext/vorbis/oggvorbisenc.c:
24631         * ext/vorbis/vorbisdec.c:
24632           fix template sample rate
24633
24634 2004-10-13  Wim Taymans  <wim@fluendo.com>
24635
24636         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
24637         Decoding the header first fixes some problems in resyncing
24638         in more mp3s.
24639
24640 2004-10-12  Wim Taymans  <wim@fluendo.com>
24641
24642         * gst/playback/gstplaybin.c: (gen_video_element),
24643         (gen_vis_element), (remove_sinks), (setup_sinks):
24644         Added vis plugin support, need to configure the vis
24645         element to activate it.
24646
24647 2004-10-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24648
24649         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
24650         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
24651           Some debug.
24652         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
24653         (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
24654         (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
24655         (gst_avi_demux_stream_index), (gst_avi_demux_skip),
24656         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
24657         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
24658         * gst/avi/gstavidemux.h:
24659           Support for openDML-2.0 indx/ix## chunks. Support for broken index
24660           recovery (where, if part of the index is broken, we will still read
24661           the rest of the index and recover the broken part by stream
24662           scanning). More broken media support. EOS workarounds. General AVI
24663           braindamage headache recovery. Aspirin included.
24664
24665 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24666
24667         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
24668         (cdparanoia_event), (cdparanoia_query):
24669           Get rid of hideous lead-in.
24670
24671 2004-10-11  Wim Taymans  <wim@fluendo.com>
24672
24673         * gst/playback/gstplaybasebin.c: (setup_source):
24674         Wrong var used to get g_list_next.
24675
24676 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24677
24678         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
24679         (cdparanoia_get), (cdparanoia_open):
24680           Report discid as metadata, add duration.
24681
24682 2004-10-11  Wim Taymans  <wim@fluendo.com>
24683
24684         * gst/playback/gstplaybasebin.c: (setup_source):
24685         Cleanup the previous pipeline a little earlier for the
24686         case that a source element provides raw data.
24687
24688 2004-10-11  Benjamin Otte  <otte@gnome.org>
24689
24690         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
24691           reset v1 tag offset when there is no v1 tag. Fixes id3demux always
24692           consuming the last 128 bytes, even though it was valid mp3 data.
24693
24694 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24695
24696         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
24697         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
24698         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
24699         Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
24700
24701 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24702
24703         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
24704         Fix for webcams that support only specific width or height
24705
24706 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
24707
24708         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24709
24710         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
24711           Fix wrong discont event setup (fixes #154967).
24712
24713 2004-10-09  Sebastien Cote  <sc5@hermes.usherb.ca>
24714
24715         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24716
24717         * gst/auparse/gstauparse.c: (gst_auparse_chain):
24718           Error out on invalid data (fixes #154807).
24719
24720 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
24721
24722         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24723
24724         * ext/dvdread/dvdreadsrc.c: (_read):
24725           Make titles > 0 work again (fixes #154834).
24726
24727 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24728
24729         * gst-libs/gst/riff/riff-media.c:
24730         (gst_riff_create_video_template_caps):
24731           WMV3 missing in template caps.
24732
24733 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24734
24735         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
24736           OK, so the original code was too strict. It makes random AVI files
24737           hang for seconds upon opening, which is unacceptable and is far
24738           beyond the original goal of getting multiple chunks for one-chunk
24739           sounc stream files. So now do just that.
24740
24741 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24742
24743         * gst/playback/gstplaybasebin.c: (setup_source),
24744         (gst_play_base_bin_change_state):
24745           Actually clean up streaminfo if output fails. This would trigger
24746           if, for example, there was no CD in the drive. No preroll, so
24747           a streaminfo structure is created, but the subsequent state change
24748           of the thread fails.
24749         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
24750           Don't change state if parent failed.
24751
24752 2004-10-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24753
24754         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
24755         (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
24756         (gen_video_element), (remove_sinks):
24757           Add small bits of code for screenshot handling.
24758
24759 2004-10-08  Wim Taymans  <wim@fluendo.com>
24760
24761         * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
24762         (gen_video_element), (gen_audio_element), (setup_sinks):
24763         Don't assume the user provided sinks are named "sink"...
24764
24765 2004-10-08  Wim Taymans  <wim@fluendo.com>
24766
24767         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
24768         (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
24769         (gst_play_base_bin_link_stream):
24770         Do not try to autoplug sources that generate raw streams like
24771         cdparanoia.
24772         disconnect the preroll overrun signal when we don't need it anymore.
24773
24774 2004-10-08  Milosz Derezynski  <internalerror.rez@fhtw-berlin.de>
24775
24776         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
24777         Added reworked patch from #154903 from milosz derezynski (deadchip).
24778
24779 2004-10-08  Wim Taymans  <wim@fluendo.com>
24780
24781         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
24782         (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
24783         (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
24784         (cdparanoia_convert), (cdparanoia_uri_get_type),
24785         (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
24786         (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
24787         * ext/cdparanoia/gstcdparanoia.h:
24788         This adds the cdda://<tracknum> uri.
24789
24790 2004-10-08  Wim Taymans  <wim@fluendo.com>
24791
24792         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
24793         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
24794         (try_to_link_1), (no_more_pads), (close_link), (type_found):
24795         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
24796         (unknown_type), (gst_play_base_bin_remove_element),
24797         (gst_play_base_bin_link_stream):
24798         * gst/playback/gstplaybasebin.h:
24799         * gst/playback/gstplaybin.c: (gst_play_bin_init),
24800         (gst_play_bin_set_property), (gen_video_element),
24801         (gen_audio_element), (setup_sinks):
24802         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
24803         (gst_stream_info_get_type), (gst_stream_info_class_init),
24804         (gst_stream_info_init), (gst_stream_info_new),
24805         (gst_stream_info_dispose), (stream_info_mute_pad),
24806         (gst_stream_info_set_property), (gst_stream_info_get_property):
24807         * gst/playback/gststreaminfo.h:
24808         Reuse the audio and video bins.
24809         Some internal cleanups in the stream selection code.
24810
24811 2004-10-08  Julien MOUTTE  <julien@moutte.net>
24812
24813         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
24814         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
24815         * sys/ximage/ximagesink.h:
24816         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
24817         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
24818         * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
24819         not coming from those elements. Moreover these elements should not keep
24820         the xid they have been given when in NULL state.
24821
24822 2004-10-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24823
24824         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
24825         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
24826         * sys/ximage/ximagesink.h:
24827         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
24828         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
24829         * sys/xvimage/xvimagesink.h:
24830           Actually only create a new toplevel window if we're not gonna
24831           embed it right after.
24832
24833 2004-10-07  Wim Taymans  <wim@fluendo.com>
24834
24835         * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
24836         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
24837         * gst/playback/gstplaybin.c: (setup_sinks):
24838         Implement muting/unmuting of streams, mute streams that are not
24839         used.
24840
24841 2004-10-07  Wim Taymans  <wim@fluendo.com>
24842
24843         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
24844         (plugin_init):
24845         Added lame audio/x-ac3 typefind function.
24846
24847 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
24848
24849         * configure.ac:
24850           bump nano to cvs
24851
24852 === release 0.8.5 ===
24853
24854 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
24855
24856         * NEWS:
24857         * RELEASE:
24858         * configure.ac:
24859           releasing 0.8.5, "Take You On"
24860
24861 2004-10-06  Wim Taymans  <wim@fluendo.com>
24862
24863         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
24864         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
24865         (no_more_pads), (close_link), (type_found):
24866         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
24867         * gst/playback/gstplaybin.c: (gen_video_element):
24868         Do not signal the no_more_pads after the first pad when
24869         we are plugging a non dynamic element with multiple
24870         output pads (like swfdec, dvdec, ...).
24871
24872 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
24873
24874         * configure.ac:
24875           bump for prerelease
24876
24877 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
24878
24879         * gst/wavparse/gstwavparse.c:
24880           add ATRAC3 to STATIC CAPS to fix a warning
24881
24882         * gst/matroska/ebml-read.c:
24883         * gst-libs/gst/riff/riff-read.c:
24884           fix typos
24885
24886 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
24887
24888         * gst-libs/gst/riff/riff-media.c:
24889           generate caps for ATRAC3 audio streams
24890
24891         * gst/realmedia/rmdemux.c:
24892           generate caps for ATRAC3 audio streams
24893
24894 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
24895
24896         * gst/wavparse/Makefile.am
24897         * gst/wavparse/riff.h
24898         * gst/wavparse/wavparse.vcproj
24899           riff.h removal (unused and duplication with riff-ids.h)
24900
24901 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
24902
24903         * gst/wavparse/gstwavparse.h
24904           remove duplicated defines for audio codec codes
24905
24906         * gst-libs/gst/riff/riff-ids.h
24907         * gst/wavenc/riff.h:
24908           add "4CC" code for ATRAC3 audio streams
24909           add "4CC" code for ITU_G721_ADPCM (unused for now)
24910
24911 2004-10-06  Wim Taymans  <wim@fluendo.com>
24912
24913         * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
24914         Actually _do_ negotiation. Pass gdouble as arg instead
24915         of guint64 for the framerate.
24916
24917 2004-10-06  Wim Taymans  <wim@fluendo.com>
24918
24919         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
24920         (find_compatibles), (close_pad_link), (try_to_link_1),
24921         (no_more_pads), (close_link), (type_found):
24922         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
24923         * gst/playback/gstplaybin.c: (gen_video_element),
24924         (gen_audio_element):
24925         Set state on newly added element to READY so that negotiation
24926         can happen ASAP.
24927         Addes some more debug info.
24928         Do not try to plug pads with multiple caps structures or ANY
24929         because it is too dangerous since we do not do dynamic
24930         replugging.
24931
24932 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
24933
24934         written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
24935
24936         * po/LINGUAS:
24937         * po/or.po:
24938           add Oriya translation
24939
24940 2004-10-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24941
24942         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
24943           Prevent overwrite of size member. Makes audio sound crappy.
24944
24945 2004-10-05  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
24946
24947         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
24948         Add rmvb to the list of known RealMedia extensions
24949
24950 2004-10-05  Wim Taymans  <wim@fluendo.com>
24951
24952         * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
24953         (mngdec_openstream), (mngdec_closestream),
24954         (mngdec_handle_sink_event), (mngdec_readdata),
24955         (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
24956         (mngdec_getcanvasline), (mngdec_refresh),
24957         (gst_mngdec_change_state):
24958         Set the framerate correctly.
24959
24960 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24961
24962         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
24963           There was something wrong with the index massaging.
24964
24965 2004-10-04  Wim Taymans  <wim@fluendo.com>
24966
24967         * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
24968         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
24969         (gst_smokedec_chain):
24970         * ext/jpeg/gstsmokedec.h:
24971         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
24972         (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
24973         * ext/jpeg/gstsmokeenc.h:
24974         * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
24975         (smokecodec_decode_new), (smokecodec_info_free),
24976         (smokecodec_set_quality), (smokecodec_get_quality),
24977         (smokecodec_set_threshold), (smokecodec_get_threshold),
24978         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
24979         (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
24980         (smokecodec_encode), (smokecodec_parse_id),
24981         (smokecodec_parse_header), (smokecodec_decode):
24982         * ext/jpeg/smokecodec.h:
24983         * ext/jpeg/smokeformat.h:
24984         Updated smoke, new bitstream, allows embedding in ogg.
24985
24986 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24987
24988         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
24989           Fix seeking in some files. All this code is no longer needed (and
24990           actually breaks stuff) because we now synchronize the full index
24991           right when reading the header.
24992
24993 2004-10-04  Wim Taymans  <wim@fluendo.com>
24994
24995         * configure.ac:
24996         configure update for libmng.
24997
24998 2004-10-04  Wim Taymans  <wim@fluendo.com>
24999
25000         * ext/libmng/Makefile.am:
25001         * ext/libmng/gstmng.c: (plugin_init):
25002         * ext/libmng/gstmng.h:
25003         * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
25004         (gst_mngdec_base_init), (gst_mngdec_class_init),
25005         (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
25006         (gst_mngdec_loop), (gst_mngdec_get_property),
25007         (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
25008         (mngdec_closestream), (mngdec_handle_sink_event),
25009         (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
25010         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
25011         (gst_mngdec_change_state):
25012         * ext/libmng/gstmngdec.h:
25013         * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
25014         (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
25015         (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
25016         (gst_mngenc_chain), (gst_mngenc_get_property),
25017         (gst_mngenc_set_property):
25018         * ext/libmng/gstmngenc.h:
25019         Added basic MNG decoder. Needs more work. The encoder does
25020         not work yet.
25021
25022 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25023
25024         * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
25025         (gst_rmdemux_loop), (gst_rmdemux_add_stream),
25026         (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
25027           Don't hang on length=0 chunks. Some negotiation fixes. Signal
25028           no-more-pads.
25029
25030 2004-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
25031
25032         * configure.ac:
25033           you need at least 1.0.4 of speex
25034
25035 2004-10-04 Iain <iaingnome@gmail.com>
25036
25037         * ext/speex/gstspeexdec.h: Revert the includes changes.
25038
25039         * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
25040
25041 2004-09-30 Iain <iaingnome@gmail.com>
25042
25043         * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
25044         found during init or set as a property instead of hardcoding /dev/audio
25045
25046 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25047
25048         * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
25049         (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
25050         (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
25051         (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
25052         (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
25053         (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
25054         (gst_rmdemux_dump_data):
25055           Use debug category, fix EOS handling. filesrc ! rmdemux now
25056           works.
25057
25058 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25059
25060         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
25061         (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
25062         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
25063           Improve allocation, cutting and sorting of the index. How takes a
25064           few seconds instead of minutes.
25065
25066 2004-10-03  Christophe Fergeau  <teuf@gnome.org>
25067
25068         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
25069           fixed compilation
25070
25071 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25072
25073         * gst-libs/gst/riff/riff-media.c:
25074         (gst_riff_create_video_caps_with_data),
25075         (gst_riff_create_video_template_caps):
25076           Add wing commander format mimetype/fourccs.
25077         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
25078           Don't crash if some value is 0.
25079
25080 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25081
25082         * gst-libs/gst/riff/riff-media.c:
25083         (gst_riff_create_video_caps_with_data),
25084         (gst_riff_create_video_template_caps):
25085           Add DIB fourcc (raw, palettized 8-bit RGB).
25086         * gst-libs/gst/riff/riff-read.c:
25087         (gst_riff_read_strf_vids_with_data):
25088           Oops, fix strf_data reading bug.
25089         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
25090           Use a non-NULL tag.
25091         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
25092           Time for hacks. Sorry Dave. At least one quicktime movie (a
25093           trailer) that I've encountered contains multiple video tracks.
25094           One of those is the actual video track, the other are one-frame
25095           tracks (images). Unfortunately, the number of frames according
25096           to the trak header is 1 for each, so that doesn't help. So
25097           instead, I look at the duration and discard tracks with a
25098           duration shorter than 20% of the length of the stream. Better
25099           than nothing.
25100
25101 2004-10-01  Christian Schaller <christian@fluendo.com>
25102
25103         * ext/ivorbis/vorbis.c:
25104           Patch from Phil Blundell (Bug 152341)
25105
25106 2004-10-01  Wim Taymans  <wim@fluendo.com>
25107
25108         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
25109         (speex_dec_get_formats), (speex_dec_convert),
25110         (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
25111         (speex_dec_chain), (gst_speexdec_get_property),
25112         (gst_speexdec_set_property):
25113         Small cleanups.
25114
25115 2004-10-01  Wim Taymans  <wim@fluendo.com>
25116
25117         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
25118         (gst_wavparse_stream_init), (gst_wavparse_fmt),
25119         (gst_wavparse_other), (gst_wavparse_loop),
25120         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
25121         (gst_wavparse_srcpad_event):
25122         * gst/wavparse/gstwavparse.h:
25123         Added some more debugging info.
25124         Fix the case where the length of the file is 0.
25125         Make sure we seek to sample borders.
25126
25127 2004-10-01  Wim Taymans  <wim@fluendo.com>
25128
25129         * gst/playback/README:
25130         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
25131         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
25132         (try_to_link_1), (no_more_pads), (close_link), (type_found):
25133         Add some debug info to decodebin, update README
25134
25135 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25136
25137         * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
25138           Don't use g_print(); use GST_DEBUG().
25139
25140 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25141
25142         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
25143         (gst_ogg_mux_queue_pads):
25144           Handle EOS properly.
25145
25146 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
25147
25148         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25149
25150         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
25151         (gst_faad_chain), (gst_faad_change_state):
25152         * ext/faad/gstfaad.h:
25153           Allow playback of raw (unframed) MPEG AAC files (#148993).
25154
25155 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
25156
25157         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25158
25159         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
25160           Throw error if we didn't recognize the stream. Fixes #152289.
25161
25162 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25163
25164         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
25165           Fix negotiation.
25166
25167 2004-10-01  Francis Labonte  <francis_labonte@hotmail.com>
25168
25169         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25170
25171         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
25172           Fix memleak.
25173
25174 2004-10-01  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
25175
25176         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25177
25178         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
25179           Solve #152805.
25180         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
25181           Solve 152806.
25182
25183 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25184
25185         * gst-libs/gst/riff/riff-media.c:
25186         (gst_riff_create_video_caps_with_data),
25187         (gst_riff_create_audio_caps_with_data):
25188           Add codec_data handling (like asfdemux used to do).
25189         * gst/asfdemux/gstasf.c: (plugin_init):
25190         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
25191         (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
25192           Use riff-media for caps creation instead of our own (mostly
25193           broken) copy of its functions.
25194
25195 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25196
25197         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
25198           Don't actually error out if we get another return value than
25199           -EINVAL. Opposite to what I first thought, drivers have random
25200           return values for this, although -EINVAL is the expected return
25201           value. Since this is not fatal, we shouldn't use
25202           GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
25203
25204 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25205
25206         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
25207         (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
25208         (dvdreadsrc_get_property), (_open), (_seek), (_read),
25209         (dvdreadsrc_get), (dvdreadsrc_open_file),
25210         (dvdreadsrc_change_state):
25211           Fix. Don't do one big huge loop around the whole DVD, that will
25212           cache all data and thus eat sizeof(dvd) (several GB) before we
25213           see something.
25214         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
25215           Actually NULL'ify event after using it.
25216         * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
25217         (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
25218         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
25219         (gst_ebml_read_seek), (gst_ebml_read_skip):
25220           Handle events.
25221         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
25222         (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
25223         (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
25224           Fix timing (this will probably break if I seek using menus, but
25225           I didn't get there yet). VOBs and normal DVDs should now work.
25226           Add a mpeg2-only pad with high rank so this get autoplugged for
25227           MPEG-2 movies.
25228         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
25229         (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
25230         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
25231         (gst_mpeg_demux_get_audio_stream),
25232         (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
25233         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
25234           Use this as second rank for MPEG-1 and MPEG-2. Still use this for
25235           MPEG-1 but use dvddemux for MPEG-2.
25236         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
25237         (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
25238         (gst_mpeg_parse_parse_packhead):
25239           Timing. Only add pad template if it exists. Add sink template from
25240           class and not from ourselves. This means we will always use the
25241           correct sink template even if it is not the one defined in this
25242           file.
25243
25244 2004-09-29  Wim Taymans  <wim@fluendo.com>
25245
25246         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
25247         (gst_mpeg_demux_parse_pes):
25248         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
25249         Fix playback of mpeg again, timestamps where screwed up by
25250         patch 1.61.
25251
25252 2004-09-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25253
25254         * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
25255           Only return true if we actually filled something in. Prevents
25256           player applications from showing a random length for flac files.
25257         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
25258         (gst_riff_read_use_event), (gst_riff_read_handle_event),
25259         (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
25260         (gst_riff_read_strf_vids_with_data),
25261         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
25262           OK, ok, so I implemented event handling. Apparently it's normal
25263           that we receive random events at random points without asking
25264           for it.
25265         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
25266         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
25267         (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
25268         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
25269         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
25270         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
25271         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
25272         * gst/avi/gstavidemux.h:
25273           Implement non-lineair chunk handling and subchunk processing.
25274           The first solves playback of AVI files where the audio and video
25275           data of individual buffers that we read are not synchronized.
25276           This should not happen according to the wonderful AVI specs, but
25277           of course it does happen in reality. It is also a prerequisite for
25278           the second. Subchunk processing allows us to cut chunks in small
25279           pieces and process each of these pieces separately. This is
25280           required because I've seen several AVI files with incredibly large
25281           audio chunks, even some files with only one audio chunk for the
25282           whole file. This allows for proper playback including seeking.
25283           This patch is supposed to fix all AVI A/V sync issues.
25284         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
25285         (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
25286           Work.
25287         * gst/modplug/gstmodplug.cc:
25288           Proper return value setting for the query() function.
25289         * gst/playback/gstplaybasebin.c: (setup_source):
25290           Being in non-playing state (after, e.g., EOS) is not necessarily
25291           a bad thing. Allow for that. This fixes playback of short files.
25292           They don't actually playback fully now, because the clock already
25293           runs. This means that small files (<500kB) with a small length
25294           (<2sec) will still not or barely play. Other files, such as mod
25295           or flx, will work correctly, however.
25296
25297 2004-09-28  Wim Taymans  <wim@fluendo.com>
25298
25299         * ext/speex/gstspeex.c: (plugin_init):
25300         * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
25301         (gst_speex_dec_class_init), (speex_dec_get_formats),
25302         (speex_get_event_masks), (speex_get_query_types),
25303         (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
25304         (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
25305         (gst_speexdec_get_property), (gst_speexdec_set_property),
25306         (speex_dec_change_state):
25307         * ext/speex/gstspeexdec.h:
25308         * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
25309         (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
25310         (gst_speexenc_base_init), (gst_speexenc_class_init),
25311         (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
25312         (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
25313         (gst_speexenc_src_query), (gst_speexenc_init),
25314         (gst_speexenc_get_tag_value), (comment_init), (comment_add),
25315         (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
25316         (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
25317         (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
25318         (gst_speexenc_chain), (gst_speexenc_get_property),
25319         (gst_speexenc_set_property), (gst_speexenc_change_state):
25320         * ext/speex/gstspeexenc.h:
25321         Rewrote speex encoder, make sure it can be embedded in ogg.
25322         Implemented speex decoder.
25323
25324 2004-09-28  Christian Schaller <christian@fluendo.com>
25325
25326         * configure.ac:
25327         Remove kioslave plugin. Markey is brewing a new working one
25328         * ext/Makefile.am: Remove kioslave plugin
25329         * ext/kio: remove
25330         * gst-plugins.spec.in: remove kio plugin from spec
25331
25332 2004-09-27  Wim Taymans  <wim@fluendo.com>
25333
25334         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
25335         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
25336         (is_sync_frame), (gst_multifdsink_client_queue_buffer),
25337         (gst_multifdsink_new_client),
25338         (gst_multifdsink_handle_client_write),
25339         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
25340         (gst_multifdsink_handle_clients):
25341         * gst/tcp/gstmultifdsink.h:
25342         Make syncing to keyframes actually work for new clients and lagging
25343         clients.
25344
25345 2004-09-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25346
25347         * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
25348         (gst_navigationtest_handle_src_event), (draw_box_planar411),
25349         (gst_navigationtest_planar411), (gst_navigationtest_change_state):
25350         * gst/debug/gstnavigationtest.h:
25351           make navigationtest display button-press and button-release events
25352
25353 2004-09-26 Iain <iaingnome@gmail.com>
25354
25355         * gst/interleave/interleave.c (all_channels_new_media): Checks if all
25356         the channels have received a new media event.
25357         (interleave_buffered_loop): Compresses a new media event on all
25358         channels into one.
25359
25360 2004-09-26 Iain <iaingnome@gmail.com>
25361
25362         * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
25363         call the sinkpad's default event handler and not the srcpads. He also
25364         says this is confusing :)
25365         (gst_wavenc_stop_file): Company says that seek events only go upstream
25366         we should send a discontinuous downstream instead.
25367
25368 2004-09-25  Christian Schaller <christian@fluendo.com>
25369
25370         * Update SPEC file to be usable in conjunction with Fedora Core,
25371           Fedora.us and freshrpms packages
25372         * Fix typo in multifilesrc test Makefile
25373
25374 2004-09-24  Wim Taymans  <wim@fluendo.com>
25375
25376         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
25377         Only signal the no_more_pads signal when we have
25378         added the stream to our list.
25379
25380 2004-09-24  Wim Taymans  <wim@fluendo.com>
25381
25382         * gst/playback/gstplaybasebin.c: (remove_prerolls),
25383         (new_decoded_pad):
25384         * gst/playback/gstplaybasebin.h:
25385         * gst/playback/gstplaybin.c: (setup_sinks):
25386         Don't try to preroll or decode more than one audio/video
25387         track.
25388
25389 2004-09-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25390
25391         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
25392           Throw error if we failed to find a suitable output. This should
25393           throw an error if we successfully set up a pipeline (e.g. because
25394           we recognized a media file) but found no decodable streams in it
25395           (e.g. because it contains only media stream types for which we
25396           have no decoders, or because it's not a media type).
25397
25398 2004-09-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25399
25400         * ext/dirac/Makefile.am:
25401         * ext/dirac/gstdirac.cc:
25402         * ext/dirac/gstdiracdec.cc:
25403         * ext/dirac/gstdiracdec.h:
25404           Do something. Don't actually know if this works because I don't
25405           have a demuxer yet.
25406         * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
25407           Add channels=1 to caps returned from _getcaps().
25408         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
25409         (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
25410         (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
25411         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
25412         (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
25413         (gst_ogm_parse_change_state):
25414           Separate between audio/video so ogmaudioparse actually uses the
25415           audio pad templates. Both audio and video work now, including
25416           autoplugging. Also use sometimes-srcpad hack.
25417         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
25418           Handle events better. Don't hang on infinite loops.
25419         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
25420         (gst_avi_demux_init), (gst_avi_demux_reset),
25421         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
25422         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
25423         (gst_avi_demux_change_state):
25424         * gst/avi/gstavidemux.h:
25425           Improve A/V sync. Still not perfect.
25426         * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
25427         (gst_ebml_read_skip):
25428           Handle events better.
25429         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
25430         (gst_qtdemux_loop_header), (qtdemux_parse_trak),
25431         (qtdemux_audio_caps):
25432           Add IMA4. Improve event handling. Save offset after a seek when
25433           the headers are at the end of the file so that we don't end up in
25434           an infinite loop.
25435         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
25436           Add low-priority typefind support for files with no length.
25437
25438 2004-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
25439
25440         * testsuite/multifilesink/Makefile.am:
25441         fix typo
25442
25443 2004-09-22  Julien MOUTTE  <julien@moutte.net>
25444
25445         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
25446         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
25447         mistakes from thaytan's patches.
25448
25449 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
25450
25451         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
25452           For completeness, XSync in the destroy function as xvimage does.
25453
25454 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
25455
25456         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
25457            Correct caps negotiation
25458         * gst/volume/gstvolume.c: (volume_chain_float),
25459         (volume_chain_int16):
25460            Modify debug output to be little more informative
25461         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
25462         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
25463         (gst_xvimagesink_xvimage_destroy):
25464           Add XSync calls after detaching from the shared memory segment to
25465           avoid a crash.
25466
25467 2004-09-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
25468
25469         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
25470         (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
25471         * ext/vorbis/vorbis.c: (plugin_init):
25472         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
25473         (gst_vorbisenc_chain):
25474         * ext/vorbis/vorbisenc.h:
25475         remove explicit newmedia support from oggmux and vorbisenc
25476         add debug category to vorbisenc
25477         * gst/multifilesink/gstmultifilesink.c:
25478         (gst_multifilesink_class_init), (gst_multifilesink_init),
25479         (gst_multifilesink_dispose), (gst_multifilesink_set_location),
25480         (gst_multifilesink_set_property), (gst_multifilesink_next_file),
25481         (gst_multifilesink_handle_event), (gst_multifilesink_chain),
25482         (plugin_init):
25483         * gst/multifilesink/gstmultifilesink.h:
25484         add support for streamheader in multifilesink
25485
25486 2004-09-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25487
25488         * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
25489         (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
25490         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
25491           Prevent infinite loops. More correct error reporting.
25492         * gst/auparse/gstauparse.c: (gst_auparse_chain):
25493           Error out if negotiation fails.
25494         * gst/playback/gstplaybasebin.c: (setup_source),
25495         (gst_play_base_bin_change_state), (gst_play_base_bin_error),
25496         (gst_play_base_bin_found_tag):
25497           Error/tag forwarding. Pre-roll fixes for source errors on state
25498           changes (e.g. "file does not exist") to prevent hangs.
25499
25500 2004-09-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
25501
25502         * testsuite/multifilesink/Makefile.am:
25503         * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
25504         (gst_newmedia_class_init), (gst_newmedia_init),
25505         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
25506         (newfile_signal), (test_signal), (main):
25507         * testsuite/multifilesink/multifilesrc_test.c: (main):
25508         * testsuite/multifilesink/oggtheora_test.c:
25509         (gst_newmedia_base_init), (gst_newmedia_class_init),
25510         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
25511         (test_format), (newfile_signal), (test_signal), (main):
25512         * testsuite/multifilesink/oggvorbis_test.c:
25513         (gst_newmedia_base_init), (gst_newmedia_class_init),
25514         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
25515         (test_format), (newfile_signal), (test_signal), (main):
25516         * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
25517         (gst_newmedia_class_init), (gst_newmedia_init),
25518         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
25519         (newfile_signal), (test_signal), (main):
25520         New media tests
25521
25522 2004-09-20  Christian Schaller <christian@fluendo.com>
25523
25524         * Fix mikmod license to LGPL as they have relicensed
25525         * Move Dirac and Effectv into LGPL section of README_license
25526
25527 2004-09-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25528
25529         * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
25530         (gst_mad_change_state):
25531           Allow for mp3 rate/channels changes. However, only very
25532           conservatively. Reason that we *have* to enable this is smiply
25533           because the mad find_sync() function is not good enough, it will
25534           regularly sync on random data as valid frames and therefore make
25535           us provide random caps as *final* caps of the stream. The best fix
25536           I could think of is to simply require several of the same stream
25537           changes in a row before we change caps.
25538           The actual testcase that works now is #
25539         * ext/ogg/Makefile.am:
25540         * ext/ogg/gstogg.c: (plugin_init):
25541         * ext/ogg/gstogmparse.c:
25542           OGM support (video only for now; I need an audio sample file).
25543         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
25544         (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
25545         (gst_asf_demux_add_video_stream):
25546           WMV extradata.
25547         * gst/playback/gstplaybasebin.c: (unknown_type):
25548           Don't error out on single unknown-types after all. It's wrong.
25549           If we found type of video and audio but not of a subtitle stream,
25550           it will still error out (which is unwanted). Will find a better fix
25551           later on.
25552         * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
25553         (ogmaudio_type_find), (plugin_init):
25554           OGM support.
25555
25556 2004-09-20  Johan Dahlin  <johan@gnome.org>
25557
25558         * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
25559         after setting caps.
25560
25561 2004-09-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
25562
25563         * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
25564         * gst/wavenc/gstwavenc.h:
25565         Added newmedia support to wavenc
25566
25567 2004-09-17  Wim Taymans  <wim@fluendo.com>
25568
25569         * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
25570         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
25571         (gst_fdset_fd_can_write), (gst_fdset_wait):
25572         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
25573         (gst_multifdsink_init), (gst_multifdsink_add),
25574         (gst_multifdsink_remove), (gst_multifdsink_get_stats),
25575         (gst_multifdsink_remove_client_link),
25576         (gst_multifdsink_client_queue_buffer),
25577         (gst_multifdsink_handle_client_write),
25578         (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
25579         (gst_multifdsink_close), (gst_multifdsink_change_state):
25580         * gst/tcp/gstmultifdsink.h:
25581         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
25582         (gst_tcpserversink_removed):
25583         Small cleanups in fdset.c
25584         Use a hastable to map fd to the client structure for faster
25585         lookup in _remove and get_stats.
25586         Added virtual function to close the fds.
25587         Handle clients even when the select/poll call was unblocked because
25588         of a command.
25589         Implement syncing to keyframe in the recovery procedure.
25590
25591 2004-09-16 Iain <iaingnome@gmail.com>
25592
25593         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
25594         try caps.
25595
25596 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25597
25598         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
25599           Caps are only set if the type of the stream is unknown, but this
25600           is initialized in ->init_stream(), so set to UNKNOWN after calling
25601           ->init_stream() so that capsnego starts.
25602
25603 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25604
25605         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
25606         (gst_avi_demux_stream_data):
25607           Just hardcode for raw audio then. AVI audio sucks.
25608
25609 2004-09-15  Arwed v. Merkatz  <v.merkatz@gmx.net>
25610
25611         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
25612         * gst/matroska/matroska-mux.c: (audiosink_templ),
25613         (gst_matroska_mux_audio_pad_link):
25614         * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
25615         Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
25616
25617 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25618
25619         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
25620         (gst_avi_demux_stream_data):
25621           Try to fix a/v sync issues.
25622
25623 2004-09-15  David Schleef  <ds@schleef.org>
25624
25625         * configure.ac: remove NASM check, since we don't use it.  Update
25626         dirac check to 0.4
25627         * ext/dirac/gstdiracdec.cc: update to current 0.4 API
25628         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
25629         Initialized variables.
25630         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
25631         (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
25632         (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
25633         SVQ3 format
25634
25635 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25636
25637         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
25638         (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
25639         * gst/avi/gstavidemux.h:
25640           Fix for compressed audio (mp3) timestamp generation. How did this
25641           ever work?
25642
25643 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25644
25645         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
25646           Volume is a double not a float.
25647
25648 2004-09-15  Wim Taymans  <wim@fluendo.com>
25649
25650         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
25651         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
25652         Don't close the fd in multifdsink as we didn't open it in the
25653         first place. Some cleanups.
25654
25655 2004-09-15  Wim Taymans  <wim@fluendo.com>
25656
25657         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
25658         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
25659         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
25660         Fix the case where the muxer would mark pages as delta
25661         frames when they are not (vorbis only ogg).
25662
25663 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25664
25665         * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
25666         (gst_play_base_bin_change_state):
25667           Handle the case where we failed to setup a clear pipeline. This
25668           will throw an error (or EOS, another nice case) and if you don't
25669           catch that, the app will wait for the signal forever (and thus
25670           hang).
25671
25672 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25673
25674         * ext/gnomevfs/gstgnomevfssink.c:
25675         (gst_gnomevfssink_uri_get_protocols):
25676         * ext/gnomevfs/gstgnomevfssrc.c:
25677         (gst_gnomevfssrc_uri_get_protocols):
25678         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
25679         * ext/gnomevfs/gstgnomevfsuri.h:
25680           Use _uri_new() instead of _open(), so it doesn't take as long and
25681           Christophe's computer won't hang.
25682         * gst/playback/gstplaybasebin.c: (unknown_type):
25683           Throw error on unknown media type, so apps actually display it.
25684
25685 2004-09-14  Brian Cameron  <brian.cameron@sun.com
25686
25687         * tools/gst-launch-ext-m.m:  Changed ~ to $ENV{HOME} to allow
25688           this script to work on Solaris since bash shell handles echo
25689           differenly than bash.
25690
25691 2004-09-17  Wim Taymans  <wim@fluendo.com>
25692
25693         * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
25694         (setup_source), (gst_play_base_bin_set_property),
25695         (gst_play_base_bin_add_element):
25696         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
25697         Some more work on making sure seeking pauses the pipeline and
25698         that changing the uri actually does something.
25699
25700 2004-09-17  Wim Taymans  <wim@fluendo.com>
25701
25702         * gst/tcp/gstfdset.c: (gst_fdset_wait):
25703         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
25704         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
25705         (gst_tcpserversink_close):
25706         Be a bit more paranoid when freeing memory.
25707
25708 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25709
25710         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
25711         (qtdemux_parse_trak):
25712           Don't crash by dividing by zero (see sample movie in #126922).
25713
25714 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25715
25716         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
25717           Don't touch non-existing data (fixes crash on file in #140147).
25718
25719 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25720
25721         * gst/playback/gstplaybasebin.c:
25722         (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
25723           Handle double disposals, and proper change of URIs.
25724
25725 2004-09-13  Martin Eikermann <meiker@upb.de>
25726
25727         * gst/mpegstream/gstmpegparse.c:
25728           fix synchronistation for streams recorded from digital PCR
25729           fixes bug #119376
25730
25731 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25732
25733         * ext/gnomevfs/Makefile.am:
25734         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
25735         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
25736         (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
25737         (gst_gnomevfssink_uri_get_type),
25738         (gst_gnomevfssink_uri_get_protocols),
25739         (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
25740         (gst_gnomevfssink_uri_handler_init),
25741         (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
25742         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
25743         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
25744         (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
25745         (gst_gnomevfssrc_uri_get_type),
25746         (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
25747         (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
25748         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
25749         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
25750         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
25751         * ext/gnomevfs/gstgnomevfsuri.h:
25752           Add URI support to Gnome-VFS plugins. Tries to load a fixed list
25753           of fake URIs to see which this version of Gnome-VFS likes, and
25754           uses that for the Gst-URI interface. Makes playbin support http://
25755           streams. Also fix up some stupid behaviour in gnomevfssrc.
25756
25757 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25758
25759         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
25760         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
25761         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
25762         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
25763           Update mixer (to sync with other sessions) if we try to obtain
25764           a new value. This makes alsamixer work accross applications.
25765         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
25766           Only call sync functions if we're running, else alsalib asserts.
25767         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
25768           Sometimes fails to compile. Possibly a gcc bug.
25769         * gst/playback/gstplaybin.c: (gen_video_element),
25770         (gen_audio_element):
25771           Add a reference to an application-provided object, because we lose
25772           this same reference if we add it to the bin. If we don't do this,
25773           we can only use this object once and thus crash if we go from
25774           ready to playing, back to ready and back to playing again.
25775           Also add an audioscale element because several cheap soundcards -
25776           like mine - don't support all samplerates.
25777         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
25778         (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
25779           Fix wrong order or PAR calls. Makes automatically obtained PAR
25780           from the X server atually being used.
25781
25782 2004-09-12  David Schleef  <ds@schleef.org>
25783
25784         Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
25785         #151887, #152102, #152247.
25786         * examples/indexing/indexmpeg.c: 64-bit warning fixes.
25787         * examples/seeking/cdparanoia.c: same
25788         * examples/seeking/cdplayer.c: same
25789         * examples/seeking/seek.c: same
25790         * examples/seeking/spider_seek.c: same
25791         * examples/seeking/vorbisfile.c: same
25792         * examples/stats/mp2ogg.c: same
25793         * ext/esd/esdsink.c: (gst_esdsink_class_init),
25794         (gst_esdsink_dispose): Dispose of element properly.
25795         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
25796         fixes.
25797         * ext/nas/nassink.c: (gst_nassink_class_init),
25798         (gst_nassink_dispose): Dispose of element correctly.
25799         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
25800         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
25801         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
25802         Fix 64-bit warning.
25803         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
25804         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
25805         Fix 64-bit warning.
25806
25807 2004-09-12  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
25808
25809         * configure.ac : change speex detection as 1.1.6 now uses
25810           .pc/pkg-config and they changed their headers location.
25811
25812 2004-09-09  Arwed v. Merkatz  <v.merkatz@gmx.net>
25813
25814         * gst/matroska/matroska-mux.h:
25815         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
25816         (gst_matroska_mux_start), (gst_matroska_mux_finish),
25817         (gst_matroska_mux_write_data):
25818           Write multiple blocks/frames per cluster.
25819                 Write meta-seek information (seek heads).
25820
25821 2004-09-09  Scott Wheeler <wheeler@kde.org>
25822
25823         * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
25824         (gst_play_bin_set_property), (gst_play_bin_get_property),
25825         (gen_audio_element), (gen_audio_element):
25826           Add a volume element / property to the pipeline.
25827
25828 2004-09-07  Wim Taymans  <wim@fluendo.com>
25829
25830         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
25831         Copy timestamps from the master pad to the output buffers.
25832
25833 2004-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
25834
25835         * ext/raw1394/gstdv1394src.c:
25836           throw errors when applicable
25837
25838 2004-09-01  Arwed v. Merkatz  <v.merkatz@gmx.net>
25839
25840         * gst/matroska/ebml-ids.h:
25841         * gst/matroska/ebml-read.c: (gst_ebml_read_date):
25842         * gst/matroska/ebml-write.c: (gst_ebml_write_date):
25843         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
25844           automatically convert unix time <-> ebml time when reading/writing
25845           a date, use gst_ebml_write_uint to write CUETIME,
25846           not gst_ebml_write_date.
25847         * gst/matroska/matroska-ids.h:
25848         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
25849         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
25850         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
25851         (gst_matroska_mux_write_data):
25852           Write track and segment UIDs, write muxing date, write
25853           TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
25854           Create cues for audio only files.
25855
25856 2004-08-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25857
25858         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
25859         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
25860           Re-commit ALSA switches.
25861         * gst/adder/gstadder.c: (gst_adder_loop):
25862           64-bit fix (#151416).
25863         * gst/debug/progressreport.c: (gst_progressreport_report):
25864           64-bit fix (#151419).
25865         * gst/matroska/matroska-demux.c:
25866         (gst_matroska_demux_parse_contents):
25867           64-bit fix (#151420).
25868         * gst/playback/test3.c: (update_scale):
25869           64-bit fix (#151421).
25870
25871 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
25872
25873         * configure.ac:
25874           bump nano to cvs
25875
25876 === release 0.8.4 ===
25877
25878 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
25879
25880         * configure.ac: releasing 0.8.4, "Alias"
25881
25882 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
25883
25884         * ext/theora/Makefile.am:
25885           fix makefile.  Fixes #151462.
25886
25887 2004-08-30  Wim Taymans  <wim@fluendo.com>
25888
25889         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
25890         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
25891         (gst_multifdsink_remove_client_link),
25892         (gst_multifdsink_client_queue_buffer),
25893         (gst_multifdsink_handle_client_write):
25894         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
25895         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
25896         Fix some memory leaks.
25897
25898 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
25899
25900         Patch by: David Schleef
25901
25902         * configure.ac:
25903         * sys/Makefile.am:
25904           rename our detection macro for V4L2.  Fixes #151236.
25905
25906 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
25907
25908         Patch by: David Schleef
25909
25910         * configure.ac:
25911           check to define LAMEPRESET.  Fixes #151232.
25912
25913 2004-08-27  David Schleef  <ds@schleef.org>
25914
25915         * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
25916         (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
25917         (gst_glimagesink_fixate):  Move local variable declarations to
25918         make gcc-2.95 happy.
25919
25920 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
25921
25922         * configure.ac:
25923           bump nano for prerelease
25924
25925 2004-08-27  David Schleef  <ds@schleef.org>
25926
25927         * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
25928         * sys/sunaudio/gstsunaudiosrc.c:
25929         * sys/sunaudio/gstsunaudiosrc.h:
25930
25931 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
25932
25933         * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
25934         handle EOS correctly
25935         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
25936         * gst/matroska/matroska-mux.h:
25937         added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
25938         VFW compatibility mode
25939
25940 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
25941
25942         patch by: Zaheer Abbas Merali
25943
25944         * ext/ogg/gstoggmux.c:
25945         * ext/vorbis/vorbisenc.c:
25946         * ext/vorbis/vorbisenc.h:
25947           handle NEWMEDIA
25948
25949 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
25950
25951         * gst/matroska/ebml-write.c: (gst_ebml_write_float),
25952         fix byte order reversion on little endian machines.
25953         * gst/matroska/matroska-mux.c: (audiosink_templ),
25954         (gst_matroska_mux_audio_pad_link):
25955         add TTA codec to the list of supported codecs.
25956         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
25957         (gst_matroska_mux_start), (gst_matroska_mux_finish),
25958         (gst_matroska_mux_write_data):
25959         * gst/matroska/matroska-mux.h:
25960         write segment duration correctly, write muxing app string, fixes bugs
25961         #140897 and #140898.
25962         * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
25963         wait for all pads to be negotiated before starting to mux.
25964
25965 2004-08-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
25966
25967         * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
25968         * ext/lame/gstlame.h:
25969         Added new media support to lame
25970
25971 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
25972
25973         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
25974         send vorbis headers at the beginning of a stream, fixes bug #141554.
25975         Interpret BLOCKDURATION and set buffer duration accordingly, fixes
25976         bug #148950.
25977         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
25978         (gst_matroska_demux_plugin_init):
25979         * gst/matroska/matroska-ids.h:
25980         enable demuxing of TTA audio streams, fixes bug #148951.
25981         * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
25982         enable typefinding for TTA audio files, fixes bug #148711.
25983         * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
25984         set XVID_LOWDELAY flag for decoding so xvid always returns an image,
25985         fixes playback of packed bitstream and xvid with bframes, bug #135407.
25986
25987 2004-08-24  Sebastien Cote  <sc5@hermes.usherb.ca>
25988
25989         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
25990         (gst_riff_read_element_data), (gst_riff_read_seek),
25991         (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
25992         #144616, patch reviewed by Ronald and committed by Christophe Fergeau
25993         <teuf@gnome.org>
25994
25995 2004-08-23 Iain <iaingnome@gmail.com>
25996
25997         * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
25998         tags. They appear to be handled differently to normal.
25999         (tag_list_to_id3_tag_foreach): Ditto.
26000
26001 2004-08-22  Wim Taymans  <wim@fluendo.com>
26002
26003         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
26004         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
26005         Make sure we never send -1 granulepos.
26006
26007 2004-08-20  Wim Taymans  <wim@fluendo.com>
26008
26009         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
26010         (gst_ogg_mux_loop):
26011         I will accept bitchslappings with non sharp objects.
26012
26013 2004-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26014
26015         * configure.ac:
26016         Clean up the test for lame presets
26017
26018 2004-08-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26019
26020         * configure.ac:
26021         * ext/lame/Makefile.am:
26022         * ext/lame/gstlame.c: (gst_lame_class_init),
26023         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
26024         Only enable lame presets if version of lame has presets in API
26025
26026 2004-08-19  Jan Schmidt  <thaytan@mad.scientist.com>
26027         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
26028         * gst/udp/gstudpsrc.h:
26029           Don't call gst_pad_push in a get function. Fixes #150449
26030
26031 2004-08-18  Wim Taymans  <wim@fluendo.com>
26032
26033         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
26034         (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
26035         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
26036         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
26037         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
26038         (gst_fdset_wait):
26039         * gst/tcp/gstfdset.h:
26040         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
26041         (gst_multifdsink_client_queue_buffer),
26042         (gst_multifdsink_handle_client_write):
26043         * gst/tcp/gstmultifdsink.h:
26044         Some extra checks in gstfdset.
26045         Only use send() when the fd is a socket. Don't try to
26046         read from write only fds.
26047
26048 2004-08-18  Wim Taymans  <wim@fluendo.com>
26049
26050         * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
26051         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
26052         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
26053         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
26054         (gst_fdset_wait):
26055         Add more locking and bounds checking.
26056
26057 2004-08-18  Wim Taymans  <wim@fluendo.com>
26058
26059         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
26060         Realloc test fdset in the lock and right before starting
26061         the poll call. Bump the limit to 4096.
26062
26063 2004-08-17  David Schleef  <ds@schleef.org>
26064
26065         * sys/sunaudio/Makefile.am:
26066         * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
26067         of rates and channels.  Make debugging less obnoxious.
26068
26069         Patch from Balamurali Viswanathan implementing a mixer for
26070         Sun audio.  (bug #144091):
26071         * sys/sunaudio/gstsunelement.c:
26072         * sys/sunaudio/gstsunelement.h:
26073         * sys/sunaudio/gstsunmixer.c:
26074         * sys/sunaudio/gstsunmixer.h:
26075
26076 2004-08-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26077
26078         * gst/audioscale/gstaudioscale.c:
26079         * gst/audioscale/gstaudioscale.h:
26080         made audioscale resample from any sample rate to any sample rate
26081
26082 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
26083
26084         * ext/libpng/gstpngdec.c:
26085           error out on unsupported types
26086
26087 2004-08-17  Iain <iaingnome@gmail.com>
26088
26089         * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
26090         mid_side and loose_mid_side properties if its a stereo stream.
26091
26092 2004-08-17  Wim Taymans  <wim@fluendo.com>
26093
26094         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
26095         (theora_get_formats), (theora_dec_src_convert),
26096         (theora_dec_sink_convert), (theora_dec_src_query),
26097         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
26098         Add a debug line.
26099
26100 2004-08-17  Wim Taymans  <wim@fluendo.com>
26101
26102         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
26103         (gst_ogg_pad_push):
26104         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
26105         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
26106         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
26107         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
26108         Mark delta units in the muxer.
26109         Try to decode the packet after an out-of-sync error from
26110         libogg.
26111
26112 2004-08-17  Wim Taymans  <wim@fluendo.com>
26113
26114         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
26115         (gst_multifdsink_init), (gst_multifdsink_add),
26116         (gst_multifdsink_client_queue_buffer),
26117         (gst_multifdsink_set_property), (gst_multifdsink_get_property):
26118         * gst/tcp/gstmultifdsink.h:
26119         Added option to send a keyframe to clients as the first buffer.
26120         Make timeout property writable.
26121
26122 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
26123
26124         patch by: Wim Taymans
26125
26126         * gst/tcp/gstfdset.c:
26127         * gst/tcp/gstmultifdsink.c:
26128           fix index comparison, should include 0
26129
26130 2004-08-16  Wim Taymans  <wim@fluendo.com>
26131
26132         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
26133         (gst_fdset_add_fd), (gst_fdset_remove_fd),
26134         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
26135         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
26136         (gst_fdset_wait):
26137           copy when reallocing for poll so the select arguments don't get
26138           changed during the call
26139
26140 2004-08-16  Wim Taymans  <wim@fluendo.com>
26141
26142         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
26143         (gst_theora_enc_class_init), (theora_enc_sink_link),
26144         (theora_buffer_from_packet), (theora_enc_chain):
26145         Fix bug where buffers were not marked as keyframes
26146         correctly.
26147
26148 2004-08-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26149
26150         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
26151         (gst_lame_preset_get_type), (gst_lame_class_init):
26152         describe the enum values for vbr mode and presets more verbosely
26153
26154 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26155
26156         * ext/lame/gstlame.c: (gst_lame_mode_get_type),
26157         (gst_lame_quality_get_type), (gst_lame_padding_get_type),
26158         (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
26159         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
26160         * ext/lame/gstlame.h:
26161         add preset property to lame so it can use lame presets
26162
26163 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26164
26165         * ext/lame/gstlame.c: (gst_lame_get_property):
26166         whoops forgot break, thanks teuf
26167
26168 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26169
26170         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
26171         (gst_lame_class_init), (gst_lame_src_getcaps),
26172         (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
26173         (gst_lame_get_property), (gst_lame_setup):
26174         * ext/lame/gstlame.h:
26175         fix lame's broken vbr stuff, allow it to resample if need be, and also
26176         make xing header optional
26177
26178 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26179
26180         * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
26181         added getcaps function so samplerate doesnt get fixated to silly values
26182
26183 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26184
26185         * ext/lame/gstlame.c: (gst_lame_src_link):
26186         revert previous fix
26187
26188 2004-08-12  Johan Dahlin  <johan@gnome.org>
26189
26190         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
26191         checks. Doesn't matter what state we are in. Interfaces are a
26192         compile time thing, not runtime. It also broke the python bindings.
26193
26194 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26195
26196         * ext/lame/gstlame.c: (gst_lame_src_link):
26197         made source pad link function check if sinkpad is ok..fixes the problem
26198         where core fixates the output rate of lame stupidly
26199
26200 2004-08-12  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
26201
26202         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
26203         * sys/v4l/v4l_calls.c:
26204         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
26205           fix fixate function to handle nonsimple caps.
26206           remove bogus check in _link
26207           cleanups
26208
26209 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26210
26211         * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
26212         set default compression ratio parameter to 0.0 so bitrate parameter
26213         works :)
26214
26215 2004-08-11  David Schleef  <ds@schleef.org>
26216
26217         * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
26218
26219 2004-08-11  David Schleef  <ds@schleef.org>
26220
26221         * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
26222         before.
26223
26224 2004-08-11  David Schleef  <ds@schleef.org>
26225
26226         * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
26227
26228 2004-08-11  David Schleef  <ds@schleef.org>
26229
26230         * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
26231           license field
26232         * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
26233         * gst-libs/gst/video/gstvideosink.c: Change copyright block to
26234           LGPL.
26235         * gst/auparse/gstauparse.c: Fix plugin license field.
26236         * gst/monoscope/gstmonoscope.c: Fix plugin license field.
26237         * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
26238         * gst/rtp/gstrtp.c: Fix plugin license field.
26239
26240 2004-08-11  Wim Taymans  <wim@fluendo.com>
26241
26242         * gst/tcp/Makefile.am:
26243         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
26244         (ensure_size), (gst_fdset_new), (gst_fdset_free),
26245         (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
26246         (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
26247         (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
26248         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
26249         (gst_fdset_fd_can_write), (gst_fdset_wait):
26250         * gst/tcp/gstfdset.h:
26251         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
26252         (gst_multifdsink_class_init), (gst_multifdsink_init),
26253         (gst_multifdsink_add), (gst_multifdsink_remove),
26254         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
26255         (gst_multifdsink_remove_client_link),
26256         (gst_multifdsink_handle_client_read),
26257         (gst_multifdsink_client_queue_data),
26258         (gst_multifdsink_client_queue_caps),
26259         (gst_multifdsink_client_queue_buffer),
26260         (gst_multifdsink_handle_client_write),
26261         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
26262         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
26263         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
26264         (gst_multifdsink_close):
26265         * gst/tcp/gstmultifdsink.h:
26266         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
26267         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
26268         (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
26269         (gst_tcpserversink_close):
26270         * gst/tcp/gsttcpserversink.h:
26271         Abstracted away the select call, implemented poll (yes we ran into
26272         the 1024 limit in production).
26273
26274 2004-08-11  Thomas Vander Stichele  <thomas at apestaart dot org>
26275
26276         * gst/tcp/gsttcp.c:
26277         * gst/tcp/gsttcpplugin.c:
26278           improve debuggging, remove assert
26279
26280 2004-08-10  Wim Taymans  <wim@fluendo.com>
26281
26282         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
26283         (gst_client_status_get_type), (gst_multifdsink_class_init),
26284         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
26285         (gst_multifdsink_handle_client_read),
26286         (gst_multifdsink_handle_client_write),
26287         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
26288         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
26289         (gst_multifdsink_get_property):
26290         * gst/tcp/gstmultifdsink.h:
26291         * gst/tcp/gsttcp-marshal.list:
26292         Starting to prepare for specifying buffer time in other units
26293         than buffers. Expose remove reason in signal.
26294
26295 2004-08-10  Wim Taymans  <wim@fluendo.com>
26296
26297         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
26298         (gst_multifdsink_remove), (gst_multifdsink_clear),
26299         (gst_multifdsink_remove_client_link),
26300         (gst_multifdsink_handle_client_read),
26301         (gst_multifdsink_client_queue_data),
26302         (gst_multifdsink_client_queue_buffer),
26303         (gst_multifdsink_handle_client_write),
26304         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
26305         (gst_multifdsink_chain), (gst_multifdsink_close):
26306         * gst/tcp/gstmultifdsink.h:
26307         Added more debugging info. Changed the way clients are
26308         removed from the lists. Fixed a bug where a bad file descriptor
26309         could cause many clients to be removed.
26310
26311 2004-08-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26312
26313         * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
26314           allow all pixel-aspect-ratios, not just 1:1
26315
26316 2004-08-09  David Schleef  <ds@schleef.org>
26317
26318         * sys/glsink/ARB_multitexture.h:  Remove old files.
26319         * sys/glsink/EXT_paletted_texture.h:
26320         * sys/glsink/NV_register_combiners.h:
26321         * sys/glsink/gstgl_nvimage.c:
26322         * sys/glsink/gstgl_pdrimage.c:
26323         * sys/glsink/gstgl_rgbimage.c:
26324         * sys/glsink/gstglsink.c:
26325         * sys/glsink/gstglsink.h:
26326         * sys/glsink/gstglxwindow.c:
26327         * sys/glsink/regcomb_yuvrgb.c:
26328
26329 2004-08-09  David Schleef  <ds@schleef.org>
26330
26331         Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
26332         GL sink plugin.  (Bug #147302)
26333
26334         * configure.ac: Test for OpenGL
26335         * sys/Makefile.am: Use test for OpenGL
26336         * sys/glsink/Makefile.am:
26337         * sys/glsink/glimagesink.c: rewrite
26338         * sys/glsink/glimagesink.h: rewrite
26339
26340 2004-08-09  David Schleef  <ds@schleef.org>
26341
26342         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init):  Only allow
26343         sane framerates.
26344         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
26345         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
26346         * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
26347
26348 2004-08-09  Wim Taymans  <wim@fluendo.com>
26349
26350         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
26351         (gst_multifdsink_add), (gst_multifdsink_get_stats),
26352         (gst_multifdsink_client_remove),
26353         (gst_multifdsink_handle_client_read),
26354         (gst_multifdsink_handle_client_write),
26355         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
26356         Do a bit more logging, make the client_read code more robust.
26357
26358 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
26359
26360         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
26361         (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
26362         (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
26363         (gst_jpegdec_init), (gst_jpegdec_chain):
26364         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
26365         (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
26366           cleanups, debugging fixes and memleak plugging
26367
26368 2004-08-09  Wim Taymans  <wim@fluendo.com>
26369
26370         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
26371         (theora_get_formats), (theora_dec_src_convert),
26372         (theora_dec_sink_convert), (theora_dec_src_query),
26373         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
26374         (theora_dec_change_state):
26375         Don't crash on missing header packets.
26376
26377 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
26378
26379         * po/LINGUAS:
26380         * po/sq.po:
26381           Added Albanian translation (Laurent Dhima)
26382         * po/cs.po:
26383           updated
26384
26385 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
26386
26387         * ext/lame/gstlame.c:
26388           fix/add debugging
26389
26390 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
26391
26392         * sys/ximage/ximagesink.c:
26393         * sys/xvimage/xvimagesink.c:
26394           assign all TOO_LAZY's to a real category.  Thanks to Warthy Warthog.
26395
26396 2004-08-06  Wim Taymans  <wim@fluendo.com>
26397
26398         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
26399         (gst_multifdsink_add), (gst_multifdsink_get_stats),
26400         (gst_multifdsink_client_remove),
26401         (gst_multifdsink_handle_client_read),
26402         (gst_multifdsink_handle_client_write),
26403         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
26404         Make sure we don't try to read more from a client that what
26405         ioctl says us or we deadlock.
26406
26407 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
26408
26409         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
26410         (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
26411         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
26412           decouple running_time and n_frames so it can handle changing
26413           framerate while running
26414
26415 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
26416
26417         * po/nl.po:
26418         * po/sv.po:
26419           updated translations
26420
26421 2004-08-04  Benjamin Otte  <otte@gnome.org>
26422
26423         * gst/videotestsrc/gstvideotestsrc.c:
26424         (gst_videotestsrc_get_capslist), (generate_capslist),
26425         (plugin_init):
26426           generate the list of supported caps at startup and reuse it instead
26427           of always generating it
26428
26429 2004-07-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26430
26431         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
26432           whoops, last checkin broke normal build
26433
26434 2004-08-03  Benjamin Otte  <otte@gnome.org>
26435
26436         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
26437         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
26438         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
26439         (gst_alsa_mixer_get_option):
26440         * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
26441         (dvdnavsrc_print_event):
26442         * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
26443         * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
26444         (gst_ogg_mux_pad_unlink):
26445         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
26446         (gst_multipart_mux_pad_unlink):
26447         * gst/videofilter/gstvideobalance.c:
26448         (gst_videobalance_colorbalance_set_value):
26449         * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
26450         (gst_videomixer_pad_unlink):
26451         * po/uk.po:
26452         * sys/oss/gstossmixer.c:
26453         * sys/v4l/gstv4lcolorbalance.c:
26454         * sys/v4l/gstv4ltuner.c:
26455         * sys/v4l/v4lsrc_calls.c:
26456         * sys/v4l2/gstv4l2colorbalance.c:
26457         * sys/v4l2/gstv4l2tuner.c:
26458           compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
26459
26460 2004-08-03  Benjamin Otte  <otte@gnome.org>
26461
26462         * examples/dynparams/filter.c: (ui_control_create):
26463         * examples/gstplay/player.c: (print_tag):
26464         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
26465         * ext/gdk_pixbuf/gstgdkanimation.c:
26466         (gst_gdk_animation_iter_may_advance):
26467         * ext/jack/gstjack.c: (gst_jack_request_new_pad):
26468         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
26469         (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
26470         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
26471         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
26472         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
26473         * gst-libs/gst/media-info/media-info-test.c: (print_tag):
26474         * gst/sine/demo-dparams.c: (main):
26475         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
26476         * testsuite/alsa/formats.c: (create_pipeline):
26477         * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
26478           fixes for G_DISABLE_ASSERT and friends
26479         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
26480         (mp3_type_frame_length_from_header), (mp3_type_find),
26481         (plugin_init):
26482           require mp3 typefinding to have at least MIN_HEADERS valid headers
26483           add typefinding for AAC adts files
26484
26485 2004-08-04  Jan Schmidt  <thaytan@mad.scientist.com>
26486
26487         * sys/ximage/ximagesink.c:
26488         (gst_ximagesink_calculate_pixel_aspect_ratio):
26489         * sys/xvimage/xvimagesink.c:
26490         (gst_xvimagesink_calculate_pixel_aspect_ratio):
26491         Make sure we calculate pixel-aspect-ratio using floating point maths
26492
26493 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
26494
26495         * po/uk.po:
26496           updated translation
26497
26498 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
26499
26500         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
26501         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
26502           add debugging for display PAR calculation
26503
26504 2004-08-02  David Schleef  <ds@schleef.org>
26505
26506         * configure.ac: Fix mikmod CFLAGS.
26507
26508 2004-07-27  Benjamin Otte  <otte@gnome.org>
26509
26510         * gst/audioscale/gstaudioscale.c:
26511         - fix templates to only support S16, it's the only format that works
26512         - make caps nego code use try_set_caps_nonfixed and fixation instead
26513         of try_set_caps twice, which is not nice for autopluggers
26514         - change rank to secondary, so autopluggers can pick it up after
26515         audioconvert
26516
26517 2004-08-02  Iain <iain@prettypeople.org>
26518
26519         * gst/interleave/interleave.c (interleave_init),
26520         (interleave_request_new_pad),
26521         (interleave_pad_removed),
26522         (interleave_buffered_loop): Use the real pad count, not the artificial
26523         one.
26524
26525 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
26526
26527         * configure.ac: bump nano back to development
26528
26529 === release 0.8.3 ===
26530
26531 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
26532
26533         * configure.ac: releasing 0.8.3, "Water"
26534
26535 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
26536
26537         * sys/xvimage/xvimagesink.c:
26538         (gst_xvimagesink_calculate_pixel_aspect_ratio),
26539         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
26540         (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
26541         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
26542         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
26543         * sys/xvimage/xvimagesink.h:
26544           apply similar PAR fixes as to ximagesink
26545
26546 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
26547
26548         patch from: Benjamin Otte
26549
26550         * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
26551           add link function to lame.  Fixes #148986.
26552
26553 2004-08-02  Johan Dahlin  <johan@gnome.org>
26554
26555         * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
26556         fix debugging log
26557
26558 2004-07-30  David Schleef  <ds@schleef.org>
26559
26560         * gst/videomixer/Makefile.am: Fix things that should have been
26561         fixed in the last checkin.
26562
26563 2004-07-30  David Schleef  <ds@schleef.org>
26564
26565         * gst/multipart/Makefile.am: Fix things that should have been
26566         fixed in the last checkin.
26567
26568 2004-07-30  David Schleef  <ds@schleef.org>
26569
26570         * testsuite/multifilesink/Makefile.am: Fix unused variable.
26571
26572 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
26573
26574         * configure.ac:
26575           bump nano for prerelease
26576         * po/af.po:
26577         * po/az.po:
26578         * po/cs.po:
26579         * po/en_GB.po:
26580         * po/hu.po:
26581         * po/nl.po:
26582         * po/sr.po:
26583         * po/sv.po:
26584         * po/uk.po:
26585           updates
26586
26587 2004-07-30  Wim Taymans  <wim@fluendo.com>
26588
26589         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
26590         (gst_multifdsink_add), (gst_multifdsink_remove),
26591         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
26592         (gst_multifdsink_client_remove),
26593         (gst_multifdsink_handle_client_write),
26594         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
26595         * gst/tcp/gstmultifdsink.h:
26596         Recover from a select with a bad file descriptor by removing
26597         the client.
26598
26599 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
26600
26601         * configure.ac:
26602           fix requirement of core
26603         * gst-libs/gst/play/play.c: (gst_play_error_plugin),
26604         (gst_play_pipeline_setup):
26605           don't use colorspace element.  do use hermescolorspace element.
26606           make macro to get a colorspace element.
26607           mark strings for translation.
26608         * po/POTFILES.in:
26609           add play.c
26610         * po/af.po:
26611         * po/az.po:
26612         * po/cs.po:
26613         * po/en_GB.po:
26614         * po/hu.po:
26615         * po/nl.po:
26616         * po/sr.po:
26617         * po/sv.po:
26618         * po/uk.po:
26619           update translations
26620
26621 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26622
26623         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
26624         fix default for newmedia flag
26625
26626 2004-07-30  Wim Taymans  <wim@fluendo.com>
26627
26628         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
26629         (gst_theora_dec_init), (theora_get_formats),
26630         (theora_dec_src_convert), (theora_dec_sink_convert),
26631         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
26632         (theora_dec_chain), (theora_dec_set_property),
26633         (theora_dec_get_property):
26634         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
26635         (gst_theora_enc_class_init), (gst_theora_enc_init),
26636         (theora_enc_sink_link), (theora_enc_chain),
26637         (theora_enc_set_property), (theora_enc_get_property):
26638         Added cropping option to theora decoder.
26639         Added border option to theora encoder.
26640
26641 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26642
26643         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
26644         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
26645         (gst_pngenc_set_property):
26646         * ext/libpng/gstpngenc.h:
26647         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
26648
26649 2004-07-30  Wim Taymans  <wim@fluendo.com>
26650
26651         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
26652         (theora_enc_sink_link), (theora_enc_chain),
26653         (theora_enc_set_property), (theora_enc_get_property):
26654         Fix encoding of non-multiple-of-16 video.
26655
26656 2004-07-29  David Schleef  <ds@schleef.org>
26657
26658         * configure.ac: make test for audiofile more strict
26659
26660 2004-07-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26661
26662         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
26663           give different names to typefind functions
26664
26665 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
26666
26667         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
26668         (gst_ximagesink_calculate_pixel_aspect_ratio),
26669         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
26670         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
26671         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
26672         (gst_ximagesink_get_property), (gst_ximagesink_init):
26673         * sys/ximage/ximagesink.h:
26674           allocate PAR's dynamically.
26675           use autodetected PAR if no object-set PAR is given.
26676           add workaround for directfb's X not setting physical size.
26677           fix to xvimagesink will follow tomorrow.
26678
26679 2004-07-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26680
26681         * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
26682         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
26683         (gst_shout2send_get_type), (gst_shout2send_set_clock),
26684         (gst_shout2send_class_init), (gst_shout2send_init),
26685         (set_shout_metadata), (gst_shout2send_set_metadata),
26686         (gst_shout2send_chain), (gst_shout2send_set_property),
26687         (gst_shout2send_get_property), (gst_shout2send_connect),
26688         (gst_shout2send_change_state):
26689         * ext/shout2/gstshout2.h:
26690         - fix for sending mp3 audio to icecast2 server, if pad link function not
26691         called before PAUSED state
26692         - added option to use GStreamer clock sync (as opposed to libshout's own sync)
26693         - added tagging support for mp3 audio broadcasted
26694         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
26695         debug info
26696
26697 2004-07-28  Wim Taymans  <wim@fluendo.com>
26698
26699         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
26700         (gst_ogg_demux_push):
26701         Return query failure when we don't know the length of
26702         an ogg stream insteda of returning TRUE with a bogus value.
26703
26704 2004-07-28  Wim Taymans  <wim@fluendo.com>
26705
26706         * ext/theora/theoradec.c: (theora_get_formats),
26707         (theora_dec_src_convert), (theora_dec_sink_convert),
26708         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
26709         (theora_dec_chain):
26710         Don't screw up the 1 Chroma for 1 luma sample situation when we
26711         have an odd offset/width by adding a black border in those cases.
26712
26713 2004-07-28  Wim Taymans  <wim@fluendo.com>
26714
26715         * ext/theora/theoradec.c: (theora_get_formats),
26716         (theora_dec_src_convert), (theora_dec_sink_convert),
26717         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
26718         (theora_dec_chain):
26719         * ext/theora/theoraenc.c: (theora_enc_sink_link):
26720         Added first attempt at cropping of the image as required by the
26721         theora spec. We need more properties in the caps (offset_x,
26722         offset_y,stride) to implement this correctly.
26723
26724 2004-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
26725
26726         * ext/dvdnav/README:
26727           Update the README to use dvddemux
26728         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
26729           Ensure getcaps returns a subset of the template caps
26730         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
26731         (gst_mpeg2subt_init):
26732           Ensure getcaps returns a subset of the template caps
26733         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
26734         (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
26735         (gst_dvd_demux_get_subpicture_stream),
26736         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
26737         * gst/mpegstream/gstdvddemux.h:
26738           Set the explicit caps on the current_video pad before pushing
26739           anything
26740         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
26741         (gst_mpeg_demux_get_audio_stream):
26742           Free caps used to gst_pad_set_explicit_caps, which takes a const
26743           GstCaps *
26744
26745 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
26746
26747         * configure.ac: update GStreamer requirement to 0.8.4 because of
26748           GstFraction.
26749
26750 2004-07-28  Wim Taymans  <wim@fluendo.com>
26751
26752         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
26753         (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
26754         Add the pad to the element after setting up the caps. This
26755         makes it a lot easier to autoplug.
26756
26757 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
26758
26759         * gst/median/gstmedian.c:
26760         * gst/mpeg2subt/gstmpeg2subt.c:
26761         * gst/mpegaudioparse/gstmpegaudioparse.c:
26762         * gst/mpegstream/gstdvddemux.c:
26763         * gst/mpegstream/gstmpegdemux.c:
26764         * gst/mpegstream/gstmpegpacketize.c:
26765         * gst/rtjpeg/gstrtjpeg.c:
26766         * gst/rtjpeg/gstrtjpegdec.c:
26767         * gst/rtjpeg/gstrtjpegenc.c:
26768         * gst/sine/gstsinesrc.c:
26769         * gst/smooth/gstsmooth.c:
26770         * gst/smpte/gstsmpte.c:
26771         * gst/smpte/gstsmpte.h:
26772         * gst/stereo/gststereo.c:
26773         * gst/videofilter/gstgamma.c:
26774         * gst/videofilter/gstvideobalance.c:
26775         * gst/videofilter/gstvideofilter.c:
26776         * gst/videofilter/gstvideoflip.c:
26777         * gst/videoscale/gstvideoscale.c:
26778         * gst/videoscale/videoscale.c:
26779         * gst/videotestsrc/gstvideotestsrc.c:
26780         * gst/videotestsrc/videotestsrc.c:
26781         * gst/wavenc/gstwavenc.c:
26782         * gst/wavparse/gstwavparse.c:
26783           fix local includes and 64 bits constants
26784
26785 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
26786
26787         * win32/gst.sln:
26788         * gst-libs/gst/*/*.vcproj:
26789         * gst/*/*.vcproj:
26790           more working plugins
26791
26792 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26793
26794         * testsuite/alsa/Makefile.am:
26795         * testsuite/alsa/srcstate.c:
26796         add test for alsasrc changing state
26797
26798 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26799
26800         * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
26801         (gst_silence_get):
26802         * gst/silence/gstsilence.h:
26803         fix silence generation for 16bit raw audio
26804
26805 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
26806
26807         * gst/matroska/matroska-demux.c:
26808         (gst_matroska_demux_parse_metadata),
26809         (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
26810         * gst/mpegaudio/common.c:
26811         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
26812         (gst_videoscale_getcaps), (gst_videoscale_link),
26813         (gst_videoscale_src_fixate), (gst_videoscale_init),
26814         (gst_videoscale_finalize):
26815         * gst/videoscale/gstvideoscale.h:
26816         * gst/videotestsrc/gstvideotestsrc.c:
26817         (gst_videotestsrc_get_capslist):
26818         * gst/wavenc/gstwavenc.c:
26819         * sys/oss/gstossmixer.c: (fill_labels):
26820         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
26821         (gst_ximagesink_handle_xevents),
26822         (gst_ximagesink_calculate_pixel_aspect_ratio),
26823         (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
26824         (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
26825         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
26826         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
26827         (gst_ximagesink_init), (gst_ximagesink_class_init):
26828         * sys/ximage/ximagesink.h:
26829         * sys/xvimage/xvimagesink.c:
26830         (gst_xvimagesink_calculate_pixel_aspect_ratio),
26831         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
26832         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
26833         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
26834         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
26835         * sys/xvimage/xvimagesink.h:
26836           first batch of pixel aspect ratio commits.
26837
26838 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
26839
26840         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26841         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
26842         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
26843           handle stride, needs work if we want to move stride handling
26844           upstream, but works correctly for our purposes.
26845
26846 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
26847
26848         * gst/videoscale/README:
26849           add testing examples
26850         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
26851         (gst_videoscale_chain):
26852         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
26853         (gst_videoscale_get_size):
26854           add get_size function that handles stride like videotestsrc.
26855           fixes conversion for YUV formats for as much as I can test them.
26856
26857 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
26858
26859         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
26860         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
26861         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
26862         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
26863         (gst_xvimagesink_xvimage_put):
26864           further cleanups, logging, error handling and synchronizing
26865
26866 2004-07-27  Wim Taymans  <wim@fluendo.com>
26867
26868         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
26869         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
26870         (gst_videomixer_pad_set_property),
26871         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
26872         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
26873         (gst_videomixer_class_init), (gst_videomixer_init),
26874         (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
26875         (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
26876         (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
26877         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
26878         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
26879         (gst_videomixer_loop), (plugin_init):
26880         Be a nicer negotiation citizen and provide a getcaps function on
26881         the srcpad. This also fixes a crash when resizing.
26882
26883 2004-07-27  Julien MOUTTE  <julien@moutte.net>
26884
26885         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
26886         (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
26887
26888 2004-07-27  Wim Taymans  <wim@fluendo.com>
26889
26890         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
26891         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
26892         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
26893         (gst_pngenc_set_property):
26894         * ext/libpng/gstpngenc.h:
26895         Added snapshot property to pngenc.
26896         removed g_print from pngdec
26897
26898 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
26899
26900         * gst/ac3parse/ac3parse.vcproj
26901         * gst/adder/adder.vcproj
26902         * gst/alpha/alpha.vcproj
26903         * gst/alpha/alphacolor.vcproj
26904         * gst/asfdemux/asf.vcproj
26905         * gst/audioconvert/audioconvert.vcproj
26906         * gst/audiorate/audiorate.vcproj
26907         * gst/audioscale/audioscale.vcproj
26908         * gst/auparse/auparse.vcproj
26909         * gst/avi/avi.vcproj
26910         * gst/cdxaparse/cdxaparse.vcproj
26911         * gst/chart/chart.vcproj
26912         * gst/colorspace/colorspace.vcproj
26913         * gst/cutter/cutter.vcproj
26914         * gst/debug/debug.vcproj
26915         * gst/debug/efence.vcproj
26916         * gst/debug/navigationtest.vcproj
26917         * gst/deinterlace/deinterlace.vcproj
26918         * gst/effectv/effectv.vcproj
26919         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
26920         * gst/filter/filter.vcproj
26921         * gst/flx/flxdec.vcproj
26922         * gst/goom/goom.vcproj
26923         * gst/interleave/interleave.vcproj
26924         * gst/law/alaw.vcproj
26925         * gst/law/mulaw.vcproj
26926         * gst/matroska/matroska.vcproj
26927         * gst/median/median.vcproj
26928         * gst/mixmatrix/mixmatrix.vcproj
26929         * gst/mpeg1sys/mpeg1systemencode.vcproj
26930         * gst/mpeg1videoparse/mp1videoparse.vcproj
26931         * gst/mpeg2sub/mpeg2subt.vcproj
26932         * gst/mpegaudio/mpegaudio.vcproj
26933         * gst/mpegaudioparse/mpegaudioparse.vcproj
26934         * gst/mpegstream/mpegstream.vcproj
26935         * gst/multifilesink/multifilesink.vcproj
26936         * gst/multipart/multipart.vcproj
26937         * gst/oneton/oneton.vcproj
26938         * gst/overlay/overlay.vcproj
26939         * gst/passthrough/passthrough.vcproj
26940         * gst/qtdemux/qtdemux.vcproj
26941         * gst/realmedia/rmdemux.vcproj
26942         * gst/rtjpeg/rtjpeg.vcproj
26943         * gst/rtp/rtp.vcproj
26944         * gst/silence/silence.vcproj
26945         * gst/sine/sinesrc.vcproj
26946         * gst/smooth/smooth.vcproj
26947         * gst/smpte/smpte.vcproj
26948         * gst/spectrum/spectrum.vcproj
26949         * gst/speed/speed.vcproj
26950         * gst/stereo/stereo.vcproj
26951         * gst/switch/switch.vcproj
26952         * gst/tags/tagedit.vcproj
26953         * gst/tcp/tcp.vcproj
26954         * gst/typefind/typefindfunctions.vcproj
26955         * gst/udp/udp.vcproj
26956         * gst/videobox/videobox.vcproj
26957         * gst/videocrop/videocrop.vcproj
26958         * gst/videodrop/videodrop.vcproj
26959         * gst/videofilter/gamma.vcproj
26960         * gst/videofilter/videobalance.vcproj
26961         * gst/videofilter/videofilter.vcproj
26962         * gst/videofilter/videoflip.vcproj
26963         * gst/videoflip/videoflip.vcproj
26964         * gst/videomixer/videomixer.vcproj
26965         * gst/videorate/videorate.vcproj
26966         * gst/videoscale/videoscale.vcproj
26967         * gst/videotestsrc/videotestsrc.vcproj
26968         * gst/virtualdub/virtualdub.vcproj
26969         * gst/volenv/volenv.vcproj
26970         * gst/volume/volume.vcproj
26971         * gst/wavenc/wavenc.vcproj
26972         * gst/wavparse/wavparse.vcproj
26973         * gst/y4m/y4menc.vcproj
26974         * gst-libs/gst/audio/audio.vcproj
26975         * gst-libs/gst/audio/audiofilter.vcproj
26976         * gst-libs/gst/colorbalance/colorbalance.vcproj
26977         * gst-libs/gst/idct/idtc.vcproj
26978         * gst-libs/gst/media-info/media-info.vcproj
26979         * gst-libs/gst/mixer/mixer.vcproj
26980         * gst-libs/gst/navigation/navigation.vcproj
26981         * gst-libs/gst/play/play.vcproj
26982         * gst-libs/gst/propertyprobe/propertyprobe.vcproj
26983         * gst-libs/gst/resample/resample.vcproj
26984         * gst-libs/gst/riff/riff.vcproj
26985         * gst-libs/gst/tuner/tuner.vcproj
26986         * gst-libs/gst/video/video.vcproj
26987         * gst-libs/gst/xoverlay/xoverlay.vcproj
26988           avoid problems with math.h, fix release dependancy
26989           rename GStreamer-0.8.lib to libgstreamer.lib
26990
26991 2004-07-27  Julien MOUTTE  <julien@moutte.net>
26992
26993         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
26994         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
26995         the atom is not available we have to unlock the mutex. Fixes #148023
26996
26997 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
26998
26999         * gst-libs/gst/media-info/media-info.h:
27000           issue for a vararg macro with MSVC
27001
27002 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
27003
27004         * gst/effectv/effectv.vcproj
27005         * gst-libs/gst/idct/idct.vcproj:
27006         * gst-libs/gst/media-info/media-info.vcproj:
27007         * gst-libs/gst/navigation/navigation.vcproj:
27008         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
27009         * gst-libs/gst/video/video.vcproj:
27010         * gst-libs/gst/xoverlay/xoverlay.vcproj:
27011           fixes for build problems
27012
27013 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
27014
27015         * gst-libs/gst/audio/audio.def:
27016         * gst-libs/gst/audio/riff.def:
27017           add some definitions needed by plugins
27018
27019 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
27020
27021         * gst/asfdemux/gstasfmux.c
27022           Fix some 64 bits constants to be glib friendly
27023
27024 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
27025
27026         * gst/ac3parse/gstac3parse.c
27027         * gst/audioscale/gstaudioscale.c
27028         * gst/auparse/gstauparse.c
27029         * gst/colorspace/gstcolorspace.c
27030         * gst/colorspace/yuv2rgb.h
27031           local include fixes
27032
27033 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
27034
27035         * win32/gst.sln
27036           add more plugins to the build
27037
27038 2004-07-26  Julien MOUTTE  <julien@moutte.net>
27039
27040         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
27041         (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
27042
27043 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
27044
27045         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
27046         (gst_level_set_property), (gst_level_get_property),
27047         (gst_level_base_init), (gst_level_class_init):
27048           add debugging categories.  cleanups.
27049
27050 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
27051
27052         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
27053         (gst_videoscale_planar411), (gst_videoscale_planar400),
27054         (gst_videoscale_packed422), (gst_videoscale_packed422rev),
27055         (gst_videoscale_scale_nearest_str1),
27056         (gst_videoscale_scale_nearest_str2),
27057         (gst_videoscale_scale_nearest_str4),
27058         (gst_videoscale_scale_nearest_16bit),
27059         (gst_videoscale_scale_nearest_24bit):
27060           fixed stride issues
27061           tested with 320x240 -> 321, 322, 324 x240
27062           tested with YV12, I420, YUY2, UYVY
27063           fixed packed422rev (don't think it could have worked before)
27064           by testing with UYVY
27065
27066 2004-07-26  Benjamin Otte  <otte@gnome.org>
27067
27068         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
27069         (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
27070         (plugin_init):
27071           add debugging category, add error checks like checking return values
27072           of setup calls, make sure it still works after
27073           PLAYING=>NULL=>PLAYING, fix encoding of mono streams
27074
27075 2004-07-26  Wim Taymans  <wim@fluendo.com>
27076
27077         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
27078         (gst_mpeg_demux_get_audio_stream),
27079         (gst_mpeg_demux_process_private):
27080         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
27081         Check for error codes from the negotiation functions. Make sure
27082         we really set the pad caps when a new pad is created.
27083
27084 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
27085
27086         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
27087         (gst_ffmpeg_caps_to_pix_fmt):
27088         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
27089         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
27090         (gst_ffmpegcolorspace_pad_link):
27091           don't make function do two things at the same time without reason.
27092
27093 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
27094
27095         * gst/ac3parse/ac3parse.vcproj
27096         * gst/adder/adder.vcproj
27097         * gst/alpha/alpha.vcproj
27098         * gst/alpha/alphacolor.vcproj
27099         * gst/asfdemux/asf.vcproj
27100         * gst/audioconvert/audioconvert.vcproj
27101         * gst/audiorate/audiorate.vcproj
27102         * gst/audioscale/audioscale.vcproj
27103         * gst/auparse/auparse.vcproj
27104         * gst/avi/avi.vcproj
27105         * gst/cdxaparse/cdxaparse.vcproj
27106         * gst/chart/chart.vcproj
27107         * gst/colorspace/colorspace.vcproj
27108         * gst/cutter/cutter.vcproj
27109         * gst/debug/debug.vcproj
27110         * gst/debug/efence.vcproj
27111         * gst/debug/navigationtest.vcproj
27112         * gst/deinterlace/deinterlace.vcproj
27113         * gst/effectv/effectv.vcproj
27114         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
27115         * gst/filter/filter.vcproj
27116         * gst/flx/flxdec.vcproj
27117         * gst/goom/goom.vcproj
27118         * gst/interleave/interleave.vcproj
27119         * gst/law/alaw.vcproj
27120         * gst/law/mulaw.vcproj
27121         * gst/matroska/matroska.vcproj
27122         * gst/median/median.vcproj
27123         * gst/mixmatrix/mixmatrix.vcproj
27124         * gst/mpeg1sys/mpeg1systemencode.vcproj
27125         * gst/mpeg1videoparse/mp1videoparse.vcproj
27126         * gst/mpeg2sub/mpeg2subt.vcproj
27127         * gst/mpegaudio/mpegaudio.vcproj
27128         * gst/mpegaudioparse/mpegaudioparse.vcproj
27129         * gst/mpegstream/mpegstream.vcproj
27130         * gst/multifilesink/multifilesink.vcproj
27131         * gst/multipart/multipart.vcproj
27132         * gst/oneton/oneton.vcproj
27133         * gst/overlay/overlay.vcproj
27134         * gst/passthrough/passthrough.vcproj
27135         * gst/qtdemux/qtdemux.vcproj
27136         * gst/realmedia/rmdemux.vcproj
27137         * gst/rtjpeg/rtjpeg.vcproj
27138         * gst/rtp/rtp.vcproj
27139         * gst/silence/silence.vcproj
27140         * gst/sine/sinesrc.vcproj
27141         * gst/smooth/smooth.vcproj
27142         * gst/smpte/smpte.vcproj
27143         * gst/spectrum/spectrum.vcproj
27144         * gst/speed/speed.vcproj
27145         * gst/stereo/stereo.vcproj
27146         * gst/switch/switch.vcproj
27147         * gst/tags/tagedit.vcproj
27148         * gst/tcp/tcp.vcproj
27149         * gst/typefind/typefindfunctions.vcproj
27150         * gst/udp/udp.vcproj
27151         * gst/videobox/videobox.vcproj
27152         * gst/videocrop/videocrop.vcproj
27153         * gst/videodrop/videodrop.vcproj
27154         * gst/videofilter/gamma.vcproj
27155         * gst/videofilter/videobalance.vcproj
27156         * gst/videofilter/videofilter.vcproj
27157         * gst/videofilter/videoflip.vcproj
27158         * gst/videoflip/videoflip.vcproj
27159         * gst/videomixer/videomixer.vcproj
27160         * gst/videorate/videorate.vcproj
27161         * gst/videoscale/videoscale.vcproj
27162         * gst/videotestsrc/videotestsrc.vcproj
27163         * gst/virtualdub/virtualdub.vcproj
27164         * gst/volenv/volenv.vcproj
27165         * gst/volume/volume.vcproj
27166         * gst/wavenc/wavenc.vcproj
27167         * gst/wavparse/wavparse.vcproj
27168         * gst/y4m/y4menc.vcproj
27169           more plugins supported under windows
27170
27171 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
27172
27173         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
27174         (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
27175         (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
27176         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
27177         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
27178           Add debugging statements.  Use the sizes as returned by the
27179           *CreateImage calls.
27180
27181 2004-07-26  Johan Dahlin  <johan@gnome.org>
27182
27183         * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
27184         the pad is negotiated.
27185
27186         * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
27187
27188 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
27189
27190         * gst-libs/gst/colorbalance/colorbalance.vcproj:
27191         * gst-libs/gst/idct/idct.vcproj:
27192         * gst-libs/gst/media-info/media-info.vcproj:
27193         * gst-libs/gst/mixer/mixer.vcproj:
27194         * gst-libs/gst/navigation/navigation.vcproj:
27195         * gst-libs/gst/play/play.vcproj:
27196         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
27197         * gst-libs/gst/resample/resample.vcproj:
27198         * gst-libs/gst/tuner/tuner.vcproj:
27199         * gst-libs/gst/video/video.vcproj:
27200         * gst-libs/gst/xoverlay/xoverlay.vcproj:
27201           more plugins supported under windows
27202
27203 2004-07-25 Iain <iain@prettypeople.org>
27204
27205         * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
27206         pad now rather than when the pad is created because state changes wipe
27207         explicit caps (fixes #148043).
27208
27209 2004-07-25  Sebastien Cote  <sc5@hermes.usherb.ca>
27210
27211         reviewed by Benjamin Otte  <otte@gnome.org>
27212
27213         * ext/mad/gstmad.c:
27214           fix mad plugin crashing on Sun (fixes #148289)
27215
27216 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
27217
27218         * gst/avi/avi.def:
27219         * gst/avi/avi.vcproj:
27220         * gst/matroska/matroska.def:
27221         * gst/matroska/matroska.vcproj:
27222           remove unused .def files
27223
27224 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
27225
27226         * gst-libs/gst/audio/gstaudiofilter.c:
27227           Clean the local include
27228
27229 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
27230
27231         * win32/gst.sln:
27232         * gst-libs/gst/audio/audio.def:
27233         * gst-libs/gst/audio/audio.vcproj:
27234         * gst-libs/gst/audio/audiofilter.vcproj:
27235         * gst-libs/gst/audio/riff.def:
27236         * gst-libs/gst/audio/riff.vcproj:
27237         * gst-libs/gst/gst-libs.def:
27238         * gst-libs/gst/gst-libs.vcproj:
27239         * gst/avi/avi.vcproj:
27240         * gst/avi/avi.vcproj:
27241           Copy the files where needed after building, cleaner projects
27242
27243 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
27244
27245         * gst/matroska/ebml-write.c:
27246           Fix some 64 bits constants to be glib friendly
27247
27248 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
27249
27250         * win32/gst.sln:
27251         * gst-libs/gst/gst-libs.def:
27252         * gst-libs/gst/gst-libs.vcproj:
27253         * gst/matroska/matroska.def:
27254         * gst/matroska/matroska.vcproj:
27255           Add the preliminary canvas to build plugins on Win32
27256
27257 2004-07-23  Benjamin Otte  <otte@gnome.org>
27258
27259         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
27260           don't enfore negotiation from source side, it breaks
27261           sinesrc ! audioconvert ! osssink
27262
27263 2004-07-22  David Schleef  <ds@schleef.org>
27264
27265         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
27266         for ELF files, since they can easily be recognized as audio/mpeg.
27267         (bug #147441)
27268
27269 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
27270
27271         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
27272         (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
27273         (gst_videoscale_scale_nearest_24bit),
27274         (gst_videoscale_scale_nearest_16bit):
27275           fix 16bit and 24bit for stride (24bit might need testing)
27276           don't pretend we do more than one algorithm
27277
27278 2004-07-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
27279
27280         * configure.ac:
27281         * gst/Makefile.am:
27282         * gst/multifilesink/Makefile.am:
27283         * gst/multifilesink/gstmultifilesink.c:
27284         (gst_multifilesink_get_formats),
27285         (gst_multifilesink_get_query_types), (_do_init),
27286         (gst_multifilesink_base_init), (gst_multifilesink_class_init),
27287         (gst_multifilesink_init), (gst_multifilesink_dispose),
27288         (gst_multifilesink_set_location), (gst_multifilesink_set_property),
27289         (gst_multifilesink_get_property), (gst_multifilesink_open_file),
27290         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
27291         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
27292         (gst_multifilesink_chain), (gst_multifilesink_change_state),
27293         (gst_multifilesink_uri_get_type),
27294         (gst_multifilesink_uri_get_protocols),
27295         (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
27296         (gst_multifilesink_uri_handler_init), (plugin_init):
27297         * gst/multifilesink/gstmultifilesink.h:
27298         * testsuite/Makefile.am:
27299         * testsuite/multifilesink/Makefile.am:
27300         * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
27301         (gst_newmedia_class_init), (gst_newmedia_init),
27302         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
27303         (newfile_signal), (test_signal), (main):
27304         multifilesink plugin for creating new files every time a new media
27305         discontinuity event occurs
27306
27307 2004-07-22  Wim Taymans  <wim@fluendo.com>
27308
27309         * gst/alpha/Makefile.am:
27310         * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
27311         (gst_alpha_color_base_init), (gst_alpha_color_class_init),
27312         (gst_alpha_color_init), (gst_alpha_color_set_property),
27313         (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
27314         (transform), (gst_alpha_color_chain),
27315         (gst_alpha_color_change_state), (plugin_init):
27316         Stupid plugin to to RGBA to AYUV conversion because none of
27317         the colorspace plugins can handle that yet.
27318
27319 2004-07-22  Wim Taymans  <wim@fluendo.com>
27320
27321         * examples/seeking/seek.c: (update_scale), (main):
27322         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
27323         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
27324         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
27325         (gst_decode_bin_init), (gst_decode_bin_dispose),
27326         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
27327         (no_more_pads), (close_link), (type_found),
27328         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
27329         (plugin_init):
27330         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
27331         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
27332         (gst_play_base_bin_dispose), (queue_overrun),
27333         (gen_preroll_element), (remove_prerolls), (unknown_type),
27334         (no_more_pads), (new_stream), (setup_source),
27335         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
27336         (play_base_eos), (gst_play_base_bin_change_state),
27337         (gst_play_base_bin_add_element),
27338         (gst_play_base_bin_remove_element),
27339         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
27340         (gst_play_base_bin_unlink_stream),
27341         (gst_play_base_bin_get_streaminfo):
27342         * gst/playback/gstplaybin.c: (gen_video_element),
27343         (gen_audio_element):
27344         * gst/playback/gststreaminfo.h:
27345         More playback updates, attempt to fix things after the state change
27346         breakage.
27347
27348 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
27349
27350         * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
27351         (gst_videoscale_scale_nearest_16bit):
27352           comment algorithm
27353
27354 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
27355
27356         * gst/videotestsrc/gstvideotestsrc.c:
27357         (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
27358         (gst_videotestsrc_init), (gst_videotestsrc_get),
27359         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
27360         (gst_videotestsrc_get_property):
27361         * gst/videotestsrc/gstvideotestsrc.h:
27362         * gst/videotestsrc/videotestsrc.c:
27363         * gst/videotestsrc/videotestsrc.h:
27364           cleanup and commenting
27365
27366 2004-07-21  Wim Taymans  <wim@fluendo.com>
27367
27368         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
27369         (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
27370         (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
27371         (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
27372         (_find_chain_get_unknown_part), (_find_streams_check),
27373         (gst_ogg_demux_push), (gst_ogg_pad_push):
27374         * ext/theora/theoradec.c: (theora_get_formats),
27375         (theora_dec_src_convert), (theora_dec_sink_convert),
27376         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
27377         (theora_dec_chain):
27378         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
27379         (vorbis_dec_convert), (vorbis_dec_src_query),
27380         (vorbis_dec_src_event), (vorbis_dec_event):
27381         More seeking fixes, oggdemux now supports seeking to time and
27382         uses the downstream element to convert granulepos to time.
27383         Seeking in theora-only ogg files now works.
27384
27385 2004-07-21  Wim Taymans  <wim@fluendo.com>
27386
27387         * ext/theora/theoradec.c: (gst_theora_dec_init),
27388         (theora_get_formats), (theora_get_event_masks),
27389         (theora_get_query_types), (theora_dec_src_convert),
27390         (theora_dec_sink_convert), (theora_dec_src_query),
27391         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
27392         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
27393         (vorbis_get_event_masks), (vorbis_get_query_types),
27394         (gst_vorbis_dec_init), (vorbis_dec_convert),
27395         (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
27396         Added query/convert/formats functions to vorbis and theora decoders
27397         so that the outside world can use them too. Fixed seeking on an
27398         ogg/theora/vorbis file by disabling the seeking seeking on the
27399         theora srcpad.
27400
27401 2004-07-21  Julien MOUTTE  <julien@moutte.net>
27402
27403         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
27404         (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
27405         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
27406         images creation for both elements. We don't create the image on caps
27407         nego or renego, we just destroy the internal one if present if it does
27408         not match the needs. The chain function takes care of creating a new
27409         image when needed.
27410         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
27411         (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
27412         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
27413         (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
27414         the image format information. The buffer pool checks for the context
27415         image format and discard images with different formats.
27416         * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
27417
27418 2004-07-21  Thomas Vander Stichele  <thomas at apestaart dot org>
27419
27420         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
27421         (gst_ffmpegcolorspace_chain):
27422           no point in doing any chaining if the pad we want to push from
27423           isn't usable.
27424
27425 2004-07-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27426
27427         * gst-libs/gst/riff/riff-media.c:
27428         (gst_riff_create_audio_caps_with_data):
27429           Fix double end-to-native symbol conversion (#148021).
27430
27431 2004-07-20  David Schleef  <ds@schleef.org>
27432
27433         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
27434         Don't use an Atom that doesn't exist.
27435
27436 2004-07-20  Wim Taymans  <wim@fluendo.com>
27437
27438         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
27439         (gst_multifdsink_add), (gst_multifdsink_get_stats),
27440         (gst_multifdsink_client_remove),
27441         (gst_multifdsink_handle_client_write),
27442         (gst_multifdsink_queue_buffer):
27443         * gst/tcp/gstmultifdsink.h:
27444         More multifdsink stats. Avoid deadlock by releasing locks
27445         before sending out a signal.
27446
27447 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
27448
27449         * po/LINGUAS:
27450         * po/hu.po:
27451           added Hungarian translation (Laszlo Dvornik)
27452
27453 2004-07-20  Wim Taymans  <wim@fluendo.com>
27454
27455         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
27456         (gst_multifdsink_add), (gst_multifdsink_client_remove),
27457         (gst_multifdsink_handle_client_write),
27458         (gst_multifdsink_queue_buffer):
27459         * gst/tcp/gsttcp-marshal.list:
27460         Fixed the stupid marshal definition.
27461
27462 2004-07-20  Wim Taymans  <wim@fluendo.com>
27463
27464         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
27465         (gst_multifdsink_init), (gst_multifdsink_add),
27466         (gst_multifdsink_client_remove),
27467         (gst_multifdsink_handle_client_write),
27468         (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
27469         (gst_multifdsink_set_property), (gst_multifdsink_get_property),
27470         (gst_multifdsink_init_send):
27471         * gst/tcp/gstmultifdsink.h:
27472         Added more stats, added timeout for a client, fixed some typos
27473         and added some comments.
27474
27475 2004-07-20  Wim Taymans  <wim@fluendo.com>
27476
27477         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
27478         (gst_multifdsink_add), (gst_multifdsink_get_stats),
27479         (gst_multifdsink_client_remove),
27480         (gst_multifdsink_handle_client_write):
27481         * gst/tcp/gstmultifdsink.h:
27482         * gst/tcp/gsttcp-marshal.list:
27483         Added get_stats method that returns a GValueArray of
27484         stats values.
27485
27486 2004-07-19  Benjamin Otte  <otte@gnome.org>
27487
27488         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
27489           make sure longname, description and author are valid UTF-8
27490
27491 2004-07-19  Thomas Vander Stichele  <thomas at apestaart dot org>
27492
27493         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
27494         (gst_ximagesink_set_property):
27495         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
27496         (gst_xvimagesink_set_property):
27497           make sure SYNCHRONOUS is respected after getting the X context
27498
27499 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
27500
27501         * gst/matroska/matroska-demux.c:
27502         (gst_matroska_demux_handle_src_event),
27503         (gst_matroska_demux_parse_blockgroup):
27504         * gst/matroska/matroska-ids.h:
27505           add BlockReference tag and ignore it to clear out log.
27506           ignore NAVIGATION events to clear out log.
27507
27508 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
27509
27510         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
27511         (gst_matroska_demux_add_stream):
27512         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
27513           add debug categories
27514
27515 2004-07-16  Wim Taymans  <wim@fluendo.com>
27516
27517         * ext/libpng/Makefile.am:
27518         * ext/libpng/gstpng.c: (plugin_init):
27519         * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
27520         (gst_pngdec_get_type), (gst_pngdec_base_init),
27521         (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
27522         (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
27523         * ext/libpng/gstpngdec.h:
27524         Added png decoder.
27525
27526 2004-07-16  Julien MOUTTE  <julien@moutte.net>
27527
27528         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
27529         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
27530         (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
27531         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
27532         (gst_ximagesink_buffer_alloc):
27533         * sys/ximage/ximagesink.h:
27534         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
27535         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
27536         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
27537         (gst_xvimagesink_buffer_alloc):
27538         * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
27539         again. Using internal data pointer of the x(v)image to store image's
27540         data to be coherent with the buffer alloc mechanism. Investigated the
27541         image destruction code to be sure that everything gets freed correctly.
27542
27543 2004-07-16  Wim Taymans  <wim@fluendo.com>
27544
27545         * gst-libs/gst/riff/riff-read.c:
27546         (gst_riff_read_strf_vids_with_data),
27547         (gst_riff_read_strf_auds_with_data):
27548         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
27549         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
27550         Make sure we don't create 0 sized subbuffers in riff-read.
27551         Signal the no more pads signal after reading the avi header.
27552
27553 2004-07-16  Wim Taymans  <wim@fluendo.com>
27554
27555         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
27556         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
27557         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
27558         (gst_decode_bin_init), (gst_decode_bin_dispose),
27559         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
27560         (no_more_pads), (close_link), (type_found),
27561         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
27562         (gst_decode_bin_change_state), (plugin_init):
27563         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
27564         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
27565         (gst_play_base_bin_dispose), (queue_overrun),
27566         (gen_preroll_element), (remove_prerolls), (unknown_type),
27567         (no_more_pads), (new_stream), (setup_source),
27568         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
27569         (play_base_eos), (gst_play_base_bin_change_state),
27570         (gst_play_base_bin_add_element),
27571         (gst_play_base_bin_remove_element),
27572         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
27573         (gst_play_base_bin_unlink_stream),
27574         (gst_play_base_bin_get_streaminfo):
27575         * gst/playback/gstplaybasebin.h:
27576         Better error recovery. Added configurable preroll queue size. Faster
27577         detection of no-more-pads.
27578
27579 2004-07-16  Wim Taymans  <wim@fluendo.com>
27580
27581         * gst-libs/gst/video/video.h:
27582         Added 32 bits RGBA. Not sure if we should use another mime-type
27583         for alpha rgb. Currently the presence of the alpha_mask property
27584         signals an alpha channel.
27585
27586 2004-07-16  Wim Taymans  <wim@fluendo.com>
27587
27588         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
27589         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
27590         FPS seems to be 0.0 to MAX everywhere else.
27591
27592 2004-07-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27593
27594         * gst-libs/gst/riff/riff-media.c:
27595         (gst_riff_create_video_caps_with_data):
27596           mp42/mp43 (no caps) exist too.
27597         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
27598           Set pixel_width/height; we've got them in-caps.
27599         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
27600         * gst/wavparse/gstwavparse.c: (plugin_init):
27601           Both are valid primary.
27602         * sys/oss/gstossmixer.c:
27603           Remove i18n hack and enable translations.
27604
27605 2004-07-15  Benjamin Otte  <otte@gnome.org>
27606
27607         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
27608         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
27609           fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
27610
27611 2004-07-15  Benjamin Otte  <otte@gnome.org>
27612
27613         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
27614         (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
27615         (gst_alsa_close_audio):
27616           disable some of the debugging code for now. Writing debugging to a
27617           buffer is broken in current alsalib releases.
27618
27619 2004-07-12  Benjamin Otte  <otte@gnome.org>
27620
27621         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
27622           use bufferpools
27623
27624 2004-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
27625
27626         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
27627         (theora_dec_src_query), (theora_dec_event):
27628         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
27629           add debugging categories.  Remove \n's.
27630
27631 2004-07-13  Johan Dahlin  <johan@gnome.org>
27632
27633         * gst/playback/gstplaybin.c (gst_play_bin_set_property)
27634         (gst_play_bin_get_property): Impl.
27635
27636 2004-07-13  Wim Taymans  <wim@fluendo.com>
27637
27638         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
27639         When trying to find the stream length, seek back N pages
27640         instead of just one, where N is the number of streams in
27641         the current chain.
27642
27643 2004-07-13  Wim Taymans  <wim@fluendo.com>
27644
27645         * gst-libs/gst/riff/riff-media.c:
27646         (gst_riff_create_audio_caps_with_data),
27647         (gst_riff_create_audio_caps),
27648         (gst_riff_create_audio_template_caps):
27649         * gst-libs/gst/riff/riff-media.h:
27650         * gst-libs/gst/riff/riff-read.c:
27651         (gst_riff_read_strf_vids_with_data),
27652         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
27653         * gst-libs/gst/riff/riff-read.h:
27654         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
27655         (gst_avi_demux_add_stream):
27656         Set codec_data on caps for avidemuxer.
27657
27658 2004-07-12  David Schleef  <ds@schleef.org>
27659
27660         * configure.ac: Fix test for Objective C
27661
27662 2004-07-12  Jan Schmidt  <thaytan@mad.scientist.com>
27663         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
27664         (gst_gdk_pixbuf_chain):
27665           Add svg and pcx to template caps, and ensure that getcaps returns a
27666           subset of the template caps.
27667           Copy each row manually for output, as gdkpixbuf may pad the
27668           rowstride to a 32-bit word boundary.
27669
27670 2004-07-12  Wim Taymans  <wim@fluendo.com>
27671
27672         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
27673         (gst_riff_create_video_template_caps):
27674         Fix the template caps to include some more media types.
27675
27676 2004-07-12  Wim Taymans  <wim@fluendo.com>
27677
27678         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
27679         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
27680         (compare_ranks), (print_feature), (gst_decode_bin_init),
27681         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
27682         (try_to_link_1), (new_pad), (close_link), (type_found),
27683         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
27684         (gst_decode_bin_change_state), (plugin_init):
27685         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
27686         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
27687         (gst_play_base_bin_dispose), (queue_overrun),
27688         (gen_preroll_element), (remove_prerolls), (no_more_pads),
27689         (new_stream), (setup_source), (gst_play_base_bin_set_property),
27690         (gst_play_base_bin_get_property), (play_base_eos),
27691         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
27692         (gst_play_base_bin_remove_element),
27693         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
27694         (gst_play_base_bin_unlink_stream),
27695         (gst_play_base_bin_get_streaminfo):
27696         * gst/playback/gstplaybasebin.h:
27697         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
27698         (gst_play_bin_class_init), (gst_play_bin_init),
27699         (gst_play_bin_dispose), (gst_play_bin_set_property),
27700         (gst_play_bin_get_property), (gen_video_element),
27701         (gen_audio_element), (remove_sinks), (setup_sinks),
27702         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
27703         (gst_play_bin_send_event), (gst_play_bin_get_formats),
27704         (gst_play_bin_convert), (gst_play_bin_get_query_types),
27705         (gst_play_bin_query), (plugin_init):
27706         * gst/playback/test4.c: (main):
27707         More fixes on reusing of the element.
27708
27709 2004-07-11  Benjamin Otte  <otte@gnome.org>
27710
27711         * ext/mad/gstmad.c: (normal_seek):
27712           allow seeking for other methods than just SET
27713
27714 2004-07-11  Andy Wingo  <wingo@pobox.com>
27715
27716         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
27717         float, "any" caps -> buffer_frames=[0,MAX].
27718
27719         * gst/interleave/interleave.c (interleave_getcaps): Seems the core
27720         doesn't intersect our caps with the template any more. Do it
27721         ourselves.
27722         (interleave_buffered_loop): Use g_newa instead of malloc/free.
27723
27724 2004-07-09  Wim Taymans  <wim@fluendo.com>
27725
27726         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
27727         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
27728         (compare_ranks), (print_feature), (gst_decode_bin_init),
27729         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
27730         (try_to_link_1), (new_pad), (close_link), (type_found),
27731         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
27732         (gst_decode_bin_change_state), (plugin_init):
27733         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
27734         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
27735         (gst_play_base_bin_dispose), (queue_overrun),
27736         (gen_preroll_element), (remove_prerolls), (no_more_pads),
27737         (new_stream), (setup_source), (gst_play_base_bin_set_property),
27738         (gst_play_base_bin_get_property), (play_base_eos),
27739         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
27740         (gst_play_base_bin_remove_element),
27741         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
27742         (gst_play_base_bin_unlink_stream),
27743         (gst_play_base_bin_get_streaminfo):
27744         * gst/playback/gstplaybasebin.h:
27745         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
27746         (gst_play_bin_class_init), (gst_play_bin_init),
27747         (gst_play_bin_dispose), (gst_play_bin_set_property),
27748         (gst_play_bin_get_property), (gen_video_element),
27749         (gen_audio_element), (remove_sinks), (setup_sinks),
27750         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
27751         (gst_play_bin_send_event), (gst_play_bin_get_formats),
27752         (gst_play_bin_convert), (gst_play_bin_get_query_types),
27753         (gst_play_bin_query), (plugin_init):
27754         * gst/playback/test4.c: (main):
27755         Work on object reuse and seeking.
27756
27757 2004-07-09  Wim Taymans  <wim@fluendo.com>
27758
27759         * examples/seeking/seek.c: (iterate):
27760         Don't consume all CPU in the idle loop.
27761
27762 2004-07-09  Wim Taymans  <wim@fluendo.com>
27763
27764         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
27765         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
27766         Add pad to element *after* setting the pad functions so that
27767         the scheduler can use the correct ones.
27768
27769 2004-07-09  Wim Taymans  <wim@fluendo.com>
27770
27771         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
27772         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
27773         Sync to keyframe after seek
27774
27775 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
27776
27777         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
27778         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
27779         (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
27780         * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
27781         * ext/libvisual/visual.c: (gst_visual_change_state):
27782         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
27783         * ext/theora/theoradec.c: (theora_dec_change_state):
27784         * ext/theora/theoraenc.c: (theora_enc_change_state):
27785         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
27786         * gst-libs/gst/navigation/navigation.c:
27787         * gst/adder/gstadder.c: (gst_adder_change_state):
27788         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
27789         (gst_audio_convert_get_buffer):
27790         * gst/multipart/multipartdemux.c:
27791         (gst_multipart_demux_change_state):
27792         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
27793         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
27794         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
27795         * gst/videoscale/gstvideoscale.c:
27796         (gst_videoscale_handle_src_event):
27797         * gst/volume/gstvolume.c: (volume_chain_int16):
27798           don't assert in state change, this should be done by the base
27799           GstElement class.
27800           various debugging fixes.
27801
27802 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
27803
27804         * configure.ac:
27805         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
27806         (gst_play_dispose), (gst_play_set_location),
27807         (gst_play_set_data_src), (gst_play_set_video_sink),
27808         (gst_play_set_audio_sink), (gst_play_set_visualization),
27809         (gst_play_connect_visualization), (gst_play_get_sink_element),
27810         (gst_play_get_all_by_interface):
27811         * gst-libs/gst/play/play.h:
27812           add new method to get elements implementing an interface.
27813           add various error logging
27814
27815 2004-07-08  Wim Taymans  <wim@fluendo.com>
27816
27817         * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
27818         (make_mpeg_pipeline), (make_mpegnt_pipeline),
27819         (make_playerbin_pipeline), (query_durations_elems),
27820         (query_durations_pads), (query_positions_elems),
27821         (query_positions_pads), (update_scale), (iterate), (stop_seek),
27822         (main):
27823         Added playbin seeking example.
27824
27825 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
27826
27827         * gst-libs/gst/play/play.c: (gst_play_set_location),
27828         (gst_play_set_data_src), (gst_play_set_video_sink),
27829         (gst_play_set_audio_sink), (gst_play_set_visualization),
27830         (gst_play_connect_visualization), (gst_play_get_framerate):
27831           use a macro to look up elements from hash table
27832
27833 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
27834
27835         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
27836         (gst_play_get_length_callback), (gst_play_set_location),
27837         (gst_play_seek_to_time), (gst_play_set_data_src),
27838         (gst_play_set_video_sink), (gst_play_set_audio_sink),
27839         (gst_play_set_visualization), (gst_play_connect_visualization),
27840         (gst_play_get_sink_element):
27841         - add debugging info
27842         - fix looking up sink elements by iterating over complete caps
27843         - put everything except for source and autoplugger in a complete bin
27844
27845 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
27846
27847         * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
27848         * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
27849         (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
27850         (gst_alsa_sink_write), (gst_alsa_sink_loop):
27851         * ext/alsa/gstalsasink.h:
27852         - add debugging info
27853         - clean up schizophrenia of data/buffer/event
27854         - fix double event unref error
27855
27856 2004-07-08  Wim Taymans  <wim@fluendo.com>
27857
27858         * gst/playback/Makefile.am:
27859         Add headers to noinst
27860
27861 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
27862
27863         * tools/gst-launch-ext-m.m:
27864         * tools/gst-launch-ext.1.in:
27865           convert to the third millenium
27866
27867 2004-07-07  David Schleef  <ds@schleef.org>
27868
27869         * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
27870
27871 2004-07-07  Wim Taymans  <wim@fluendo.com>
27872
27873         * gst/playback/Makefile.am:
27874         * gst/playback/README:
27875         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
27876         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
27877         (compare_ranks), (print_feature), (gst_decode_bin_init),
27878         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
27879         (try_to_link_1), (new_pad), (close_link), (type_found),
27880         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
27881         (plugin_init):
27882         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
27883         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
27884         (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
27885         (gen_preroll_element), (no_more_pads), (new_stream),
27886         (setup_source), (gst_play_base_bin_set_property),
27887         (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
27888         (gst_play_base_bin_add_element),
27889         (gst_play_base_bin_remove_element),
27890         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
27891         (gst_play_base_bin_unlink_stream),
27892         (gst_play_base_bin_get_streaminfo):
27893         * gst/playback/gstplaybasebin.h:
27894         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
27895         (gst_play_bin_class_init), (gst_play_bin_init),
27896         (gst_play_bin_dispose), (gst_play_bin_set_property),
27897         (gst_play_bin_get_property), (gen_video_element),
27898         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
27899         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
27900         (gst_play_bin_get_formats), (gst_play_bin_convert),
27901         (gst_play_bin_get_query_types), (gst_play_bin_query),
27902         (plugin_init):
27903         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
27904         (gst_stream_info_get_type), (gst_stream_info_class_init),
27905         (gst_stream_info_init), (gst_stream_info_new),
27906         (gst_stream_info_dispose), (gst_stream_info_set_property),
27907         (gst_stream_info_get_property):
27908         * gst/playback/gststreaminfo.h:
27909         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
27910         (main):
27911         * gst/playback/test2.c: (main):
27912         * gst/playback/test3.c: (update_scale), (main):
27913         More playbin fixes. Added README. Do better element filtering.
27914         Added base class to preroll media. Added test apps.
27915
27916 2004-07-07  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
27917
27918         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
27919         * ext/mpeg2dec/gstmpeg2dec.h:
27920           various debugging improvements.  Reset stream to next picture
27921           instead of sequence header, otherwise seeks cannot work.
27922
27923 2004-07-07  Wim Taymans  <wim@fluendo.com>
27924
27925         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
27926         (gst_video_box_class_init), (gst_video_box_set_property),
27927         (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
27928         Use pad_alloc where possible.
27929
27930 2004-07-07  Wim Taymans  <wim@fluendo.com>
27931
27932         * sys/oss/gstosselement.c: (gst_osselement_reset),
27933         (gst_osselement_parse_caps):
27934         * sys/oss/gstosselement.h:
27935         * sys/oss/gstosssrc.c: (gst_osssrc_get):
27936         Fix offset on osssrc.
27937
27938 2004-07-07  Wim Taymans  <wim@fluendo.com>
27939
27940         * ext/theora/theora.c: (plugin_init):
27941         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
27942         (theora_dec_src_query), (theora_dec_chain):
27943         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
27944         (theora_enc_sink_link), (theora_buffer_from_packet),
27945         (theora_push_packet), (theora_enc_chain):
27946         Fix theora granulepos calculation.
27947         Fix overflow in duration/position calculation.
27948         Bump rank to PRIMARY for theoradec.
27949         Use granulepos of last packet to calculate position.
27950         Set keyframe flag on buffers when needed.
27951
27952 2004-07-06  David Schleef  <ds@schleef.org>
27953
27954         * gst/playback/Makefile.am: 'test' in bin_PROGRAMS?  Are you
27955         serious?  (Fixed, obviously.)
27956
27957 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
27958
27959         * po/LINGUAS:
27960         * po/cs.po:
27961           added Czech translation (Miloslav Trmac)
27962
27963 2004-07-05  Wim Taymans  <wim@fluendo.com>
27964
27965         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
27966         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
27967         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
27968         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
27969         (close_link), (type_found), (gst_decode_bin_set_property),
27970         (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
27971         (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
27972         (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
27973         (gst_decode_bin_query), (plugin_init):
27974         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
27975         (gst_play_bin_class_init), (gst_play_bin_init),
27976         (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
27977         (get_video_element), (new_pad), (setup_source),
27978         (gst_play_bin_set_property), (gst_play_bin_get_property),
27979         (gst_play_bin_change_state), (gst_play_bin_add_element),
27980         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
27981         (gst_play_bin_send_event), (gst_play_bin_get_formats),
27982         (gst_play_bin_convert), (gst_play_bin_get_query_types),
27983         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
27984         * gst/playback/test.c: (main):
27985         More fixes, cleaned up playbin, make it use decodebin. Added
27986         threaded property to playbin.
27987
27988 2004-07-05  Wim Taymans  <wim@fluendo.com>
27989
27990         * configure.ac:
27991         * gst/playback/Makefile.am:
27992         * gst/playback/decodetest.c: (main):
27993         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
27994         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
27995         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
27996         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
27997         (close_link), (type_found), (gst_decode_bin_set_property),
27998         (gst_decode_bin_get_property), (gst_decode_bin_change_state),
27999         (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
28000         (gst_decode_bin_get_formats), (gst_decode_bin_convert),
28001         (gst_decode_bin_get_query_types), (gst_decode_bin_query),
28002         (plugin_init):
28003         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
28004         (gst_play_bin_class_init), (gst_play_bin_init),
28005         (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
28006         (collect_sink_pads), (find_compatibles), (close_pad_link),
28007         (try_to_link_1), (new_pad), (close_link), (type_found),
28008         (setup_source), (gst_play_bin_set_property),
28009         (gst_play_bin_get_property), (gst_play_bin_factory_filter),
28010         (compare_ranks), (gst_play_bin_collect_factories),
28011         (gst_play_bin_change_state), (gst_play_bin_add_element),
28012         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
28013         (gst_play_bin_send_event), (gst_play_bin_get_formats),
28014         (gst_play_bin_convert), (gst_play_bin_get_query_types),
28015         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
28016         * gst/playback/test.c: (main):
28017         Added some playback helper elements and some test apps, very alpha
28018         still.
28019
28020 2004-07-04  Benjamin Otte  <otte@gnome.org>
28021
28022         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
28023           only restart audio when we indeed have an xrun to fix repeated
28024           xruns. Fix suggested by Giuliano Pochini.
28025
28026 2004-07-03  David Schleef  <ds@schleef.org>
28027
28028         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
28029         call to gst_debug_log() if debugging is disabled (bug #145118)
28030
28031 2004-07-03  Benjamin Otte  <otte@gnome.org>
28032
28033         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
28034           use our own functions for restarting the alsa device.
28035         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
28036           I should apply patches myself - use MIN for the third argument, not
28037           the second, this fixes seeking
28038
28039 2004-07-02  David Schleef  <ds@schleef.org>
28040
28041         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
28042         (gst_flacdec_write):  Actually, GST_PAD_CAPS() has nothing to
28043         do with the logic.
28044
28045 2004-07-02  David Schleef  <ds@schleef.org>
28046
28047         * ext/flac/gstflacdec.c: (gst_flacdec_write):  Set duration on
28048         output buffers.  Fix logic mistake.  (bug #144866)
28049
28050 2004-07-02  David Schleef  <ds@schleef.org>
28051
28052         * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
28053         on X.  (bug #144753)
28054
28055 2004-07-02  David Schleef  <ds@schleef.org>
28056
28057         * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
28058         (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
28059         (bug #144624)
28060         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
28061         (gst_osselement_rate_probe_check): Add another workaround for
28062         buggy drivers (bug #145336)
28063
28064 2004-07-02  David Schleef  <ds@schleef.org>
28065
28066         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
28067         Most systems don't have MSG_NOSIGNAL.
28068
28069 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
28070
28071         * Makefile.am:
28072         * gst-libs/gst/colorbalance/Makefile.am:
28073         * gst-libs/gst/mixer/Makefile.am:
28074         * gst-libs/gst/play/Makefile.am:
28075         * gst-libs/gst/tuner/Makefile.am:
28076           (hopefully) fix both install and dist and make error message useful.
28077           needs testing across automakes.
28078
28079 2004-07-02  Benjamin Otte  <otte@gnome.org>
28080
28081         * ext/ogg/gstogg.c: (plugin_init):
28082           we require bytestream now
28083         * ext/ogg/gstoggdemux.c:
28084           huge diff to implement chain setup in a fast and generic way. This
28085           improves tag reading and startup of huge files (read: Theora videos)
28086           quite a bit. It probably contains bugs, too, so please test.
28087           Seeking is not improved to the fast method.
28088
28089 2004-06-29  Wim Taymans  <wim@fluendo.com>
28090
28091         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
28092         * ext/ogg/gstoggmux.c:
28093         Fix memleak in oggdemux when running unconnected pads.
28094         doc update in mux, start working on keyframe mode.
28095
28096 2004-06-29  Benjamin Otte  <otte@gnome.org>
28097
28098         * sys/oss/gstosssink.c:
28099         * sys/oss/gstosssrc.c:
28100           advertise correct template caps - we indeed do non-native endianness
28101           and 8bit audio has no endianness
28102         * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
28103         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
28104           avoid (wrong) duplications in getcaps function and return
28105           template caps
28106
28107 2004-06-29  Wim Taymans  <wim@fluendo.com>
28108
28109         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
28110         (gst_multifdsink_class_init), (gst_multifdsink_add),
28111         (gst_multifdsink_remove), (gst_multifdsink_clear),
28112         (gst_multifdsink_client_remove),
28113         (gst_multifdsink_handle_client_read),
28114         (gst_multifdsink_client_queue_data),
28115         (gst_multifdsink_client_queue_caps),
28116         (gst_multifdsink_client_queue_buffer),
28117         (gst_multifdsink_handle_client_write),
28118         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
28119         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
28120         (gst_multifdsink_init_send), (gst_multifdsink_close):
28121         Fix wrong GList iteration that could crash the server when
28122         more then 2 clients disconnect at the same time. Read all the
28123         pending commands in one batch to recover from command storms under
28124         very heavy load.
28125
28126 2004-06-28  Wim Taymans  <wim@fluendo.com>
28127
28128         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
28129         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
28130         (gst_videomixer_pad_set_property),
28131         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
28132         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
28133         (gst_videomixer_class_init), (gst_videomixer_init),
28134         (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
28135         (pad_zorder_compare), (gst_videomixer_sort_pads),
28136         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
28137         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
28138         (gst_videomixer_update_queues), (gst_videomixer_loop),
28139         (plugin_init):
28140         Avoid divide by zero, choose masterpad as the pad with the highest
28141         framerate.
28142
28143 2004-06-27  Julien Moutte  <julien@moutte.net>
28144
28145         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
28146         (gst_ximagesink_xwindow_new):
28147         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
28148         (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
28149         function directly. We might want to call it from somewhere else one day.
28150
28151 2004-06-27  Julien Moutte  <julien@moutte.net>
28152
28153         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
28154         (gst_ximagesink_xwindow_new):
28155         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
28156         (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
28157         window decorations.
28158
28159 2004-06-27  Wim Taymans  <wim@fluendo.com>
28160
28161         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
28162         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
28163         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
28164         (gst_dvdec_set_property), (gst_dvdec_get_property):
28165         * ext/dv/gstdvdec.h:
28166         Implement drop_factor property to lower the framerate with
28167         a factor.
28168
28169 2004-06-27  Thomas Vander Stichele  <thomas at apestaart dot org>
28170
28171         * gst-libs/gst/colorbalance/Makefile.am:
28172         * gst-libs/gst/mixer/Makefile.am:
28173         * gst-libs/gst/play/Makefile.am:
28174         * gst-libs/gst/tuner/Makefile.am:
28175           unbreak Company's fix that didn't install the -enum.h files
28176
28177 2004-06-27  Wim Taymans  <wim@fluendo.com>
28178
28179         * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
28180         (gst_dvdec_change_state):
28181         * ext/dv/gstdvdec.h:
28182         Fix timestamp, duration and offset of the buffers.
28183
28184 2004-06-27  Wim Taymans  <wim@fluendo.com>
28185
28186         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
28187         (gst_multifdsink_class_init), (gst_multifdsink_add),
28188         (gst_multifdsink_remove), (gst_multifdsink_clear),
28189         (gst_multifdsink_client_remove),
28190         (gst_multifdsink_handle_client_read),
28191         (gst_multifdsink_client_queue_data),
28192         (gst_multifdsink_client_queue_caps),
28193         (gst_multifdsink_client_queue_buffer),
28194         (gst_multifdsink_handle_client_write),
28195         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
28196         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
28197         (gst_multifdsink_init_send), (gst_multifdsink_close):
28198         * gst/tcp/gstmultifdsink.h:
28199         * gst/tcp/gsttcpserversink.c:
28200         (gst_tcpserversink_handle_server_read),
28201         (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
28202         More multifdsink fixes, more recovery policy fixes.
28203         Removed stupid g_print
28204
28205 2004-06-26  Wim Taymans  <wim@fluendo.com>
28206
28207         * gst/tcp/Makefile.am:
28208         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
28209         (gst_multifdsink_get_type), (gst_multifdsink_base_init),
28210         (gst_multifdsink_class_init), (gst_multifdsink_init),
28211         (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
28212         (gst_multifdsink_handle_client_read),
28213         (gst_multifdsink_client_queue_data),
28214         (gst_multifdsink_client_queue_caps),
28215         (gst_multifdsink_client_queue_buffer),
28216         (gst_multifdsink_handle_client_write),
28217         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
28218         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
28219         (gst_multifdsink_chain), (gst_multifdsink_set_property),
28220         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
28221         (gst_multifdsink_close), (gst_multifdsink_change_state):
28222         * gst/tcp/gstmultifdsink.h:
28223         * gst/tcp/gsttcpplugin.c: (plugin_init):
28224         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
28225         (gst_tcpserversink_class_init), (gst_tcpserversink_init),
28226         (gst_tcpserversink_handle_server_read),
28227         (gst_tcpserversink_handle_select),
28228         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
28229         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
28230         * gst/tcp/gsttcpserversink.h:
28231         Added multifdsink, made tcpserversink a subclass of fdsink, removed
28232         one of the locks, added recovery policy to multifdsink.
28233
28234 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
28235
28236         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
28237           fix decision for when getting frames with same timestamp
28238         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
28239         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
28240         (gst_v4lsrc_get_property):
28241         * sys/v4l/gstv4lsrc.h:
28242           add latency offset property
28243
28244 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
28245
28246         * gst/videorate/gstvideorate.c: (gst_videorate_chain),
28247         (plugin_init):
28248           fix debugging. add category.
28249
28250 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
28251
28252         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
28253           fix wrong offsets
28254
28255 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
28256
28257         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
28258         (gst_alsa_src_get_time), (gst_alsa_src_loop),
28259         (gst_alsa_src_change_state):
28260           return a time that is in sync with the element's processing
28261
28262 2004-06-25  Wim Taymans  <wim@fluendo.com>
28263
28264         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
28265         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
28266         (gst_tcpserversink_client_remove),
28267         (gst_tcpserversink_handle_client_read),
28268         (gst_tcpserversink_client_queue_data),
28269         (gst_tcpserversink_client_queue_caps),
28270         (gst_tcpserversink_client_queue_buffer),
28271         (gst_tcpserversink_handle_client_write),
28272         (gst_tcpserversink_queue_buffer),
28273         (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
28274         (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
28275         (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
28276         (gst_tcpserversink_close):
28277         * gst/tcp/gsttcpserversink.h:
28278         Serversink rewrite. Really do non blocking writes to clients and
28279         maintain an internal queue to handle slower clients while not
28280         disturbing fast clients.
28281
28282 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
28283
28284         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
28285           better debug, don't override OFFSET and OFFSET_END
28286
28287 2004-06-25  Iain <iain@prettypeople.org>
28288
28289         * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
28290         name=source for the wavparse pipeline.
28291
28292 2004-06-24  Johan Dahlin  <johan@gnome.org>
28293
28294         * ext/theora/theoraenc.c (theora_enc_chain): Call
28295         gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
28296         streamheader caps are set correctly.
28297
28298 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
28299
28300         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
28301         (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
28302           respect minimum bitrate; same could be done for max bitrate
28303
28304 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
28305
28306         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
28307         (gst_vorbisenc_setup):
28308           fix sample rate range
28309
28310 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
28311
28312         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
28313         (gst_oggvorbisenc_setup):
28314         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
28315         (gst_vorbisenc_setup):
28316           resolve ambiguities in code and description
28317
28318 2004-06-24  Wim Taymans  <wim@fluendo.com>
28319
28320         * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
28321         * ext/alsa/gstalsa.h:
28322         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
28323         (gst_alsa_src_update_avail), (gst_alsa_src_loop):
28324         Use alsa trigger_tstamp to get the timestamp of the first
28325         sample in the buffer for more precise sync. Some cleanups.
28326
28327 2004-06-24  Wim Taymans  <wim@fluendo.com>
28328
28329         * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
28330         (gst_audiorate_init), (gst_audiorate_chain),
28331         (gst_audiorate_set_property), (gst_audiorate_get_property):
28332         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
28333         (gst_videorate_chain):
28334         Added some logging, fixed an overflow bug in videorate.
28335
28336 2004-06-24  Benjamin Otte  <otte@gnome.org>
28337
28338         * ext/kio/Makefile.am:
28339           fix for builddir != srcdir and distcheck
28340
28341 2004-06-24  Benjamin Otte  <otte@gnome.org>
28342
28343         * gst-libs/gst/colorbalance/Makefile.am:
28344         * gst-libs/gst/mixer/Makefile.am:
28345         * gst-libs/gst/play/Makefile.am:
28346         * gst-libs/gst/tuner/Makefile.am:
28347         * gst/tcp/Makefile.am:
28348         * sys/dxr3/Makefile.am:
28349           don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
28350           tarball.
28351           Also add all *.list files that were missing.
28352         * Makefile.am:
28353           add a distcheck hook to ensure the above doesn't happen again.
28354
28355 2004-06-23  David I. Lehn  <dlehn@users.sourceforge.net>
28356
28357         * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
28358
28359 2004-06-23  Colin Walters  <walters@redhat.com>
28360
28361         * m4/Makefile.am: Distribute gst-fionread.m4.
28362
28363 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28364
28365         * configure.ac: back to dev
28366
28367 2004-06-23  Wim Taymans  <wim@fluendo.com>
28368
28369         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
28370         (gst_alsa_xrun_recovery):
28371         * ext/alsa/gstalsa.h:
28372         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
28373         (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
28374         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
28375         (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
28376         (gst_alsa_src_loop):
28377         Add clock to alsasrc. Take new capture timestamp when
28378         restarting after an overrun. Split up some functions between
28379         alsasrc and alsasink.
28380
28381 === release 0.8.2 ===
28382
28383 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28384
28385         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
28386         (gst_alsa_change_state), (gst_alsa_update_avail),
28387         (gst_alsa_xrun_recovery):
28388         * ext/alsa/gstalsa.h:
28389         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
28390           merge back changes from release
28391
28392 2004-06-23  Wim Taymans  <wim@fluendo.com>
28393
28394         * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
28395         (gst_audiorate_init), (gst_audiorate_chain),
28396         (gst_audiorate_set_property), (gst_audiorate_get_property):
28397         Implement sample dropping and notify
28398
28399 2004-06-22  Wim Taymans  <wim@fluendo.com>
28400
28401         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
28402         (theora_enc_sink_link), (theora_buffer_from_packet),
28403         (theora_push_packet), (theora_enc_chain):
28404         Some cleanups, make sure the timestamps are correct.
28405
28406 2004-06-22  Wim Taymans  <wim@fluendo.com>
28407
28408         * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
28409         (gst_alsa_change_state), (gst_alsa_update_avail),
28410         (gst_alsa_xrun_recovery):
28411         * ext/alsa/gstalsa.h:
28412         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
28413         Cleanups, take queued samples into account when reporting
28414         the time.
28415
28416 2004-06-22  Wim Taymans  <wim@fluendo.com>
28417
28418         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
28419         (gst_videorate_init):
28420         Initialize the property as well.
28421
28422 2004-06-22  Wim Taymans  <wim@fluendo.com>
28423
28424         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
28425         (gst_videorate_init), (gst_videorate_chain),
28426         (gst_videorate_set_property), (gst_videorate_get_property):
28427         Add property to make videorate silent.
28428         Add property to prefer new frames over old ones.
28429
28430 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28431
28432         * sys/osxvideo/Makefile.am:
28433         Workaround so that the osxvideo .so file gets linked with the
28434         Cocoa, OpenGL and QuickTime frameworks
28435
28436 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28437
28438         * sys/osxaudio/Makefile.am:
28439         Workaround so that the osxaudio .so file gets linked with the
28440         CoreAudio framework
28441
28442 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28443
28444         * configure.ac:
28445         Whoops, my fault...fixed build issues
28446
28447 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28448
28449         * configure.ac:
28450         Add objective-c support if running in Darwin/Mac OS X
28451         * sys/Makefile.am:
28452         * sys/osxvideo:
28453         * sys/osxvideo/Makefile.am:
28454         * sys/osxvideo/osxvideosink.h:
28455         * sys/osxvideo/osxvideosink.m:
28456         * sys/osxvideo/cocoawindow.h:
28457         * sys/osxvideo/cocoawindow.m:
28458         Add osxvideosink, a cocoa-based osx video sink
28459
28460
28461 2004-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
28462         * ext/dvdnav/gst-dvd:
28463         Grab the gconf key from the right spot
28464         * gst/debug/gstnavseek.c: (gst_navseek_init),
28465         (gst_navseek_segseek), (gst_navseek_handle_src_event),
28466         (gst_navseek_chain):
28467         * gst/debug/gstnavseek.h:
28468           Add 's', 'e' and 'l' keypresses to navseek to define the start,end
28469           and loop parameters of a segment seek.
28470         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
28471         (gst_videotestsrc_get_event_masks),
28472         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
28473         * gst/videotestsrc/gstvideotestsrc.h:
28474           Add seeking support to videotestsrc
28475           Initialise the timestamp_offset variable.
28476
28477 2004-06-18  Wim Taymans  <wim@fluendo.com>
28478
28479         * ext/sidplay/gstsiddec.cc:
28480         Fix negotiation and set correct end offset.
28481
28482 2004-06-18  Thomas Vander Stichele  <thomas at apestaart dot org>
28483
28484         * configure.ac: branch and prerelease
28485
28486 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
28487
28488         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
28489         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
28490         (gst_tcpclientsrc_init_receive):
28491         * gst/tcp/gsttcpclientsrc.h:
28492           read caps when connecting to server for GDP so we set them correctly
28493
28494 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
28495
28496         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
28497           notify drops and duplicates
28498         * gst/videoscale/videoscale.c: (videoscale_get_structure):
28499           no good reason to limit ourselves to 100x100
28500
28501 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
28502
28503         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
28504         (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
28505         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
28506         (gst_v4lsrc_get_property):
28507         * sys/v4l/gstv4lsrc.h:
28508         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
28509         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
28510         (gst_v4l_set_audio):
28511         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
28512         (gst_v4lsrc_try_capture):
28513         * sys/v4l/v4lsrc_calls.h:
28514           change try_palette to more general try_capture
28515           add autoprobe option so we can turn off autoprobing
28516           various fixes
28517
28518 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
28519
28520         * configure.ac:
28521           add videorate
28522         * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
28523         (gst_ximagesink_class_init):
28524         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
28525         (gst_xvimagesink_class_init):
28526           run them as finalize, not dispose, since dispose can be invoked
28527           multiple times
28528
28529 2004-06-17  Wim Taymans  <wim@fluendo.com>
28530
28531         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
28532         (gst_alsa_get_time), (gst_alsa_xrun_recovery):
28533         * ext/alsa/gstalsa.h:
28534         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
28535         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
28536         (gst_alsa_src_change_state):
28537         * ext/alsa/gstalsasrc.h:
28538         Make the xrun code timestamp and offset the buffers correctly.
28539         moved the clock to the base class, use alsa methods to get time.
28540         Do correct timestamping on outgoing buffers.
28541
28542 2004-06-17  Wim Taymans  <wim@fluendo.com>
28543
28544         * gst/audiorate/Makefile.am:
28545         * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
28546         (gst_audiorate_base_init), (gst_audiorate_class_init),
28547         (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
28548         (gst_audiorate_set_property), (gst_audiorate_get_property),
28549         (gst_audiorate_change_state), (plugin_init):
28550         Added an audiorate converter that fills in gaps.
28551
28552 2004-06-17  Johan Dahlin  <johan@gnome.org>
28553
28554         * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
28555
28556 2004-06-16  Wim Taymans  <wim@fluendo.com>
28557
28558         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
28559         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
28560         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
28561         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
28562         (gst_v4lsrc_get_property):
28563         * sys/v4l/gstv4lsrc.h:
28564         Added a copy mode to v4lsrc where it will output a copied version
28565         of its internal hardware buffer.
28566         Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
28567         can't | them.
28568
28569 2004-06-16  Wim Taymans  <wim@fluendo.com>
28570
28571         * sys/oss/gstosssrc.c: (gst_osssrc_get):
28572         Timestamp fixes.
28573
28574 2004-06-16  Wim Taymans  <wim@fluendo.com>
28575
28576         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
28577         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
28578         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
28579         (gst_v4lsrc_get_property):
28580         * sys/v4l/gstv4lsrc.h:
28581         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
28582         Added a sync mode enum property to control v4lsrc timestamp method
28583         Removed the use-fixed-fps property and moved functionality in
28584         the enum.
28585         Don't error on an error value from v4l-conf, it might not always
28586         be a real error.
28587
28588 2004-06-16  Wim Taymans  <wim@fluendo.com>
28589
28590         * gst/videorate/Makefile.am:
28591         * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
28592         (gst_videorate_base_init), (gst_videorate_class_init),
28593         (gst_videorate_getcaps), (gst_videorate_link),
28594         (gst_videorate_init), (gst_videorate_chain),
28595         (gst_videorate_set_property), (gst_videorate_get_property),
28596         (gst_videorate_change_state), (plugin_init):
28597         Added a video timestamp corrector.
28598
28599 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28600
28601         fixed a potential leak with previous commit
28602
28603         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
28604
28605 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28606
28607         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
28608         Added missing refcount, fixes bug #144425
28609         Cheers Tim for finding the bug
28610
28611 2004-06-15  Thomas Vander Stichele  <thomas at apestaart dot org>
28612
28613         * sys/v4l/gstv4l.c: (plugin_init):
28614         * sys/v4l/gstv4lcolorbalance.c:
28615         * sys/v4l/gstv4lcolorbalance.h:
28616         * sys/v4l/gstv4lelement.c:
28617         * sys/v4l/gstv4lelement.h:
28618         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
28619         * sys/v4l/gstv4lmjpegsink.h:
28620         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
28621         * sys/v4l/gstv4lmjpegsrc.h:
28622         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
28623         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
28624         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
28625         * sys/v4l/gstv4lsrc.h:
28626         * sys/v4l/gstv4ltuner.c:
28627         * sys/v4l/gstv4ltuner.h:
28628         * sys/v4l/gstv4lxoverlay.c:
28629         * sys/v4l/gstv4lxoverlay.h:
28630         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
28631         (gst_v4l_set_window), (gst_v4l_enable_overlay):
28632         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
28633         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
28634         (gst_v4l_set_audio):
28635         * sys/v4l/v4l_calls.h:
28636         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
28637         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
28638         (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
28639         (gst_v4lmjpegsink_playback_init),
28640         (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
28641         (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
28642         (gst_v4lmjpegsink_playback_stop),
28643         (gst_v4lmjpegsink_playback_deinit):
28644         * sys/v4l/v4lmjpegsink_calls.h:
28645         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
28646         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
28647         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
28648         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
28649         (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
28650         (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
28651         * sys/v4l/v4lmjpegsrc_calls.h:
28652         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
28653         (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
28654         (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
28655         (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
28656         (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
28657         (gst_v4lsrc_try_palette):
28658         * sys/v4l/v4lsrc_calls.h:
28659           bunch of paranoia cleanups
28660
28661 2004-06-14  David Schleef  <ds@schleef.org>
28662
28663         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
28664         (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
28665         Send discont events and change timestamps appropriately when
28666         we get a seek event.  (bug #144240)
28667         * ext/cdparanoia/gstcdparanoia.h:
28668
28669 2004-06-14  Benjamin Otte  <otte@gnome.org>
28670
28671         * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
28672           snd_pcm_hw_params_set_rate  since the latter fails for no good
28673           reason on some setups.
28674
28675 2004-06-14  David Schleef  <ds@schleef.org>
28676
28677         * gst/volume/demo.c: (value_changed_callback): exp10() is not
28678         standard.  Thank you for playing.
28679
28680 2004-06-14  Wim Taymans  <wim@fluendo.com>
28681
28682         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
28683         Patch 1.3 broke the ordering of the colorspace info and
28684         made the plugin basically work by coincidence, reordered
28685         the info.
28686
28687 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
28688
28689         * ext/lame/gstlame.c:
28690         * ext/mad/gstmad.c:
28691           sync caps.  Make sure mad can only output a list of rates, not
28692           a full range.  In the future, have three caps lists for each of the
28693           mpeg versions.  Change mpegversion to a double as well.
28694
28695 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
28696
28697         * gst/volume/.cvsignore:
28698         * gst/volume/Makefile.am:
28699         * gst/volume/demo.c: (value_changed_callback), (idler),
28700         (setup_gui), (main):
28701           added small demo app
28702
28703 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
28704         * ext/esd/esdsink.c: (gst_esdsink_change_state):
28705         * ext/esd/esdsink.h:
28706         Close the esd connection on pause, because esd will just wait -
28707         blocking all other esd clients indefinitely.
28708
28709 2004-06-12  Christophe Fergeau  <teuf@gnome.org>
28710
28711         * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
28712           previous commit with GST_DEBUG
28713
28714 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
28715
28716         * configure.ac:
28717           add a header check for a dvdread header in dvdnav.  Fixes #133002
28718
28719 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28720
28721         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
28722         * gst/tcp/gsttcpclientsink.h:
28723         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
28724         * gst/tcp/gsttcpclientsrc.h:
28725         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
28726         (gst_tcpserversink_handle_server_read),
28727         (gst_tcpserversink_init_send):
28728         * gst/tcp/gsttcpserversink.h:
28729         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
28730         * gst/tcp/gsttcpserversrc.h:
28731         Modified the tcp plugins so they are portable (IPv4,IPv6, any future
28732         version of IP)
28733
28734 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28735
28736         * configure.ac:
28737         Added ogg library so that OSX detects libtheora properly
28738
28739 2004-06-11  Wim Taymans  <wim@fluendo.com>
28740
28741         * ext/theora/theoradec.c: (theora_dec_chain),
28742         (theora_dec_change_state):
28743         Don't try to decode frames before we received a keyframe.
28744
28745 2004-06-11  Wim Taymans  <wim@fluendo.com>
28746
28747         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
28748         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
28749         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
28750         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
28751         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
28752         Added property to set the maximum delay of a page.
28753
28754 2004-06-10  Wim Taymans  <wim@fluendo.com>
28755
28756         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
28757         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
28758         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
28759         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
28760         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
28761         Added max-delay property to control the maximum amount
28762         of data to put in one page.
28763
28764 2004-06-10  Wim Taymans  <wim@fluendo.com>
28765
28766         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
28767         (gst_theora_enc_init), (theora_enc_sink_link),
28768         (theora_buffer_from_packet), (theora_enc_set_property),
28769         (theora_enc_get_property):
28770         Set duration on encoded buffer, added some more properties
28771
28772 2004-06-10  Wim Taymans  <wim@fluendo.com>
28773
28774         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
28775         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
28776         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
28777         * ext/theora/theoraenc.c: (theora_enc_chain):
28778         Fix refcounting bugs
28779
28780 2004-06-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28781
28782         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
28783         (gst_asf_demux_loop), (gst_asf_demux_process_file),
28784         (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
28785         (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
28786         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
28787         (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
28788         (gst_asf_demux_change_state):
28789         * gst/asfdemux/gstasfdemux.h:
28790           You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
28791           feels like. I think we should set a new requirement for demuxers
28792           from now on to implement sane loop functions, data loops, query
28793           and seek functions before first commit into CVS. And this commit
28794           fixes all of the above.
28795
28796 2004-06-10  Christophe Fergeau  <teuf@gnome.org>
28797
28798         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
28799           vorbis comments are properly encoded in UTF-8 before adding them
28800           to a GstTagList
28801
28802 2004-06-09  Benjamin Otte  <otte@gnome.org>
28803
28804         * ext/alsa/gstalsa.c: (add_channels):
28805           handle min <= max correctly
28806         * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
28807         (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
28808           add fixation functions so we fixate correctly. No preferring of alaw
28809           anymore because it's the first structure.
28810         * ext/alsa/gstalsa.h:
28811         * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
28812         (gst_alsa_hw_params_dump):
28813           add functions to ease debugging in alsalib
28814         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
28815         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
28816         (gst_alsa_start_audio):
28817           only specify hw params if we really setup a format (fixes #134007 -
28818           or at least works around it)
28819
28820 2004-06-09  Wim Taymans  <wim@fluendo.com>
28821
28822         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
28823         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
28824         (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
28825         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
28826         (gst_ogg_mux_loop):
28827         Use stream caps to setup the initial pages in the ogg stream.
28828         Correctly set the streamheader caps on the srcpad.
28829
28830 2004-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
28831
28832         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
28833         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
28834         (gst_v4lsrc_getcaps):
28835         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
28836         (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
28837           add querying of fps lists for webcams.  Negotiating to a framerate
28838           now works.
28839
28840 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
28841
28842         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
28843         (theora_push_buffer), (theora_push_packet),
28844         (theora_set_header_on_caps), (theora_enc_chain):
28845           mark buffers and put on streamheader, raw theora streaming
28846           now works too, whee
28847
28848 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
28849
28850         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
28851         (gst_tcp_gdp_read_caps):
28852           do a looping read for caps and GDP headers too
28853
28854 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
28855
28856         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
28857         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
28858           return EOS instead of NULL in _get
28859
28860 2004-06-08  Wim Taymans  <wim@fluendo.com>
28861
28862         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
28863         (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
28864         (gst_tcp_gdp_write_caps):
28865         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
28866         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
28867         (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
28868         Memory leak fixes
28869
28870 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
28871
28872         * ext/vorbis/Makefile.am:
28873         * ext/vorbis/vorbis.c: (plugin_init):
28874         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
28875         (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
28876         (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
28877         (vorbis_parse_change_state):
28878         * ext/vorbis/vorbisparse.h:
28879           adding a vorbisparse element that marks the buffers, streaming
28880           raw vorbis using GDP now works, whee
28881
28882 2004-06-08  Wim Taymans  <wim@fluendo.com>
28883
28884         * ext/jpeg/Makefile.am:
28885         * ext/jpeg/README:
28886         * ext/jpeg/gstjpeg.c: (plugin_init):
28887         * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
28888         (gst_smokedec_base_init), (gst_smokedec_class_init),
28889         (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
28890         * ext/jpeg/gstsmokedec.h:
28891         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
28892         (gst_smokeenc_base_init), (gst_smokeenc_class_init),
28893         (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
28894         (gst_smokeenc_resync), (gst_smokeenc_chain),
28895         (gst_smokeenc_set_property), (gst_smokeenc_get_property):
28896         * ext/jpeg/gstsmokeenc.h:
28897         * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
28898         (smokecodec_flush_destination), (smokecodec_term_destination),
28899         (smokecodec_init_source), (smokecodec_fill_input_buffer),
28900         (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
28901         (smokecodec_term_source), (smokecodec_encode_new),
28902         (smokecodec_decode_new), (smokecodec_info_free),
28903         (smokecodec_set_quality), (smokecodec_get_quality),
28904         (smokecodec_set_threshold), (smokecodec_get_threshold),
28905         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
28906         (find_best_size), (abs_diff), (put), (smokecodec_encode),
28907         (smokecodec_parse_header), (smokecodec_decode):
28908         * ext/jpeg/smokecodec.h:
28909         Added a new simple jpeg based codec
28910
28911 2004-06-08  Wim Taymans  <wim@fluendo.com>
28912
28913         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
28914         (gst_multipart_mux_loop):
28915         Fix memory leak
28916
28917 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
28918
28919         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
28920         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
28921         (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
28922         (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
28923         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
28924         * gst/tcp/gsttcpserversink.h:
28925           take streamheader into account
28926
28927 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
28928
28929         * gst/level/Makefile.am:
28930         * gst/level/gstlevel.c: (gst_level_class_init):
28931           clean up marshal generation
28932
28933 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
28934
28935         * gst/tcp/Makefile.am:
28936         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
28937         (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
28938         (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
28939         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
28940         (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
28941         (gst_tcpclientsrc_get_property):
28942         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
28943         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
28944         (gst_tcpserversink_handle_client_read),
28945         (gst_tcpserversink_handle_client_write),
28946         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
28947         * gst/tcp/gsttcpserversink.h:
28948           add signals client-added and client-removed
28949         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
28950         (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
28951         (gst_tcpserversrc_get_property):
28952         uniformized, change default protocol to NONE
28953         * gst/tcp/gsttcp-marshal.list: added
28954 2004-06-07  Benjamin Otte  <otte@gnome.org>
28955
28956         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
28957           handle discont events if they happen before caps nego
28958
28959 2004-06-07  Wim Taymans  <wim@fluendo.com>
28960
28961         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
28962         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
28963         (gst_multipart_demux_plugin_init):
28964         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
28965         (gst_multipart_mux_init), (gst_multipart_mux_loop),
28966         (gst_multipart_mux_change_state):
28967         Small updates, fix a memleak
28968
28969 2004-06-07  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
28970
28971         * configure.ac: OSS portability
28972         * ext/arts/gst_arts.c: idem
28973         * sys/oss/gstosselement.c: idem
28974         * sys/oss/gstossmixer.c: idem
28975         * sys/oss/gstosssink.c: idem
28976         * sys/oss/gstosssrc.c: idem
28977         * sys/oss/oss_probe.c: idem
28978           - check for soundcard.h in different places for some BSD
28979
28980 2004-06-07  Jan Schmidt <thaytan@mad.scientist.com>
28981
28982         * AUTHORS:
28983         Add me to the authors file
28984         * configure.ac:
28985         Increase the libdv requirement to >= version 0.100
28986         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
28987         (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
28988         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
28989         * ext/dv/gstdvdec.h:
28990         Add support for the new_media flag when sending DISCONT events
28991         Make the querying work when video pad is not linked
28992
28993 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
28994
28995         reviewed by Benjamin Otte  <otte@gnome.org>
28996
28997         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
28998           create a NULL-initialized array of pads, so we don't think they
28999           exist already. (fixes #143130)
29000
29001 2004-06-07  Benjamin Otte  <otte@gnome.org>
29002
29003         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
29004         (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
29005         (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
29006           don't use // coments
29007
29008 2004-06-07  Benjamin Otte  <otte@gnome.org>
29009
29010         * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
29011           cast to GstClockTime to get higher granularity
29012         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
29013           use gst_element_set_time_delay to get the exact time
29014         * ext/mad/gstmad.c: (gst_mad_chain):
29015           use the negotiated rate instead of the current frame's rate which
29016           might be wrong because of bit errors. This avoids emitting totally
29017           bogus timestamps and screwing sync.
29018         (fixes #143454)
29019
29020 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
29021
29022         reviewed by Benjamin Otte  <otte@gnome.org>
29023
29024         * gst/adder/gstadder.c: (gst_adder_loop):
29025           properly error out when no negotiation has happened yet. (fixes
29026           #143032)
29027
29028 2004-06-06  Benjamin Otte  <otte@gnome.org>
29029
29030         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
29031           forward correctly transformed offset in discont events. Based on
29032           patch by Arwed v. Merkatz. (fixes #142851)
29033
29034 2004-06-06  David Schleef  <ds@schleef.org>
29035
29036         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
29037         G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS.  Should fix compile
29038         problems on several systems.
29039
29040 2004-06-06  Benjamin Otte  <otte@gnome.org>
29041
29042         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
29043           use explicit caps on the srcpad
29044         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
29045           properly error out if caps couldn't be set (fixes #142764)
29046
29047 2004-06-06  Benjamin Otte  <otte@gnome.org>
29048
29049         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
29050         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
29051         (gst_alsa_start_audio):
29052           - don't call set_periods_integer anymore, it breaks the
29053           configuration randomly
29054           - call snd_pcm_hw_params_set_access directly instead of using masks
29055           - don't fail if the sw_params can't be set, just use the default
29056           params and hope it works. Alsalib has weird issues when you touch
29057           sw_params and does no proper error reporting about what failed.
29058         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
29059         (gst_alsa_close_audio):
29060           make our alsa debugging go via gst debugging and not conditionally
29061           defined
29062         * ext/alsa/gstalsa.h:
29063           add ALSA_DEBUG_FLUSH macro
29064         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
29065         (plugin_init):
29066           wrap alsa errors to be printed via the gst debugging system and not
29067           spammed to stderr
29068
29069 2004-06-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29070
29071         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
29072         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
29073         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
29074         (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
29075         (qtdemux_parse_trak):
29076         * gst/qtdemux/qtdemux.h:
29077           Bitch. Also known as seeking, querying & co.
29078         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
29079         (gst_osssink_change_state):
29080         * sys/oss/gstosssink.h:
29081           Resyncing is for weenies, this hack is no longer needed and was
29082           broken anyway (since it - unintendedly - always leaves resync to
29083           TRUE).
29084
29085 2004-06-05  Andrew Turner <zxombie@hotpop.com>
29086
29087         * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
29088         * gst/tcp/gsttcpclientsrc.h: idem
29089           - define MSG_NOSIGNAL if not done
29090           - include unistd.h for off_t
29091           (fixes #143749)
29092
29093 2004-06-05  Benjamin Otte  <otte@gnome.org>
29094
29095         * configure.ac:
29096         * ext/kio/Makefile.am:
29097           check for qt's moc preprocessor explicitly and use it
29098
29099 2004-06-03  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
29100
29101         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
29102           don't get a signal for EPIPE on socket writes
29103           (somebody check if this works on other platforms)
29104
29105 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
29106
29107         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
29108         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
29109           check error condition on available samples correctly
29110
29111 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
29112
29113         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
29114           avoid a segfault
29115         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
29116         (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
29117         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
29118         (gst_tcpserversrc_gdp_read_header):
29119          use ssize_t over size_t since the former is signed and thus the
29120          check for error codes can work
29121
29122 2004-06-02  Wim Taymans  <wim@fluendo.com>
29123
29124         reviewed by: Johan
29125
29126         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
29127         (gst_multipart_mux_loop):
29128         Oops
29129
29130 2004-06-02  Wim Taymans  <wim@fluendo.com>
29131
29132         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
29133         (gst_multipart_mux_init), (gst_multipart_mux_loop),
29134         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
29135         (gst_multipart_mux_change_state):
29136         Added configurable boundary specifier, added the value as a
29137         caps field as well.
29138
29139 2004-06-02  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29140
29141         * gst/tcp/gsttcp.c:
29142         * gst/tcp/gsttcpclientsrc.c:
29143         * gst/tcp/gsttcpclientsrc.h:
29144         * gst/tcp/gsttcpserversrc.c:
29145           - portability fix, to compile on OSX
29146             (fixes #143146)
29147
29148         * sys/osxaudio/gstosxaudioelement.c:
29149         * sys/osxaudio/gstosxaudiosink.c:
29150         * sys/osxaudio/gstosxaudiosrc.c:
29151           - compilation warnings on OSX
29152             (fixes #143153)
29153
29154 2004-06-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
29155
29156         * ext/vorbis/vorbisdec.c : sign warning fixes
29157
29158         * gst-libs/gst/mixer/mixertrack.c :
29159           do no use defines which are glib 2.4 specific
29160
29161 2004-06-01  Christophe Fergeau  <teuf@gnome.org>
29162
29163         * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
29164           buffer since libflac doesn't expect it (reports a sync error when
29165           it encounters that)
29166
29167
29168 2004-06-01  Owen Fraser-Green  <owen@discobabe.net>
29169
29170         * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
29171         * gst-libs/gst/mixer/mixertrack.c:
29172         (gst_mixer_track_get_property), (get_mixer_track_init),
29173         (get_mixer_track_get_property): Added property accessors
29174         * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
29175         * gst-libs/gst/mixer/mixeroptions.c:
29176         (gst_mixer_options_get_values): Added
29177         * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
29178         * gst-libs/gst/mixer/mixer.c: Fixed comment
29179
29180
29181 2004-06-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
29182
29183         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
29184           improve error messages on open
29185
29186
29187 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
29188
29189         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
29190           check if v4l-conf is in path
29191
29192 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
29193
29194         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
29195           change assert to a more readable error message
29196
29197 2004-05-31  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
29198
29199         * gst-libs/gst/tuner/tunerchannel.h:
29200           - add a freq_multiplicator field to make the conversion
29201             between internal frequency unit and Hz
29202         * sys/v4l/gstv4lelement.c:
29203         * sys/v4l2/gstv4l2element.c:
29204           - change default video device to /dev/video0
29205         * sys/v4l/v4l_calls.c:
29206         * sys/v4l2/v4l2_calls.c:
29207           - we only expose frequency to the user in Hz instead of
29208             bastard v4lX unit (either 62.5kHz or 62.5Hz)
29209
29210 2004-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
29211         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
29212           Initialise b_o_s and e_o_s variables
29213         * gst-libs/gst/riff/riff-media.c:
29214         (gst_riff_create_video_caps_with_data):
29215           Add some unusual fourcc's from mplayer avi's
29216         * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
29217           Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
29218           autoplugging.
29219
29220 2004-05-28  Wim Taymans  <wim@fluendo.com>
29221
29222         * configure.ac:
29223         * gst/alpha/Makefile.am:
29224         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
29225         (gst_alpha_get_type), (gst_alpha_base_init),
29226         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
29227         (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
29228         (gst_alpha_chroma_key), (gst_alpha_chain),
29229         (gst_alpha_change_state), (plugin_init):
29230         A plugin to add an alpha channel to I420 video. Can optionally do
29231         chroma keying.
29232         * gst/multipart/Makefile.am:
29233         * gst/multipart/multipart.c: (plugin_init):
29234         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
29235         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
29236         (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
29237         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
29238         (gst_multipart_demux_change_state),
29239         (gst_multipart_demux_plugin_init):
29240         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
29241         (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
29242         (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
29243         (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
29244         (gst_multipart_mux_pad_unlink),
29245         (gst_multipart_mux_request_new_pad),
29246         (gst_multipart_mux_handle_src_event),
29247         (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
29248         (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
29249         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
29250         (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
29251         A Multipart demuxer/muxer. Not sure if it violates specs. Used to
29252         send multipart jpeg images to a browser.
29253         * gst/videobox/Makefile.am:
29254         * gst/videobox/README:
29255         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
29256         (gst_video_box_get_type), (gst_video_box_base_init),
29257         (gst_video_box_class_init), (gst_video_box_init),
29258         (gst_video_box_set_property), (gst_video_box_get_property),
29259         (gst_video_box_sink_link), (gst_video_box_i420),
29260         (gst_video_box_ayuv), (gst_video_box_chain),
29261         (gst_video_box_change_state), (plugin_init):
29262         Crops or adds borders around an image. can do alpha channel
29263         borders as well.
29264         * gst/videomixer/Makefile.am:
29265         * gst/videomixer/README:
29266         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
29267         (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
29268         (gst_videomixer_pad_get_sink_event_masks),
29269         (gst_videomixer_pad_get_property),
29270         (gst_videomixer_pad_set_property),
29271         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
29272         (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
29273         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
29274         (gst_videomixer_base_init), (gst_videomixer_class_init),
29275         (gst_videomixer_init), (gst_videomixer_request_new_pad),
29276         (gst_videomixer_handle_src_event),
29277         (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
29278         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
29279         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
29280         (gst_videomixer_loop), (gst_videomixer_get_property),
29281         (gst_videomixer_set_property), (gst_videomixer_change_state),
29282         (plugin_init):
29283         Generic video mixer plugin, can handle multiple inputs all with
29284         different framerates and video sizes. Is fully alpha channel
29285         aware.
29286
29287 2004-05-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29288
29289         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
29290           Select first track as master track. Not sure how else to handle
29291           that...
29292         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
29293           Discard discont events. Should fix #142962.
29294
29295 2004-05-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29296
29297         * ext/alsa/Makefile.am:
29298         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
29299         (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
29300         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
29301         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
29302         (gst_alsa_mixer_get_option):
29303         * ext/alsa/gstalsamixer.h:
29304         * ext/alsa/gstalsamixeroptions.c:
29305         (gst_alsa_mixer_options_get_type),
29306         (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
29307         (gst_alsa_mixer_options_new):
29308         * ext/alsa/gstalsamixeroptions.h:
29309         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
29310         * ext/alsa/gstalsamixertrack.h:
29311           Add enumerations (as GstMixerOptions). Make correct distinction
29312           between input/output tracks. Add capture/playback private flag.
29313           Use flag to decide on whether to set capture or playback volumes
29314           or switches. Use playback and record switches.
29315         * gst-libs/gst/mixer/Makefile.am:
29316         * gst-libs/gst/mixer/mixer-marshal.list:
29317         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
29318         (gst_mixer_set_option), (gst_mixer_get_option),
29319         (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
29320         (gst_mixer_volume_changed), (gst_mixer_option_changed):
29321         * gst-libs/gst/mixer/mixer.h:
29322         * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
29323         (gst_mixer_options_class_init), (gst_mixer_options_init),
29324         (gst_mixer_options_dispose):
29325         * gst-libs/gst/mixer/mixeroptions.h:
29326           Add GstMixerOptions.
29327         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
29328           Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
29329           broken device detection on computers with multiple OSS sound
29330           cards.
29331
29332 2004-05-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29333
29334         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
29335           fixate nicely even when the peer is not negotiating
29336
29337 2004-05-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29338
29339         * gst/audioconvert/gstaudioconvert.c:
29340         (gst_audio_convert_parse_caps):
29341           make sure we don't allow depth > width
29342         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
29343           fixate endianness to G_BYTE_ORDER as default
29344         * gst/audioscale/gstaudioscale.c:
29345           we don't handle another endianness as host-endianness
29346
29347 2004-05-25  David Schleef  <ds@schleef.org>
29348
29349         * gst/ffmpegcolorspace/mem.c:  malloc() is in stdlib.h, not malloc.h
29350
29351 2004-05-24  Benjamin Otte  <otte@gnome.org>
29352
29353         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
29354         (gst_oggvorbisenc_setup):
29355           properly fail when we can't setup the vorbis encoder due to
29356           unsupported settings
29357         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
29358         (gst_vorbisenc_setup):
29359           same
29360         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
29361           fix case where warnings occured when one pad was unlinked while the
29362           other's link function was called
29363
29364 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
29365
29366         * gst/tcp/Makefile.am:
29367           use GST_ENABLE_NEW
29368
29369 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29370
29371         * gst-libs/gst/resample/private.h:
29372           don't use optimizations that are #if 0'ed
29373
29374 2004-05-24  Wim Taymans  <wim@fluendo.com>
29375
29376         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
29377         Fix potential division by zero error and hopefully get
29378         the position query right to get correct timestamps on avi
29379         audio.
29380
29381 2004-05-24  Wim Taymans  <wim@fluendo.com>
29382
29383         * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
29384         (gst_videoscale_scale_nearest_str2),
29385         (gst_videoscale_scale_nearest_str4),
29386         (gst_videoscale_scale_nearest_32bit),
29387         (gst_videoscale_scale_nearest_24bit),
29388         (gst_videoscale_scale_nearest_16bit):
29389         Fix the scaling algorithm and avoid a buffer overflow.
29390         removed the while loop in the scaling function as it
29391         was used for point sampling only.
29392
29393 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29394
29395         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
29396         (gst_id3_tag_class_init), (gst_id3_tag_init),
29397         (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
29398         (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
29399         (gst_id3_tag_send_tag_event):
29400           lots of fixes to make id3mux work and id3demux work correctly
29401
29402 2004-05-24  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
29403
29404         * ext/Makefile.am:
29405           add rules to build shout2send (was removed by accident
29406           when this module was no more marked experimental/broken)
29407
29408 2004-05-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29409
29410         * ext/shout2/gstshout2.c:
29411         * ext/shout2/gstshout2.h:
29412           adding a "connection problem" signal to shout2send
29413           (fixes #142954)
29414
29415 2004-05-21  Thomas Vander Stichele  <thomas at apestaart dot org>
29416
29417         * ext/kio/kioreceiver.cpp:
29418         * ext/kio/kioreceiver.h:
29419           fix sign comparison issues
29420
29421 2004-05-21  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
29422
29423         * gst/cdxaparse/gstcdxaparse.c:
29424         * gst/cdxaparse/gstcdxaparse.h:
29425           some renaming
29426           add some checks/sanity
29427           prepare for seek addition
29428
29429         * sys/sunaudio/gstsunaudio.c:
29430           remove exported dupe init function
29431
29432 2004-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
29433
29434         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
29435         (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
29436           Fix format conversion and position querying.
29437         * gst/debug/progressreport.c: (gst_progressreport_report):
29438           Don't output a bogus total value that we didn't query.
29439         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
29440           Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
29441           only a blank window after xine has been used.
29442
29443 2004-05-21  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
29444
29445         * m4/as-arts.m4:
29446           sync with upstream version to fix test on FC2
29447           readd with -ko to preserve Id header
29448
29449 2004-05-20  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
29450
29451         * configure.ac:
29452           test for FIONREAD ioctl in sys/filio.h for Solaris compat.
29453         * gst/tcp/gsttcpclientsrc.c: idem
29454         * gst/tcp/gsttcpserversink.c: idem
29455         * gst/tcp/gsttcpserversrc.c: idem
29456         * m4/gst-fionread.m4: idem
29457
29458         * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
29459
29460         * configure.ac: enable speex plugin for speex 1.1.5+
29461         * ext/speex/gstspeexenc.c: fix cast warning
29462
29463         * ext/esd/README: fix typo
29464
29465 2004-05-20  David Schleef  <ds@schleef.org>
29466
29467         * configure.ac: Minor cosmetic change to convince the buildbot to
29468         reautogen.
29469         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
29470         (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
29471         (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
29472         (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
29473         (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
29474         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
29475         More hacking.  Plays audio now.
29476
29477 2004-05-20  David Schleef  <ds@schleef.org>
29478
29479         * configure.ac:
29480         * sys/Makefile.am:
29481
29482 2004-05-20  David Schleef  <ds@schleef.org>
29483
29484         * sys/osxaudio/Makefile.am:  New OS X audio plugin by Zaheer Abbas Merali
29485         * sys/osxaudio/gstosxaudio.c:
29486         * sys/osxaudio/gstosxaudioelement.c:
29487         * sys/osxaudio/gstosxaudioelement.h:
29488         * sys/osxaudio/gstosxaudiosink.c:
29489         * sys/osxaudio/gstosxaudiosink.h:
29490         * sys/osxaudio/gstosxaudiosrc.c:
29491         * sys/osxaudio/gstosxaudiosrc.h:
29492
29493 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29494
29495         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
29496         (gst_vorbisenc_chain):
29497           put the codec headers on the caps as streamheader as well as
29498           pushing them out
29499
29500 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29501
29502         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
29503         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
29504         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
29505         split up push_packet into two functions
29506
29507 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29508
29509         * gst/tcp/.cvsignore:
29510           ignore enums
29511         * gst/tcp/Makefile.am:
29512         * gst/tcp/README:
29513         * gst/tcp/gsttcp.c:
29514         * gst/tcp/gsttcp.h:
29515         * gst/tcp/gsttcpclientsink.c:
29516         * gst/tcp/gsttcpclientsink.h:
29517         * gst/tcp/gsttcpclientsrc.c:
29518         * gst/tcp/gsttcpclientsrc.h:
29519         * gst/tcp/gsttcpplugin.c:
29520         * gst/tcp/gsttcpserversink.c:
29521         * gst/tcp/gsttcpserversink.h:
29522         * gst/tcp/gsttcpserversrc.c:
29523         * gst/tcp/gsttcpserversrc.h:
29524           add new tcp elements
29525
29526 2004-05-19  Wim Taymans  <wim@fluendo.com>
29527
29528         * gst/law/mulaw-conversion.c: (mulaw_encode):
29529         Fix overflow bug in ulaw encoding.
29530
29531 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29532
29533         * ext/mad/gstmad.c: (gst_mad_handle_event):
29534           don't unref the event twice
29535
29536 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29537
29538         * configure.ac:
29539           remove -Wno-sign-compare
29540
29541 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29542
29543         * configure.ac:
29544           remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
29545           if you want to work against glib 2.2 and 2.4
29546
29547 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29548
29549         * gst/tcp/Makefile.am:
29550         * gst/tcp/gsttcp.c:
29551         * gst/tcp/gsttcp.h:
29552         * gst/tcp/gsttcpsink.h:
29553         * gst/tcp/gsttcpsrc.h:
29554           gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
29555
29556 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29557
29558         * gst/debug/tests.c: (md5_get_value):
29559           fix segfault on gst-inspect
29560
29561 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29562
29563         * gst/debug/testplugin.c:
29564         * gst/debug/tests.c:
29565         * gst/debug/tests.h:
29566           add new extensible and configurable testing element. Current tests
29567           include buffer count, stream length, timestamp/duration matching and
29568           md5.
29569         * gst/debug/Makefile.am:
29570         * gst/debug/gstdebug.c: (plugin_init):
29571           add infrastructure for new element
29572
29573 2004-05-19  Johan Dahlin  <johan@gnome.org>
29574
29575         * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
29576         ending of the array. Fixes gst-inspect segfault on ppc.
29577
29578 2004-05-19  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
29579
29580         * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
29581
29582         * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
29583
29584 2004-05-18  David Schleef  <ds@schleef.org>
29585
29586         * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
29587         warnings (bugs, actually) noticed by gcc but not forte.
29588
29589 2004-05-18  David Schleef  <ds@schleef.org>
29590
29591         * sys/sunaudio/Makefile.am:
29592         * sys/sunaudio/gstsunaudio.c: New sunaudiosink
29593
29594 2004-05-18  David Schleef  <ds@schleef.org>
29595
29596         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
29597         (gst_qtdemux_loop_header):  Patch from dcm@acm.org (David Moore)
29598         to allow qtdemux to use non-seekable streams. (bug #142272)
29599
29600 2004-05-18  David Schleef  <ds@schleef.org>
29601
29602         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
29603         (gst_resample_sinc_ft_float): Remove use of static temporary
29604         buffer.  This code was obviously not supposed to last long, but
29605         it's stuck in our ABI, so it required a little hack to make it
29606         ABI-compatible.  Fixes #142585.
29607         * gst-libs/gst/resample/resample.h: same.
29608
29609 2004-05-18  David Schleef  <ds@schleef.org>
29610
29611         * configure.ac: Add sunaudio
29612         * examples/Makefile.am: make gstplay depend on gconf
29613         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
29614         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
29615         (convert_table_lookup), (img_convert): remove c99-isms
29616         * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
29617           unsigned, to fix a warning on Solaris
29618         * gst/mpeg1sys/systems.c: bcopy->memcpy
29619         * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
29620         * sys/Makefile.am: Add sunaudio
29621
29622 2004-05-18  Wim Taymans  <wim@fluendo.com>
29623
29624         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
29625         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
29626         (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
29627         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
29628         (gst_ogg_mux_loop):
29629         Fix an ugly memleak where the muxer didn't flush enough ogg
29630         pages. This also resulted in badly muxed ogg files.
29631
29632 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
29633
29634         * gst/asfdemux/asfheaders.c :
29635         * gst/asfdemux/asfheaders.h :
29636         * gst/asfdemux/gstasfdemux.c :
29637           - fix ASF_OBJ_PADDING guid
29638           - add 3 new object guids (language list, metadata,
29639             extended stream properties)
29640           - add a function to parse extended header objects
29641
29642 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29643
29644         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
29645           remove leftover debugging g_print
29646
29647 2004-05-17  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29648
29649         * ext/mad/gstmad.c: (gst_mad_handle_event):
29650           Fix for when the first format in a discont event is not a
29651           byte-based one. Should fix #137710.
29652
29653 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
29654
29655         * m4/a52.m4 : fix compilation with -Wall -Werror
29656         * m4/libfame.m4 : idem
29657         * m4/libmikmod.m4 : idem
29658
29659 2004-05-17  Benjamin Otte  <otte@gnome.org>
29660
29661         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
29662           signal the new tags before giving up the reference
29663
29664 2004-05-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29665
29666         * ext/shout2/gstshout2.c:
29667           use application/ogg instead of application/x-ogg (patch by Patrick
29668           Guimond, fixes #142432)
29669         * sys/oss/gstosselement.c: (gst_osselement_reset),
29670         (gst_osselement_sync_parms):
29671           don't set fragment size unless specified (fixes #142493)
29672
29673 2004-05-17  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
29674
29675         * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
29676           fixes #142664
29677
29678 2004-05-17  Benjamin Otte  <otte@gnome.org>
29679
29680         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
29681           compute offsets correctly for internal buffers so timestamps are set
29682           correctly when we can't seek. Also handle cases where there are no
29683           offsets. (based on a patch by David Moore, fixes #142507)
29684
29685 2004-05-17  Benjamin Otte  <otte@gnome.org>
29686
29687         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
29688           use correct variable when determining amount of data to skip so we
29689           don't skip into the void and segfault
29690
29691 2004-05-16  Benjamin Otte  <otte@gnome.org>
29692
29693         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
29694           Hi, I'm a memleak
29695
29696 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
29697
29698         * gst/asfdemux/gstasfdemux.c:
29699           - fix a mem leak and always propagate tags
29700           - add WMV3 to known video codecs (but no decoder yet)
29701           - replace "surplus data" at end of audio header for what
29702             it is : codec specific data
29703           - fix a typo
29704
29705 2004-05-16  Arwed v. Merkatz  <v.merkatz@gmx.net>
29706
29707         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
29708
29709         * gst-libs/gst/audio/audioclock.c:
29710           Fix wrong return type (#142205).
29711
29712 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29713
29714         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
29715           Ignore CRCs by default (fixes #142566).
29716
29717 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29718
29719         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
29720         (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
29721         (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
29722         (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
29723         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
29724         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
29725           Fix for cases where we fail to attach to a mixer.
29726
29727 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29728
29729         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
29730           Don't touch events after not owning them anymore.
29731         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
29732         (gst_wavparse_fmt), (gst_wavparse_other),
29733         (gst_wavparse_handle_seek), (gst_wavparse_loop),
29734         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
29735         (gst_wavparse_srcpad_event):
29736         * gst/wavparse/gstwavparse.h:
29737           Add seeking, fix querying.
29738
29739 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
29740
29741         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
29742           - process comments even if they don't end with \0\0
29743             g_convert would ignore them if present and works well without them
29744
29745 2004-05-16  Benjamin Otte  <otte@gnome.org>
29746
29747         * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
29748           simplify caps
29749
29750 2004-05-16  Benjamin Otte  <otte@gnome.org>
29751
29752         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
29753           don't write to memory we might not write to - g_convert does that
29754           for us anyway (fixes #142613)
29755         (gst_asf_demux_audio_caps):
29756           comment out gst_util_dump_mem
29757
29758 2004-05-16  Benjamin Otte  <otte@gnome.org>
29759
29760         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
29761           compute correct expected timestamps after seek (broken since
29762           last commit)
29763         * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
29764           rename element and debugging category to gdkpixbufscale
29765
29766 2004-05-16  Benjamin Otte  <otte@gnome.org>
29767
29768         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
29769           add error checking to snd_pcm_delay and remove duplicate call to
29770           snd_pcm_delay that caused issues (see inline code comments)
29771         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
29772           make more readable and fix return value when snd_pcm_delay fails
29773         (fixes #142586)
29774
29775 2004-05-15  Jan Schmidt  <thaytan@mad.scientisti.com>
29776         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
29777         (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
29778         (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
29779         (gst_pixbufscale_link), (gst_pixbufscale_init),
29780         (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
29781         (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
29782         (gst_pixbufscale_get_property), (pixbufscale_init):
29783         * ext/gdk_pixbuf/pixbufscale.h:
29784         Add these files I forgot earlier
29785
29786 2004-05-15  Jan Schmidt  <thaytan@mad.scientist.com>
29787         * ext/gdk_pixbuf/Makefile.am:
29788         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
29789         * ext/gdk_pixbuf/gstgdkpixbuf.h:
29790         Add new pixbufscale element to scale RGB video
29791         using gdk_pixbuf, because gdk_pixbuf does BILINEAR
29792         and HYPER interpolation correctly.
29793         * ext/theora/theoraenc.c: (theora_enc_chain),
29794         Discard buffer and return if explicit caps could not be set
29795         (theora_enc_get_property):
29796         Make _get return kbps for the bitrate consistent with
29797         the _set function.
29798
29799
29800 2004-05-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29801
29802         * ext/libvisual/visual.c: (gst_visual_chain):
29803           add missing visual_audio_analyze
29804
29805 2004-05-14  David Schleef  <ds@schleef.org>
29806
29807         * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
29808         is killed while we're playing.
29809         * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
29810         gst_element_no_more_pads().
29811
29812 2004-05-14  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
29813
29814         * gst-libs/gst/riff/riff-read.c :
29815           - fix INFO tag extraction in RIFF/AVI files
29816             because gst_event_unref (event) also freed taglist
29817           - avoid a mem leak
29818
29819 2004-05-13  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
29820
29821         * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
29822         * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
29823
29824         * gst/auparse/gstauparse.c :
29825           - add code (commented for now) to support audio/x-adpcm on src pad
29826             (we have no decoder for those layout yet)
29827
29828         * gst/cdxaparse/gstcdxaparse.c :
29829         * gst/cdxaparse/gstcdxaparse.h :
29830           - partial rewrite using RiffRead (ripped iain's wavparse code)
29831
29832         * gst/rtp/gstrtpL16enc.c : typo
29833         * gst/rtp/gstrtpgsmenc.c : typo
29834
29835 2004-05-13  Benjamin Otte  <otte@gnome.org>
29836
29837         * configure.ac:
29838           check for exact version of libvisual, it's not supposed to be
29839           API/ABI stable yet
29840
29841 2004-05-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29842
29843         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
29844           signal no-more-pads
29845
29846 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
29847
29848         * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
29849         Report which format was used for GST_FORMAT_DEFAULT
29850         * gst/debug/Makefile.am:
29851         * gst/debug/gstdebug.c: (plugin_init):
29852         * gst/debug/progressreport.c: (gst_progressreport_base_init),
29853         (gst_progressreport_class_init), (gst_progressreport_init),
29854         (gst_progressreport_report), (gst_progressreport_set_property),
29855         (gst_progressreport_get_property), (gst_progressreport_chain),
29856         (gst_progressreport_plugin_init):
29857         Add progressreport element for testing.
29858
29859 2004-05-13  Thomas Vander Stichele  <thomas at apestaart dot org>
29860
29861         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
29862         * sys/v4l/gstv4lsrc.h:
29863         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
29864         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
29865         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
29866         (gst_v4lsrc_grab_frame):
29867           add more debugging
29868           send a discont at start
29869
29870 2004-05-12  Colin Walters  <walters@redhat.com>
29871
29872         * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
29873         inflooping if we can't find a chunk.  Or in other words, don't blow
29874         chunks if we don't have a chunk to blow.
29875
29876 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
29877         * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
29878         Remove old debug output
29879         * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
29880         (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
29881         (gst_dvdec_set_property), (gst_dvdec_get_property):
29882         Change the quality setting to an enum, so it works from gst-launch
29883         Don't renegotiate a non-linked pad. Allows audio only decoding.
29884         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
29885         (gst_deinterlace_link), (gst_deinterlace_init):
29886         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
29887         (gst_videodrop_link):
29888         Some caps negotiation fixes
29889
29890 2004-05-12  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
29891
29892         * ext/tarkin/gsttarkin.c :
29893           - Change RANK from NONE to PRIMARY
29894         * ext/gdk_pixbuf/gstgdkpixbuf.c :
29895           - Change RANK from NONE to MARGINAL
29896         * ext/divx/gstdivxenc.c :
29897           - Change RANK from PRIMARY to NONE (encoder/spider issue)
29898
29899 2004-05-12  Thomas Vander Stichele  <thomas at apestaart dot org>
29900
29901         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
29902         (gst_vorbisenc_push_packet):
29903           copy a function that was added between 1.0 and 1.0.1 until we
29904           depend on worthwhile features of post-1.0
29905
29906 2004-05-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29907
29908         * configure.ac:
29909           enable shout2 by default
29910         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
29911         (gst_shout2send_base_init), (gst_shout2send_init),
29912         (gst_shout2send_connect), (gst_shout2send_change_state):
29913         * ext/shout2/gstshout2.h:
29914           make this work again. Based on a patch by Zaheer Abbas Merali (fixes
29915           #142262)
29916         * ext/theora/theora.c: (plugin_init):
29917           don't set rank on encoders
29918
29919 2004-05-11  Jeremy Simon  <jesimon@libertysurf.fr>
29920
29921         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
29922           Use codec_data property instead of flag1 and flag2 for wma
29923
29924 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
29925
29926         * gst/cdxaparse/gstcdxaparse.c :
29927           - Add mpegversion to CAPS to make it link
29928           - Rank is as GST_RANK_SECONDARY instead of NONE
29929         * gst/auparse/gstauparse.c :
29930           - Document all audio encoding we can encounter from Solaris 9
29931             headers and libsndfile information.
29932           - Increase max. rate from 48000 to 192000 (to match other elements)
29933           - Don't try to play junk data between header and samples
29934
29935 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29936
29937         * ext/libvisual/visual.c: (gst_visual_getcaps):
29938           use the right caps depending on endianness (I hope)
29939         * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
29940           use GST_RANK_NONE for all non-decoding elements or spider gets
29941           mighty confused
29942
29943 2004-05-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29944
29945         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
29946           Fix some odd cases and fix BE metadata parsing of unicode16 text.
29947
29948 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29949
29950         * gst/switch/gstswitch.c: (gst_switch_release_pad),
29951         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
29952         (gst_switch_loop), (gst_switch_get_type):
29953           whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
29954           HEADERS. Had to be said.
29955
29956 2004-05-10  David Schleef  <ds@schleef.org>
29957
29958         * configure.ac: Add prototype Dirac support.
29959         * ext/Makefile.am:
29960         * ext/dirac/Makefile.am:
29961         * ext/dirac/gstdirac.cc:
29962         * ext/dirac/gstdiracdec.cc:
29963
29964 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29965
29966         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
29967         (gst_auparse_init), (gst_auparse_chain),
29968         (gst_auparse_change_state):
29969           Hack around spider. Remove me some day please.
29970
29971 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29972
29973         * gst/auparse/gstauparse.c: (gst_auparse_chain):
29974           Fix for some uninitialized variables in previous patch, also
29975           makes it work. Fixes #142286 while we're at it.
29976
29977 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
29978
29979         * gst/auparse/gstauparse.c:
29980                 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
29981                 only unsupported formats are ADPCM/CCITT G.72x
29982                 reviewed by Ronald
29983         * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
29984
29985 2004-05-10  Wim Taymans  <wim@fluendo.com>
29986
29987         * ext/vorbis/Makefile.am:
29988         * ext/vorbis/README:
29989         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
29990         (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
29991         (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
29992         (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
29993         (gst_oggvorbisenc_convert_sink),
29994         (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
29995         (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
29996         (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
29997         (get_constraints_string), (update_start_message),
29998         (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
29999         (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
30000         (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
30001         * ext/vorbis/oggvorbisenc.h:
30002         * ext/vorbis/vorbis.c: (plugin_init):
30003         * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
30004         (raw_caps_factory), (gst_vorbisenc_class_init),
30005         (gst_vorbisenc_init), (gst_vorbisenc_setup),
30006         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
30007         (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
30008         * ext/vorbis/vorbisenc.h:
30009         Added a raw vorbis encoder to be used with the oggmuxer.
30010         We still need the old encoder for some gnome applications,
30011         read the README to find out how that works.
30012         The raw encoder is called "rawvorbisenc" until 0.9.
30013
30014 2004-05-10  Wim Taymans  <wim@fluendo.com>
30015
30016         * ext/ogg/gstogg.c: (plugin_init):
30017         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
30018         (gst_ogg_print):
30019         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
30020         (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
30021         (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
30022         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
30023         (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
30024         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
30025         (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
30026         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
30027         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
30028         (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
30029         Added an ogg muxer.
30030         Small typo fixes in the demuxer.
30031
30032 2004-05-10  Wim Taymans  <wim@fluendo.com>
30033
30034         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
30035         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
30036         (theora_enc_change_state), (theora_enc_set_property),
30037         (theora_enc_get_property):
30038         Mark the last packet with an EOS flag which is not really needed
30039         in gstreamer.
30040         Do some better video framerate initialisation.
30041         Update the buffer timestamp.
30042
30043 2004-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
30044
30045         * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
30046         Return the result of the parent state change call
30047
30048 2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
30049
30050         * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
30051         * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
30052         * gst/law/alaw-encode.c : (idem)
30053         * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
30054         * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
30055         * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
30056
30057 2004-05-09  Benjamin Otte  <otte@gnome.org>
30058
30059         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
30060           don't use a fixed buffer size when writing variable length data to
30061           it. Fixes memory corruption and makes alsasrc work
30062
30063 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30064
30065         * ext/gnomevfs/gstgnomevfssink.c:
30066         (_gst_boolean_allow_overwrite_accumulator),
30067         (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
30068           Run glib's default signal handler (??) in RUN_CLEANUP rather than
30069           RUN_LAST, and don't use that to set the accumulator value because
30070           then it's always FALSE.
30071
30072 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30073
30074         * gst-libs/gst/riff/riff-media.c:
30075         (gst_riff_create_video_caps_with_data),
30076         (gst_riff_create_audio_caps),
30077         (gst_riff_create_audio_template_caps):
30078         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
30079           Fix for unaligned RIFF files (i.e. where all the chunks together
30080           in a LIST chunk are not of the same size as the size given in
30081           the LIST chunk header). Fixes several odd WAVE files. Also fix
30082           ADPCM (block_align property) in audio, so that wavparse based
30083           on this works now as it used to stand-alone.
30084
30085 2004-05-09  Edward Hervey  <bilboed@bilboed.com>
30086
30087         reviewed by Benjamin Otte  <otte@gnome.org>
30088
30089         * ext/a52dec/gsta52dec.c:
30090         * ext/divx/gstdivxdec.c:
30091         * ext/divx/gstdivxenc.c:
30092         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
30093         * ext/faac/gstfaac.c: (gst_faac_base_init):
30094         * ext/faad/gstfaad.c: (gst_faad_base_init):
30095         * ext/ivorbis/vorbisfile.c:
30096         * ext/lame/gstlame.c:
30097         * ext/libfame/gstlibfame.c:
30098         * ext/mpeg2enc/gstmpeg2enc.cc:
30099         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
30100         * ext/sidplay/gstsiddec.cc:
30101         * ext/speex/gstspeexdec.c:
30102         * ext/speex/gstspeexenc.c:
30103         * ext/xvid/gstxviddec.c:
30104         * ext/xvid/gstxvidenc.c:
30105           correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
30106           (fixes #142193)
30107
30108 2004-05-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30109
30110         * ext/alsa/gstalsa.c: (device_list),
30111         (gst_alsa_class_probe_devices):
30112         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
30113           Fix alsa oddness in mixer after the combination of using mixer
30114           in source/sink elements and using hw:x,y instead of just hw:x.
30115
30116 2004-05-09  Benjamin Otte  <otte@gnome.org>
30117
30118         * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
30119         (gst_wavparse_create_sourcepad):
30120           make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
30121           sourcepads
30122
30123 2004-05-09  Benjamin Otte  <otte@gnome.org>
30124
30125         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
30126           allow discont events before caps nego
30127
30128 2004-05-08  Benjamin Otte  <otte@gnome.org>
30129
30130         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
30131           don't leak events
30132
30133 2004-05-08  Benjamin Otte  <otte@gnome.org>
30134
30135         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
30136         (gst_level_change_state), (gst_level_init):
30137         * gst/level/gstlevel.h:
30138           figure out if we're initialized directly instead of keeping a
30139           variable that's wrong in 90% of cases
30140           don't initialize pads and then leak them and use a new unitialized
30141           pad. (fixes #142084)
30142           these were bugs so n00bish I didn't find them for an hour :/
30143
30144 2004-05-08 Iain <iain@prettypeople.org>
30145
30146         * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
30147         * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
30148         (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
30149         return the length that was read.
30150         (gst_riff_read_strf_auds): Allow fmt tags as well.
30151
30152 2004-05-07  David Schleef  <ds@schleef.org>
30153
30154         * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
30155         signed char assumption in faad.h.
30156
30157 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30158
30159         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
30160           Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
30161
30162 2004-05-07  Colin Walters  <walters@redhat.com>
30163
30164         * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
30165         * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
30166         function.
30167         * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
30168         Add dispose function.
30169
30170 2004-05-08  Jan Schmidt  <thaytan@mad.scientist.com>
30171         * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
30172           Fix caps nego and pad templates. RGB mode caps should
30173           work now.
30174         * ext/dvdnav/gst-dvd:
30175           Move mpeg2dec inside the thread because otherwise the
30176           queue rejects cap changes mid-stream
30177         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
30178         (gst_mpeg2dec_flush_decoder):
30179           For mpeg2dec > 0.4.0, call the flush function instead of
30180           manually extracting all in-flight frames.
30181         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
30182         (gst_dv1394src_init), (gst_dv1394src_iso_receive):
30183           Change mime type video/dv go video/x-dv to match the
30184           rest of gst-plugins
30185
30186 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30187
30188         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
30189         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
30190         (gst_alsa_sink_class_init):
30191         * ext/alsa/gstalsasink.h:
30192         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
30193         (gst_alsa_src_class_init):
30194         * ext/alsa/gstalsasrc.h:
30195           Make alsasink/src a subclass of alsamixer so that mixer stuff
30196           shows up in gst-rec. Needs some finetuning.
30197
30198 2004-05-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30199
30200         * ext/lame/gstlame.c: (gst_lame_chain):
30201           simplify
30202         * ext/mad/gstmad.c: (gst_mad_handle_event):
30203           fix event leak
30204         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
30205           be able to detect mp3 files < 4096 bytes
30206
30207 2004-05-06  Wim Taymans  <wim@fluendo.com>
30208
30209         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
30210         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
30211         (theora_enc_set_property), (theora_enc_get_property):
30212         Also encode the first frame, cleanup some code.
30213
30214 2004-05-06  Wim Taymans  <wim@fluendo.com>
30215
30216         * ext/mpeg2enc/gstmpeg2enc.cc:
30217         Forward events first before deciding that negotiation was
30218         not performed.
30219
30220 2004-05-06  Wim Taymans  <wim@fluendo.com>
30221
30222         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
30223         First process the events before deciding that negotiation
30224         was not performed.
30225
30226 2004-05-06  Wim Taymans  <wim@fluendo.com>
30227
30228         * ext/theora/Makefile.am:
30229         * ext/theora/theora.c: (plugin_init):
30230         * ext/theora/theoradec.c: (theora_dec_change_state):
30231         * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
30232         (gst_theora_enc_class_init), (gst_theora_enc_init),
30233         (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
30234         (theora_enc_chain), (theora_enc_change_state),
30235         (theora_enc_set_property), (theora_enc_get_property):
30236         Added a theora encoder, grouped the encoder and decoder into the
30237         same plugin.
30238
30239 2004-05-05  Thomas Vander Stichele  <thomas at apestaart dot org>
30240
30241         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
30242         (gst_jpegenc_chain):
30243         fix DURATION on outgoing buffers
30244         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
30245         debug using time formats
30246         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
30247         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
30248         (gst_xvimagesink_sink_link):
30249         windows with width/height 0 generate X errors, so don't allow them
30250
30251 2004-05-05  Wim Taymans  <wim@fluendo.com>
30252
30253         * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
30254         (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
30255         (gst_mpeg2dec_negotiate_format):
30256         * ext/mpeg2dec/gstmpeg2dec.h:
30257           removed the static pad template so that we can add the
30258           more accurate framerate value to the caps.
30259
30260
30261 2004-05-04  Benjamin Otte  <otte@gnome.org>
30262
30263         * configure.ac:
30264           check for kdemacros.h, too (should fix #141821)
30265         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
30266           don't crash if no header was sent, but nicely error out (fixes part
30267           of #141554)
30268
30269 2004-05-04  Wim Taymans  <wim@fluendo.com>
30270
30271         * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
30272         parent dispose function to avoid segfault on destroy.
30273
30274 2004-05-04  Thomas Vander Stichele  <thomas at apestaart dot org>
30275
30276         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
30277         (plugin_init):
30278         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30279         (gst_xvimagesink_sink_link):
30280         clean up debugging caps
30281         also recreate xvimage when format has changed
30282
30283 2004-05-04  Benjamin Otte  <otte@gnome.org>
30284
30285         * ext/libvisual/Makefile.am:
30286         * ext/libvisual/visual.c: (gst_visual_class_init),
30287         (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
30288         (gst_visual_srclink), (gst_visual_chain),
30289         (gst_visual_change_state), (plugin_init):
30290           use a GstAdapter to correctly adapt buffer sizes - allows using a
30291           framerate
30292
30293 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
30294
30295         * sys/v4l/gstv4lelement.h:
30296         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
30297         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
30298         (gst_v4lsrc_buffer_free):
30299         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
30300         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
30301         (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
30302         (gst_v4lsrc_requeue_frame):
30303         move some debugging categories around
30304         query for fps index and set accordingly if found
30305
30306 2004-05-03  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
30307
30308         * ext/lame/gstlame.c:
30309         correct defaults that lame_init puts out of range
30310
30311 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
30312
30313         * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
30314         (gst_divxenc_class_init):
30315         fix range since -1 is the default
30316         * gst/mpeg1sys/gstmpeg1systemencode.c:
30317         (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
30318         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
30319         (gst_rtjpegdec_chain):
30320         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
30321         (gst_rtjpegenc_chain):
30322         * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
30323         (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
30324         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
30325         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
30326         * sys/v4l/gstv4lsrc.c:
30327         * sys/v4l/v4l_calls.c: (gst_v4l_open):
30328         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
30329         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
30330         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
30331         * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
30332           remove gst_info calls
30333
30334 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
30335
30336         * Makefile.am:
30337         * po/af.po:
30338         * po/az.po:
30339         * po/en_GB.po:
30340         * po/nl.po:
30341         * po/sr.po:
30342         * po/sv.po:
30343           Updated translations
30344
30345 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
30346
30347         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
30348           refactor/comment code
30349
30350 2004-05-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30351
30352         * gst/asfdemux/Makefile.am:
30353         * gst/asfdemux/asfheaders.c:
30354         * gst/asfdemux/asfheaders.h:
30355         * gst/asfdemux/gstasf.c: (plugin_init):
30356         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
30357         (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
30358         (gst_asf_demux_setup_pad):
30359         * gst/asfdemux/gstasfdemux.h:
30360         * gst/asfdemux/gstasfmux.c:
30361         * gst/asfdemux/gstasfmux.h:
30362           Add tagging support to demuxer, split out registration in its own
30363           file instead of in demux (hacky), and prevent having some tables
30364           in our memory multiple times (in asfheaders.h).
30365
30366 2004-05-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30367
30368         * gst/matroska/matroska-demux.c:
30369         (gst_matroska_demux_parse_metadata):
30370         * gst/matroska/matroska-ids.h:
30371           Basic tag reading support.
30372
30373 2004-04-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30374
30375         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
30376           Really detect ac-3 audio.
30377         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
30378           really detect matroska files (off-by-1).
30379
30380 2004-04-30  David Schleef  <ds@schleef.org>
30381
30382         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
30383         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
30384         (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
30385         (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
30386         (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
30387         hackage -- parse a lot more atoms, extract a few tags.  One might even
30388         mistake this for tag support.  Maybe it is.
30389         * gst/qtdemux/qtdemux.h:
30390
30391 2004-04-30  Colin Walters  <walters@verbum.org>
30392
30393         * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
30394
30395 2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
30396
30397         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
30398         (gst_ffmpegcolorspace_getcaps):
30399           remove broken nego fix
30400
30401 2004-04-30  Benjamin Otte  <otte@gnome.org>
30402
30403         * configure.ac:
30404         * ext/Makefile.am:
30405         * ext/libvisual/Makefile.am:
30406         * ext/libvisual/visual.c:
30407           add initial support for libvisual (http://libvisual.sourceforge.net)
30408           libvisual is still quite alpha, so expect crashes in there :)
30409
30410 2004-04-29  David Schleef  <ds@schleef.org>
30411
30412         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
30413         (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
30414         up qtdemux to make it spit out codec_data.  Do _not_ look at this
30415         code; you will no longer respect me.
30416
30417 2004-04-29  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
30418
30419         * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
30420         * ext/alsa/gstalsa.h :
30421         change alsa pcm device discovery to find more than 1 device
30422         per card. code review by Ronald.
30423
30424 2004-04-29  David Schleef  <ds@schleef.org>
30425
30426         * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
30427         Add a check for a driver bug on FreeBSD.  (bug #140565)
30428
30429 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
30430
30431         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
30432         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
30433         (gst_jpegenc_getcaps):
30434           move format setting to inner loop
30435         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
30436         (gst_ffmpegcolorspace_getcaps):
30437           use GST_PAD_CAPS if available so that we use already negotiated
30438           caps
30439         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
30440         (qtdemux_parse_moov), (qtdemux_parse):
30441           extra debugging
30442         * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
30443         * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
30444           move hardcoded path to DEFINE
30445
30446 2004-04-28  David Schleef  <ds@schleef.org>
30447
30448         * gst/speed/gstspeed.c: (speed_parse_caps):  Fix caps parsing.
30449         (bug #140064)
30450
30451 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30452
30453         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
30454           Don't probe for playback device if we're a source element. Fixes
30455           #139658.
30456
30457 2004-04-29  Benjamin Otte  <otte@gnome.org>
30458
30459         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
30460         (gst_id3_tag_chain):
30461           rewrite buffer offset
30462
30463 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30464
30465         * configure.ac:
30466         * ext/Makefile.am:
30467         * ext/dts/Makefile.am:
30468         * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
30469         (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
30470         (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
30471         (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
30472         (gst_dtsdec_loop), (gst_dtsdec_change_state),
30473         (gst_dtsdec_set_property), (gst_dtsdec_get_property),
30474         (plugin_init):
30475         * ext/dts/gstdtsdec.h:
30476           New DTS decoder.
30477         * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
30478         (gst_faad_srcconnect):
30479           Add ESDS atom handling (.m4a).
30480
30481 2004-04-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30482
30483         * ext/divx/gstdivxdec.c: (plugin_init):
30484           Remove comment that makes no sense.
30485         * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
30486           Fix for obvious typo that resulted in warnings during gst-register.
30487         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
30488         (gst_xviddec_sink_link):
30489           Fix caps negotiation a bit better.
30490         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
30491           We call this 'codec_data', not 'esds'.
30492
30493 2004-04-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30494
30495         * gst/monoscope/gstmonoscope.c:
30496           make sure we only provide 256x128
30497         * gst/monoscope/monoscope.c: (monoscope_init):
30498           assert size of 256x128
30499
30500 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
30501
30502         * Makefile.am:
30503         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
30504         (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
30505           fixate to max width and height of device
30506
30507 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
30508
30509         * Makefile.am:
30510         * sys/v4l/gstv4l.c:
30511         * sys/v4l/gstv4lsrc.c:
30512         * sys/v4l/v4l_calls.c:
30513         * sys/v4l/v4lsrc_calls.c:
30514           fix for qc-usb driver which fakes having more than one buffer
30515           by handing the same buffer twice, which confused GStreamer's/v4lsrc
30516           buffer_free override
30517           add debugging
30518
30519 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
30520
30521         * Makefile.am:
30522         * gst/videotestsrc/gstvideotestsrc.c:
30523         (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
30524         (gst_videotestsrc_init), (gst_videotestsrc_get),
30525         (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
30526         * gst/videotestsrc/gstvideotestsrc.h:
30527           add num-buffers property
30528
30529         2004-04-26  Benjamin Otte  <otte@gnome.org>
30530
30531         * ext/mad/gstid3tag.c: (plugin_init):
30532           set id3mux rank to NONE so it doesn't confuse spider
30533           require audio/mpeg,mpegversion=1 in id3mux
30534
30535 2004-04-26  Benjamin Otte  <otte@gnome.org>
30536
30537         * configure.ac:
30538           detect faad correctly as non-working if it's indeed non-working
30539
30540 2004-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
30541
30542         * Makefile.am:
30543         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
30544         (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
30545         fix _getcaps so it only negotiates to its supported format
30546
30547 2004-04-25  Benjamin Otte  <otte@gnome.org>
30548
30549         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
30550           fix memleak
30551
30552 2004-04-23  Benjamin Otte  <otte@gnome.org>
30553
30554         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
30555           audio/x-raw-int with height rules! not. Now it's depth.
30556
30557 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30558
30559         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
30560         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
30561         (gst_wavparse_loop):
30562           Missing variable initialization. Add handling of DVI ADPCM. Fix
30563           mis-parsing of LIST chunks. This works around a bug where we mis-
30564           parse non-aligning LIST chunks (so LIST chunks where the contents
30565           don't align with the actual LIST size). The correct fix is to use
30566           rifflib, I'm not going to fix wavparse - too much work. All this
30567           fixes #104878.
30568
30569 2004-04-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30570
30571         reviewed by Benjamin Otte  <otte@gnome.org>
30572
30573         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
30574           fix shoutcast not working (fixes #140844)
30575
30576 2004-04-22  Benjamin Otte  <otte@gnome.org>
30577
30578         * ext/hermes/gsthermescolorspace.c:
30579         (gst_hermes_colorspace_caps_remove_format_info):
30580         * gst/colorspace/gstcolorspace.c:
30581         (gst_colorspace_caps_remove_format_info):
30582         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
30583         (gst_ffmpegcolorspace_caps_remove_format_info):
30584           s/gst_caps_simplify/gst_caps_do_simplify/
30585
30586 2004-04-22  Benjamin Otte  <otte@gnome.org>
30587
30588         * gst-libs/gst/riff/riff-media.c:
30589         (gst_riff_create_video_caps_with_data):
30590           mpegversion is an int
30591         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
30592           don't try to create pad templates with NULL caps, use any caps
30593           instead.
30594
30595 2004-04-20  David Schleef  <ds@schleef.org>
30596
30597         * ext/sdl/Makefile.am: Link against libgstinterfaces, not
30598         libgstxoverlay.  jmmv@menta.net (Julio M. Merino Vidal)
30599         (bug #140384)
30600
30601 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
30602
30603         reviewed by David Schleef
30604
30605         * ext/mad/gstid3tag.c: Add stdlib.h
30606         * gst/rtp/gstrtpgsmenc.c: same
30607         * gst/tags/gstid3tag.c: same
30608         * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
30609         * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
30610         GST_DISABLE_LOADSAVE use.
30611         * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
30612         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
30613         * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
30614         atol(3)).
30615         * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
30616         * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
30617         strtoul(3)).
30618         * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
30619         * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
30620         $(ID3_CFLAGS).
30621         * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
30622         $(LIBFAME_CFLAGS).
30623
30624 2004-04-20  David Schleef  <ds@schleef.org>
30625
30626         * gst/realmedia/rmdemux.c:  This was supposed to part of the
30627         last checkin.  Same idea.
30628
30629 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
30630
30631         reviewed by David Schleef
30632
30633         * configure.ac: bump required gstreamer version to 0.8.1.1
30634         because of following changes [--ds]
30635
30636         * gst-libs/gst/riff/riff-read.c:  Include gst/gstutils.h.
30637         (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
30638         (gst_riff_read_header):  Use GST_READ_UINT*
30639         macros to access possibly unaligned memory.
30640
30641         * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
30642         (mp3_type_find):  Use GST_READ_UINT*
30643         macros to access possibly unaligned memory.
30644         (mp3_type_find, mpeg1_parse_header, qt_type_find)
30645         (speex_type_find): Likewise
30646
30647         * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
30648
30649         * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
30650         (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
30651         (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
30652         (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
30653         (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
30654         (qtdemux_tree_get_sibling_by_type):  Use GST_READ_UINT*
30655         macros to access possibly unaligned memory.
30656
30657         * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
30658         Likewise.
30659
30660         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
30661         (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
30662
30663         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
30664         Likewise.
30665
30666         * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
30667         (gst_mpeg2subt_chain_subtitle): Likewise.
30668
30669         * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
30670         (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
30671         Likewise.
30672
30673         * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
30674         Likewise.
30675
30676         * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
30677         Likewise.
30678
30679         * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
30680         Likewise.
30681
30682 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
30683
30684         * configure.ac:
30685           update required version of GStreamer because of GST_TIME_FORMAT
30686
30687 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30688
30689         * ext/mad/gstid3tag.c: (gst_id3_tag_init):
30690           remove leftover g_print
30691         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
30692           don't try setting only a subset of the caps. We don't want to kill
30693           autoplugging on purpose
30694
30695 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
30696
30697         * sys/ximage/ximagesink.c: (plugin_init):
30698         * sys/xvimage/xvimagesink.c: (plugin_init):
30699           add debugging categories
30700
30701 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
30702
30703         * po/en_GB.po:
30704         * po/LINGUAS:
30705           Adding en_GB translation (Gareth Owen)
30706
30707 2004-04-20  David Schleef  <ds@schleef.org>
30708
30709         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
30710         (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
30711         (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
30712         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
30713         A number of new features and hacks to extract the esds atom and
30714         put it into the caps.  (bug #137724)
30715
30716 2004-04-19  David Schleef  <ds@schleef.org>
30717
30718         * gconf/Makefile.am: Fix for non-GNU make
30719         * gst-libs/gst/Makefile.am: Change directory order to handle
30720         GstPlay linking with gstinterfaces
30721         * gst-libs/gst/audio/make_filter: make use of tr portable
30722         * gst-libs/gst/play/Makefile.am: Add intended \
30723         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
30724         (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
30725         function prototype instead of void *.
30726         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
30727         macro.
30728         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
30729         (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
30730         * gst/videofilter/make_filter: make use of tr portable
30731         * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
30732
30733 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
30734
30735         * po/LINGUAS:
30736         * po/uk.po:
30737           Added Ukrainian translation (Maxim V. Dziumanenko)
30738
30739 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30740
30741         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
30742         (gst_gsmdec_link), (gst_gsmdec_chain):
30743           Fix capsnego, simplify chain function slightly.
30744         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
30745           Add GSM.
30746
30747 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30748
30749         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
30750         (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
30751         (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
30752           Hack to make wavparse work with spider (always -> sometimes pad).
30753           Fixes #135862 && #140411.
30754
30755 2004-04-18  Benjamin Otte  <otte@gnome.org>
30756
30757         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
30758         (gst_osselement_rate_probe_check),
30759         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
30760           get rid of \n in debug output
30761
30762 2004-04-17  Iain <iain@prettypeople.org>
30763
30764         * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
30765         not just EOS.
30766
30767 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30768
30769         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
30770         (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
30771         (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
30772         (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
30773         (gst_id3_tag_src_link), (gst_id3_tag_chain),
30774         (gst_id3_tag_change_state), (plugin_init):
30775           deprecate id3tag element and replace with id3demux/id3mux.
30776           great side effect: this ugly file is now even uglier, yay!
30777         * ext/mad/gstmad.h:
30778           remove non-available function
30779           update for new get_type
30780
30781 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30782
30783         * configure.ac:
30784           require mpeg2dec >= 0.4.0
30785
30786 2004-04-17  Benjamin Otte  <otte@gnome.org>
30787
30788         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
30789         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
30790         (gst_xvimagesink_set_xwindow_id):
30791           call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
30792           assorted cleanup fixes.
30793
30794 2004-04-16  David Schleef  <ds@schleef.org>
30795
30796         * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
30797         * sys/xvimage/xvimagesink.h: same
30798
30799 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
30800
30801         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
30802           Fix GST_ELEMENT_ERROR with (NULL)
30803
30804 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30805
30806         * gst-libs/gst/riff/riff-media.c:
30807         (gst_riff_create_video_caps_with_data):
30808           Add div[3456] as fourccs for DivX 3 (fixes #140137).
30809
30810 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30811
30812         * gst-libs/gst/riff/riff-media.c:
30813         (gst_riff_create_video_caps_with_data),
30814         (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
30815         (gst_riff_create_video_template_caps),
30816         (gst_riff_create_audio_template_caps):
30817         * gst-libs/gst/riff/riff-media.h:
30818         * gst-libs/gst/riff/riff-read.c:
30819         (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
30820         * gst-libs/gst/riff/riff-read.h:
30821         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
30822           Add MS RLE support. I added some functions to read out strf chunks
30823           into strf chunks and the data behind it. This is usually color
30824           palettes (as in RLE, but also in 8-bit RGB). Also use those during
30825           caps creation. Lastly, add ADPCM (similar to wavparse - which
30826           should eventually be rifflib based).
30827         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
30828         (gst_matroska_demux_init), (gst_matroska_demux_reset):
30829         * gst/matroska/matroska-demux.h:
30830           Remove placeholders for some prehistoric tagging system. Didn't add
30831           support for any tag system really anyway.
30832         * gst/qtdemux/qtdemux.c:
30833           Add support for audio/x-m4a (MPEG-4) through spider.
30834         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
30835         (gst_wavparse_loop):
30836           ADPCM support (#135862). Increase max. buffer size because we
30837           cannot split buffers for ADPCM (screws references) and I've seen
30838           files with 2048 byte chunks. 4096 seems safe for now.
30839
30840 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
30841
30842         * configure.ac: bump nano to 1
30843
30844 === release 0.8.1 ===
30845
30846 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
30847
30848         * configure.ac: releasing 0.8.1, "Comforting Sounds"
30849
30850 2004-04-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30851
30852         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
30853           Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
30854           Fixes #140058
30855
30856 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
30857
30858         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
30859           lower rank of dvddemux so that it's not used for mpeg playback.
30860
30861 2004-04-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30862
30863         * configure.ac:
30864           save libs correctly when checking mad
30865
30866 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
30867
30868         * ext/mad/gstid3tag.c: (plugin_init):
30869           lower rank of id3tag as proposed by Benjamin.  Fixes #139926.
30870
30871 2004-04-13  David Schleef  <ds@schleef.org>
30872
30873         * common/m4/gst-feature.m4: Call -config scripts with
30874         --plugin-libs if it is supported.
30875         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
30876         JPEG images are image/jpeg.
30877         * gst/debug/Makefile.am:
30878         * gst/debug/negotiation.c: (gst_negotiation_class_init),
30879         (gst_negotiation_getcaps), (gst_negotiation_pad_link),
30880         (gst_negotiation_update_caps), (gst_negotiation_get_property),
30881         (gst_negotiation_plugin_init): Add a property that acts like
30882         filter caps.
30883         * testsuite/gst-lint:  Move license checking to be a standard
30884         test.
30885
30886 2004-04-13  David Schleef  <ds@schleef.org>
30887
30888         * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
30889         patch from Sebastien Cote (bug #139958)
30890
30891 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
30892
30893         * examples/gstplay/Makefile.am:
30894         * examples/gstplay/player.c: (main):
30895           make the commandline player example use gconf settings
30896
30897 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
30898
30899         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
30900         (gst_cacasink_sinkconnect), (gst_cacasink_init),
30901         (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
30902           init/end library during state transition, not object
30903           creation/disposal.  get rid of custom dispose handler.
30904
30905
30906 2004-04-12  Christian Schaller <Uraeus@gnome.org>
30907
30908         * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
30909         be a symlink
30910
30911 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30912
30913         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
30914           Handle JUNK chunks inside data section. Prevents warnings.
30915
30916 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30917
30918         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
30919         (gst_riff_create_video_template_caps):
30920           Add MS video v1.
30921         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
30922         (gst_avi_demux_stream_data):
30923           Add support for "rec-list" chunks.
30924
30925 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30926
30927         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
30928           Fix another codecname mismatch.
30929
30930 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30931
30932         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
30933           Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
30934           so that MJPEG plays back.
30935
30936 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30937
30938         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
30939         (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
30940         * gst/mpeg1videoparse/gstmp1videoparse.h:
30941           Fix for some slight mis-cuts in buffer parsing, and for some
30942           potential overflows or faults-causers. Adds disconts. Also fixes
30943           #139105 while we're at it.
30944
30945 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30946
30947         * configure.ac:
30948         * sys/v4l2/gstv4l2element.h:
30949           Workaround for missing struct v4l2_buffer declaration in Suse 9
30950           and Mandrake 10 linux/videodev2.h header file (#135919).
30951
30952 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30953
30954         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
30955           Bail out if no filename was given.
30956
30957 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30958
30959         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
30960         (gst_v4l2_fourcc_from_structure):
30961           Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
30962           Y41B somewhere).
30963
30964 2004-04-09  Benjamin Otte  <otte@gnome.org>
30965
30966         * ext/gnomevfs/gstgnomevfssink.c:
30967         (_gst_boolean_allow_overwrite_accumulator),
30968         (gst_gnomevfssink_class_init):
30969           fix erase signal - if any handler returns false the file will not be
30970           overwritten. If no handler is connected, the file will not be
30971           overwritten either.
30972           renamed signal to "allow-overwrite"
30973         * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
30974           free string when adding it to ID3 failed
30975         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
30976           unref event when done
30977         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
30978           free caps
30979         * gst/typefind/gsttypefindfunctions.c:
30980         (mpeg_video_stream_type_find):
30981           fix invalid read
30982
30983 2004-04-08  David Schleef  <ds@schleef.org>
30984
30985         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
30986         (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
30987
30988 2004-04-08  David Schleef  <ds@schleef.org>
30989
30990         * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
30991         we don't support (bug #139532)
30992
30993 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
30994
30995         * ext/mad/gstmad.c: (gst_mad_handle_event),
30996         (gst_mad_check_caps_reset), (gst_mad_chain),
30997         (gst_mad_change_state):
30998           only set explicit caps if they haven't been set before for
30999           this stream.  MPEG-audio sample rate/channels aren't allowed
31000           to change in-stream.
31001           Fixes #139382
31002
31003 2004-04-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31004
31005         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
31006         (_gst_boolean_did_something_accumulator),
31007         (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
31008         (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
31009         (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
31010         (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
31011         (gst_gnomevfssink_change_state):
31012           Fix erase signal. Don't erase by default. Remove handoff signal.
31013           Remove erase property. Don't segfault. General cleanup.
31014
31015 2004-04-07  Benjamin Otte  <otte@gnome.org>
31016
31017         * gst-libs/gst/gconf/test-gconf.c: (main):
31018           add missing gst_init
31019
31020 2004-04-07  Benjamin Otte  <otte@gnome.org>
31021
31022         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
31023           free the mutexes, too
31024
31025 2004-04-07  Benjamin Otte  <otte@gnome.org>
31026
31027         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
31028           actually free the URI string
31029         * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
31030           compute offset correctly when passing discont events
31031         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
31032           don't leak discont events
31033         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
31034           add some missing breaks so caps aren't copied randomly
31035         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
31036           if we realloc memory, we better use it
31037
31038 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31039
31040         * ext/mad/gstmad.c: (normal_seek):
31041           fix GST_FORMAT_TIME usage
31042
31043 2004-04-05  David Schleef  <ds@schleef.org>
31044
31045         * ext/kio/kiosrc.cpp:  Undefine KDE_DEPRECATED so we can use
31046         a deprecated function (hack!)
31047
31048 2004-04-05  Benjamin Otte  <otte@gnome.org>
31049
31050         * ext/esd/esdmon.c: (gst_esdmon_get):
31051           fix nonterminated vararg and memleak
31052
31053 2004-04-05  Benjamin Otte  <otte@gnome.org>
31054
31055         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
31056         (gst_ladspa_init), (gst_ladspa_force_src_caps),
31057         (gst_ladspa_set_property), (gst_ladspa_get_property),
31058         (gst_ladspa_instantiate), (gst_ladspa_activate),
31059         (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
31060           clean up debugging
31061
31062 2004-04-05  Stefan Kost <kost@imn.htwk-leipzig.de>
31063
31064         reviewed by Benjamin Otte  <otte@gnome.org>
31065
31066         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
31067           check for broken LADSPA parameters (fixes #138635)
31068
31069 2004-04-05  Benjamin Otte  <otte@gnome.org>
31070
31071         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
31072           advertise buffer-frames correctly on sinkpads
31073
31074 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
31075
31076         * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
31077         (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
31078         (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
31079         (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
31080         (gst_mad_check_caps_reset), (gst_mad_chain):
31081         add more debugging, only reset caps when we're not in error state
31082
31083 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
31084
31085         * ext/mad/gstmad.c: add debugging category, comment + cleanups
31086
31087 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
31088
31089         reviewed by Benjamin Otte  <otte@gnome.org>
31090
31091         * configure.ac:
31092           fix == in test(1) operator
31093
31094 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
31095
31096         reviewed by Benjamin Otte  <otte@gnome.org>
31097
31098         * configure.ac:
31099           fix --export-symblos-regex to a working regex.
31100
31101 2004-04-04  Benjamin Otte  <otte@gnome.org>
31102
31103         * sys/oss/.cvsignore:
31104           add for oss_probe
31105
31106 2004-04-03  Tim-Phillip Müller <t.i.m@zen.co.uk>
31107
31108         reviewed by Benjamin Otte  <otte@gnome.org>
31109
31110         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
31111           add missing 'new_media' argument (fixes #138168)
31112         * gst/matroska/matroska-demux.c:
31113         (gst_matroska_demux_handle_seek_event):
31114           add vararg terminator (fixes #138169)
31115
31116 2004-04-02  David Schleef  <ds@schleef.org>
31117
31118         * ext/gdk_pixbuf/Makefile.am:  Make sure gstgdkanimation.h is
31119         disted (bug #138914)
31120
31121 2004-04-01  Benjamin Otte  <otte@gnome.org>
31122
31123         * ext/alsa/gstalsa.c: (gst_alsa_change_state),
31124         (gst_alsa_close_audio):
31125           handle case better where a soundcard can't pause
31126         * ext/ogg/gstoggdemux.c:
31127           don't crash when we get events but don't have pads yet
31128
31129 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
31130
31131         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
31132           throw an error if we couldn't probe any caps.
31133
31134 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
31135
31136         * ext/dvdnav/gst-dvd:
31137         Add a really simple sample DVD player
31138
31139 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
31140
31141         * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
31142         (gst_a52dec_push), (gst_a52dec_handle_event),
31143         (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
31144         (gst_a52dec_change_state):
31145         * ext/a52dec/gsta52dec.h:
31146           Use a debug category, Output timestamps correctly
31147           Emit tag info, Handle events, tell liba52dec about cpu
31148           capabilities so it can use MMX etc.
31149         * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
31150           Fix a crasher accessing invalid memory
31151         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
31152         (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
31153         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
31154         (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
31155         (dvdnavsrc_query):
31156           Some support for byte-format seeking.
31157           Small fixes for still frames and menu button overlays
31158         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
31159         (gst_mpeg2dec_alloc_buffer):
31160           Use a debug category. Adjust the report level of several items to
31161           LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
31162           so it doesn't lose the GstBuffer pointer
31163         * gst/debug/Makefile.am:
31164         * gst/debug/gstdebug.c: (plugin_init):
31165         * gst/debug/gstnavseek.c: (gst_navseek_get_type),
31166         (gst_navseek_base_init), (gst_navseek_class_init),
31167         (gst_navseek_init), (gst_navseek_seek),
31168         (gst_navseek_handle_src_event), (gst_navseek_set_property),
31169         (gst_navseek_get_property), (gst_navseek_chain),
31170         (gst_navseek_plugin_init):
31171         * gst/debug/gstnavseek.h:
31172           Add the navseek debug element for seeking back and forth in a
31173           video stream using arrow keys.
31174         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
31175         (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
31176         (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
31177         (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
31178         (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
31179         (gst_mpeg2subt_parse_header), (gst_get_nibble),
31180         (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
31181         (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
31182         (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
31183         (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
31184         * gst/mpeg2sub/gstmpeg2subt.h:
31185           Pretty much a complete rewrite. Now a loopbased element. May still
31186           require work to properly synchronise subtitle buffers.
31187         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
31188         (gst_dvd_demux_send_subbuffer):
31189         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
31190           Don't attempt to create subbuffers of size 0
31191           Reduce a couple of error outputs to warnings.
31192         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
31193         (gst_y4mencode_chain):
31194         Output the y4m frame header correctly.
31195
31196 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
31197
31198         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
31199           throw errors instead of allowing SIGFPE
31200
31201 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
31202
31203         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
31204         (gst_gconf_render_bin_from_key):
31205           leak plugging and style fixing
31206
31207 2004-03-31  David Schleef  <ds@schleef.org>
31208
31209         * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
31210         (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
31211         (bug #138225)
31212         * gst/debug/Makefile.am:
31213         * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
31214         * gst/debug/gstdebug.c: (plugin_init):  Merge elements into one
31215         plugin.
31216         * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
31217         (gst_negotiation_base_init), (gst_negotiation_class_init),
31218         (gst_negotiation_init), (gst_negotiation_getcaps),
31219         (gst_negotiation_pad_link), (gst_negotiation_chain),
31220         (gst_negotiation_set_property), (gst_negotiation_get_property),
31221         (gst_negotiation_plugin_init):  New element to talk about random
31222         negotiation things happening in a pipeline.
31223
31224 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
31225
31226         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
31227           fix integer addition with help of Stefan Kost
31228
31229 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
31230
31231         * po/nl.po: updated Dutch translation (Elros Cyriatan)
31232
31233 2004-03-30  David Schleef  <ds@schleef.org>
31234
31235         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
31236         (gst_mpeg2dec_negotiate_format):  Handle Y42B-format MPEG
31237         video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
31238         (bug #137504)
31239         * ext/mpeg2dec/gstmpeg2dec.h:
31240
31241 2004-03-30  David Schleef  <ds@schleef.org>
31242
31243         * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
31244
31245 2004-03-30  David Schleef  <ds@schleef.org>
31246
31247         * tools/gst-launch-ext-m.m:  Applied patch from gnome@flyn.org (W.
31248         Michael Petullo) to handle .mov
31249
31250 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31251
31252         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
31253         (gst_osselement_rate_check_rate):
31254           probe caps correctly for sound cards that only support one format
31255
31256 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31257
31258         * ext/kio/kiosrc.cpp: (process_events):
31259           update handling event processing if inside KDE - untested
31260
31261 2004-03-29  David Schleef  <ds@schleef.org>
31262
31263         * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
31264         by 2 to not interfere with other colorspaces.
31265         * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
31266         * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
31267         one to not interfere with ffmpeg_colorspace.
31268
31269 2004-03-29  David Schleef  <ds@schleef.org>
31270
31271         * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
31272         aren't in the caps.
31273         * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
31274         * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
31275
31276 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31277
31278         * gst-libs/gst/riff/riff-media.c:
31279           fail on error, don't try to set stuff on NULL caps
31280
31281 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31282
31283         * configure.ac:
31284         * ext/Makefile.am:
31285         * ext/kio/Makefile.am:
31286         * ext/kio/kioreceiver.cpp:
31287         * ext/kio/kioreceiver.h:
31288         * ext/kio/kiosrc.cpp:
31289         * ext/kio/kiosrc.h:
31290           add experimental kiosrc plugin
31291         * ext/alsa/gstalsaplugin.c: (plugin_init):
31292           initialize debugging category only when we're sure registering the
31293           plugins worked.
31294
31295 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
31296
31297         * examples/gstplay/player.c: (main):
31298         * gst-libs/gst/play/play.c: (gst_play_class_init),
31299         (gst_play_set_location), (gst_play_set_data_src),
31300         (gst_play_set_video_sink), (gst_play_set_audio_sink),
31301         (gst_play_set_visualization), (gst_play_connect_visualization):
31302           check return values of element_set_state and return FALSE where
31303           failed
31304
31305 2004-03-29  Benjamin Otte  <otte@gnome.org>
31306
31307         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
31308           try harder to check if an event is really a discont
31309
31310 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
31311
31312         * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
31313         * po/az.po:
31314
31315 2004-03-28  Benjamin Otte  <otte@gnome.org>
31316
31317         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
31318         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
31319         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
31320           get rid of non-standard "..." ranges in case statements.
31321
31322 2004-03-27  Martin Soto  <martinsoto@users.sourceforge.net>
31323
31324         * gst/mpegstream/gstmpegdemux.c:
31325         * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
31326         specific functionality split to the new dvddemux element.
31327         * gst/mpegstream/gstdvddemux.c:
31328         * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
31329         streams, derived from mpegdemux.
31330         * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
31331         up. SCR based timestamp rewriting can be turned off (will probably
31332         completely disappear soon).
31333         * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
31334         hacking. General cleanup. All printf statements replaced by
31335         debugging messages. Almost complete libdvdnav support.
31336         (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
31337         by events. New properties for audio and subpicture languages.
31338         (dvdnavsrc_update_highlight): Now uses events.
31339         (dvdnavsrc_user_op): Cleaned up.
31340         (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
31341         based). Lots of cleanup, and propper support for most libdvdnav
31342         events.
31343         (dvdnavsrc_make_dvd_event): New function.
31344         (dvdnavsrc_make_dvd_nav_packet_event): New function.
31345         (dvdnavsrc_make_clut_change_event): New function.
31346
31347 2004-03-26  Benjamin Otte  <otte@gnome.org>
31348
31349         * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
31350           fix bug where typefinding would claim it's theora whenever less then
31351           7 bytes of data were available
31352
31353 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31354
31355         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
31356         (gst_alawdec_base_init), (gst_alawdec_class_init),
31357         (gst_alawdec_init), (gst_alawdec_chain):
31358         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
31359         (gst_alawenc_base_init), (gst_alawenc_class_init),
31360         (gst_alawenc_init), (gst_alawenc_chain):
31361         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
31362         (gst_mulawdec_base_init), (gst_mulawdec_class_init),
31363         (gst_mulawdec_init), (gst_mulawdec_chain):
31364         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
31365         (gst_mulawenc_base_init), (gst_mulawenc_class_init),
31366         (gst_mulawenc_init), (gst_mulawenc_chain):
31367           Fix capsnego in all four, remove the unused property functions and
31368           simplify the chain functions slightly. I guess we could use macros
31369           or something similar for those, since the code is so similar, but
31370           I'm currently too lazy...
31371
31372 2004-03-24  David Schleef  <ds@schleef.org>
31373
31374         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
31375         (gst_osselement_close_audio), (gst_osselement_probe_caps),
31376         (gst_osselement_get_format_structure),
31377         (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
31378         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
31379         (gst_osselement_rate_int_compare): Add code to handle rate probing
31380         (bug #120883)
31381         * sys/oss/gstosselement.h: same
31382         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
31383         Use rate probing provided by osselement.
31384         * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
31385
31386 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31387
31388         * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
31389         (gst_xvidenc_get_property):
31390           ulong/int mess-up.
31391
31392 2004-03-24  David Schleef  <ds@schleef.org>
31393
31394         * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
31395         (gst_speexdec_init):
31396         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
31397         (gst_speexenc_init):  Create the pad template correctly (from
31398         the static pad template, not a NULL pointer.)
31399
31400 2004-03-25  Benjamin Otte  <otte@gnome.org>
31401
31402         * gst/debug/Makefile.am:
31403         * gst/debug/breakmydata.c:
31404           add element that quasi-randomly changes bytes in the stream.
31405           Intended use is robustness checking of demuxers and decoders in
31406           media tests.
31407
31408 2004-03-24  Benjamin Otte  <otte@gnome.org>
31409
31410         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
31411         (gst_alsa_probe_hw_params):
31412         * ext/alsa/gstalsa.h:
31413           debugging output fixes
31414
31415 2004-03-24  Benjamin Otte  <otte@gnome.org>
31416
31417         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
31418           don't g_return_if_fail if element is PLAYING, fail silently as every
31419           other element.
31420         * gst/effectv/gstquark.c: (gst_quarktv_chain):
31421           only fix needed for cast lvalue issues in gst-plugins
31422         * gst/volenv/gstvolenv.c: (gst_volenv_init):
31423           add proxy_getcaps
31424
31425 2004-03-24  Benjamin Otte  <otte@gnome.org>
31426
31427         * gst/level/gstlevel.c: (gst_level_init):
31428           add proxying getcaps function, so level doesn't advertise impossible
31429           caps
31430
31431 2004-03-24  David Schleef  <ds@schleef.org>
31432
31433         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
31434         (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
31435         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
31436         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
31437         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
31438         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
31439         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
31440         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
31441         (qtdemux_parse_tree), (qtdemux_parse_trak):  Fix debugging
31442         messages.  Divide the chunk size by the compression ratio
31443         (needed for MACE audio)
31444
31445 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31446
31447         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
31448           Fix buffer overflow read error.
31449
31450 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31451
31452         * ext/alsa/gstalsa.h:
31453           Remove unused entry.
31454         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
31455           Add cinepak.
31456         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
31457         (gst_videodrop_link), (gst_videodrop_chain):
31458           Fix, sort of. Was horribly broken with new capsnego. Bah...
31459
31460 2004-03-23  Jeremy Simon  <jesimon@libertysurf.fr>
31461
31462         * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
31463         (plugin_init):
31464         Add a monkeysaudio typefind function
31465
31466 2004-03-23  Johan Dahlin  <johan@gnome.org>
31467
31468         * gst-libs/gst/play/play.c (gst_play_audio_fixate)
31469         (gst_play_video_fixate): Check so the structure has the field
31470         before trying to fixate them, this makes it possible to have
31471         fakesinks for video and audio output without printing errors on
31472         the output console.
31473
31474 2004-03-22  David Schleef  <ds@schleef.org>
31475
31476         * sys/oss/Makefile.am:
31477         * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
31478         (check_rate), (add_rate):  Rate probing test app.
31479
31480 2004-03-21  Benjamin Otte  <otte@gnome.org>
31481
31482         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
31483         (_fixate_caps_to_int), (gst_audio_convert_fixate):
31484           add a fixation function that pretty much does the right thing (fixes
31485           #137556)
31486
31487 2004-03-20  David I. Lehn  <dlehn@users.sourceforge.net>
31488
31489         * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
31490
31491 2004-03-20  Tim-Phillip Müller <t.i.m@zen.co.uk>
31492
31493         reviewed by: Benjamin Otte  <otte@gnome.org>
31494
31495         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
31496           terminate gst_event_new_discontinuous correctly (fixes parts of
31497           #137711)
31498
31499 2004-03-19  David Schleef  <ds@schleef.org>
31500
31501         * gst-libs/gst/Makefile.am:  Enable xoverlay unconditionally,
31502         since it doesn't depend on X, and it's part of our ABI.
31503
31504 2004-03-19  Iain <iain@prettypeople.org>
31505
31506         * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
31507         is_int in the structure, not the local variable.
31508
31509 2004-03-19  David Schleef  <ds@schleef.org>
31510
31511         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
31512         (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
31513         (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
31514         Improvements in caps negotiation.
31515
31516 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
31517
31518         * po/LINGUAS:
31519         * po/af.po:
31520           adding Afrikaans (Petri Jooste)
31521
31522 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
31523
31524         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
31525         (gst_ffmpegcolorspace_chain):
31526         throw error instead of g_critical (#137588)
31527
31528 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
31529
31530         * Makefile.am:
31531         * configure.ac:
31532           dist common and m4 correctly
31533         * po/sv.po:
31534
31535 2004-03-17  David Schleef  <ds@schleef.org>
31536
31537         * pkgconfig/gstreamer-media-info.pc.in:  Add Version.
31538         (bug #137348)
31539
31540 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
31541
31542         * po/LINGUAS:
31543         * po/sv.po:
31544           adding Swedish translation (Christian Rose)
31545
31546 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
31547
31548         * Makefile.am: use release.mak
31549
31550 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
31551
31552         * common/ChangeLog:
31553         * common/gst-autogen.sh:
31554           add some explanation about the version detection
31555         * configure.ac:
31556           fix X check
31557
31558 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
31559
31560         * configure.ac: bump nano to 1
31561
31562 === release 0.8.0 ===
31563
31564 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
31565
31566         * configure.ac: release 0.8.0, "Pharmaceutical Itch"
31567
31568 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
31569
31570         * configure.ac:
31571           update libtool version
31572         * gst-libs/gst/media-info/Makefile.am:
31573           actually use libtool version
31574
31575 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
31576
31577         * configure.ac: fix speex detection to work with 1.0 but not 1.1
31578
31579 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
31580
31581         * configure.ac:
31582         * gst-plugins.spec.in:
31583         * pkgconfig/Makefile.am:
31584         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
31585         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
31586         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
31587         * pkgconfig/gstreamer-libs.pc.in:
31588         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
31589         * pkgconfig/gstreamer-play-uninstalled.pc.in:
31590         * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
31591         * pkgconfig/gstreamer-plugins.pc.in:
31592           remove @VERSION@ from some of the pc files since core and plugins
31593           are decoupled.
31594           created gstreamer-plugins.pc as it's a better name, but keeping
31595           -libs around for now to get fixes upstream done first.
31596
31597 2004-03-15  Julien MOUTTE <julien@moutte.net>
31598
31599         * gst-libs/gst/play/play.c: (gst_play_get_framerate),
31600         (gst_play_get_sink_element): First draft of gst_play_get_framerate.
31601         * gst-libs/gst/play/play.h:
31602
31603 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
31604
31605         * *.c, *.cc: don't mix tabs and spaces
31606
31607 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
31608
31609         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
31610           use the new ffmpegcolorspace
31611         * gst-plugins.spec.in:
31612           package new colorspace and media-info
31613         * configure.ac:
31614         * pkgconfig/Makefile.am:
31615           fix some more disting issues
31616         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
31617         * pkgconfig/gstreamer-media-info.pc.in:
31618           generate media-info pc files
31619
31620 2004-03-15  Johan Dahlin  <johan@gnome.org>
31621
31622         * *.h: Revert indenting
31623
31624 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
31625
31626         * configure.ac:
31627           adding ffmpegcolorspace element
31628         * gst/ffmpegcolorspace/Makefile.am:
31629         * gst/ffmpegcolorspace/avcodec.h:
31630         * gst/ffmpegcolorspace/common.h:
31631         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
31632         * gst/ffmpegcolorspace/dsputil.h:
31633         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
31634         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
31635         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
31636         (gst_ffmpeg_caps_to_pix_fmt):
31637         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
31638         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
31639         (gst_ffmpegcolorspace_caps_remove_format_info),
31640         (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
31641         (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
31642         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
31643         (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
31644         (gst_ffmpegcolorspace_set_property),
31645         (gst_ffmpegcolorspace_get_property),
31646         (gst_ffmpegcolorspace_register):
31647         * gst/ffmpegcolorspace/imgconvert.c:
31648         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
31649         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
31650         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
31651         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
31652         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
31653         (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
31654         (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
31655         (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
31656         (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
31657         (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
31658         (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
31659         (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
31660         (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
31661         (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
31662         (img_get_alpha_info), (deinterlace_line),
31663         (deinterlace_line_inplace), (deinterlace_bottom_field),
31664         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
31665         * gst/ffmpegcolorspace/imgconvert_template.h:
31666         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
31667         * gst/ffmpegcolorspace/mmx.h:
31668         * gst/ffmpegcolorspace/utils.c: (avcodec_init):
31669           adding ffmpegcolorspace element supplied by Ronald after cleaning
31670           up and pulling in the right bits of upstream source.
31671           I'm sure a better C/compiler wizard could do some cleaning up (for
31672           example use GLIB's malloc stuff), but as a first pass this
31673           works very well
31674
31675 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
31676
31677         * ext/alsa/gstalsa.h:
31678           I assume Ronald forgot to commit the change to have cardname
31679           as a struct member.  Expect some public spanking at the next
31680           opportunity.
31681
31682 2004-03-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31683
31684         * ext/alsa/gstalsa.c: (gst_alsa_get_property),
31685         (gst_alsa_open_audio), (gst_alsa_close_audio):
31686         * ext/alsa/gstalsa.c:
31687           Don't open the device if we're a mixer (= padless).
31688         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
31689         (gst_alsa_mixer_init), (gst_alsa_mixer_open),
31690         (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
31691           Open mixer during state change rather than during object
31692           initialization. Also, get a device name. Currently in a somewhat
31693           hackish fashion, but I didn't really find something better.
31694
31695 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
31696
31697         * *.c, *.h: run gst-indent
31698
31699 2004-03-14  Benjamin Otte  <otte@gnome.org>
31700
31701         * gst/modplug/gstmodplug.cc:
31702         * gst/modplug/gstmodplug.h:
31703           set correct timestamps on outgoing buffers
31704
31705 2004-03-14  Benjamin Otte  <otte@gnome.org>
31706
31707         * gst/modplug/gstmodplug.cc:
31708           handle events - don't do crap when a discont arrives that's not
31709           necessary
31710           This allows correct loading and playback of mods in Rhythmbox
31711
31712 2004-03-14  Benjamin Otte  <otte@gnome.org>
31713
31714         * configure.ac:
31715         * gst-libs/gst/gconf/Makefile.am:
31716         * pkgconfig/Makefile.am:
31717           move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
31718           they get rebuilt properly
31719         * configure.ac:
31720           when checking for vorbis, try pkgconfig first.
31721         * gst/modplug/gstmodplug.cc:
31722           add fixate function
31723
31724 2004-03-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31725
31726         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
31727           Fix for obvious mistake, where we first shift the offset and then
31728           read a samplesize element assuming the old offset. Note that this
31729           part still has something weird, i.e. my movies containing those
31730           don't actually play well, but at least there's something that looks
31731           like sound now.
31732
31733 2004-03-14  Jan Schmidt  <thaytan@mad.scientist.com>
31734         * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
31735         (plugin_init):
31736         Add a typefind function for speex format
31737
31738 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31739
31740         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
31741         (gst_asf_demux_setup_pad):
31742           Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
31743           instead of 0. Reason is simple: some elements have a fps range
31744           of 1-max instead of 0-max. So now ASF video actually works.
31745
31746 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
31747
31748         * po/LINGUAS:
31749         * po/sr.po:
31750           adding serbian as a language
31751
31752 2004-03-13  Benjamin Otte  <otte@gnome.org>
31753
31754         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
31755           return taglist correctly from _get function, don't gst_pad_push it.
31756           (fixes #137042)
31757
31758 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
31759         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
31760
31761 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31762
31763         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
31764         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
31765         (gst_alsa_mixer_track_new):
31766         * ext/alsa/gstalsamixertrack.h:
31767           Fix ancient leftovers... MixerTrack is a GObject.
31768
31769 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31770
31771         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
31772         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
31773           Don't block during probing...
31774
31775 2004-03-12  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31776
31777         * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
31778         (gst_alsa_get_property), (gst_alsa_probe_get_properties),
31779         (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
31780         (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
31781         (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
31782         (gst_alsa_open_audio), (gst_alsa_close_audio):
31783         * ext/alsa/gstalsa.h:
31784           Add propertyprobe interface implementation, add some device-name
31785           property, all this so that it looks good in gnome-volume-control.
31786
31787 2004-03-12  David Schleef  <ds@schleef.org>
31788
31789         * configure.ac: the Hermes library controls hermescolorspace, not
31790         colorspace.
31791         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
31792         (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
31793         not /* */
31794         * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
31795         * ext/sdl/sdlvideosink.h: ditto.
31796         * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
31797
31798 2004-03-12  Benjamin Otte  <otte@gnome.org>
31799
31800         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
31801         (gst_x_overlay_got_xwindow_id):
31802         * gst-libs/gst/xoverlay/xoverlay.h:
31803           replace XID with unsigned long to get rid of the xlibs dependency in
31804           XOverlay (fixes #137004)
31805
31806 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
31807         * gst/effectv/gstaging.c: (gst_agingtv_base_init),
31808         (gst_agingtv_setup):
31809         * gst/effectv/gstdice.c: (gst_dicetv_get_type),
31810         (gst_dicetv_base_init), (gst_dicetv_class_init),
31811         (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
31812         * gst/effectv/gstedge.c: (gst_edgetv_get_type),
31813         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
31814         (gst_edgetv_setup), (gst_edgetv_rgb32):
31815         * gst/effectv/gsteffectv.c:
31816         * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
31817         (gst_quarktv_set_property):
31818         * gst/effectv/gstrev.c: (gst_revtv_get_type),
31819         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
31820         (gst_revtv_setup), (gst_revtv_rgb32):
31821         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
31822         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
31823         (gst_shagadelictv_init), (gst_shagadelictv_setup),
31824         (gst_shagadelictv_rgb32):
31825         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
31826         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
31827         (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
31828         * gst/effectv/gstwarp.c:
31829         Port everything that can be ported to videofilter and fix up the caps.
31830         Can someone with a big-endian machine please check these?
31831
31832 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31833
31834         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
31835         (gst_osssink_chain), (gst_osssink_change_state):
31836           Latest fixes for A/V sync, audio playback and such. This is about
31837           all... MPEG playback issues are mostly related to the async build-
31838           up of MPEG files, I cannot fix that. Use basicgthread to solve it.
31839
31840 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
31841
31842         patch from: Stephane Loeuillet
31843
31844         * configure.ac:
31845           use pkg-config for some libraries, falling back to the old .m4 way
31846           (fixes #131270)
31847         * m4/libdv.m4:
31848           removed
31849
31850 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
31851
31852         * configure.ac:
31853         * tools/Makefile.am:
31854         * tools/Makefile.in:
31855         * tools/gst-launch-ext-m.m:
31856         * tools/gst-launch-ext.1.in:
31857         * tools/gst-visualise-m.m:
31858         * tools/gst-visualise.1:
31859         * tools/gst-visualise.1.in:
31860           reorganizing generation of script tools
31861
31862 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31863
31864         * ext/divx/gstdivxdec.c:
31865           Downgrade priority. We prefer ffdec_mpeg4.
31866         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
31867         (gst_faad_chain), (gst_faad_change_state):
31868           Fix capsnego. Doesn't work for some sounds because we don't have
31869           a 5:1 to stereo element.
31870         * ext/xvid/gstxvid.c: (plugin_init):
31871           Add priority.
31872         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
31873         (gst_osssink_change_state):
31874           Add discont handling.
31875
31876 2004-03-09  Colin Walters  <walters@verbum.org>
31877
31878         * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
31879         conversion.
31880
31881 2004-03-09  Benjamin Otte  <otte@gnome.org>
31882
31883         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
31884           the signals take 2 arguments
31885
31886 2004-03-09  David Schleef  <ds@schleef.org>
31887
31888         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
31889         (gst_alsa_fixate): Add fixate function.  (bug #136686)
31890         * ext/alsa/gstalsa.h:
31891         * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
31892
31893 2004-03-09  Benjamin Otte  <otte@gnome.org>
31894
31895         * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
31896         (gst_mikmod_change_state):
31897         * ext/mikmod/gstmikmod.h:
31898           make mikmod's loop function not loop infinitely and call
31899           gst_element_yield anymore
31900         * gst/modplug/gstmodplug.cc:
31901           fix pad negotiation (fixes #136590)
31902
31903 2004-03-09  David Schleef  <ds@schleef.org>
31904
31905         * ext/lcs/Makefile.am:  Fix so that the lcs colorspace plugin
31906         doesn't conflict with the internal colorspace plugin.
31907         * gst-libs/gst/audio/make_filter:  Use `` instead of $() to
31908         satisfy the crappy-ass shell shipped by a certain vendor.
31909         * gst/videofilter/make_filter: same (bug #135299)
31910
31911 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
31912
31913         * configure.ac: bump nano to 1
31914
31915 === release 0.7.6 ===
31916
31917 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
31918
31919         * configure.in: releasing 0.7.6, "There"
31920
31921 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
31922
31923         * pkgconfig/gstreamer-play-uninstalled.pc.in:
31924         * pkgconfig/gstreamer-play.pc.in:
31925           synchronize the two
31926
31927 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
31928
31929         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
31930         (cdparanoia_open), (cdparanoia_event):
31931           fix/add error handling
31932         * po/POTFILES.in:
31933           add cdparanoia source
31934         * tools/Makefile.am:
31935           make scripts executable
31936
31937 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
31938
31939         * configure.ac:
31940         * ext/vorbis/Makefile.am:
31941         * sys/Makefile.am:
31942           remove id3types, vorbisfile and xvideosink from the build (#133783)
31943
31944 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31945
31946         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
31947           Fix metadata read crash (#136537).
31948
31949 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
31950
31951         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
31952         * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
31953           adding mime types, fixing the one-stop function
31954
31955 2004-03-08  Christian Schaller <Uraeus@gnome.org>
31956
31957         * ext/nas/nassink.c and /ext/nas/nassink.h:
31958         More NAS love from Arwed von Merkatz
31959         So lets all sing 'Can you feel the NAS tonight'
31960
31961 2004-03-08  Christian Schaller <Uraeus@gnome.org>
31962
31963         * tools/gst-launch-ext.in:
31964         Replace vorbisfile with oggdemux/vorbisdec/audioconvert
31965
31966 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
31967
31968         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
31969         (gst_mpeg2dec_init):
31970         remove the user_data pad for now, because it is being used in
31971         fixating causing MPEG playback to fixate on 1000 Hz for playback.
31972         If someone knows how to fix this properly, please do.
31973
31974 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
31975
31976         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
31977         (gst_osssink_get_time):
31978         add a warning, IMO this won't get triggered anymore, remove later
31979
31980 2004-03-07  David Schleef  <ds@schleef.org>
31981
31982         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):  Added Cinepak
31983         format (bug #136470)
31984
31985 2004-03-07  Thomas Vander Stichele  <thomas at apestaart dot org>
31986
31987         * gst-libs/Makefile.am:
31988         * gst-libs/gst/media-info/Makefile.am:
31989         * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
31990         (error_callback), (gst_media_info_error_create),
31991         (gst_media_info_error_element), (gmip_init), (gmip_reset),
31992         (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
31993         * gst-libs/gst/media-info/media-info-priv.h:
31994         * gst-libs/gst/media-info/media-info-test.c: (main):
31995         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
31996         (gst_media_info_class_init), (gst_media_info_instance_init),
31997         (gst_media_info_set_source), (gst_media_info_read_with_idler),
31998         (gst_media_info_read_idler), (gst_media_info_read):
31999         * gst-libs/gst/media-info/media-info.h:
32000         fixed, should work now
32001
32002 2004-03-07  Christian Schaller <Uraeus@gnome.org>
32003
32004         * ext/nas/nassink.c:
32005         A bunch of NAS fixes from Arwed von Merkatz
32006
32007 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32008
32009         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
32010         (qtdemux_parse_trak):
32011           Fix crash (j might be greater than n_samples, in which case we're
32012           writing outside the allocated space for the array) and memleak.
32013
32014 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32015
32016         * sys/oss/gstosssink.c: (gst_osssink_chain):
32017           And another caller that couldn't handle delay < 0 (unsigned
32018           integer overflow). Video now continues playing on an audio
32019           buffer underrun, and the clock continues working. Audio still
32020           stalls.
32021
32022 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32023
32024         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
32025         (gst_osssink_get_time):
32026           get_delay() may return values lower than 0. In those cases, we
32027           should not actually cast to *unsigned* int64, that will break
32028           stuff horribly. In my case, it screwed up A/V sync in movies
32029           in totem rather badly.
32030
32031 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
32032
32033         * ext/faac/gstfaac.c: (gst_faac_chain):
32034         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
32035         * ext/libpng/gstpngenc.c: (user_write_data):
32036         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
32037         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
32038         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
32039         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
32040         Fix several misuse of gst_buffer_merge (it doesn't take ownership
32041         of any buffer), should fix some leaks. I hope I didn't unref buffers
32042         that shouldn't be...
32043
32044 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
32045
32046         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
32047         (deep_notify_callback), (tag_flag_score), (found_tag_callback),
32048         (error_callback), (gmi_reset), (gmi_seek_to_track),
32049         (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
32050         (gmip_find_type_post), (gmip_find_stream_post),
32051         (gmip_find_track_streaminfo_post):
32052         * gst-libs/gst/media-info/media-info-priv.h:
32053         * gst-libs/gst/media-info/media-info-test.c: (print_tag),
32054         (info_print), (main):
32055         * gst-libs/gst/media-info/media-info.c:
32056         (gst_media_info_error_create), (gst_media_info_error_element),
32057         (gst_media_info_instance_init), (gst_media_info_get_property),
32058         (gst_media_info_new), (gst_media_info_set_source),
32059         (gst_media_info_read_idler), (gst_media_info_read):
32060         * gst-libs/gst/media-info/media-info.h:
32061           first pass at making this work again.  This seems to work on
32062           tagged ogg/vorbis and mp3 files.
32063
32064 2004-03-06  Benjamin Otte  <otte@gnome.org>
32065
32066         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
32067           fix huge leak: gst_buffer_merge doesn't unref the first argument
32068           itself.
32069
32070 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
32071
32072         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
32073           report layer/mode/emphasis
32074
32075 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
32076
32077         * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
32078
32079 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
32080
32081         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
32082           signal serial
32083
32084 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
32085
32086         * ext/vorbis/vorbis.c: (plugin_init):
32087         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
32088         (gst_vorbis_dec_init), (vorbis_dec_event):
32089         add debug category
32090         make vorbisdec handle _BYTE and _TIME queries
32091
32092 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
32093
32094         * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
32095           from the xing header
32096
32097 2004-03-06  Benjamin Otte  <otte@gnome.org>
32098
32099         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
32100         (gst_audio_convert_link), (gst_audio_convert_change_state),
32101         (gst_audio_convert_buffer_from_default_format):
32102           do conversions from/to float correctly, fix some caps nego errors,
32103           export correct supported caps in template and getcaps, use correct
32104           caps in try_set_caps functions
32105
32106 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
32107
32108         For some reason, I only committed a ChangeLog entry yesterday and
32109         not the corresponding code...
32110         * ext/mad/gstmad.c: Fix detection of Xing headers
32111         * gst/tags/gstid3tag.c: Changes to support TLEN tags
32112
32113 2004-03-06  Benjamin Otte  <otte@gnome.org>
32114
32115         * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
32116         (gst_ogg_demux_src_query):
32117           make sure to handle the case where there's no current chain
32118           gracefully.
32119
32120 2004-03-05  David Schleef  <ds@schleef.org>
32121
32122         * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
32123         Add fixate function. (bug #131128)
32124         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
32125         (gst_sdlvideosink_fixate):  Add fixate function.
32126         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
32127         Fix attempt to print a non-pointer using GST_PTR_FORMAT.
32128         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
32129         Fix missing break that was causing ulaw to be interpreted as
32130         raw int.
32131
32132 2004-03-05  David Schleef  <ds@schleef.org>
32133
32134         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
32135         Fix code that ignores return value of gst_buffer_merge().
32136         (bug #114560)
32137         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
32138         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
32139         * testsuite/gst-lint:  Check for above.
32140
32141 2004-03-05  David Schleef  <ds@schleef.org>
32142
32143         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):  Check for unfixed
32144         caps and throw an element error.  (bug #136334)
32145
32146 2004-03-05  David Schleef  <ds@schleef.org>
32147
32148         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
32149         (gst_faad_chain): Fix negotiation.
32150         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
32151         key and button events.
32152         * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
32153         dung heap of code.
32154         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
32155         depends on gconf
32156         * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
32157         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
32158         (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
32159         function to encourage better negotiation, particularly between
32160         audioconvert and osssink.
32161         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
32162         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):  Make some debugging
32163         more important.
32164         * gst/typefind/gsttypefindfunctions.c:  Fix mistake in flash
32165         typefinding.
32166         * gst/vbidec/vbiscreen.c:  Add glib header
32167         * pkgconfig/gstreamer-play.pc.in:  Depends on gst-interfaces.
32168
32169 2004-03-06  Christophe Fergeau  <teuf@users.sourceforge.net>
32170
32171         * ext/mad/gstmad.c: Fix detection of Xing headers
32172         * gst/tags/gstid3tag.c: Changes to support TLEN tags
32173
32174 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
32175
32176         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
32177         (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
32178           debug updates
32179
32180 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
32181
32182         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
32183         * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
32184         (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
32185         files, and report the parsed length as a GST_TAG_DURATION tag.
32186         * gst/tags/gstid3tag.c: support TLEN (duration) tag
32187
32188 2004-03-05  Benjamin Otte  <otte@gnome.org>
32189
32190         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
32191           convert channels correctly. convert correctly to unsigned.
32192
32193 2004-03-05  Julien MOUTTE <julien@moutte.net>
32194
32195         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
32196         we have a window before clearing it.
32197
32198 2004-03-05  Julien MOUTTE <julien@moutte.net>
32199
32200         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
32201         have a window before clearing it.
32202
32203 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
32204
32205         * gconf/gstreamer.schemas.in:
32206         * gst-libs/gst/gconf/Makefile.am:
32207           version installation path the same way as for 0.6
32208         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
32209         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
32210         * pkgconfig/gstreamer-play-uninstalled.pc.in:
32211           remove comment that was fixed
32212
32213 2004-03-05  David Schleef  <ds@schleef.org>
32214
32215         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
32216         (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
32217         (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
32218         (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
32219         Add prototype code for handling seeking and querying.
32220
32221 2004-03-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32222
32223         * examples/gstplay/player.c: (main):
32224           Initialize variables to NULL. Prevents a segfault because the
32225           (uninitialized) variable is not NULL, resulting in a crash on
32226           trying to reach error->message.
32227
32228 2004-03-05  Benjamin Otte  <otte@gnome.org>
32229
32230         * gst/audioconvert/gstaudioconvert.c:
32231         (gst_audio_convert_buffer_to_default_format):
32232         make float=>int conversion work correctly even in cornercases.
32233
32234 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
32235
32236         * debian/README.Debian:
32237         * debian/build-deps:
32238         * debian/changelog:
32239         * debian/control:
32240         * debian/control.in:
32241         * debian/copyright:
32242         * debian/gstreamer-a52dec.files:
32243         * debian/gstreamer-aa.files:
32244         * debian/gstreamer-alsa.files:
32245         * debian/gstreamer-alsa.manpages:
32246         * debian/gstreamer-arts.files:
32247         * debian/gstreamer-artsd.files:
32248         * debian/gstreamer-audiofile.files:
32249         * debian/gstreamer-avifile.files:
32250         * debian/gstreamer-cdparanoia.files:
32251         * debian/gstreamer-colorspace.files:
32252         * debian/gstreamer-doc.files:
32253         * debian/gstreamer-dv.files:
32254         * debian/gstreamer-dvd.files:
32255         * debian/gstreamer-esd.files:
32256         * debian/gstreamer-festival.files:
32257         * debian/gstreamer-flac.files:
32258         * debian/gstreamer-gconf.conffiles:
32259         * debian/gstreamer-gconf.files:
32260         * debian/gstreamer-gconf.postinst:
32261         * debian/gstreamer-gnomevfs.files:
32262         * debian/gstreamer-gsm.files:
32263         * debian/gstreamer-http.files:
32264         * debian/gstreamer-jack.files:
32265         * debian/gstreamer-jpeg.files:
32266         * debian/gstreamer-mad.files:
32267         * debian/gstreamer-mikmod.files:
32268         * debian/gstreamer-misc.files:
32269         * debian/gstreamer-mpeg2dec.files:
32270         * debian/gstreamer-oss.files:
32271         * debian/gstreamer-plugin-apps.files:
32272         * debian/gstreamer-plugin-apps.manpages:
32273         * debian/gstreamer-plugin-libs-dev.files:
32274         * debian/gstreamer-plugin-libs.files:
32275         * debian/gstreamer-plugin-template.postinst:
32276         * debian/gstreamer-plugin-template.postrm:
32277         * debian/gstreamer-sdl.files:
32278         * debian/gstreamer-sid.files:
32279         * debian/gstreamer-vorbis.files:
32280         * debian/gstreamer-x.files:
32281         * debian/mk.control:
32282         * debian/rules:
32283         Debian package info not maintained here.
32284
32285 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
32286
32287         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
32288         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
32289         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
32290         * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
32291         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
32292         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
32293         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
32294         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
32295         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
32296         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
32297         * gst-libs/gst/colorbalance/colorbalance.c:
32298         (gst_color_balance_class_init):
32299         * gst-libs/gst/colorbalance/colorbalancechannel.c:
32300         (gst_color_balance_channel_class_init):
32301         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
32302         * gst-libs/gst/play/play.c: (gst_play_class_init):
32303         * gst-libs/gst/propertyprobe/propertyprobe.c:
32304         (gst_property_probe_iface_init):
32305         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
32306         * gst-libs/gst/tuner/tunerchannel.c:
32307         (gst_tuner_channel_class_init):
32308         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
32309         * gst/cutter/gstcutter.c: (gst_cutter_class_init):
32310         * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
32311         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
32312         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
32313         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
32314         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
32315         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
32316         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
32317           fix signals to use - instead of _
32318         * ext/libcaca/gstcacasink.h:
32319         * ext/sdl/sdlvideosink.h:
32320           fix header rename
32321
32322 2004-03-04  David Schleef  <ds@schleef.org>
32323
32324         * testsuite/gst-lint:  Add a check for bad signal names.
32325
32326 2004-03-04  Stefan Kost <kost@imn.htwk-leipzig.de>
32327
32328         reviewed by David Schleef
32329
32330         * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
32331         modified the alpha channel and caused a warning. (bug #136192)
32332
32333 2004-04-03  Christian Schaller <Uraeus@gnome.org>
32334
32335         * gst-plugins.spec.in:
32336         Change names of plugins to actually be correct. Try to keep things
32337         alphabetical to avoid getting beat up by Thomas
32338
32339 2004-03-03  Julien MOUTTE <julien@moutte.net>
32340
32341         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
32342         Using ximagesink as a default if no gconf key found. We should
32343         probably consider using alsasink instead of osssink for the audio
32344         part.
32345
32346 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
32347
32348         * configure.ac:
32349           fix --with-plugins, don't think it ever worked before
32350         * gst-plugins.spec.in:
32351           even more updates
32352
32353 2004-03-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32354
32355         * ext/sdl/sdlvideosink.h:
32356         * sys/ximage/ximagesink.h:
32357         * sys/xvideo/xvideosink.h:
32358         * sys/xvimage/xvimagesink.h:
32359           Fix for move of gstvideosink.h -> videosink.h.
32360
32361 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
32362
32363         * gst-libs/gst/xwindowlistener/Makefile.am:
32364           this is a plugin library, not a library
32365
32366 2004-03-01  David Schleef  <ds@schleef.org>
32367
32368         * AUTHORS:  Added some names.  Add yourself if you're still
32369         missing.
32370
32371 2004-03-01  David Schleef  <ds@schleef.org>
32372
32373         * MAINTAINERS: Add
32374
32375 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
32376
32377         * gst-plugins.spec.in: clean up spec file
32378
32379 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
32380
32381         * gst-libs/gst/video/Makefile.am:
32382         * gst-libs/gst/video/gstvideosink.c:
32383         * gst-libs/gst/video/gstvideosink.h:
32384           rename gstvideosink.h to videosink.h to match other headers
32385         * gst/mixmatrix/Makefile.am:
32386           fix plugin filename
32387         * gst/tags/Makefile.am: fix plugin filename
32388
32389 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
32390
32391         * gst/tags/Makefile.am: fix plugin filename
32392
32393 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
32394
32395         * examples/gstplay/player.c: (got_time_tick), (main):
32396           add error handler
32397           display time_tick more readably
32398         * gst/mixmatrix/Makefile.am:
32399           fix plugin file name
32400
32401 2004-02-29  Christophe Fergeau  <teuf@gnome.org>
32402
32403         * sys/oss/gstosselement.c: (gst_osselement_probe),
32404         (device_combination_append), (gst_osselement_class_probe_devices):
32405         * sys/oss/gstosselement.h:
32406           Reworked enumeration of oss dsps and mixers so that gst-mixer works
32407           on my system using alsa oss emulation, fixes bug #135597
32408
32409 2004-02-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32410
32411         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
32412         (gst_videodrop_chain), (gst_videodrop_change_state):
32413         * gst/videodrop/gstvideodrop.h:
32414           Work based on timestamp of input data, not based on the expected
32415           framerate from the input. The consequence is that this element now
32416           not only scales framerates, but also functions as a framerate
32417           corrector or framerate stabilizer/constantizer.
32418
32419 2004-02-27  David Schleef  <ds@schleef.org>
32420
32421         patches from jmmv@menta.net (Julio M. Merino Vidal)
32422
32423         * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
32424         GST_ELEMENT_ERROR call (bug #135634)
32425         * gst/interleave/interleave.c: (interleave_buffered_loop),
32426         (interleave_bytestream_loop): Don't use alloca() (bug #135640)
32427         * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
32428         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
32429         (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
32430         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
32431         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
32432         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
32433         Fix GST_ELEMENT_ERROR call.
32434         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
32435         GST_ELEMENT_ERROR call.
32436
32437 2004-02-27  Benjamin Otte  <otte@gnome.org>
32438
32439         * gst-libs/gst/audio/audio.h:
32440           add macro to make sure header isn't included twice
32441         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
32442           don't use gst_buffer_free
32443         * gst/playondemand/filter.func:
32444           don't use gst_data_free. Free data only once.
32445
32446 2004-02-26  David Schleef  <ds@schleef.org>
32447
32448         * gst-libs/gst/colorbalance/Makefile.am:
32449         * gst-libs/gst/mixer/Makefile.am:
32450         * gst-libs/gst/tuner/Makefile.am:
32451         * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
32452         should not be disted, -marshal.h files should not be installed,
32453         and -enum.h files _should_ be installed.  Fix to make this the
32454         case.
32455
32456 === release 0.7.5 ===
32457
32458 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
32459
32460         * configure.ac: release 0.7.5, "Under The Sea"
32461
32462 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
32463
32464         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
32465         (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
32466         * gst/videoscale/gstvideoscale.c:
32467         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
32468           assorted debug/warning fixes
32469
32470 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
32471
32472         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
32473         (gst_videoscale_init), (gst_videoscale_chain),
32474         (gst_videoscale_set_property), (plugin_init):
32475         * gst/videoscale/gstvideoscale.h:
32476         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
32477         (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
32478         (gst_videoscale_planar400), (gst_videoscale_packed422),
32479         (gst_videoscale_packed422rev), (gst_videoscale_32bit),
32480         (gst_videoscale_24bit), (gst_videoscale_16bit),
32481         (gst_videoscale_bilinear), (gst_videoscale_bicubic),
32482         (gst_videoscale_scale_plane_slow),
32483         (gst_videoscale_scale_point_sample),
32484         (gst_videoscale_scale_nearest),
32485         (gst_videoscale_scale_nearest_str2),
32486         (gst_videoscale_scale_nearest_str4),
32487         (gst_videoscale_scale_nearest_32bit),
32488         (gst_videoscale_scale_nearest_24bit),
32489         (gst_videoscale_scale_nearest_16bit):
32490         add debugging category and use it properly
32491         fix use of GST_PTR_FORMAT
32492
32493 2004-02-25  Andy Wingo  <wingo@pobox.com>
32494
32495         * gst/interleave/interleave.c (interleave_buffered_loop): Always
32496         push only when channel->buffer is NULL. Prevents segfaults doing
32497         the state change after a nonlocal exit, like a scheme exception.
32498
32499         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
32500         Handle the case where the intersected caps is empty.
32501
32502 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
32503
32504         * gst/law/mulaw-decode.c: (mulawdec_link):
32505         * gst/law/mulaw.c: (plugin_init):
32506           fix mulawdec so it actually works again
32507
32508 2004-02-24  Arwed v. Merkatz  <v.merkatz@gmx.net>
32509
32510         reviewed by: David Schleef  <ds@schleef.org>
32511
32512         * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
32513         (gst_gamma_init), (gst_gamma_set_property),
32514         (gst_gamma_get_property), (gst_gamma_calculate_tables),
32515         (gst_gamma_rgb24), (gst_gamma_rgb32):  Adds gamma correction
32516         for RGB, with separate r g and b correction factors. (#131167)
32517
32518 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
32519
32520         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
32521           only signal tags for bitrate if they're > 0 (#134894)
32522
32523 2004-02-24  David Schleef  <ds@schleef.org>
32524
32525         * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
32526         (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
32527         (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
32528         (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
32529         (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
32530         (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
32531         (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
32532         (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
32533         Cleanups.  Convert g_prints to GST_LOGs.  Add qtdemux debug
32534         category.  Attempt to fix timestamp calculation.
32535
32536 2004-02-24  Johan Dahlin  <johan@gnome.org>
32537
32538         * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
32539
32540 2004-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
32541
32542         * configure.ac:
32543         * gconf/Makefile.am:
32544         * gconf/gstreamer.schemas:
32545         * gst-libs/gst/gconf/Makefile.am:
32546         * gst-libs/gst/gconf/gconf.c:
32547           version gconf schemas and install locations
32548
32549 2004-02-23  Benjamin Otte  <otte@gnome.org>
32550
32551         * ext/xine/xineinput.c: (gst_xine_input_dispose):
32552         (gst_xine_input_subclass_init):
32553           call parent dispose.
32554           change pad template for CD reader correctly
32555         * ext/xine/Makefile.am:
32556         * ext/xine/gstxine.h:
32557         * ext/xine/xine.c: (plugin_init):
32558         * ext/xine/xineaudiosink.c:
32559           wrap audio sinks, too
32560         * gst-libs/gst/resample/private.h:
32561         * gst-libs/gst/resample/resample.c: (gst_resample_init),
32562         (gst_resample_reinit), (gst_resample_scale),
32563         (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
32564         (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
32565         (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
32566         (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
32567         (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
32568         * gst-libs/gst/resample/resample.h:
32569         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
32570         (gst_audioscale_class_init), (gst_audioscale_link),
32571         (gst_audioscale_get_buffer), (gst_audioscale_init),
32572         (gst_audioscale_chain), (gst_audioscale_set_property),
32573         (gst_audioscale_get_property):
32574         * gst/audioscale/gstaudioscale.h:
32575           s/resample_*/gst_resample_*/i to not clobber namespaces
32576
32577 2004-02-23  Julien MOUTTE  <julien@moutte.net>
32578
32579         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
32580         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
32581         (gst_riff_create_video_template_caps),
32582         (gst_riff_create_audio_template_caps),
32583         (gst_riff_create_iavs_template_caps):
32584         * gst-libs/gst/riff/riff-media.h:
32585         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
32586         (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
32587         (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
32588         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
32589         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
32590         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
32591         (gst_matroska_demux_plugin_init): First batch implementing audio and
32592         video codec tags in demuxers.
32593
32594 2004-02-22  Benjamin Otte  <otte@gnome.org>
32595
32596         * ext/xine/Makefile.am:
32597         * ext/xine/gstxine.h:
32598         * ext/xine/xine.c: (plugin_init):
32599         * ext/xine/xineinput.c:
32600           add input plugin wrapper. Playback from files, http, mms and cdda
32601           works.
32602         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
32603           remove leftover G_GNUC_UNUSED
32604         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
32605         (gst_asf_demux_identify_guid):
32606           improve debugging output
32607
32608 2004-02-22  Benjamin Otte  <otte@gnome.org>
32609
32610         reported by: Padraig O'Briain <padraig.obriain@sun.com>
32611
32612         * autogen.sh:
32613           replace test -e with test -x for mkinstalldirs to be more portable.
32614           (fixes #134816)
32615
32616 2004-02-22  Benjamin Otte  <otte@gnome.org>
32617
32618         reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
32619
32620         * gst/audioconvert/gstaudioconvert.c: (plugin_init):
32621           set rank to PRIMARY
32622         * gst/volume/gstvolume.c: (plugin_init):
32623           set rank to NONE
32624         fixes #134960
32625
32626 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
32627
32628         reviewed by Benjamin Otte  <otte@gnome.org>
32629
32630         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
32631           escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
32632
32633 2004-02-22  Benjamin Otte  <otte@gnome.org>
32634
32635         * configure.ac:
32636           export [_]*{gst,Gst,GST}.* symbols from plugins
32637
32638 2004-02-22  Christophe Fergeau <teuf@gnome.org>
32639
32640         reviewed by: Benjamin Otte  <otte@gnome.org>
32641
32642         * ext/lame/gstlame.c: (add_one_tag):
32643         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
32644         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
32645         (gst_vorbisenc_metadata_set1):
32646         * gst/tags/gstid3tag.c:
32647         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
32648           apply fixes from bugs #135042 (lame can't write tags) and #133817
32649           (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
32650
32651 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
32652
32653         * configure.ac: Export only gst_plugin_desc from plugins.
32654          Note that this change only makes any effect with Linux using libtool
32655          1.5.2 or higher. Otherwise it is silently ignored, but it would build
32656          fine. And don't try to have several versions of libtool in different
32657          directories.
32658
32659 2004-02-20  Andy Wingo  <wingo@pobox.com>
32660
32661         * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
32662         interleave respectively.
32663
32664         * gst/interleave/deinterleave.c: New plugin: deinterleave
32665         (replaces on oneton).
32666         * gst/interleave/interleave.c: New plugin: interleave.
32667         * gst/interleave/plugin.h: Support file.
32668         * gst/interleave/plugin.c: Support file.
32669
32670         * configure.ac: Remove intfloat and oneton, add interleave.
32671
32672         * ext/sndfile/gstsf.c: Handle events better.
32673
32674         * gst/audioconvert/gstaudioconvert.c: Change to support int2float
32675         and float2int operation. int2float has scheduling problems as
32676         noted in in2float_chain.
32677
32678 2004-02-20  Benjamin Otte  <otte@gnome.org>
32679
32680         * ext/xine/Makefile.am:
32681         * ext/xine/gstxine.h:
32682         * ext/xine/xine.c:
32683         * ext/xine/xineaudiodec.c:
32684         * ext/xine/xinecaps.c:
32685           add first version of xine plugin wrapper. Currently only wraps the
32686           QDM2 win32 DLL, and even that only in proof-of-concept quality.
32687         * configure.ac:
32688         * ext/Makefile.am:
32689           add xine plugin wrapper, disabled by default. Use --enable-xine to
32690           build. Note that it'll segfault on gst-register if you don't remove
32691           the goom and tvtime post plugins from xine.
32692         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
32693         (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
32694           add extradata parsing for QDM2.
32695           change around debugging prints.
32696
32697 2004-02-19  Benjamin Otte  <otte@gnome.org>
32698
32699         * ext/lame/gstlame.c: (gst_lame_chain):
32700         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
32701           use gst_tag_list_insert when you want to insert tags
32702
32703 2004-02-18  David Schleef  <ds@schleef.org>
32704
32705         * configure.ac:  Move massink to gst-rotten
32706         * ext/Makefile.am:
32707         * ext/mas/Makefile.am:
32708         * ext/mas/massink.c:
32709         * ext/mas/massink.h:
32710
32711 2004-02-18  David Schleef  <ds@schleef.org>
32712
32713         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
32714         typefinding, since it seems to be worse than nothing.
32715         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):  Add ftyp
32716         atom to recognize .mp4 and .m4a files as video/quicktime.
32717
32718 2004-02-18  David Schleef  <ds@schleef.org>
32719
32720         * gst/sine/demo-dparams.c: (quit_live),
32721         (dynparm_log_value_changed), (dynparm_value_changed), (main):
32722         Use double dparams, not float.
32723         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
32724         (gst_sinesrc_init): Change sync default to FALSE, since multiple
32725         sync'd elements don't really work correctly.
32726         * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
32727         (volume_update_volume), (volume_get_property):  Change dparam
32728         to double.
32729
32730 2004-02-18  Julien MOUTTE  <julien@moutte.net>
32731
32732         * sys/ximage/ximagesink.c:
32733         (gst_ximagesink_xwindow_update_geometry),
32734         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
32735         (gst_ximagesink_change_state), (gst_ximagesink_expose),
32736         (gst_ximagesink_init): Rework the way software video scaling works. So
32737         now we check on each chain call if the video frames are feeling the
32738         window. If not we try to renegotiate caps. On failure we memorize that
32739         and we won't try again for that PLAYING sessions.
32740         * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
32741         failure.
32742         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
32743         synchronous flag.
32744
32745 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
32746
32747         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
32748           break up _link so we can give a better debug message for errors
32749
32750 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
32751
32752         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
32753           set up debug category
32754
32755 2004-02-18  Julien MOUTTE <julien@moutte.net>
32756
32757         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
32758         (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
32759         the way renegotiation work. The event handling function is not taking
32760         care of external windows and renegotiate method check for pad flags
32761         NEGOTIATING. Should fix : #133209
32762
32763 2004-02-17  Julien MOUTTE  <julien@moutte.net>
32764
32765         * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
32766         pad is negotiating before trying renegotiation.
32767
32768 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
32769
32770         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
32771           pass on all possible mime types as typefind hints
32772
32773 2004-02-17  Julien MOUTTE <julien@moutte.net>
32774
32775         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
32776         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
32777         possible SHM leak if we crash. All other apps using XShm are doing
32778         that.
32779
32780 2004-02-17  Julien MOUTTE  <julien@moutte.net>
32781
32782         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
32783         (gst_ximagesink_expose): Renegotiate size on expose.
32784         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
32785         size on expose.
32786
32787 2004-02-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32788
32789         * testsuite/alsa/sinesrc.c:
32790           cosmetic fix to fix compile issue with gcc 2.95.4
32791
32792 2004-02-16  Julien MOUTTE <julien@moutte.net>
32793
32794         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
32795         (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
32796         failed opening the audio device.
32797         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
32798         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
32799         (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
32800         (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
32801         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
32802         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
32803         (gst_ximagesink_change_state), (gst_ximagesink_chain),
32804         (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
32805         Removing some useless g_return_if_fail like wingo suggested.
32806         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
32807         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
32808         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
32809         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
32810         (gst_xvimagesink_update_colorbalance),
32811         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
32812         (gst_xvimagesink_xcontext_clear),
32813         (gst_xvimagesink_get_fourcc_from_caps),
32814         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
32815         (gst_xvimagesink_set_xwindow_id),
32816         (gst_xvimagesink_colorbalance_list_channels),
32817         (gst_xvimagesink_colorbalance_set_value),
32818         (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
32819         PAUSED. Removing some useless g_return_if_fail like wingo suggested.
32820
32821 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
32822
32823         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
32824           throw error when not negotiated instead of asserting
32825
32826 2004-02-15  Julien MOUTTE  <julien@moutte.net>
32827
32828         * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
32829         correct data refcounting.
32830
32831 2004-02-15  Julien MOUTTE  <julien@moutte.net>
32832
32833         * gst/switch/gstswitch.c: (gst_switch_change_state),
32834         (gst_switch_class_init): Cleaning the sinkpads correctly on state
32835         change, mostly the EOS flag.
32836
32837 2004-02-15  Julien MOUTTE  <julien@moutte.net>
32838
32839         * examples/gstplay/player.c: (got_eos), (main): Adding some
32840         output for debugging.
32841         * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
32842         timeouts if we go to any state different from PLAYING.
32843         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
32844         more EOS bugs in riff lib.
32845
32846 2004-02-14  Julien MOUTTE  <julien@moutte.net>
32847
32848         * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
32849         visualization until i find a way to fix switch correctly.
32850         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
32851         EOS arrives.
32852         * gst/switch/gstswitch.c: (gst_switch_release_pad),
32853         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
32854         (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
32855         Reworked switch to get a more correct behaviour with events and refing
32856         of data stored in sinkpads.
32857         * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
32858         we don't pull from a pad in EOS.
32859
32860 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32861
32862         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
32863           remove v1 tag even if we can't read it (makes sure we don't detect
32864           it again)
32865
32866 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32867
32868         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
32869         (gst_alsa_xrun_recovery):
32870         * ext/alsa/gstalsa.h:
32871           try xrun recovery when wait failed. Make xrun recovery function
32872           return TRUE/FALSE to indicate success. (might fix #134354)
32873
32874 2004-02-13  David Schleef  <ds@schleef.org>
32875
32876         * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
32877         (dynparm_value_changed), (main): Convert from float to double.
32878         * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
32879
32880 2004-02-13  David Schleef  <ds@schleef.org>
32881
32882         * gst/silence/gstsilence.c: (gst_silence_class_init),
32883         (gst_silence_set_clock), (gst_silence_get),
32884         (gst_silence_set_property), (gst_silence_get_property):
32885         * gst/silence/gstsilence.h: Add sync property.
32886         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
32887         (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
32888         (gst_sinesrc_set_property), (gst_sinesrc_get_property):
32889         * gst/sine/gstsinesrc.h: Add sync property.
32890
32891 2004-02-13  David Schleef  <ds@schleef.org>
32892
32893         * gst/intfloat/gstint2float.c: (conv_f32_s16),
32894         (gst_int2float_chain_gint16):  Change stdint usage to glib types.
32895
32896 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
32897
32898         * configure.ac:
32899         * ext/Makefile.am:
32900         * gst-libs/ext/Makefile.am:
32901           move ffmpeg plugin to gst-ffmpeg module
32902
32903 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
32904
32905         * configure.ac: use GST_ARCH to detect architecture
32906
32907 2004-02-12  Julien MOUTTE  <julien@moutte.net>
32908
32909         * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
32910
32911 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
32912
32913         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
32914           classify LADSPA plugins based on number of src/sink pads
32915           (#133663, Stefan Kost)
32916         * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
32917           fix dparams registration
32918           (#133528, Stefan Kost)
32919         * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
32920           fix use of isprint and use g_ascii_isprint instead
32921           (#133316, Stefan Kost)
32922
32923 2004-02-11  David Schleef  <ds@schleef.org>
32924
32925         Convert a few inner loops to use liboil.  This is currently
32926         optional, and is only enabled if liboil is present (duh!).
32927         * configure.ac: Check for liboil-0.1
32928         * gst/intfloat/Makefile.am:
32929         * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
32930         (gst_int2float_chain_gint16):
32931         * gst/videofilter/Makefile.am:
32932         * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
32933         (tablelookup_u8), (gst_videobalance_planar411):
32934         * gst/videotestsrc/Makefile.am:
32935         * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
32936         * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
32937         (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
32938         (paint_hline_RGB565), (paint_hline_xRGB1555):
32939
32940 2004-02-11  David Schleef  <ds@schleef.org>
32941
32942         * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
32943         (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
32944         (gst_colorspace_getcaps), (gst_colorspace_link),
32945         (gst_colorspace_base_init), (gst_colorspace_init),
32946         (gst_colorspace_chain), (gst_colorspace_change_state),
32947         (plugin_init): Merge Ronald's patch (bug #117897) and update
32948         for new caps and negotiation.  Seems to work, although it
32949         shows off bugs in lcs.
32950
32951 2004-02-11  David Schleef  <ds@schleef.org>
32952
32953         * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
32954         (bug #133886)  Noticed by bugs@leroutier.net (Stephane LOEUILLET)
32955
32956 2004-02-11  David Schleef  <ds@schleef.org>
32957
32958         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
32959         (gst_rfbsrc_change_state), (gst_rfbsrc_init),
32960         (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
32961         Add server and port properties
32962
32963 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
32964
32965         * m4/a52.m4:
32966         * m4/aalib.m4:
32967         * m4/as-ffmpeg.m4:
32968         * m4/as-liblame.m4:
32969         * m4/as-slurp-ffmpeg.m4:
32970         * m4/check-libheader.m4:
32971         * m4/esd.m4:
32972         * m4/freetype2.m4:
32973         * m4/gconf-2.m4:
32974         * m4/glib.m4:
32975         * m4/gst-alsa.m4:
32976         * m4/gst-artsc.m4:
32977         * m4/gst-ivorbis.m4:
32978         * m4/gst-matroska.m4:
32979         * m4/gst-sdl.m4:
32980         * m4/gst-shout2.m4:
32981         * m4/gst-sid.m4:
32982         * m4/gtk.m4:
32983         * m4/libdv.m4:
32984         * m4/libfame.m4:
32985         * m4/libmikmod.m4:
32986         * m4/ogg.m4:
32987         * m4/vorbis.m4:
32988           fix underquotedness of macros (#133800)
32989         * m4/as-avifile.m4:
32990         * m4/xmms.m4:
32991           removed because no longer used
32992
32993 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
32994
32995         * configure.ac:
32996           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
32997           by autopoint (fixes #132996)
32998
32999 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33000
33001         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
33002         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
33003         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
33004         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
33005           fix memleaks
33006
33007 2004-02-11  David Schleef  <ds@schleef.org>
33008
33009         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
33010         (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
33011         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
33012         (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
33013         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
33014         (gst_jpegenc_class_init), (gst_jpegenc_init),
33015         (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
33016         (gst_jpegenc_chain), (gst_jpegenc_set_property),
33017         (gst_jpegenc_get_property):  Fix negotiation.  Add some properties.
33018         * ext/jpeg/gstjpegenc.h: Fix negotiation.
33019
33020 2004-02-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33021
33022         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
33023         (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
33024         * ext/mikmod/gstmikmod.h:
33025           fix caps negotiation in mikmod
33026         * ext/ogg/gstoggdemux.c: (gst_ogg_print):
33027           output debug information
33028
33029 2004-02-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33030
33031         * gst-libs/gst/colorbalance/Makefile.am:
33032         * gst-libs/gst/navigation/Makefile.am:
33033         * gst-libs/gst/xoverlay/Makefile.am:
33034           remove unused GST_OPT_CFLAGS from Makefiles
33035           include X_CFLAGS and X_LIBS in xoverlay. (#131948)
33036
33037 2004-02-07  David Schleef  <ds@schleef.org>
33038
33039         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
33040         push events to pads that haven't been created (#133508)
33041
33042 2004-02-07  Jan Schmidt  <thaytan@mad.scientist.com>
33043
33044         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
33045         (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
33046         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
33047         (gst_dvdec_loop), (gst_dvdec_change_state):
33048         Second attempt at committing a working dvdec element.
33049
33050 2004-02-06  David Schleef  <ds@schleef.org>
33051
33052         Build fixes for OS X: (see #129600)
33053         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
33054         (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
33055         (gst_riff_read_strf_iavs):
33056         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
33057         (gst_avi_demux_stream_odml):
33058         * gst/playondemand/Makefile.am:
33059         * gst/rtp/rtp-packet.c:
33060
33061 2004-02-05  David Schleef  <ds@schleef.org>
33062
33063         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
33064         last change, because it Just Doesn't Compile.
33065
33066 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33067
33068         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
33069           skip undecodable id3v2 tag instead of keeping it
33070
33071 2004-02-05  David Schleef  <ds@schleef.org>
33072
33073         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
33074         Unref leaked buffer.  (Noticed by Ronald)
33075
33076 2004-02-05  David I. Lehn  <dlehn@users.sourceforge.net>
33077
33078         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
33079         Sync requires with other checks.  >= vs =.
33080
33081 2004-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
33082
33083         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
33084         (gst_dvdec_video_link), (gst_dvdec_loop):
33085         * ext/dv/gstdvdec.h:
33086           rework the caps negotiation so that dvdec works again instead
33087           of just segfaulting.
33088
33089 === release 0.7.4 ===
33090
33091 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
33092
33093         * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
33094         * configure.ac: changed for release
33095
33096 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
33097
33098         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
33099         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
33100         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
33101         * pkgconfig/gstreamer-play-uninstalled.pc.in:
33102           reworked patch by David Lehn to fix libdir and includedir for
33103           uninstalled libraries
33104           removed play and gconf from gstreamer-libs since they have their
33105           own pkgconfig files
33106
33107 2004-02-04  David Schleef  <ds@schleef.org>
33108
33109         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
33110         memleak.
33111
33112 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33113
33114         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
33115           use correct GST_TAG_ENCODER tag
33116
33117 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33118
33119         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
33120           be sure to stop the clock when going to paused
33121         * sys/oss/gstosssink.c: (gst_osssink_change_state):
33122           reset number of transmitted when going to ready.
33123         fixes #132935
33124
33125 2004-02-05  Charles Schmidt <cschmidt2@emich.edu>
33126
33127         reviewed by Benjamin Otte
33128
33129         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
33130           extract track count (fixes #133410)
33131
33132 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33133
33134         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
33135           that should be !=, not == (fixes #132519)
33136
33137 2004-02-04  David Schleef  <ds@schleef.org>
33138
33139         Make sure set_explicit_caps() is called before adding pad.
33140         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
33141         * gst/id3/gstid3types.c: (gst_id3types_loop):
33142         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
33143         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
33144
33145 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
33146
33147         * configure.ac:
33148           bump nano to 2, first prerelease
33149           put back AM_PROG_LIBTOOL
33150
33151 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
33152
33153         * testsuite/alsa/Makefile.am:
33154           these are user test apps, not automatic testsuite tests
33155
33156 2004-02-04  David Schleef  <ds@schleef.org>
33157
33158         Convert GST_DEBUG_CAPS() to GST_DEBUG():
33159         * gst/mpeg1videoparse/gstmp1videoparse.c:
33160         (mp1videoparse_parse_seq):
33161         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
33162         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
33163         * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
33164         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
33165         (gst_xvideosink_getcaps):
33166         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
33167         * testsuite/gst-lint: more tests
33168
33169 2004-02-04  David Schleef  <ds@schleef.org>
33170
33171         Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
33172         with the code that they would expand to.
33173         * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
33174         (gst_flacdec_get_src_query_types),
33175         (gst_flacdec_get_src_event_masks):
33176         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
33177         (gst_gnomevfssrc_get_query_types),
33178         (gst_gnomevfssrc_get_event_mask):
33179
33180 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33181
33182         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
33183         (gst_sinesrc_dispose):
33184           fix memleak by properly disposing sinesrc
33185
33186 2004-02-04  Julien MOUTTE  <julien@moutte.net>
33187
33188         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
33189         * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
33190         an overlay to redraw the image because it has been exposed.
33191         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
33192         (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
33193         (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
33194         * sys/ximage/ximagesink.h: Implement expose method from XOverlay
33195         interface
33196         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
33197         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
33198         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
33199         * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
33200         interface
33201
33202 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33203
33204         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
33205           more memleak fixage
33206
33207 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33208
33209         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
33210         * gst/typefind/gsttypefindfunctions.c:
33211           fix memleaks shown by gst-typefind
33212
33213 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
33214
33215         * common/glib-gen.mak:
33216           add hack rule to touch .Plo files
33217         * gst-libs/gst/colorbalance/Makefile.am:
33218         * gst-libs/gst/mixer/Makefile.am:
33219         * gst-libs/gst/play/Makefile.am:
33220         * gst-libs/gst/tuner/Makefile.am:
33221           remove glib_root variable
33222
33223 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33224
33225         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
33226           set explicit caps before adding the element, so the autopluggers can
33227           plug correctly.
33228         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
33229         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
33230         (mpeg_video_type_find), (mpeg_video_stream_type_find),
33231         (dv_type_find):
33232           fix memleaks in typefind functions. gst_type_find_suggest takes a const
33233           argument.
33234
33235 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
33236
33237         * gst-libs/gst/colorbalance/Makefile.am:
33238         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
33239         * gst-libs/gst/colorbalance/colorbalance.c:
33240         * gst-libs/gst/colorbalance/colorbalance.h:
33241         * gst-libs/gst/colorbalance/colorbalancemarshal.list:
33242         * gst-libs/gst/mixer/Makefile.am:
33243         * gst-libs/gst/mixer/mixer-marshal.list:
33244         * gst-libs/gst/mixer/mixer.c:
33245         * gst-libs/gst/mixer/mixer.h:
33246         * gst-libs/gst/mixer/mixermarshal.list:
33247         * gst-libs/gst/play/Makefile.am:
33248         * gst-libs/gst/play/play.h:
33249         * gst-libs/gst/tuner/Makefile.am:
33250         * gst-libs/gst/tuner/tuner-marshal.list:
33251         * gst-libs/gst/tuner/tuner.c:
33252         * gst-libs/gst/tuner/tuner.h:
33253         * gst-libs/gst/tuner/tunermarshal.list:
33254           use new glib-gen.mak snippet to clean up Makefile.am
33255           fix various bugs in Makefile.am's
33256
33257 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33258
33259         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
33260           handle chain parsing correctly in the multichain case
33261         * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
33262         (theora_dec_from_granulepos), (theora_dec_to_granulepos),
33263         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
33264         (theora_dec_chain):
33265           handle events and queries correctly
33266
33267 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
33268
33269         * .cvsignore:
33270         Ignore generated file _stdint.h.
33271
33272 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
33273
33274         * gst-libs/gst/colorbalance/Makefile.am:
33275         * gst-libs/gst/colorbalance/colorbalance.h:
33276         * gst-libs/gst/mixer/Makefile.am:
33277         * gst-libs/gst/mixer/mixer.h:
33278         * gst-libs/gst/play/Makefile.am:
33279         * gst-libs/gst/play/play.h:
33280         * gst-libs/gst/tuner/Makefile.am:
33281         * gst-libs/gst/tuner/tuner.h:
33282         Generate enum type code with glib-mkenums.
33283         * gst-libs/gst/colorbalance/.cvsignore:
33284         * gst-libs/gst/mixer/.cvsignore:
33285         * gst-libs/gst/play/.cvsignore:
33286         * gst-libs/gst/tuner/.cvsignore:
33287         Ignore generated files.
33288
33289 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
33290
33291         * gst-libs/gst/audio/.cvsignore:
33292         Ignore generated file.
33293         * gst-libs/gst/audio/Makefile.am:
33294         Do not install example filter.
33295
33296 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
33297
33298         * examples/switch/.cvsignore:
33299         Ignore generated file.
33300
33301 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33302
33303         * common/m4/ax_create_stdint_h.m4:
33304         * configure.ac:
33305           add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
33306           _stdint.h.
33307         * Makefile.am:
33308           remove generated _stdint.h in DISTCLEANFILES
33309         * ext/a52dec/gsta52dec.c:
33310           include _stdint.h for a52dec. (should fix #133064)
33311
33312 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
33313
33314         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
33315         (gst_tag_to_vorbis_comments):
33316         Add replaygain support to vorbistag
33317
33318 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
33319         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
33320         (gst_ffmpeg_caps_to_extradata):
33321           Fix SVQ3 caps flag properties
33322           Use glib macro for bytes swap
33323
33324 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
33325
33326         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
33327         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
33328         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
33329         * ext/sndfile/gstsf.c: (plugin_init):
33330         * gst/avi/gstavi.c: (plugin_init):
33331         * sys/dxr3/dxr3init.c: (plugin_init):
33332         * sys/oss/gstossaudio.c: (plugin_init):
33333         * sys/v4l/gstv4l.c: (plugin_init):
33334         * sys/v4l2/gstv4l2.c: (plugin_init):
33335           remove textdomain calls
33336         * po/nl.po:
33337           update Dutch translation
33338
33339 2004-02-02  Julien MOUTTE  <julien@moutte.net>
33340
33341         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
33342         (gst_play_set_audio_sink): Moving volume in the audio thread for
33343         instantaneous volume change. Maybe i will add another volume in front
33344         of visualization later, not sure yet though.
33345
33346 2004-02-02  Julien MOUTTE  <julien@moutte.net>
33347
33348         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
33349         (gst_ximagesink_handle_xevents): Better X events handling, only take
33350         the latest events for configure and motion.
33351         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
33352
33353 2004-02-02  Jon Trowbridge  <trow@gnu.org>
33354
33355         reviewed by: David Schleef  <ds@schleef.org>
33356
33357         Fix memory leaks:
33358         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
33359         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
33360
33361 2004-02-02  David Schleef  <ds@schleef.org>
33362
33363         code cleanup.  Change bzero() to memset().  Remove duplicate ; at ends
33364         of lines.
33365         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
33366         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
33367         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
33368         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
33369         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
33370         * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
33371         * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
33372         * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
33373         (gst_float2_2_int_link):
33374         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
33375         * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
33376         * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
33377         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
33378         * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
33379         * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
33380         * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
33381         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
33382         * testsuite/gst-lint: Add tests for bzero and ;;
33383
33384 2004-02-02  David Schleef  <ds@schleef.org>
33385
33386         * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
33387
33388 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
33389
33390         * ext/aalib/gstaasink.c: (gst_aasink_open):
33391         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
33392         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
33393         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
33394         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
33395         (gst_afsink_close_file):
33396         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
33397         (gst_afsrc_close_file):
33398         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
33399         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
33400         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
33401         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
33402         * ext/esd/esdmon.c: (gst_esdmon_get):
33403         * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
33404         * ext/faac/gstfaac.c: (gst_faac_chain):
33405         * ext/faad/gstfaad.c: (gst_faad_chain):
33406         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
33407         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
33408         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
33409         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
33410         (gst_flacdec_loop):
33411         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
33412         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
33413         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
33414         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
33415         (gst_gnomevfssink_close_file):
33416         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
33417         (gst_gnomevfssrc_open_file):
33418         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
33419         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
33420         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
33421         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
33422         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
33423         * ext/mad/gstmad.c: (gst_mad_chain):
33424         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
33425         * ext/mpeg2dec/gstmpeg2dec.c:
33426         * ext/mpeg2enc/gstmpeg2enc.cc:
33427         * ext/mplex/gstmplex.cc:
33428         * ext/mplex/gstmplexibitstream.cc:
33429         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
33430         (gst_ogg_demux_push):
33431         * ext/raw1394/gstdv1394src.c:
33432         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
33433         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
33434         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
33435         (gst_sf_loop):
33436         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
33437         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
33438         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
33439         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
33440         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
33441         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
33442         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
33443         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
33444         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
33445         (gst_riff_read_element_data), (gst_riff_read_seek),
33446         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
33447         * gst/adder/gstadder.c: (gst_adder_loop):
33448         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
33449         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
33450         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
33451         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
33452         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
33453         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
33454         * gst/goom/gstgoom.c: (gst_goom_chain):
33455         * gst/id3/gstid3types.c: (gst_id3types_loop):
33456         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
33457         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
33458         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
33459         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
33460         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
33461         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
33462         (gst_ebml_read_float), (gst_ebml_read_header):
33463         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
33464         (gst_matroska_demux_parse_blockgroup):
33465         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
33466         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
33467         * gst/oneton/gstoneton.c: (gst_oneton_chain):
33468         * gst/silence/gstsilence.c: (gst_silence_get):
33469         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
33470         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
33471         * gst/speed/gstspeed.c: (speed_loop):
33472         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
33473         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
33474         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
33475         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
33476         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
33477         (gst_wavparse_loop):
33478         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
33479         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
33480         (dxr3audiosink_close):
33481         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
33482         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
33483         (dxr3videosink_close), (dxr3videosink_write_data):
33484         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
33485         * sys/oss/gstosssink.c: (gst_osssink_chain):
33486         * sys/oss/gstosssrc.c: (gst_osssrc_get):
33487         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
33488         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
33489         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
33490         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
33491         (gst_v4l_set_window), (gst_v4l_enable_overlay):
33492         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
33493         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
33494         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
33495         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
33496         (gst_v4l_set_audio):
33497         * sys/v4l/v4l_calls.h:
33498         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
33499         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
33500         (gst_v4lmjpegsink_playback_init),
33501         (gst_v4lmjpegsink_playback_start):
33502         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
33503         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
33504         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
33505         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
33506         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
33507         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
33508         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
33509         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
33510         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
33511         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
33512         (gst_v4l2_get_output), (gst_v4l2_set_output),
33513         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
33514         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
33515         (gst_v4l2_set_attribute):
33516         * sys/v4l2/v4l2_calls.h:
33517         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
33518         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
33519         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
33520         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
33521         (gst_v4l2src_capture_stop):
33522         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
33523         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
33524         (gst_ximagesink_chain):
33525         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
33526         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
33527         (gst_xvideosink_xwindow_new):
33528         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
33529         (gst_xvimagesink_chain):
33530
33531 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
33532
33533         * gst/volume/gstvolume.c: (gst_volume_set_volume),
33534         (gst_volume_get_volume), (volume_class_init), (volume_init),
33535         (volume_chain_int16), (volume_update_volume):
33536         * gst/volume/gstvolume.h:
33537           make code more readable by removing magic numbers
33538           make mixer interface export 0-100 range
33539           make it internally map to 0.0-1.0 range so users don't distort
33540           output by putting the sliders at full volume
33541
33542 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
33543
33544         * gst-libs/gst/play/play.c: (gst_play_tick_callback),
33545         (gst_play_state_change), (gst_play_seek_to_time):
33546         block the tick callback for 0.5 secs after doing a seek
33547
33548 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
33549
33550         * gst-libs/gst/play/play.c: (gst_play_new):
33551           check for GError
33552
33553 2004-02-01  Julien MOUTTE  <julien@moutte.net>
33554
33555         * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
33556         (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
33557         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
33558         (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
33559         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
33560         (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
33561
33562 2004-02-01  Thomas Vander Stichele  <thomas at apestaart dot org>
33563
33564         * configure.ac:
33565         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
33566           check for a function added in vorbis 1.1
33567
33568 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33569
33570         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
33571         (gst_alsa_drain_audio), (gst_alsa_stop_audio):
33572           really start/stop clock only on PLAYING <=> PAUSED
33573         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
33574           remove \n from debugging lines
33575         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
33576           make it work when seeking does not
33577         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
33578           reset on DISCONT
33579
33580 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33581
33582         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
33583           start clock on PAUSED=>PLAYING, not later
33584         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
33585           extract correct time for different discont formats
33586         (gst_alsa_sink_get_time):
33587           don't segfault when no format is negotiated yet, just return 0
33588         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
33589         (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
33590         (gst_ogg_pad_push):
33591           handle flush and discont events correctly
33592         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
33593           handle discont events correctly
33594
33595 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
33596
33597         * gst-libs/gst/play/play.c: (gst_play_error_quark),
33598         (gst_play_error_create), (gst_play_error_plugin),
33599         (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
33600         * gst-libs/gst/play/play.h:
33601           add error handling during creation
33602         * examples/gstplay/player.c: (main):
33603           use new gst_play_new
33604
33605
33606 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33607
33608         * ext/theora/theoradec.c: (theora_dec_chain):
33609           make comments work
33610         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
33611         (vorbis_dec_src_event), (vorbis_dec_chain):
33612           add encoder tag, fix tag reading to be more error tolerant, change
33613           BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
33614           gst_pad_event_default.
33615         * gst/tags/gstvorbistag.c:
33616         (gst_tag_list_from_vorbiscomment_buffer):
33617           undefine function specific define at end of function
33618
33619 2004-01-31  Jeremy Simon  <jesimon@libertysurf.fr>
33620
33621         * ext/flac/gstflac.c: (plugin_init):
33622         * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
33623         * ext/flac/gstflacdec.h:
33624         * ext/flac/gstflacenc.h:
33625           Fix typos
33626
33627 2004-01-30  David I. Lehn  <dlehn@users.sourceforge.net>
33628
33629         * examples/gstplay/player.c: s/gstplay.h/play.h/
33630
33631 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
33632
33633         * gst-libs/gst/play/Makefile.am:
33634         * gst-libs/gst/play/gstplay.c:
33635         * gst-libs/gst/play/gstplay.h:
33636         * gst-libs/gst/play/play.c:
33637           more surgery, operation complete
33638
33639 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
33640
33641         * gst-libs/gst/play/play.old.c:
33642         * gst-libs/gst/play/play.old.h:
33643           after CVS surgery by moving, remove
33644         * gst-libs/gst/play/playpipelines.c:
33645           remove
33646
33647         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
33648           add negotiation error
33649
33650 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
33651
33652         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
33653         (gst_ogg_demux_push):
33654           add some seeking debug info
33655           send a flush when seeking
33656
33657 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33658
33659         * configure.ac:
33660           use AC_C_INLINE
33661         * configure.ac:
33662         * ext/Makefile.am:
33663         * ext/theora/Makefile.am:
33664         * ext/theora/theoradec.c:
33665           add theora video decoder. Does just do simple decoding for now and
33666           has been tested against Theora cvs only. It only works when theora
33667           is compiled with --enable-static.
33668         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
33669           always reset packetno on DISCONT
33670
33671 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33672
33673         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
33674           Fix audio.
33675
33676 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33677
33678         * gst/mpegaudioparse/gstmpegaudioparse.c:
33679         (mp3_type_frame_length_from_header):
33680           Fix header parsing - stolen from ffmpeg (thank you! :) ).
33681
33682 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33683
33684         * ext/esd/esdsink.c: (gst_esdsink_init):
33685           Since we have static pad template caps, we don't need to negotiate;
33686           either the core errors out or we know the format.
33687
33688 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33689
33690         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
33691         (gst_riff_read_seek):
33692         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
33693         (gst_ebml_read_seek):
33694           Fix event handling.
33695
33696 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33697
33698         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
33699           removee video/x-theora from vp3 decoder, it doesn't handle raw
33700           theora streams
33701         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
33702           fix bug with finalizing element that never went to PAUSED
33703         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
33704           length and position queries were swapped
33705         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
33706         (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
33707         (vorbis_dec_src_event):
33708           implement querying time and bytes
33709
33710 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
33711
33712         * just about every source file:
33713           gst_element_error -> GST_ELEMENT_ERROR
33714
33715 2004-01-29  Julien MOUTTE  <julien@moutte.net>
33716
33717         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
33718         emiting FLUSH and even before DISCONT.
33719         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
33720         get the best instant seeking as possible yay!
33721
33722 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33723
33724         * gst/mpeg1videoparse/gstmp1videoparse.c:
33725         (gst_mp1videoparse_real_chain):
33726           Committed wrong version last week... Grr... Didn't notice until now.
33727
33728 2004-01-29  Julien MOUTTE <julien@moutte.net>
33729
33730         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
33731         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
33732         have_xwindow_id signal in xwindow_create.
33733
33734 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33735
33736         * ext/ogg/gstoggdemux.c:
33737           lots of changes - mainly support for chained bitstreams, seeking,
33738           querying and bugfixes of course
33739         * ext/vorbis/Makefile.am:
33740         * ext/vorbis/vorbisdec.c:
33741         * ext/vorbis/vorbisdec.h:
33742           add vorbisdec raw vorbis decoder
33743         * ext/vorbis/vorbis.c: (plugin_init):
33744           register vorbisdec as PRIMARY, vorbisfile as SECONDARY
33745         * gst/intfloat/Makefile.am:
33746         * gst/intfloat/float22int.c:
33747         * gst/intfloat/float22int.h:
33748         * gst/intfloat/gstintfloatconvert.c: (plugin_init):
33749           add float2intnew plugin. It converts multichannel interleaved float to
33750           multichannel interleaved int. The name should probably be changed.
33751         * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
33752         (plugin_init):
33753           add typefinding for raw theora video so oggdemux can detect it.
33754
33755 2004-01-28  Julien MOUTTE  <julien@moutte.net>
33756
33757         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
33758         sink element first.
33759         * gst/videoscale/gstvideoscale.c:
33760         (gst_videoscale_handle_src_event): Fixing src event handler.
33761
33762 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33763
33764         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
33765         (gst_v4lsrc_open), (gst_v4lsrc_close),
33766         (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
33767         (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
33768         * sys/v4l/gstv4lsrc.h:
33769         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
33770         (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
33771           Implement resizing... Hack. But that's why v4l is b0rked...
33772
33773 2004-01-28  Julien MOUTTE <julien@moutte.net>
33774
33775         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
33776         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
33777         (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
33778         (gst_ximagesink_xwindow_destroy):
33779         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
33780         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
33781         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
33782         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
33783         (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
33784         correctly cleaning the image created to check xshm calls on succes,
33785         added a lot of XSync calls in X11 functions, and fixed a segfault when
33786         no image format was defined before negotiation happened.
33787
33788 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33789
33790         * ext/alsa/gstalsa.c: (gst_alsa_query_func):
33791           use gst_element_get_time to get correct time
33792
33793 2004-01-28  Julien MOUTTE  <julien@moutte.net>
33794
33795         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
33796         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
33797         (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
33798         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
33799         (gst_xvimagesink_check_xshm_calls),
33800         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
33801         X plugins are now able to detect that XShm calls will fail even if the
33802         server claims that it has XShm support (remote displays most of the
33803         time). We then log the error as a GST_DEBUG and set use_shm to FALSE
33804         so that we use non XShm functions. This feature is almost useless for
33805         xvimagesink as Xv is not supported on remote displays anyway, but
33806         it might happen than even on the local display XShm calls fail.
33807
33808 2004-01-27  David Schleef  <ds@schleef.org>
33809
33810         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
33811         (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
33812         (gst_esdsink_change_state):  Fix sync issues in esdsink.  Also
33813         changed esdsink to only use 44100,16,2, since esd sucks at rate
33814         conversion and esdsink has had difficulty negotiating.
33815
33816 2004-01-27  Julien MOUTTE <julien@moutte.net>
33817
33818         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
33819         (gst_play_seek_to_time): Fixing the way to get current position.
33820
33821 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33822
33823         * sys/oss/gstosssink.c: (gst_osssink_sink_query):
33824           use gst_element_get_time to get correct time
33825
33826 2004-01-27  Julien MOUTTE <julien@moutte.net>
33827
33828         * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
33829         fix ever... Inverting 2 lines of code make spider autoplug correctly
33830         tagged mp3 !
33831
33832 2004-01-27  David Schleef  <ds@schleef.org>
33833
33834         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
33835         Use gst_pad_try_set_caps_nonfixed().
33836
33837 2004-01-27  David Schleef  <ds@schleef.org>
33838
33839         * gst/ac3parse/gstac3parse.c: update to checklist 5
33840         * gst/adder/gstadder.c: rewrite negotiation.  update to checklist 5
33841         * gst/audioconvert/gstaudioconvert.c: update to checklist 5
33842         * gst/audioscale/gstaudioscale.c: same
33843         * gst/auparse/gstauparse.c: same
33844         * gst/avi/gstavidemux.c: same
33845
33846 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33847
33848         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
33849           stop processing after EOS
33850
33851 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33852
33853         * gst/asfdemux/asfheaders.h:
33854         * gst/asfdemux/gstasfdemux.c:
33855         * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
33856         (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
33857         (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
33858           lot's of fixes to make data extraction simpler and get the code
33859           architecture and compiler independant. Add debugging category
33860         * gst/goom/gstgoom.c: (gst_goom_change_state):
33861           reset channel count on PAUSED=>READY, not READY=>PAUSED
33862
33863 2004-01-26  Colin Walters  <walters@verbum.org>
33864
33865         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
33866         code to pull a bigger buffer in iradio mode.  This as a side effect
33867         makes typefinding work.
33868
33869 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
33870
33871         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
33872         Fix SVQ3 decoding on PPC
33873
33874 2004-01-26  Julien MOUTTE <julien@moutte.net>
33875
33876         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
33877         that one managed to stay there... Fixed.
33878
33879 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
33880
33881         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
33882         (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
33883         * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
33884         (qtdemux_video_caps):
33885         * gst/qtdemux/qtdemux.h:
33886         Add SVQ3 specific flags to qtdemux and ffmpeg
33887
33888 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33889
33890         * gst-libs/gst/audio/audio.h:
33891           remove buffer-frames from audio caps
33892         * gst/audioconvert/gstaudioconvert.c:
33893           fix plugin to really work.
33894
33895 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33896
33897         * gst-libs/gst/mixer/mixer.c:
33898         * gst-libs/gst/propertyprobe/propertyprobe.c:
33899         * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
33900         (gst_tuner_find_channel_by_name):
33901         * gst-libs/gst/tuner/tuner.h:
33902           Add gtk-doc style comments. Also fix a function name.
33903
33904 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33905
33906         * ext/divx/gstdivxdec.c: (gst_divxdec_init),
33907         (gst_divxdec_negotiate):
33908           Fix for new capsnego - also fixes gst-player with divxdec.
33909
33910 2004-01-25  Julien MOUTTE  <julien@moutte.net>
33911
33912         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
33913         (gst_play_identity_handoff), (gst_play_set_location),
33914         (gst_play_set_visualization), (gst_play_connect_visualization): Another
33915         try in visualization implementation. Still have an issue with switch
33916         blocking when pulling from video_queue and only audio comes out of
33917         spider.
33918         * gst/switch/gstswitch.c: (gst_switch_release_pad),
33919         (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
33920         release method. And check if the pad is usable before pulling.
33921
33922 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33923
33924         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
33925         (gst_videobalance_init),
33926         (gst_videobalance_colorbalance_list_channels),
33927         (gst_videobalance_colorbalance_set_value),
33928         (gst_videobalance_colorbalance_get_value),
33929         (gst_videobalance_update_properties),
33930         (gst_videobalance_update_tables_planar411),
33931         (gst_videobalance_planar411):
33932         * gst/videofilter/gstvideobalance.h:
33933           Implement lookup-tables. +/- 10x faster.
33934
33935 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33936
33937         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
33938         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
33939           The index reading was broken. The rest worked fine, but the whole
33940           goal of my rewrite was to make avidemux readable, and this was
33941           not at all readable. Please use typed variables.
33942
33943 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33944
33945         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
33946           Additional pad usability check.
33947         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
33948         (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
33949         (gst_mp1videoparse_real_chain):
33950           Fix MPEG video stream parsing. The original plugin had several
33951           issues, including not timestamping streams where the source was
33952           not timestamped (this happens with PTS values in mpeg system
33953           streams, but MPEG video is also a valid stream on its own so
33954           that needs timestamps too). We use the display time code for that
33955           for now. Also, if one incoming buffer contains multiple valid
33956           frames, we push them all on correctly now, including proper EOS
33957           handling. Lastly, several potential segfaults were fixed, and we
33958           properly sync on new sequence/gop headers to include them in next,
33959           not previous frames (since they're header for the next frame, not
33960           the previous). Also see #119206.
33961         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
33962         (bpf_from_header):
33963           Move caps setting so we only do it after finding several valid
33964           MPEG-1 fraes sequentially, not right after the first one (which
33965           might be coincidental).
33966         * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
33967         (mpeg_video_type_find), (mpeg_video_stream_type_find),
33968         (plugin_init):
33969           Add unsynced MPEG video stream typefinding, and change some
33970           probability values so we detect streams rightly. The idea is as
33971           follows: I can have an unsynced system stream which contains
33972           video. In the current code, I would randomly get a type for either
33973           system or video stream type found, because the probabilities are
33974           being calculated rather randomly. I now use fixed values, so we
33975           always prefer system stream if that was found (and that is how it
33976           should be). If no system stream was found, we can still identity                the stream as video-only.
33977
33978 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33979
33980         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
33981         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
33982           don't write to buffer. Extract data without the need of
33983           __attribute__ ((packed))
33984
33985 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33986
33987         * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
33988         (mpeg1_sys_type_find):
33989           Fix MPEG-1 stream typefinding.
33990
33991 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33992
33993         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
33994           Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
33995
33996 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
33997
33998         * ext/esd/esdsink.c: (gst_esdsink_open_audio):
33999         * ext/esd/gstesd.c: (plugin_init):
34000           private debugging, better error reporting
34001
34002 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34003
34004         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
34005         (gst_riff_read_init), (gst_riff_read_change_state):
34006         * gst-libs/gst/riff/riff-read.h:
34007           Remove stuff fromold metadata system.
34008
34009 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34010
34011         * ext/ogg/gstoggdemux.c:
34012           Fix wrong file comment.
34013         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
34014         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
34015           Add metadata reading properly.
34016
34017 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
34018
34019         * ext/Makefile.am:
34020           Fix nas DIST_SUBDIRS
34021           Uraeus:
34022           Fix bug where make distcheck doesn't get run on adding stuff to
34023           the build.
34024
34025 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34026
34027         * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
34028         * ext/divx/gstdivxdec.h:
34029           Fix divx3 ("msmpeg4") playback using divxdec.
34030
34031 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34032
34033         * gst/typefind/gsttypefindfunctions.c:
34034         (mp3_type_frame_length_from_header): fix bug in length computation
34035         (mp3_type_find): improve debugging output
34036
34037 2004-01-23  Julien MOUTTE  <julien@moutte.net>
34038
34039         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
34040         (gst_play_set_location), (gst_play_seek_to_time),
34041         (gst_play_set_audio_sink), (gst_play_set_visualization),
34042         (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
34043         the pipeline from scratch. Visualization is back and switch went out as
34044         i realized it was not possible to use the way i wanted.
34045         * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
34046         (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
34047         clearing in state change from READY to NULL. So that one can clean the
34048         X ressources keeping the element.
34049         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
34050         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
34051         (gst_xvimagesink_colorbalance_set_value),
34052         (gst_xvimagesink_colorbalance_get_value),
34053         (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
34054         (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
34055         change from READY to NULL and fixed some stupid bugs in colorbalance
34056         get/set values. Also added the following feature : when nobody tries to
34057         set some values to the colorbalance levels before the xcontext is
34058         grabbed, then when creating channels list from Xv attributes we set the
34059         internal values to the Xv defaults. This way we handle buggy Xv drivers
34060         that set default hue values far from the middle of the range (Thanks
34061         to Jon Trowbridge for pointing that issue).
34062         * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
34063         colorbalance levels have been set before xcontext is grabbed.
34064
34065 2004-01-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34066
34067         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
34068           Fix the ossmixer case where we shouldn't open /dev/dsp* because
34069           it might block operations (which is bad for a mixer).
34070
34071 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
34072
34073         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
34074         (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
34075         (gmip_find_type_pre):
34076         * gst-libs/gst/media-info/media-info-priv.h:
34077         * gst-libs/gst/media-info/media-info.c:
34078         (gst_media_info_instance_init), (gst_media_info_read_idler):
34079         add fakesink to get caps on decoder src pad again
34080         fix callback prototype to match new have_type signal signature
34081
34082 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
34083
34084         * gst/adder/gstadder.c: (gst_adder_link):
34085           fix non-compile and cut-n-paste code
34086
34087 2004-01-21  David Schleef  <ds@schleef.org>
34088
34089         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
34090         (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
34091         (gst_swfdec_init), (gst_swfdec_change_state):
34092         * ext/swfdec/gstswfdec.h:
34093         Fix negotiation.
34094         * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
34095         (gst_adder_request_new_pad): Fix negotiation.
34096         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
34097         Add a fixate function.
34098         * gst/intfloat/gstfloat2int.c:
34099         * gst/intfloat/gstfloat2int.h:
34100         * gst/intfloat/gstint2float.c:
34101         * gst/intfloat/gstint2float.h:
34102         Completely rewrite the negotiation.  Doesn't quite work yet,
34103         due to some buffer-frames problem.
34104
34105 2004-01-21  Thomas Vander Stichele  <thomas at apestaart dot org>
34106
34107         * ext/gnomevfs/gstgnomevfssrc.c:
34108         * sys/v4l2/v4l2_calls.h:
34109           fix includes for distcheck
34110
34111 2004-01-21  Christian Schaller <uraeus@gnome.org>
34112
34113         * ext/nas/
34114         Add libnas (network audio system) plugin, patch from Arwed von Merkatz
34115         based on earlier patch from Laurent Vivier
34116
34117 2004-01-20  Jeremy Simon  <jesimon@libertysurf.fr>
34118
34119         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
34120         Fix wma caps property
34121         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
34122         Fix typo (flags1 and flags2)
34123
34124 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
34125
34126         * gst-libs/gst/media-info/media-info-priv.c:
34127         (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
34128         (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
34129         (gmip_find_stream), (gmip_find_track_metadata),
34130         (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
34131         (gmip_find_track_format):
34132         * gst-libs/gst/media-info/media-info-priv.h:
34133         * gst-libs/gst/media-info/media-info-test.c: (main):
34134         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
34135         (gst_media_info_read_idler), (gst_media_info_read):
34136         * gst-libs/gst/media-info/media-info.h:
34137           register debugging category and use it for debugging
34138
34139 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
34140
34141         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
34142         (gst_vorbisfile_new_link):
34143           signal streaminfo through tags
34144
34145 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34146
34147         * ext/mplex/gstmplex.cc:
34148         * ext/mplex/gstmplexibitstream.cc:
34149           g++ doesn't like NULL in our i18n/error macros, should be
34150           either (NULL) or ("").
34151
34152 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34153
34154         * sys/dxr3/dxr3audiosink.c:
34155         * sys/dxr3/dxr3init.c:
34156         * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
34157         * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
34158           Fix more error error error errors (missing includes here).
34159
34160 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34161
34162         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
34163           fix thomas' error errors.
34164
34165 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
34166
34167         * ext/mpeg2enc/gstmpeg2enc.cc:
34168           fix error errors.
34169
34170 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34171
34172         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
34173         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
34174           Fix for new error system.
34175
34176 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
34177
34178         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
34179           fix for new error reporting
34180
34181 2004-01-20  David Schleef  <ds@schleef.org>
34182
34183         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
34184         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
34185         (gst_ximagesink_set_xwindow_id): Change to using a framerate
34186         of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
34187         and neither is 100+, most likely.
34188         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
34189         (gst_xvimagesink_getcaps): same
34190
34191 2004-01-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34192
34193         * configure.ac:
34194           Up version requirement to 2.0.3 (not yet released) to avoid symbol
34195           clashes with ffmpeg.
34196
34197 2004-01-20  Julien MOUTTE  <julien@moutte.net>
34198
34199         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
34200         (gst_switch_init): Fixed switch element : proxying link and setting
34201         caps from src to sink on request.
34202
34203 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
34204
34205         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
34206         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
34207         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
34208         fix element_error
34209
34210 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
34211
34212         * sys/v4l/v4l_calls.h:
34213         * sys/v4l2/v4l2_calls.h:
34214           element_error fixes
34215
34216 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
34217
34218         * gst-libs/gst/gst-i18n-plugin.h:
34219           add locale.h
34220           remove config.h inclusion
34221
34222 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
34223
34224         * autogen.sh:
34225           adding autopoint invocation
34226         * Makefile.am:
34227         * configure.ac:
34228         * gst-libs/gst/gettext.h:
34229           adding gettext bits
34230         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
34231         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
34232         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
34233         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
34234         (gst_gnomevfssink_close_file):
34235         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
34236         * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
34237         * gst-libs/gst/gst-i18n-plugin.h:
34238         * gst/avi/gstavi.c: (plugin_init):
34239         * sys/dxr3/dxr3init.c: (plugin_init):
34240         * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
34241         * sys/oss/gstossaudio.c: (plugin_init):
34242         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
34243         * sys/v4l/gstv4l.c: (plugin_init):
34244         * sys/v4l/v4l_calls.c: (gst_v4l_open):
34245         * sys/v4l2/gstv4l2.c: (plugin_init):
34246         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
34247         (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
34248         (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
34249         (gst_v4l2_set_output), (gst_v4l2_get_frequency),
34250         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
34251         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
34252           make sure locale and translation domain are set
34253           fix translated strings
34254         * po/.cvsignore:
34255         * po/LINGUAS:
34256         * po/Makevars:
34257         * po/POTFILES.in:
34258         * po/nl.po:
34259           put translation files into place
34260         * sys/xvideo/imagetest.c: (main):
34261         * ext/dv/demo-play.c: (main):
34262           fix unnecessary translations
34263
34264 2004-01-19  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
34265
34266         * ext/sndfile/gstsf.c:
34267         * gst/avi/gstavimux.c:
34268         * ext/audiofile/gstafsink.c:
34269         * ext/audiofile/gstafsrc.c:
34270         * ext/gnomevfs/gstgnomevfssink.c:
34271         * ext/gnomevfs/gstgnomevfssrc.c:
34272         * sys/oss/gstosselement.c:
34273         * sys/v4l/v4l_calls.h:
34274           fix i18n include
34275
34276 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
34277
34278         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
34279         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
34280         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
34281         (gst_v4l2_get_output), (gst_v4l2_set_output),
34282         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
34283         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
34284         (gst_v4l2_set_attribute):
34285         update to new error handling
34286
34287 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
34288
34289         * ext/sidplay/gstsiddec.cc:
34290         * gst/modplug/gstmodplug.cc:
34291           parenthese NULL because C++ seems angry about it
34292
34293 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
34294
34295         * gst-libs/gst/gst-i18n-plugin.h:
34296           add skeleton i18n stuff, but needs to be further implemented
34297
34298 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
34299
34300         * examples/gstplay/player.c: (main):
34301         * ext/aalib/gstaasink.c: (gst_aasink_open):
34302         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
34303         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
34304         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
34305         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
34306         (gst_afsink_close_file):
34307         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
34308         (gst_afsrc_close_file):
34309         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
34310         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
34311         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
34312         * ext/esd/esdmon.c: (gst_esdmon_get):
34313         * ext/esd/esdsink.c: (gst_esdsink_chain):
34314         * ext/faac/gstfaac.c: (gst_faac_chain):
34315         * ext/faad/gstfaad.c: (gst_faad_chain):
34316         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
34317         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
34318         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
34319         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
34320         (gst_flacdec_loop):
34321         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
34322         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
34323         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
34324         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
34325         (gst_gnomevfssink_close_file):
34326         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
34327         (gst_gnomevfssrc_open_file):
34328         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
34329         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
34330         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
34331         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
34332         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
34333         * ext/mad/gstmad.c: (gst_mad_chain):
34334         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
34335         * ext/mpeg2dec/gstmpeg2dec.c:
34336         * ext/mpeg2enc/gstmpeg2enc.cc:
34337         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
34338         * ext/mplex/gstmplex.cc:
34339         * ext/mplex/gstmplexibitstream.cc:
34340         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
34341         (gst_ogg_demux_push), (gst_ogg_pad_push):
34342         * ext/raw1394/gstdv1394src.c:
34343         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
34344         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
34345         * ext/sidplay/gstsiddec.cc:
34346         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
34347         (gst_sf_loop):
34348         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
34349         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
34350         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
34351         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
34352         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
34353         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
34354         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
34355         * gst-libs/gst/Makefile.am:
34356         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
34357         (gst_riff_read_element_data), (gst_riff_read_seek),
34358         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
34359         * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
34360         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
34361         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
34362         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
34363         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
34364         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
34365         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
34366         * gst/goom/gstgoom.c: (gst_goom_chain):
34367         * gst/id3/gstid3types.c: (gst_id3types_loop):
34368         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
34369         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
34370         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
34371         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
34372         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
34373         (gst_ebml_read_float), (gst_ebml_read_header):
34374         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
34375         (gst_matroska_demux_parse_blockgroup):
34376         * gst/modplug/gstmodplug.cc:
34377         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
34378         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
34379         * gst/oneton/gstoneton.c: (gst_oneton_chain):
34380         * gst/silence/gstsilence.c: (gst_silence_get):
34381         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
34382         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
34383         * gst/speed/gstspeed.c: (speed_loop):
34384         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
34385         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
34386         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
34387         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
34388         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
34389         (gst_wavparse_loop):
34390         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
34391         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
34392         (dxr3audiosink_close):
34393         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
34394         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
34395         (dxr3videosink_close), (dxr3videosink_write_data):
34396         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
34397         * sys/oss/gstosselement.h:
34398         * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
34399         (gst_osssink_chain):
34400         * sys/oss/gstosssrc.c: (gst_osssrc_get):
34401         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
34402         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
34403         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
34404         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
34405         (gst_v4l_enable_overlay):
34406         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
34407         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
34408         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
34409         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
34410         (gst_v4l_set_audio):
34411         * sys/v4l/v4l_calls.h:
34412         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
34413         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
34414         (gst_v4lmjpegsink_playback_init),
34415         (gst_v4lmjpegsink_playback_start):
34416         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
34417         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
34418         (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
34419         (gst_v4lmjpegsrc_requeue_frame):
34420         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
34421         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
34422         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
34423         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
34424         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
34425         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
34426         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
34427         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
34428         (gst_v4l2src_capture_stop):
34429         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
34430         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
34431         (gst_ximagesink_chain):
34432         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
34433         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
34434         (gst_xvideosink_xwindow_new):
34435         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
34436         (gst_xvimagesink_chain):
34437         use new error signal, function and categories
34438
34439 2004-01-18  Jeremy Simon <jesimon@libertysurf.fr>
34440
34441         * configure.ac:
34442         * ext/Makefile.am:
34443         * ext/musicbrainz/gsttrm.c:
34444         * ext/musicbrainz/gsttrm.h:
34445         * ext/musicbrainz/Makefile.am:
34446         Add a trm plugin
34447
34448 2004-01-18  Julien MOUTTE  <julien@moutte.net>
34449
34450         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
34451         (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
34452         synchronous property for debugging.
34453         * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
34454         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
34455         (gst_xvimagesink_set_property): Moving a pointer declaration to a
34456         smaller block, fixing indent.
34457
34458 2004-01-16  David Schleef  <ds@schleef.org>
34459
34460         * gst/videofilter/gstvideobalance.c: Fix regression; changing a
34461         property affects the video stream.
34462         * sys/xvimage/xvimagesink.c:
34463         * sys/xvimage/xvimagesink.h:
34464         Add synchronous property for debugging.  Should probably be
34465         disabled in non-CVS builds.  Make sure that the Xv attribute
34466         exists before we set it (crash!).  Fix a silly float bug that
34467         caused colorbalance to just not work.
34468
34469 2004-01-17  Christian Schaller <Uraeus@gnome.org>
34470
34471         * tools/gst-launch-ext.in - update for new plugins
34472
34473 2004-01-16  David Schleef  <ds@schleef.org>
34474
34475         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
34476         already-freed caps.
34477
34478 2994-01-16  Christian Schaller <Uraeus@gnome.org>
34479
34480         * Update spec for new colorspace plugin and libcaca plugin
34481         * Fix compilation of libcaca plugin (clock -> id)
34482
34483 2004-01-16  Julien MOUTTE <julien@moutte.net>
34484
34485         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
34486         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
34487         (gst_xvimagesink_set_xwindow_id),
34488         (gst_xvimagesink_colorbalance_set_value),
34489         (gst_xvimagesink_colorbalance_get_value),
34490         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
34491         (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
34492         correct colorbalance properties. They can now be set when the element
34493         is still in NULL state. The values will be committed to the Xv Port
34494         when xcontext is initialized.
34495         * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
34496         brightness int values in the GstXvImagesink structure.
34497
34498 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34499
34500         * gst-libs/gst/Makefile.am:
34501           restructure so having local patches works easier.
34502
34503 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34504
34505         * ext/mpeg2enc/Makefile.am:
34506         * ext/mpeg2enc/gstmpeg2enc.cc:
34507         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
34508           Bugfix with respect to EOS handling.
34509
34510 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34511
34512         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
34513           Link with right caps (else, it segfaults).
34514         * ext/mplex/gstmplexjob.cc:
34515           Fix for slight API change in 1.6.1.93 release of mjpegtools.
34516
34517 2004-01-15  David Schleef  <ds@schleef.org>
34518
34519         * gst-libs/gst/audio/Makefile.am:
34520         Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
34521         from the template.
34522         * gst-libs/gst/audio/gstaudiofilter.c:
34523         * gst-libs/gst/audio/gstaudiofilter.h:
34524         Add bytes_per_sample and size and n_samples calculation.
34525         * gst-libs/gst/audio/gstaudiofilterexample.c:
34526         Remove, now autogenerated.
34527         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
34528         Moved from gstaudiofilterexample, object name changed, code added
34529         so that it actually works.
34530         * gst-libs/gst/audio/make_filter:
34531         Script to build an audiofilter subclass from the template.
34532         * gst/colorspace/Makefile.am:
34533         * gst/colorspace/yuv2yuv.c:
34534         Remove file, since it's GPL, and we don't use it.
34535
34536 2004-01-15  Julien MOUTTE  <julien@moutte.net>
34537
34538         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
34539         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
34540         them use the buffer free function to test how the buffer was allocated.
34541
34542 2004-01-15  David Schleef  <ds@schleef.org>
34543
34544         * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
34545         that handles osssink fallback.
34546         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
34547         (gst_audio_convert_getcaps):
34548         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
34549         Add audio/x-qdm2 for QDM2 audio.
34550         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
34551         * gst/sine/gstsinesrc.h: Add example of how to implement tags.
34552         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
34553         Decrease minimum size to 16x16.
34554         * gst/wavparse/gstwavparse.c:
34555         Convert disabled pad template caps to new caps.
34556         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
34557         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
34558         (gst_xvimagesink_chain): Throw element error when display cannot
34559         be opened.  Increase minimum framerate to 1.0.  Check the data
34560         free function on a buffer to make sure it is the type we expect
34561         before manipulating it.
34562
34563 2004-01-15  Julien MOUTTE <julien@moutte.net>
34564
34565         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
34566         (gst_videobalance_colorbalance_set_value): Implement passthru if
34567         settings are in the middle.
34568         * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
34569
34570 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34571
34572         * gst/videofilter/Makefile.am:
34573         * gst/volume/Makefile.am:
34574           Since we use videofilter symbols, link to it.
34575
34576 2004-01-15  Julien MOUTTE <julien@moutte.net>
34577
34578         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
34579         mixer interface type to HARDWARE.
34580         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
34581         type to SOFTWARE.
34582         * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
34583         * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
34584         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
34585         (gst_volume_interface_init), (gst_volume_list_tracks),
34586         (gst_volume_set_volume), (gst_volume_get_volume),
34587         (gst_volume_set_mute), (gst_volume_mixer_init),
34588         (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
34589         (volume_init): Implementing mixer interface.
34590         * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
34591         * sys/oss/gstosselement.c: (gst_osselement_get_type),
34592         (gst_osselement_change_state): Removing some trailing commas in
34593         structures.
34594         * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
34595         interface type to HARDWARE.
34596         * sys/v4l/gstv4lcolorbalance.c:
34597         (gst_v4l_color_balance_interface_init): Setting colorbalance interface
34598         type to HARDWARE.
34599         * sys/v4l2/gstv4l2colorbalance.c:
34600         (gst_v4l2_color_balance_interface_init): Setting colorbalance
34601         interface type to HARDWARE.
34602         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
34603         same code than ximagesink for event handling.
34604
34605 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34606
34607         * ext/snapshot/Makefile.am:
34608         * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
34609         (gst_snapshot_chain):
34610         * ext/snapshot/gstsnapshot.h:
34611           This has to be a joke... Snapshot should be connected to a tee,
34612           colorspace element before it and EOS after that, where the other
34613           src of the tee receives normal data.
34614           The current way is *wrong*.
34615
34616 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34617
34618         * ext/hermes/gsthermescolorspace.c:
34619           Fix another compile error. Same as below.
34620
34621 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34622
34623         * gst/colorspace/gstcolorspace.c:
34624         * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
34625         (gst_colorspace_i420_to_yv12):
34626           Fix compiling... Didn't test if it actually works.
34627
34628 2004-01-15  David Schleef  <ds@schleef.org>
34629
34630         * configure.ac:
34631         * gst/colorspace/Makefile.am:
34632         * gst/colorspace/gstcolorspace.c:
34633         * gst/colorspace/gstcolorspace.h:
34634         * gst/colorspace/yuv2rgb.c:
34635         * gst/colorspace/yuv2rgb.h:
34636         Duplicate the ext/hermes colorspace plugin, and remove Hermes
34637         code and GPL code.  Fix for new caps negotiation.  Rewrite
34638         much of the format handling code, and some of the conversion
34639         code.  Basically, rewrote almost everything.  This element
34640         handles I420, YV12 to RGB conversions.
34641         * ext/hermes/Makefile.am:
34642         * ext/hermes/gsthermescolorspace.c:
34643         Rename colorspace to hermescolorspace.  Fix negotiation issues.
34644         Remove non-Hermes related code.  This element handles lots of
34645         RGB to RGB conversions, but no YUV.
34646         * ext/hermes/gstcolorspace.c:
34647         * ext/hermes/gstcolorspace.h:
34648         * ext/hermes/rgb2yuv.c:
34649         * ext/hermes/yuv2rgb.c:
34650         * ext/hermes/yuv2rgb.h:
34651         * ext/hermes/yuv2rgb_mmx16.s:
34652         * ext/hermes/yuv2yuv.c:
34653         * ext/hermes/yuv2yuv.h:
34654         Remove old code.
34655
34656 2004-01-14  Colin Walters  <walters@verbum.org>
34657
34658         * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
34659         they've already been.
34660
34661 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34662
34663         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
34664           assume tag mode when pad is not connected
34665
34666 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34667
34668         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
34669           Don't update the time of the clock
34670         (gst_alsa_sink_loop):
34671           sync to the clock given to alsasink, not the own clock
34672         * sys/oss/gstosssink.c: (gst_osssink_chain):
34673           sync to the clock
34674         (gst_osssink_change_state):
34675           activate the clock
34676         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
34677         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
34678           remove bogus code that made DISCONT events unhandled
34679         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
34680           explicitly case to double in _set_simple. (fixes 2nd warning in bug
34681           #131502)
34682         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
34683         (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
34684         (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
34685           convert g_warning because of wrong asf data to GST_WARNINGs (fixes
34686           2nd warning in bug #131502)
34687
34688 2004-01-14  Julien MOUTTE  <julien@moutte.net>
34689
34690         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
34691         (gst_videobalance_colorbalance_set_value),
34692         (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
34693         for colorbalance interface implementation.
34694         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
34695         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
34696         (gst_ximagesink_dispose), (gst_ximagesink_init),
34697         (gst_ximagesink_class_init): Adding DISPLAY property.
34698         * sys/ximage/ximagesink.h: Adding display_name to store display.
34699         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
34700         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
34701         (gst_xvimagesink_dispose), (gst_xvimagesink_init),
34702         (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
34703         properties (they still need polishing though for gst-launch use : no
34704         xcontext yet, i ll do that tomorrow).
34705         * sys/xvimage/xvimagesink.h: Adding display_name to store display.
34706
34707 2004-01-14  Julien MOUTTE  <julien@moutte.net>
34708
34709         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
34710         (gst_play_set_location), (gst_play_set_visualization): Preparing
34711         switch integration, adding videobalance in the pipeline.
34712
34713 2004-01-14  Julien MOUTTE <julien@moutte.net>
34714
34715         * gst-libs/gst/colorbalance/colorbalance.c:
34716         (gst_color_balance_class_init): Adding a default type.
34717         * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
34718         the type.
34719         * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
34720         (gst_videobalance_dispose), (gst_videobalance_class_init),
34721         (gst_videobalance_init), (gst_videobalance_interface_supported),
34722         (gst_videobalance_interface_init),
34723         (gst_videobalance_colorbalance_list_channels),
34724         (gst_videobalance_colorbalance_set_value),
34725         (gst_videobalance_colorbalance_get_value),
34726         (gst_videobalance_colorbalance_init): Implementing colorbalance
34727         interface.
34728         * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
34729         list.
34730         * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
34731         bug which was triggering a BadAccess X error when setting an overlay
34732         before pad was really negotiated.
34733         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
34734         Using the colorbalance type macro.
34735
34736 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34737
34738         * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
34739         (gst_flacenc_chain):
34740           handle tags correctly
34741         * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
34742           extract ID3v1 tags correctly
34743
34744 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34745
34746         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
34747         (plugin_init):
34748           Improve matroska typefinding for odd-typed headers...
34749
34750 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34751
34752         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
34753           Fix for using incremental number on padnames.
34754
34755 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34756
34757         * ext/divx/gstdivxdec.c:
34758         * ext/divx/gstdivxenc.c:
34759           Set category to divx4linux instead of divx (too generic).
34760         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
34761         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
34762         (gst_wavparse_loop), (gst_wavparse_change_state):
34763         * gst/wavparse/gstwavparse.h:
34764           fix parsing of WAV files with non-standard fmt-tag size and fix
34765           skipping of unrecognized chunks... Someone please fix this thing
34766           to use rifflib so all this is automated.
34767         * sys/v4l/Makefile.am:
34768         * sys/v4l2/Makefile.am:
34769           Add X_CFLAGS because we depend on X (for overlay).
34770
34771 2004-01-14  Jan Schmidt  <thaytan@mad.scientist.com>
34772
34773         * ext/mpeg2dec/gstmpeg2dec.c:
34774           Don't issue a timestamp unless we tagged the frame
34775           with a PTS.
34776
34777 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34778
34779         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
34780           Query the audio element to get the time, not the clock. We're
34781           interested in the element's time here.
34782
34783 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34784
34785         * ext/aalib/gstaasink.c: (gst_aasink_chain):
34786         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
34787         * ext/esd/esdsink.c: (gst_esdsink_chain):
34788         * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
34789         * ext/mas/massink.c: (gst_massink_chain):
34790         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
34791         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
34792         (gst_matroska_demux_parse_metadata):
34793         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
34794         (gst_mpeg_parse_release_locks):
34795         * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
34796         * gst/udp/gstudpsink.c: (gst_udpsink_chain):
34797         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
34798         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
34799         (gst_osssink_change_state):
34800         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
34801         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
34802         * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
34803         (gst_xvideosink_release_locks):
34804         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
34805           use element time.
34806         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
34807         (gst_alsa_clock_stop):
34808         * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
34809         (gst_audio_clock_get_internal_time):
34810           simplify for use with new clocking code.
34811         * testsuite/alsa/Makefile.am:
34812         * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
34813           fix testsuite for new caps system
34814
34815 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34816
34817         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
34818         * ext/flac/gstflacenc.c: (add_one_tag):
34819           length is already host endian, no need to convert. Fixes playback of
34820           tagged files on PPC. (bug #128384)
34821
34822 2004-01-13  Julien MOUTTE <julien@moutte.net>
34823
34824         * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
34825         colorbalance interface stating if it is hardware based or software
34826         based.
34827         * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
34828         Removing a trailing comma.
34829         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
34830         (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
34831         Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
34832         the documentation seems to be wrong on the -1000 to 1000 interval.
34833
34834 2004-01-12  David Schleef  <ds@schleef.org>
34835
34836         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
34837         (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
34838         (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
34839         Fix negotiation.  Add a bufferalloc function for the sink pad,
34840         and generally clean up some of the code.
34841
34842 2004-01-12  Julien MOUTTE <julien@moutte.net>
34843
34844         * gst-libs/gst/colorbalance/colorbalancechannel.c:
34845         (gst_color_balance_channel_dispose): Adding safety check in dispose
34846         method.
34847         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
34848         (gst_xvimagesink_xcontext_clear),
34849         (gst_xvimagesink_interface_supported),
34850         (gst_xvimagesink_colorbalance_list_channels),
34851         (gst_xvimagesink_colorbalance_set_value),
34852         (gst_xvimagesink_colorbalance_get_value),
34853         (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
34854         Adding colorbalance interface support to set XV parameters such as
34855         HUE, BRIGHTNESS, CONTRAST, SATURATION.
34856         * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
34857         interface.
34858
34859 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
34860
34861         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
34862         (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
34863         (gst_audio_convert_init), (gst_audio_convert_set_property),
34864         (gst_audio_convert_get_property), (gst_audio_convert_chain),
34865         (gst_audio_convert_link),
34866         (gst_audio_convert_buffer_to_default_format),
34867         (gst_audio_convert_buffer_from_default_format), (plugin_init):
34868           - implement _getcaps and use it
34869           - improve linking
34870           - remove float caps since no float conversion is actually done
34871           - remove properties and arguments that were to be used for rate
34872             conversion
34873
34874 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
34875
34876         * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
34877         (gst_audio_structure_set_int):
34878         * gst-libs/gst/audio/audio.h:
34879           add helper functions for _getcaps matching the standard audio
34880           templates
34881
34882 2004-01-12  David Schleef  <ds@schleef.org>
34883
34884         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
34885         Test that pad is negotiated before getting its caps.
34886
34887 2004-01-12  Julien MOUTTE <julien@moutte.net>
34888
34889         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
34890         analyzing the pads of an element the bin is mostly in READY state so
34891         no caps were negotiated. This helper function needs to work with
34892         _get_caps directly then. I was not freeing them though, added that to
34893         fix the mem leak.
34894
34895 2004-01-12  Julien MOUTTE <julien@moutte.net>
34896
34897         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
34898         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
34899         direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
34900         than the free_func.
34901
34902 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
34903
34904         * sys/oss/gstossaudio.c: (plugin_init):
34905         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
34906         * sys/oss/gstosselement.h:
34907           make an oss debugging category
34908           make failure more descriptive
34909
34910 2004-01-11  David Schleef  <ds@schleef.org>
34911
34912         * ext/ffmpeg/gstffmpeg.c:
34913         * ext/ffmpeg/gstffmpegcodecmap.c:
34914         * ext/ffmpeg/gstffmpegdec.c:
34915         * ext/ffmpeg/gstffmpegenc.c:
34916         * ext/ffmpeg/gstffmpegprotocol.c:
34917         * ext/gdk_pixbuf/gstgdkanimation.c:
34918         * ext/jpeg/gstjpeg.c:
34919         * ext/libpng/gstpng.c:
34920         * ext/mpeg2dec/perftest.c:
34921         * ext/speex/gstspeex.c:
34922         * gst-libs/gst/resample/dtos.c:
34923         * gst/intfloat/gstintfloatconvert.c:
34924         * gst/oneton/gstoneton.c:
34925         * gst/rtjpeg/RTjpeg.c:
34926         * gst/rtp/gstrtp.c:
34927         * sys/dxr3/dxr3init.c:
34928         * sys/glsink/gstgl_nvimage.c:
34929         * sys/glsink/gstgl_pdrimage.c:
34930         * sys/glsink/gstglsink.c:
34931         * testsuite/gst-lint:
34932         Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
34933
34934 2004-01-11  David Schleef  <ds@schleef.org>
34935
34936         * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
34937         * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
34938         * ext/gdk_pixbuf/gstgdkanimation.c:
34939         (gst_gdk_animation_iter_create_pixbuf):
34940         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
34941         (gst_gdk_pixbuf_chain):
34942         * ext/gdk_pixbuf/gstgdkpixbuf.h:
34943         * ext/jack/gstjack.c: (gst_jack_change_state):
34944         * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
34945         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
34946         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
34947         * gst/videofilter/gstvideofilter.c:
34948         (gst_videofilter_set_output_size):
34949         Remove all usage of gst_pad_get_caps(), and replace it with
34950         gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
34951
34952 2004-01-11  David Schleef  <ds@schleef.org>
34953
34954         * configure.ac:
34955         * ext/Makefile.am: Fixes to make ext/libcaca compile.
34956         * ext/divx/gstdivxdec.c:
34957         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
34958         (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
34959         handle images that span multiple buffers.  Now work with both
34960         filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
34961         * ext/gdk_pixbuf/gstgdkpixbuf.h:
34962         * ext/libcaca/gstcacasink.h: Fixes needed due to recent
34963         video/video.h changes
34964         * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
34965         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
34966         (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
34967         of GstData free function.
34968         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
34969         same.
34970
34971 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34972
34973         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
34974         (gst_v4l2element_dispose), (gst_v4l2element_set_property),
34975         (gst_v4l2element_get_property):
34976         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
34977           add norm, channel and frequency properties.
34978         * sys/v4l2/gstv4l2tuner.c:
34979           fixes for tuner interface changes
34980         * sys/v4l2/gstv4l2element.h:
34981         * sys/v4l2/gstv4l2src.c:
34982         * sys/v4l2/gstv4l2src.h:
34983         * sys/v4l2/v4l2src_calls.c:
34984         * sys/v4l2/v4l2src_calls.h:
34985           rework v4l2src to work with saa1734 cards and allow mmaped buffers.
34986
34987 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34988
34989         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
34990         (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
34991         (gst_tuner_channel_changed), (gst_tuner_norm_changed),
34992         (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
34993         * gst-libs/gst/tuner/tuner.h:
34994           GObjects aren't const.
34995           Add find_by_name functions.
34996           Add checks to _changed functions.
34997         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
34998         (gst_v4l_tuner_get_norm):
34999           Fixes for above.
35000
35001 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35002
35003         * gst-libs/gst/video/video.h:
35004           Fix caps template names to be understandable.
35005           Prefix everything with GST_VIDEO.
35006         * ext/aalib/gstaasink.c:
35007         * ext/divx/gstdivxdec.c:
35008         * ext/divx/gstdivxenc.c:
35009         * ext/gdk_pixbuf/gstgdkpixbuf.c:
35010         * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
35011         * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
35012         * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
35013         * ext/libcaca/gstcacasink.c:
35014         * ext/libpng/gstpngenc.c: (raw_caps_factory):
35015         * ext/snapshot/gstsnapshot.c:
35016         * ext/swfdec/gstswfdec.c:
35017         * ext/xvid/gstxviddec.c:
35018         * ext/xvid/gstxvidenc.c:
35019         * gst/chart/gstchart.c:
35020         * gst/deinterlace/gstdeinterlace.c:
35021         * gst/effectv/gsteffectv.c:
35022         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
35023         * gst/goom/gstgoom.c:
35024         * gst/median/gstmedian.c:
35025         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
35026         (gst_monoscope_srcconnect), (gst_monoscope_chain):
35027         * gst/overlay/gstoverlay.c:
35028         * gst/smooth/gstsmooth.c:
35029         * gst/smpte/gstsmpte.c:
35030         * gst/synaesthesia/gstsynaesthesia.c:
35031         * gst/videocrop/gstvideocrop.c:
35032         * gst/videodrop/gstvideodrop.c:
35033         * gst/y4m/gsty4mencode.c:
35034         * sys/qcam/gstqcamsrc.c:
35035         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
35036           Make them work with new video.h file.
35037         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
35038         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
35039         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
35040         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
35041           Make it work with new buffer allocation system.
35042
35043 2004-01-11  Julien MOUTTE  <julien@moutte.net>
35044
35045         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
35046         pad_alloc_buffer implementation to use ->srcpad
35047         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
35048         pad_alloc_buffer implementation to use ->srcpad
35049         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):  Fixing the
35050         pad_alloc_buffer implementation to use ->srcpad
35051         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
35052         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
35053         (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
35054         a reference to everything we need.
35055         * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
35056         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
35057         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
35058         (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
35059         a reference to everything we need.
35060         * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
35061
35062 2004-01-11  David Schleef  <ds@schleef.org>
35063
35064         * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
35065         * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
35066         (gst_fenced_buffer_default_copy): Fix for rename of buffer private
35067         structure members.
35068         * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
35069         value during a resize/renegotiation.
35070         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
35071         gst_pad_alloc_buffer();
35072         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
35073         (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
35074         structure members.
35075         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
35076         Fix for rename of buffer private structure members.
35077         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
35078         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
35079         Fix for rename of buffer private structure members.
35080         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
35081         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
35082         Fix for rename of buffer private structure members.
35083
35084 2004-01-11  Arwed v. Merkatz <v.merkatz@gmx.net>
35085
35086         reviewed by: David Schleef <ds@schleef.org>
35087
35088         * gst/videofilter/Makefile.am:
35089         * gst/videofilter/gstgamma.c: Gamma correction filter.  Modified
35090         from the patch by ds to fit in with recent make_filter changes.
35091
35092 2004-01-11  Julien MOUTTE  <julien@moutte.net>
35093
35094         * configure.ac: Adding examples/switch/Makefile
35095         * examples/Makefile.am: Adding examples/switch
35096         * examples/switch/Makefile.am: Adding switcher example.
35097         * examples/switch/switcher.c: (got_eos), (idle_iterate),
35098         (switch_timer), (main): Adding an example demonstrating switch usage
35099         with 2 videotestsrc showing different patterns.
35100         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
35101         (gst_switch_init): Fixing switch with the new caps system.
35102
35103 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35104
35105         * gst-libs/gst/video/video.h:
35106           Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
35107           They should probably be like
35108           GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
35109
35110 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35111
35112         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
35113         (qtdemux_parse_trak):
35114           fix audio chunk size/timestamp calculation
35115
35116 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35117
35118         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
35119           fix SVQ3 caps
35120
35121 2004-01-11  Steve Baker  <steve@stevebaker.org>
35122
35123         * gst/effectv/gstaging.c: (gst_agingtv_get_type),
35124         (gst_agingtv_base_init), (gst_agingtv_class_init),
35125         (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
35126         (gst_agingtv_set_property), (gst_agingtv_get_property):
35127         Port agingTV to videofilter
35128
35129 2004-01-09  Julien MOUTTE <julien@moutte.net>
35130
35131         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
35132         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
35133
35134 2004-01-09  Julien MOUTTE <julien@moutte.net>
35135
35136         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
35137         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
35138         * gst-libs/gst/xoverlay/xoverlay.c:
35139         (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
35140         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
35141         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
35142         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
35143         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
35144         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
35145         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
35146         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
35147         the bufferalloc_function to replace bufferpools, fixing the XOverlay
35148         interface implementation to handle xid being 0 and fix some bugs
35149         triggered by Benjamin's testcase.
35150         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
35151         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
35152         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
35153         the bufferalloc_function to replace bufferpools, fixing the XOverlay
35154         interface implementation to handle xid being 0 and fix some bugs
35155         triggered by Benjamin's testcase.
35156
35157 2004-01-09  David Schleef  <ds@schleef.org>
35158
35159         * ext/librfb/gstrfbsrc.c:  Hacking.  Added actual decoding and
35160         mouse pointer events.  It works.
35161
35162 2004-01-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35163
35164         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
35165           Use explicit caps - fix capsnego.
35166         * ext/xvid/gstxviddec.c:
35167         * ext/xvid/gstxvidenc.c:
35168           Remove macro-inside-macro which caused compile errors.
35169         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
35170           Error out if it's not a RIFF file. Else we error out without
35171           gst_element_error() which is not good...
35172
35173 2004-01-08  David Schleef  <ds@schleef.org>
35174
35175         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
35176         Fix pad_link function to handle formats that ffmpeg returns
35177         as multiple caps structures.
35178         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
35179         Only complain if source buffer is _smaller_ than expected.
35180         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
35181         (gst_videoscale_handle_src_event): Resize navigation events
35182         when passing them upstream.
35183         * gst/videotestsrc/gstvideotestsrc.c:
35184         * gst/videotestsrc/gstvideotestsrc.h:
35185         * gst/videotestsrc/videotestsrc.c:
35186         * gst/videotestsrc/videotestsrc.h:
35187         Rewrite many of the buffer painting functions to handle odd
35188         sizes (for many formats, size%4!=0 or size%8!=0).  Most have
35189         been verified to work with my video card.
35190         * testsuite/gst-lint:  Add check for elements calling
35191         gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
35192
35193 2004-01-08  David Schleef  <ds@schleef.org>
35194
35195         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
35196         (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
35197
35198 2004-01-08  Julien MOUTTE  <julien@moutte.net>
35199
35200         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
35201         configure event is not emiting the desired size signal. That fixes
35202         aspect ratio issues with gst-player.
35203
35204 2004-01-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35205
35206         * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
35207           Fix capsnego.
35208
35209 2004-01-08  Julien MOUTTE  <julien@moutte.net>
35210
35211         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
35212         public method to fire size signal.
35213
35214 2004-01-07  Julien MOUTTE  <julien@moutte.net>
35215
35216         * examples/gstplay/Makefile.am: Adding the interface library.
35217         * gst-libs/gst/play/Makefile.am: Adding the interface library.
35218         * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to         the XOverlay size signal instead of GstVideoSink.
35219         * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
35220         GST_IS_X_OVERLAY before signal connect.
35221         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
35222         Removing the have_video_size signal.
35223         * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
35224         and associated public method.
35225         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
35226         (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
35227         signal.
35228         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
35229         (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
35230         signal.
35231         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
35232         Using XOverlay public method to fire size signal.
35233
35234 2004-01-07  David Schleef  <ds@schleef.org>
35235
35236         * gst/videofilter/Makefile.am:
35237         * gst/videofilter/gstvideotemplate.c:
35238         * gst/videofilter/make_filter:
35239         Create gstvideoexample.c in a srcdir!=builddir friendly way.
35240         Convert make_filter to /bin/sh script.
35241
35242 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
35243
35244         * gst/modplug/gstmodplug.cc: fix element description
35245
35246 2004-01-07  Julien MOUTTE  <julien@moutte.net>
35247
35248         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
35249         (got_video_size): Adding some new lines in g_print calls.
35250         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
35251         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
35252         (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
35253         (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
35254         (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
35255         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
35256         Complete code review, reverting some stuff i disagree with, adding
35257         some fixes : time synchronization on invalid timestamps, renegotiation
35258         of private window.
35259         * sys/ximage/ximagesink.h:
35260         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
35261         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
35262         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
35263         (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
35264         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
35265         (gst_xvimagesink_buffer_new),
35266         (gst_xvimagesink_navigation_send_event),
35267         (gst_xvimagesink_set_xwindow_id),
35268         (gst_xvimagesink_get_desired_size),
35269         (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
35270         stuff i disagree with, adding some fixes : Renegotiation of private
35271         window, implementing get_desired_size.
35272
35273 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35274
35275         * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
35276         (gst_afsink_handle_event):
35277         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
35278         * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
35279         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
35280         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
35281         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
35282           Fix for instantiate-test (see core). Also remove dead code from
35283           jpegenc (which still needs fixing, but that's lower on my TODO
35284           list...).
35285         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
35286           Never return NULL as caps.
35287
35288 2004-01-07  David Schleef  <ds@schleef.org>
35289
35290         * configure.ac:
35291         * ext/Makefile.am:
35292         * ext/librfb/Makefile.am:
35293         * ext/librfb/gstrfbsrc.c:
35294         New source plugin based on librfb-0.1.  RFB (remote framebuffer)
35295         is the protocol used by VNC.
35296
35297 2004-01-07  David Schleef  <ds@schleef.org>
35298
35299         * gst/videofilter/gstvideotemplate.c:
35300         * gst/videofilter/gstvideotemplate.h:
35301         * gst/videofilter/make_filter:
35302         Merge videotemplate header into source file.
35303         * gst/effectv/Makefile.am:
35304         * gst/effectv/gsteffectv.c: (plugin_init):
35305         * gst/effectv/gstwarp.c:
35306         Make warpTV a subclass of videofilter.
35307
35308 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35309
35310         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
35311           Add guard against invalid utf-8 conversions in mad. Just in case.
35312
35313 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35314
35315         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
35316           Fix for bug shown by poisoning
35317
35318 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35319
35320         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
35321         (gst_v4lmjpegsrc_buffer_free):
35322         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
35323         (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
35324         (gst_v4lsrc_buffer_free):
35325           Fix for removed bufferpools.
35326
35327 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
35328
35329         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
35330         Fix caps negotiation.
35331
35332         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
35333         (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
35334         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
35335         (dvdnavsrc_event):
35336         * ext/mpeg2dec/gstmpeg2dec.c:
35337         * gst-libs/gst/navigation/navigation.c:
35338         (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
35339         * gst-libs/gst/navigation/navigation.h:
35340         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
35341         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
35342         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
35343         Super-simple first version of mouse and keyboard events. Clicking
35344         on a DVD menu now works, although it may not take you where you
35345         expected.
35346
35347         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
35348         * gst/videotestsrc/gstvideotestsrc.c:
35349         (gst_videotestsrc_src_fixate):
35350         These fixate functions were broken - they never actually
35351         fixated :)
35352
35353 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35354
35355         * ext/shout/gstshout.c: (gst_icecastsend_base_init),
35356         (gst_icecastsend_init):
35357           fix for new caps system.
35358         * gst-libs/gst/mixer/mixertrack.h:
35359         * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
35360           Add 'master track' flag (for tools like ACME that only want to
35361           change the main volume).
35362
35363 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
35364
35365         * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
35366         (gst_xvid_csp_to_caps):
35367         * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
35368         * ext/xvid/gstxvidenc.c:
35369         ifdef out ARGB type when it isn't available
35370         in xvidcore 1.0.0beta2
35371
35372 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35373
35374         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
35375           When we have received a new SCR right in the first buffer after
35376           a seek (so in the same cycle that handles the discont), we should
35377           handle the buffer instead of unreffing it, else we lose data.
35378
35379 2004-01-06  Iain <iain@prettypeople.org>
35380
35381         * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
35382           buffer-frames caps too.
35383
35384         * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
35385           caps that we need, don't destroy them all and rebuild them. And when
35386           creating src pads, use the src pad template rather than the sink...
35387
35388 2004-01-05  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35389
35390         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
35391           Add pad to element *after* setting functions such as event handler.
35392           Without this, the scheduler (opt) will link pads, set the event
35393           handler from the default event function (dispatcher in gstpad.c)
35394           and *after* that, we will set our own event function, which will
35395           thus never be used (and thus mpegdemux doesn't handle events).
35396
35397 2004-01-04  David Schleef  <ds@schleef.org>
35398
35399         Fix the fixate functions to handle new prototype:
35400         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
35401         * gst/videotestsrc/gstvideotestsrc.c:
35402         (gst_videotestsrc_src_fixate):
35403         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
35404         * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
35405         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
35406
35407 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35408
35409         * sys/ximage/ximagesink.h:
35410         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
35411         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
35412         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
35413         (gst_ximagesink_xoverlay_init):
35414           assorted fixes to make (re)embedding work
35415         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
35416         (gst_ximagesink_get_desired_size):
35417           implement desired size additions to XOverlay
35418
35419 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35420
35421         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
35422         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
35423         (gst_x_overlay_got_desired_size):
35424         * gst-libs/gst/xoverlay/xoverlay.h:
35425           Add optional "desired size" signal and querying.
35426
35427 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35428
35429         * gst/matroska/matroska-demux.c:
35430         (gst_matroska_demux_parse_blockgroup):
35431           Fix EBML-laced block parsing. Diffs are relative to previous
35432           lace, not the first lace. Thanks to Mosu from the Matroska
35433           team for detecting this.
35434         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
35435         (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
35436         (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
35437         (gst_wavparse_change_state):
35438         * gst/wavparse/gstwavparse.h:
35439           Quickfix for capsnego.
35440
35441 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35442
35443         * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
35444           Fix indenting, fix pad creation.
35445
35446 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35447
35448         * ext/xvid/gstxviddec.c: (gst_xviddec_init),
35449         (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
35450         (gst_xviddec_sink_link):
35451           Implement src_getcaps() so proper size caps is negotiated.
35452
35453 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35454
35455         * ext/flac/gstflacdec.c: (gst_flacdec_loop):
35456           Finish flac decoder on EOS. See #116178.
35457
35458 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35459
35460         * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
35461         (gst_matroska_demux_add_stream):
35462         * gst/matroska/matroska-ids.h:
35463           Add getcaps() function to fix capsnego...
35464
35465 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35466
35467         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
35468         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
35469         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
35470           Fix more integer overflows. Again, see #126967.
35471
35472 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35473
35474         * ext/mpeg2dec/gstmpeg2dec.c:
35475           Add support for mpeg2dec-0.4.0 (released two weeks ago). See
35476           #130416.
35477
35478 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35479
35480         * configure.ac:
35481         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
35482         (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
35483         * ext/xvid/gstxvid.h:
35484         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
35485         (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
35486         (gst_xviddec_src_link), (gst_xviddec_sink_link),
35487         (gst_xviddec_change_state):
35488         * ext/xvid/gstxviddec.h:
35489         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
35490         (gst_xvidenc_base_init), (gst_xvidenc_class_init),
35491         (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
35492         (gst_xvidenc_link), (gst_xvidenc_set_property),
35493         (gst_xvidenc_get_property), (gst_xvidenc_change_state):
35494         * ext/xvid/gstxvidenc.h:
35495           Update xvid plugin to latest xvid (1.0.0-beta3) API.
35496
35497 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35498
35499         * gst/rtp/rtp-packet.c:
35500           Add sys/types.h include, since OS X doesn't define in_addr_t
35501           in netinet/in.h, like it does on Linux (see #129600).
35502
35503 2004-01-03  Thomas Canty <tommydal@optushome.com.au>
35504
35505         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
35506
35507         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
35508           Correct logic of dispose function (see #129306).
35509
35510 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35511
35512         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
35513         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
35514         (gst_mpeg_parse_init):
35515         * gst/mpegstream/gstmpegparse.h:
35516           Remove clock (which was never provided, i.e. dead code), and
35517           also fix integer overflows at high PTS values (see #126967).
35518
35519 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35520
35521         * ext/flac/gstflacdec.c:
35522         * ext/libpng/gstpngenc.h:
35523         * ext/mikmod/gstmikmod.h:
35524           OS X fixes (see #126628).
35525
35526 2004-01-02  David Schleef  <ds@schleef.org>
35527
35528         * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
35529         (gst_alsa_src_base_init): Remove bogus "src" request pad.
35530         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
35531         (gst_mpeg_parse_class_init): Move pad template registration
35532         to class_init, since the derived class (mpegdemux) doesn't
35533         want them.
35534
35535 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35536
35537         * sys/ximage/Makefile.am:
35538         * sys/xvideo/Makefile.am:
35539         * sys/xvimage/Makefile.am:
35540           Move interface libs from LDFLAGS to LIBADD, fix relocation errors
35541           after installation (see #127664).
35542
35543 2004-01-02  David Schleef  <ds@schleef.org>
35544
35545         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
35546         (gst_ffmpegenc_connect):  Negotiation fixes.
35547         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
35548         Remove inappropriate gst_caps_free().
35549         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
35550         Reenable Ronald's internal resize code, since the core handles
35551         it correctly now.
35552
35553 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35554
35555         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
35556         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
35557         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
35558           Fix pad template stuff.
35559
35560 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35561
35562         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
35563         * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
35564           fix signed integer reading/writing.
35565
35566 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35567
35568         * ext/alsa/README:
35569           Remove outdated document
35570
35571 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
35572
35573         * gst/cutter/gstcutter.c: (gst_cutter_init):
35574           src pad was being created twice - oops.
35575
35576 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35577
35578         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
35579           Comment out internal resize. It doesn't handle the resulting
35580           XEvent internally, does another try_set_caps() which leads to
35581           a really nice loop.
35582           Real fix will come when Julien and Dave are awake. ;).
35583
35584 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35585
35586         * ext/mpeg2enc/gstmpeg2enc.cc:
35587           fix const/nonconst compile issue.
35588
35589 2004-01-02  David Schleef  <ds@schleef.org>
35590
35591         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
35592         (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
35593         Add fixate function and a check for bad formats.
35594
35595 2004-01-01  David Schleef  <ds@schleef.org>
35596
35597         Negotiation fixes:
35598         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
35599         (gst_audiofilter_init):
35600         * gst/debug/efence.c: (gst_efence_init):
35601         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
35602         (gst_deinterlace_init):
35603         * gst/volume/gstvolume.c: (volume_connect):
35604
35605 2004-01-01  David Schleef  <ds@schleef.org>
35606
35607         Convert elements to use gst_pad_use_explicit_caps() where
35608         appropriate:
35609         * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
35610         * ext/audiofile/gstafparse.c: (gst_afparse_init),
35611         (gst_afparse_open_file):
35612         * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
35613         (gst_afsrc_open_file):
35614         * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
35615         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
35616         (gst_ffmpegdec_chain):
35617         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
35618         * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
35619         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
35620         (gst_gdk_pixbuf_chain):
35621         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
35622         (gst_jpegdec_chain):
35623         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
35624         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
35625         (gst_mikmod_negotiate):
35626         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
35627         (gst_mpeg2dec_negotiate_format):
35628         * ext/mpeg2enc/gstmpeg2enc.cc:
35629         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
35630         * ext/speex/gstspeexdec.c: (gst_speexdec_init),
35631         (gst_speexdec_sinkconnect):
35632         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
35633         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
35634         (gst_vorbisfile_new_link):
35635         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
35636         (gst_ac3parse_chain):
35637         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
35638         (gst_asf_demux_setup_pad):
35639         * gst/auparse/gstauparse.c: (gst_auparse_init),
35640         (gst_auparse_chain):
35641         * gst/id3/gstid3types.c: (gst_id3types_loop):
35642         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
35643         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
35644         (mp1videoparse_parse_seq):
35645         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
35646         (bpf_from_header):
35647         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
35648         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
35649         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
35650         (gst_mpeg_parse_send_data):
35651         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
35652         (gst_qtdemux_add_stream):
35653         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
35654         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
35655         (gst_wavparse_parse_fmt):
35656
35657 2004-01-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35658
35659         * configure.ac:
35660           Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
35661           1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
35662           it therefore uses the wrong include paths. Too bad... Note
35663           that 1.6.1.93 is not release yet. ;).
35664           Also add a check for mplex, which is now using the lib'ified
35665           mplex from mjpegtools, too.
35666         * ext/ffmpeg/gstffmpegcodecmap.c:
35667           Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
35668           issues. I don't think ffmpeg handles 3ivx correctly, so this
35669           probably won't work. But it won't hurt either.
35670         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
35671         (gst_ffmpegdec_chain):
35672         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
35673         (gst_ffmpegenc_chain_audio):
35674           Fix memleak in audio encoding. Close codec if open fails, this
35675           calls the cleanup routines so we can re-use the context.
35676         * ext/mpeg2enc/gstmpeg2enc.cc:
35677           Fix pad template names/types, fix memory issue with getcaps().
35678         * ext/mpeg2enc/gstmpeg2encoder.cc:
35679         * ext/mpeg2enc/gstmpeg2encoder.hh:
35680           Fix compile issue with new caps system (const thingy).
35681         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
35682         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
35683           We read a first frame right on initing, so that we have a caps
35684           when we init the output. This caps is cached in padprivate and
35685           read as first frame.
35686         * ext/mplex/Makefile.am:
35687         * ext/mplex/gstmplex.cc:
35688         * ext/mplex/gstmplex.h:
35689         * ext/mplex/gstmplex.hh:
35690         * ext/mplex/gstmplexibitstream.cc:
35691         * ext/mplex/gstmplexibitstream.hh:
35692         * ext/mplex/gstmplexjob.cc:
35693         * ext/mplex/gstmplexjob.hh:
35694         * ext/mplex/gstmplexoutputstream.cc:
35695         * ext/mplex/gstmplexoutputstream.hh:
35696           We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
35697           had issues, didn't do capsnego, supported only a subset of the
35698           mplex features and required a mplex fork in our local CVS. Plus
35699           that it worked agaist a very old mplex version. Rewriting was
35700           faster than updating it.
35701         * gst-libs/ext/Makefile.am:
35702         * gst-libs/ext/mplex/INSTRUCT:
35703         * gst-libs/ext/mplex/Makefile.am:
35704         * gst-libs/ext/mplex/README:
35705         * gst-libs/ext/mplex/TODO:
35706         * gst-libs/ext/mplex/ac3strm_in.cc:
35707         * gst-libs/ext/mplex/audiostrm.hh:
35708         * gst-libs/ext/mplex/audiostrm_out.cc:
35709         * gst-libs/ext/mplex/aunit.hh:
35710         * gst-libs/ext/mplex/bits.cc:
35711         * gst-libs/ext/mplex/bits.hh:
35712         * gst-libs/ext/mplex/buffer.cc:
35713         * gst-libs/ext/mplex/buffer.hh:
35714         * gst-libs/ext/mplex/fastintfns.h:
35715         * gst-libs/ext/mplex/format_codes.h:
35716         * gst-libs/ext/mplex/inputstrm.cc:
35717         * gst-libs/ext/mplex/inputstrm.hh:
35718         * gst-libs/ext/mplex/lpcmstrm_in.cc:
35719         * gst-libs/ext/mplex/mjpeg_logging.cc:
35720         * gst-libs/ext/mplex/mjpeg_logging.h:
35721         * gst-libs/ext/mplex/mjpeg_types.h:
35722         * gst-libs/ext/mplex/mpastrm_in.cc:
35723         * gst-libs/ext/mplex/mpegconsts.cc:
35724         * gst-libs/ext/mplex/mpegconsts.h:
35725         * gst-libs/ext/mplex/mplexconsts.hh:
35726         * gst-libs/ext/mplex/multplex.cc:
35727         * gst-libs/ext/mplex/outputstream.hh:
35728         * gst-libs/ext/mplex/padstrm.cc:
35729         * gst-libs/ext/mplex/padstrm.hh:
35730         * gst-libs/ext/mplex/stillsstream.cc:
35731         * gst-libs/ext/mplex/stillsstream.hh:
35732         * gst-libs/ext/mplex/systems.cc:
35733         * gst-libs/ext/mplex/systems.hh:
35734         * gst-libs/ext/mplex/vector.cc:
35735         * gst-libs/ext/mplex/vector.hh:
35736         * gst-libs/ext/mplex/videostrm.hh:
35737         * gst-libs/ext/mplex/videostrm_in.cc:
35738         * gst-libs/ext/mplex/videostrm_out.cc:
35739         * gst-libs/ext/mplex/yuv4mpeg.cc:
35740         * gst-libs/ext/mplex/yuv4mpeg.h:
35741         * gst-libs/ext/mplex/yuv4mpeg_intern.h:
35742         * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
35743           We don't fork mjpegtools' mplex in our CVS anymore.
35744         * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
35745         (gst_avi_demux_add_stream):
35746         * gst/avi/gstavidemux.h:
35747           Add getcaps() function for proper caps nego. This makes some
35748           parts of AVI playback/reading work.
35749         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
35750           Resize window on new capsnego. This is probably wrong, but
35751           I'm still committing it because with current capsnego, the
35752           first successfull capsnego is auto-fixated, therefore rounded
35753           down to the lowest values in the caps. this results in a 16x16
35754           XWindow that is not reized when real capsnego finishes.
35755           Dave, I see more cases of this, do you know a proper solution?
35756         * tools/gst-launch-ext.in:
35757           Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
35758
35759 2003-12-31  David Schleef  <ds@schleef.org>
35760
35761         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
35762         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
35763           Change gst_pad_proxy_link() to gst_pad_try_set_caps()
35764
35765 2003-12-30  David Schleef  <ds@schleef.org>
35766
35767         * ext/ffmpeg/gstffmpegcolorspace.c:
35768         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
35769         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
35770         (gst_ffmpegcsp_chain): Negotiation fixes
35771         * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
35772         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
35773         (gst_audio_convert_link), (gst_audio_convert_channels):
35774         * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
35775         (gst_audioscale_link), (gst_audioscale_get_buffer),
35776         (gst_audioscale_chain): Negotiation fixes
35777         * gst/audioscale/gstaudioscale.h:
35778         * gst/videofilter/gstvideofilter.c:
35779         (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
35780         (gst_videofilter_link), (gst_videofilter_init),
35781         (gst_videofilter_set_output_size), (gst_videofilter_setup),
35782         (gst_videofilter_find_format_by_structure):
35783         * gst/videofilter/gstvideofilter.h: Negotiation fixes
35784         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
35785         (gst_videoscale_link):
35786         * gst/videoscale/videoscale.c: (videoscale_get_structure),
35787         (videoscale_find_by_structure), (gst_videoscale_setup):
35788         * gst/videoscale/videoscale.h: Negotiation fixes
35789         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
35790         (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
35791         function, restrict resizing to a multiple of 4 (hack until
35792         everyone supports odd sizes correctly).
35793
35794 2003-12-29  Colin Walters  <walters@verbum.org>
35795
35796         * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
35797         signed.
35798
35799 2003-12-30  Jan Schmidt <thaytan@mad.scientist.com>
35800
35801         * ext/sndfile/gstsf.c: (gst_sf_loop):
35802           Fix warning about discarding const qualifier
35803
35804 2003-12-27  Jeremy Simon   <jesimon@libertysurf.fr>
35805
35806         * gst/cutter/gstcutter.c:
35807         * gst/videoscale/gstvideoscale.c:
35808         * gst/volenv/gstvolenv.c:
35809         * gst-libs/gst/audio/audio.c:
35810         * gst-libs/gst/video/video.c:
35811           Fix warnings
35812
35813 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35814
35815         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
35816           Don't send ALSA debugging to stderr.
35817         * ext/alsa/gstalsa.h:
35818           Use GST_WARNING instead of g_warning when ALSA functions fail.
35819
35820 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35821
35822         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
35823           Free XVAdapterInfo correctly.
35824
35825 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35826
35827         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
35828         (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
35829           Make id3tag use correct caps nego.
35830
35831 2003-12-27  Amaury Jacquot <sxpert@esitcom.org>
35832
35833         * ext/ivorbis/vorbis.c:
35834         * ext/ivorbis/vorbisenc.h:
35835         * ext/ivorbis/vorbisfile.c:
35836           Modify so that it uses the new caps things
35837
35838 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35839
35840         * testsuite/spider/spider1.c: (main):
35841         * testsuite/spider/spider2.c: (main):
35842         * testsuite/spider/spider3.c: (main):
35843           Make tests compile again. They probably don't work.
35844
35845 2003-12-24  Colin Walters  <walters@verbum.org>
35846
35847         * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
35848         we can't fixate the caps anymore.
35849
35850 2003-12-23  David Schleef  <ds@schleef.org>
35851
35852         * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
35853         * sys/oss/gstosssink.c: (gst_osssink_init),
35854         (gst_osssink_sink_fixate): Add fixate function.
35855
35856 2003-12-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35857
35858         * ext/ffmpeg/gstffmpegcodecmap.c:
35859         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
35860         (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
35861         (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
35862         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
35863         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
35864         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
35865         (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
35866           fix typo in RGB masks, and move back to "old" colorspace
35867           capsnego code until whoever wrote this new crap has actually
35868           tested it so that it works.
35869           And yes, this works, keep it that way please.
35870
35871 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35872
35873         * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
35874         (gst_divxdec_init), (gst_divxdec_negotiate):
35875         * ext/divx/gstdivxdec.h:
35876         * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
35877         (gst_divxenc_init):
35878         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
35879         (gst_faac_sinkconnect), (gst_faac_srcconnect):
35880         * ext/mpeg2enc/gstmpeg2enc.cc:
35881         * ext/mpeg2enc/gstmpeg2encoder.cc:
35882         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
35883         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
35884         (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
35885         * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
35886         (dxr3spusink_init):
35887         * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
35888         (dxr3videosink_init):
35889           Fix caps breakage after Dave's caps branch merge.
35890
35891 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35892
35893         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
35894           Fix for 24bpp display.
35895
35896 2003-12-23  Colin Walters  <walters@verbum.org>
35897
35898         * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
35899         a GnomeVFSHandle directly.
35900
35901 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35902
35903         * gst/volume/Makefile.am:
35904         * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
35905         (volume_base_init), (volume_init):
35906           Reenable volume element and fix to work with new caps stuff.
35907           Rhythmbox needs this.
35908
35909 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35910
35911         * gst/qtdemux/qtdemux.c: (plugin_init):
35912           qtdemux requires bytestream
35913
35914 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35915
35916         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
35917           Fix remaining caps handling errors due to CAPS merge.
35918
35919 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35920
35921         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
35922         (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
35923         (gst_faad_srcconnect):
35924           Port to new caps system.
35925
35926 2003-12-21  Julien MOUTTE  <julien@moutte.net>
35927
35928         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
35929         (got_video_size), (main): using g_print instead of g_message.
35930         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
35931         signal which was not emitted because of "switch" element added to the
35932         bin but not connected. (Removing from the bin temporarily)
35933
35934 2003-12-21  Julien MOUTTE  <julien@moutte.net>
35935
35936         * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
35937         find X development files. I don't understand the previous tests and
35938         they fail on my debian/ppc unstable. This one works.
35939         * examples/gstplay/player.c: (main): Set the pipeline to READY before
35940         exiting.
35941         * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
35942         (gst_play_set_video_sink), (gst_play_set_audio_sink),
35943         (gst_play_set_visualization): Add some safety checks in set_ methods
35944         and state_change. This was throwing some ugly CRITICAL messages when
35945         pipeline was getting disposed and casts were failing.
35946
35947 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35948
35949         * configure.ac:
35950           Improve mpeg2enc detection. This is for distributions that do
35951           ship mjpegtools, but without mpeg2enc. Also does object check
35952           for might there ever be ABI incompatibility.
35953         * ext/mpeg2enc/gstmpeg2enc.cc:
35954           Add Andrew as second maintainer (he's helping me), and also add
35955           an error if no caps was set. This happens if I pull before capsnego
35956           and that's something I should solve sometime else.
35957         * gst/matroska/matroska-demux.c:
35958         (gst_matroska_demux_parse_blockgroup):
35959           Fix time parsing.
35960         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
35961         (gst_matroska_mux_track_header):
35962           Add caps to templates.
35963         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
35964           Add mpegversion=1 to prevent confusion with MPEG/AAC.
35965         * gst/mpegstream/gstmpegdemux.c:
35966           Remove layer since it causes warnings about unfixed caps.
35967         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
35968           Fix obvious typo (we error out if caps were set, we should of
35969           course error out if *no* caps were set).
35970         * sys/oss/gstosselement.c: (gst_osselement_convert):
35971           Fix format conversion, we confused bits/bytes.
35972         * sys/oss/gstosselement.h:
35973           Improve documentation for 'bps'.
35974         * sys/v4l/TODO:
35975           Remove stuff about plugins that need removing - this was done
35976           ages ago.
35977         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
35978         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
35979         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
35980         (gst_v4lsrc_src_query):
35981         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
35982         (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
35983           Add get_query_types(), get_formats() and query() functions.
35984
35985 2003-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
35986
35987         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
35988           * moved CVS to freedesktop.org