gst-libs/gst/rtsp/gstrtspconnection.c: Close control sockets. Fixes #503440.
[platform/upstream/gstreamer.git] / ChangeLog
1 2007-12-13  Wim Taymans  <wim.taymans@collabora.co.uk>
2
3         Patch by: Peter Kjellerstedt  <pkj at axis com>
4
5         * gst-libs/gst/rtsp/gstrtspconnection.c:
6         (gst_rtsp_connection_free):
7         Close control sockets. Fixes #503440.
8
9 2007-12-13  Wim Taymans  <wim.taymans@collabora.co.uk>
10
11         * gst/playback/gstdecodebin2.c: (analyze_new_pad), (connect_pad):
12         Expose the right pad in the right place with the right element.
13
14 2007-12-13  Tim-Philipp Müller  <tim at centricular dot net>
15
16         * gst-libs/gst/pbutils/descriptions.c: (formats):
17           Add description for 'private' dts caps (who come up with that name?).
18
19 2007-12-13  Tim-Philipp Müller  <tim at centricular dot net>
20
21         * Makefile.am:
22           Add check-exports target and run it with 'make check'.
23
24         * configure.ac:
25           Be stricter about what we export in our libraries: change regexp so that
26           we only export _gst_foo(), but not __gst_foo().
27
28         * gst-libs/gst/cdda/base64.h: (rfc822_binary):
29         * gst-libs/gst/cdda/sha1.h: (sha_init), (sha_update), (sha_final):
30           Change internal functions to __gst_foo so they dont' get exported.
31
32         * win32/common/libgstaudio.def:
33           Add missing symbols.
34
35 2007-12-11  David Schleef  <ds@schleef.org>
36
37         * ChangeLog: remove conflict markers
38
39 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
40
41         * ext/gnomevfs/Makefile.am:
42         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_unicodify):
43           Use gst_tag_freeform_string_to_utf8() here, which also takes
44           into account any character sets specified by the user via
45           environment variables.
46
47 2007-12-10  Wim Taymans  <wim.taymans@gmail.com>
48
49         * gst/audioconvert/Makefile.am:
50         Also link to libm.
51
52 2007-12-10  Wim Taymans  <wim.taymans@gmail.com>
53
54         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
55         No need for floating point operations here. avoids having to link
56         against the math library too.
57
58 2007-12-10  Tim-Philipp Müller  <tim at centricular dot net>
59
60         * gst-libs/gst/pbutils/descriptions.c: (formats),
61           (format_info_get_desc):
62         * tests/check/libs/pbutils.c: (GST_START_TEST), (caps_strings),
63           (GST_START_TEST):
64           Add one or two missing formats.  Generate ADPCM description
65           dynamically depending on layout/format.
66
67 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
68
69         * configure.ac:
70           Don't define GST_DISABLE_DEPRECATED for releases. Fixes #498181.
71
72 2007-12-08  Tim-Philipp Müller  <tim at centricular dot net>
73
74         Patch by: Robin Stocker <robin dot stocker at gmx dot ch>
75
76         * gst/subparse/gstsubparse.c: (gst_sub_parse_data_format_autodetect):
77           Some .srt files start with chunk number 0 and not chunk number 1,
78           recognise and accept those as well (fixes #502497).
79
80         * tests/check/elements/subparse.c: (srt_input), (srt_input0),
81           (test_src):
82           Add unit test for the above.
83
84 2007-12-06  Wim Taymans  <wim.taymans@gmail.com>
85
86         * gst/playback/gstplay-enum.c:
87         (register_gst_autoplug_select_result),
88         (gst_autoplug_select_result_get_type):
89         * gst/playback/gstplay-enum.h:
90         Add missing files.
91
92 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
93
94         * gst/playback/Makefile.am:
95         Group decodebin2 and uridecodebin into the same plugin so that they
96         can share the GEnumType.
97
98         * gst/playback/gstdecodebin2.c: (_gst_array_accumulator),
99         (_gst_select_accumulator), (gst_decode_bin_class_init),
100         (gst_decode_bin_init), (gst_decode_bin_autoplug_sort),
101         (gst_decode_bin_autoplug_select), (gst_decode_bin_autoplug_add),
102         (analyze_new_pad), (connect_pad), (gst_decode_bin_plugin_init):
103         Add signal to sort factories instead of the more awkward autoplug-select
104         signal.
105         Modify autoplug_select so that we can try, skip or expose the
106         autopluggin of an element on a pad.
107
108         * gst/playback/gstfactorylists.c: (compare_ranks),
109         (decoders_filter), (sinks_filter), (gst_factory_list_is_type),
110         (element_filter), (gst_factory_list_get_elements),
111         (gst_factory_list_debug), (gst_factory_list_filter):
112         * gst/playback/gstfactorylists.h:
113         Simplify the API, allow getting elements based on mask.
114
115         * gst/playback/gstplay-marshal.list:
116         Add some more marshallers.
117
118         * gst/playback/gstplaybin2.c: (init_group), (gst_play_bin_init),
119         (gst_play_bin_finalize), (pad_removed_cb), (autoplug_factories_cb),
120         (autoplug_select_cb), (activate_group):
121         Add support for managing non-raw sinks by providing a custom element and
122         sink list to decodebin2.
123         Try to plug non-raw sinks when decodebin2 using autoplug-select of
124         decodebin2.
125
126         * gst/playback/gstplaysink.c: (gen_video_chain), (gen_audio_chain),
127         (gst_play_sink_set_mode), (gst_play_sink_request_pad):
128         * gst/playback/gstplaysink.h:
129         Add support for raw and non-raw sinks. 
130         Add support to force sinks selected by playbin2.
131         Don't plug raw converters for non-raw sinks.
132
133         * gst/playback/gsturidecodebin.c: (_gst_array_accumulator),
134         (_gst_select_accumulator), (gst_uri_decode_bin_class_init),
135         (proxy_autoplug_select_signal), (gst_uri_decode_bin_plugin_init),
136         (plugin_init):
137         Use right accumulators.
138         Proxy new signal.
139
140 2007-12-03  Wim Taymans  <wim.taymans@gmail.com>
141
142         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
143         Use runnning time as the base time instead of the timestamp.
144         Spotted by Saur on IRC.
145
146 2007-12-03  Edward Hervey  <bilboed@bilboed.com>
147
148         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
149         Add 'WVC1' codec mapping for Windows Media VC-1 video codec.
150
151 2007-12-03  Wim Taymans  <wim.taymans@gmail.com>
152
153         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_bisect_forward_serialno),
154         (gst_ogg_demux_read_chain):
155         If we find a new serial number but it does not contain a BOS page, make
156         sure we initialize the chain to NULL because else we will try to scan it
157         and crash. Fixes #500763
158
159 2007-11-30  Wim Taymans  <wim.taymans@gmail.com>
160
161         * gst/playback/Makefile.am:
162         * gst/playback/gstfactorylists.c: (compare_ranks), (print_feature),
163         (get_feature_array), (decoders_filter), (sinks_filter),
164         (gst_factory_list_get_decoders), (gst_factory_list_get_sinks),
165         (gst_factory_list_filter):
166         * gst/playback/gstfactorylists.h:
167         Refactor some common code to filter factories and check caps compat.
168
169         * gst/playback/gstdecodebin.c:
170         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
171         (gst_decode_bin_init), (gst_decode_bin_dispose),
172         (gst_decode_bin_autoplug_continue),
173         (gst_decode_bin_autoplug_factories),
174         (gst_decode_bin_autoplug_select), (analyze_new_pad),
175         (find_compatibles):
176         * gst/playback/gstplaybin.c:
177         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
178         (gst_play_bin_init), (gst_play_bin_finalize),
179         (autoplug_factories_cb), (activate_group):
180         * gst/playback/gstqueue2.c:
181         * gst/playback/gsturidecodebin.c: (proxy_unknown_type_signal),
182         (proxy_autoplug_continue_signal),
183         (proxy_autoplug_factories_signal), (proxy_autoplug_select_signal),
184         (proxy_drained_signal):
185         Add some more debug info and use factor filtering code.
186
187 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
188
189         * gst/audiotestsrc/gstaudiotestsrc.c:
190         * gst/volume/gstvolume.c:
191         * gst/volume/gstvolume.h:
192           Add GAP-flag support.
193
194 2007-11-24  Julien MOUTTE  <julien@moutte.net>
195
196         * tests/examples/seek/seek.c: (main): Increase the range of the
197         rate selector as I would like to test QOS behavior at higher
198         forward and reverse playback speed like say 64x.
199
200 2007-11-23  Sebastian Dröge  <slomo@circular-chaos.org>
201
202         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
203         (audioresample_query), (audioresample_query_type),
204         (gst_audioresample_set_property):
205         Implement latency query.
206
207 2007-11-21  Wim Taymans  <wim.taymans@gmail.com>
208
209         * gst-libs/gst/audio/gstbaseaudiosink.c:
210         (gst_base_audio_sink_drain):
211         Our EOS time contains the base_time, _wait_eos() expects a running_time
212         so we have to subtract the base_time again before calling the function.
213         This fixes an EOS regression where the base_time was added twice and EOS
214         took longer and longer in certain situations.
215         Fixes #498767.
216
217 2007-11-21  Wim Taymans  <wim.taymans@gmail.com>
218
219         * docs/libs/gst-plugins-base-libs-sections.txt:
220         * gst-libs/gst/audio/gstbaseaudiosink.c: (slave_method_get_type),
221         (gst_base_audio_sink_set_provide_clock),
222         (gst_base_audio_sink_get_provide_clock),
223         (gst_base_audio_sink_set_slave_method),
224         (gst_base_audio_sink_get_slave_method),
225         (gst_base_audio_sink_set_property),
226         (gst_base_audio_sink_get_property), (gst_base_audio_sink_drain),
227         (gst_base_audio_sink_none_slaving),
228         (gst_base_audio_sink_handle_slaving):
229         * gst-libs/gst/audio/gstbaseaudiosink.h:
230         Expose methods for some object properties so that subclasses can more
231         easily configure them.
232         Added slave method none, that completely disables slaving to the
233         internal clock.
234         API: gst_base_audio_sink_set_provide_clock()
235         API: gst_base_audio_sink_get_provide_clock()
236         API: gst_base_audio_sink_set_slave_method()
237         API: gst_base_audio_sink_get_slave_method()
238
239         * gst-libs/gst/audio/gstbaseaudiosrc.c:
240         (gst_base_audio_src_set_provide_clock),
241         (gst_base_audio_src_get_provide_clock),
242         (gst_base_audio_src_set_property),
243         (gst_base_audio_src_get_property), (gst_base_audio_src_create):
244         * gst-libs/gst/audio/gstbaseaudiosrc.h:
245         Expose methods for some object properties so that subclasses can more
246         easily configure them.
247         API: gst_base_audio_src_set_provide_clock()
248         API: gst_base_audio_src_get_provide_clock()
249
250 2007-11-20  Wim Taymans  <wim.taymans@gmail.com>
251
252         Patch by: Joe Peterson <lavajoe at gentoo dot org>
253
254         * gst-libs/gst/sdp/gstsdpmessage.c:
255         Fix compilation on FreeBSD (Gentoo). Fixes #498228.
256
257 2007-11-19  Sebastian Dröge  <slomo@circular-chaos.org>
258
259         * tests/check/libs/fft.c: (GST_START_TEST):
260         Fix scaling to really have dB instead of something else.
261
262 2007-11-19  Julien MOUTTE  <julien@moutte.net>
263
264         * tests/examples/seek/seek.c: (main): There's a nice macro to check
265         GTK version, use it.
266
267 2007-11-19  Julien MOUTTE  <julien@moutte.net>
268
269         * tests/examples/seek/seek.c: (main): Try to support stable version
270         of GTK.
271
272 2007-11-17  Stefan Kost  <ensonic@users.sf.net>
273
274         * gst/playback/README:
275         * gst/playback/test7.c:
276           Fix the build + little README update.
277
278 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
279
280         * tests/examples/seek/seek.c: (make_playerbin2_pipeline), (main):
281         Add playbin2 seek pipeline.
282
283 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
284
285         * gst/playback/Makefile.am:
286         * gst/playback/gstplayback.c: (plugin_init):
287         * gst/playback/test7.c: (update_scale), (warning_cb), (error_cb),
288         (eos_cb), (about_to_finish_cb), (main):
289         Add playbin2.
290         Added gapless playback example.
291
292         * gst/playback/gstplaybasebin.c:
293         * gst/playback/gstplaybasebin.h:
294         * gst/playback/gstplaybin.c: (gst_play_bin_plugin_init):
295         * gst/playback/gstqueue2.c:
296         * gst/playback/test.c:
297         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
298         (pad_removed_cb):
299         * gst/playback/gststreaminfo.h:
300         Change email.
301
302         * gst/playback/gstplaybin2.c: (gst_play_bin_get_type),
303         (gst_play_bin_class_init), (init_group), (gst_play_bin_init),
304         (gst_play_bin_dispose), (gst_play_bin_set_uri),
305         (gst_play_bin_set_suburi), (gst_play_bin_set_property),
306         (gst_play_bin_get_property), (gst_play_bin_handle_message),
307         (pad_added_cb), (pad_removed_cb), (no_more_pads_cb), (perform_eos),
308         (drained_cb), (unlink_group), (activate_group),
309         (setup_next_source), (gst_play_bin_change_state),
310         (gst_play_bin2_plugin_init):
311         Added raw first version of playbin2. Does chained oggs and gapless
312         playback fine. No support for raw sinks yet. No visualisations or
313         subtitles yet.
314
315         * gst/playback/gstplaysink.c: (gst_play_sink_get_type),
316         (gst_play_sink_class_init), (gst_play_sink_init),
317         (gst_play_sink_dispose), (gst_play_sink_vis_unblocked),
318         (gst_play_sink_vis_blocked), (gst_play_sink_set_video_sink),
319         (gst_play_sink_set_audio_sink), (gst_play_sink_set_vis_plugin),
320         (gst_play_sink_set_property), (gst_play_sink_get_property),
321         (post_missing_element_message), (free_chain), (add_chain),
322         (activate_chain), (gen_video_chain), (gen_text_element),
323         (gen_audio_chain), (gen_vis_element), (gst_play_sink_get_mode),
324         (gst_play_sink_set_mode), (gst_play_sink_request_pad),
325         (gst_play_sink_release_pad), (gst_play_sink_send_event_to_sink),
326         (gst_play_sink_send_event), (gst_play_sink_change_state):
327         * gst/playback/gstplaysink.h:
328         Added Element that abstracts the sinks and their pipelines for playbin2.
329
330 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
331
332         * gst/playback/gststreamselector.c: (gst_selector_pad_get_type),
333         (gst_selector_pad_class_init), (gst_selector_pad_init),
334         (gst_selector_pad_finalize), (gst_selector_pad_reset),
335         (gst_selector_pad_get_linked_pads), (gst_selector_pad_event),
336         (gst_selector_pad_getcaps), (gst_selector_pad_bufferalloc),
337         (gst_selector_pad_chain), (gst_stream_selector_get_type),
338         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
339         (gst_stream_selector_init), (gst_stream_selector_set_property),
340         (gst_stream_selector_get_linked_pad),
341         (gst_stream_selector_getcaps),
342         (gst_stream_selector_is_active_sinkpad),
343         (gst_stream_selector_activate_sinkpad),
344         (gst_stream_selector_get_linked_pads),
345         (gst_stream_selector_request_new_pad),
346         (gst_stream_selector_release_pad):
347         * gst/playback/gststreamselector.h:
348         Improve streamselector, make it select and unselect the current pad more
349         intelligently. 
350         Subclass GstPad for the sinkpads of the selector.
351         Handle segments more correctly.
352         Fix caps negotiation.
353         Implement release_pad.
354
355 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
356
357         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
358         (gst_decode_group_check_if_drained), (source_pad_event_probe),
359         (remove_fakesink):
360         Add drained signal fired when decodebin finishes decoding the data.
361         Remove deprecated STATE_DIRTY message.
362
363         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
364         (unknown_type_cb), (new_decoded_pad_cb), (pad_removed_cb),
365         (analyse_source), (proxy_drained_signal), (make_decoder),
366         (source_new_pad), (value_list_append_structure_list),
367         (handle_redirect_message), (handle_message):
368         Proxy the new drained signal.
369         Handle pad removed from decodebin.
370         Handle redirect messages by sorting multiple redirections based on the
371         connection speed.
372
373 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
374
375         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
376
377         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_unset):
378         Fix leaking headers. Fixes #496761.
379
380 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
381
382         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
383
384         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
385         (gst_ximagesink_change_state):
386         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
387         Don't leak the PAR on errors. Fixes #496731.
388
389 2007-11-16  Tim-Philipp Müller  <tim at centricular dot net>
390
391         * gst-libs/gst/tag/gstid3tag.c: (user_tag_matches),
392           (gst_tag_from_id3_user_tag):
393           Add mapping for audio cd discid tags, so we can extract
394           them from tags as well (see #347848). Also compare identifiers
395           in ID3v2 TXXX frames in a case-insensitive way to increase
396           compatibility when reading tags (discid vs. DiscID vs. DiscId).
397
398 2007-11-16  Jan Schmidt  <jan.schmidt@sun.com>
399
400         * gst-plugins-base.doap:
401         Oops, fix the release name.
402
403 2007-11-16  Jan Schmidt  <jan.schmidt@sun.com>
404
405         * gst-plugins-base.doap:
406         Add 0.10.15 release
407
408 2007-11-16  Jan Schmidt  <jan.schmidt@sun.com>
409
410         * configure.ac:
411         Back to CVS
412
413 === release 0.10.15 ===
414
415 2007-11-15  Jan Schmidt <jan.schmidt@sun.com>
416
417         * configure.ac:
418           releasing 0.10.15, "No need to argue"
419
420 2007-11-15  Jan Schmidt  <jan.schmidt@sun.com>
421
422         * win32/vs6/libgstfft.dsp:
423         Convert line endings to DOS.
424
425 2007-11-15  Sebastien Moutte <sebastien@moutte.net>
426
427         * win32/vs6/gst_plugins_base.dsw:
428         * win32/vs6/libgstfft.dsp:
429         * win32/MANIFEST:
430         Add a project file for fft plugin and remove socket
431         based plugin which don't build from the workspace.
432         * win32/vs6/libgstaudio.dsp:
433         * win32/vs6/libgstrtp.dsp:
434         * win32/vs6/libgsttag.dsp:
435         Convert line endings back to DOS.
436         Fixes #496724
437
438 2007-11-14  Jan Schmidt  <jan.schmidt@sun.com>
439
440         * win32/vs6/libgstinterfaces.dsp:
441         * win32/vs6/libgstrtsp.dsp:
442         Convert line endings back to DOS
443
444 2007-11-14  Jan Schmidt  <jan.schmidt@sun.com>
445
446         * gst-libs/gst/fft/kiss_fft_f32.h:
447         * gst-libs/gst/fft/kiss_fft_f64.h:
448         * gst-libs/gst/fft/kiss_fft_s16.h:
449         * gst-libs/gst/fft/kiss_fft_s32.h:
450         Don't include malloc.h which doesn't exist on Mac OSX.
451         Instead, pull in glib.h and use g_malloc/g_free for 
452         consistency. Fixes: #496548
453
454 2007-11-09  Stefan Kost  <ensonic@users.sf.net>
455
456         * gst/playback/gstdecodebin2.c:
457           Dont leak ghostpad. Fixes #475451.
458
459 2007-11-09  Wim Taymans  <wim.taymans@gmail.com>
460
461         * docs/design/design-decodebin.txt:
462         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
463         Update some more docs and comments.
464
465 2007-11-06  Tim-Philipp Müller  <tim at centricular dot net>
466
467         Patch by: Sebastien Moutte  <sebastien moutte net>
468
469         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_ntp_to_unix),
470           (gst_rtcp_unix_to_ntp):
471         * gst-libs/gst/rtp/gstrtppayloads.c: (gst_rtp_payload_info_for_name):
472           Fix some C99-isms and and a missing function that some versions of
473           MSVC don't like too much (#494346).
474
475         * win32/vs6/gst_plugins_base.dsw:
476         * win32/vs6/libgstaudio.dsp:
477         * win32/vs6/libgstrtp.dsp:
478         * win32/vs6/libgsttag.dsp:
479           Update vs6 projects files (#494346).
480
481 2007-11-06  Tim-Philipp Müller  <tim at centricular dot net>
482
483         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
484
485         * win32/common/libgstaudio.def:
486         * win32/common/libgstcdda.def:
487         * win32/common/libgstinterfaces.def:
488         * win32/common/libgstnetbuffer.def:
489         * win32/common/libgstpbutils.def:
490         * win32/common/libgstrtp.def:
491         * win32/common/libgstrtsp.def:
492         * win32/common/libgsttag.def:
493         * win32/common/libgstvideo.def:
494           More missing symbols to export (fixes #493986).
495
496 2007-11-06  Sebastian Dröge  <slomo@circular-chaos.org>
497
498         * docs/libs/gst-plugins-base-libs-sections.txt:
499         * gst-libs/gst/fft/gstfftf32.c:
500         * gst-libs/gst/fft/gstfftf32.h:
501         * gst-libs/gst/fft/gstfftf64.c:
502         * gst-libs/gst/fft/gstfftf64.h:
503         * gst-libs/gst/fft/gstffts16.c:
504         * gst-libs/gst/fft/gstffts16.h:
505         * gst-libs/gst/fft/gstffts32.c:
506         * gst-libs/gst/fft/gstffts32.h:
507         * tests/check/libs/fft.c: (GST_START_TEST):
508         Remove the magnitude and phase calculation functions as these have
509         very special use cases and can't even be used for the spectrum
510         element. Also adjust the docs to mention some properties of the used
511         FFT implemention, i.e. how the values are scaled. Fixes #492098.
512
513 2007-11-06  Tim-Philipp Müller  <tim at centricular dot net>
514
515         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
516           (finish_source):
517           Avoid crash when there are external subtitles (fixes #491722).
518
519 2007-11-03  Tim-Philipp Müller  <tim at centricular dot net>
520
521         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
522         * ext/alsa/gstalsasrc.c: (gst_alsasrc_open):
523           'Could not open resource for writing' is not an acceptable
524           error message when we can't open the audio device (see #492334),
525           even less so when we're trying to open it to record something.
526
527 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
528
529         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
530
531         * win32/common/libgstrtp.def:
532           Add some more missing symbols (#492813).
533
534 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
535
536         Patch by: Thijs Vermeir <thijsvermeir@gmail.com>
537
538         * tests/check/elements/audioconvert.c: (verify_convert):
539           Add check to make sure that the out caps have a channel layout
540           set on them where they should have one.
541
542 2007-11-01  Tim-Philipp Müller  <tim at centricular dot net>
543
544         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
545
546         * gst-libs/gst/fft/kiss_fft_s16.h: (KISS_FFT_S16_MALLOC):
547         * gst-libs/gst/fft/kiss_fft_s32.h: (KISS_FFT_S32_MALLOC):
548           Include our own _stdint.h instead of sys/types.h, makes MingW happy
549           (#492306).
550
551         * gst-libs/gst/rtsp/gstrtspconnection.c: (gst_rtsp_connection_create):
552           Use _pipe directly, GLib doesn't have a pipe() macro any longer
553           (it disappeared in GLib 2.14.0) (#492306).
554
555         * gst-libs/gst/sdp/Makefile.am:
556         * gst-libs/gst/sdp/gstsdpmessage.c:
557           Fix includes and LIBS for win32/Mingw (#492306).
558
559         * tests/examples/dynamic/addstream.c (pause_play_stream):
560           Use more portable g_usleep() instead of sleep() (#492306).
561
562 2007-11-01  Tim-Philipp Müller  <tim at centricular dot net>
563
564         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
565
566         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
567           (gst_ring_buffer_parse_caps):
568           Return NULL instead of an enum that happens to be 0, fixes warning
569           on MSVC (#492114).
570
571         * gst-libs/gst/audio/gstringbuffer.h:
572           No trailing commas in enum list (for gcc-2.9x).
573
574         * gst/videotestsrc/videotestsrc.c: (random_char):
575           Make information loss explicit instead of implicitly truncating to
576           eight bits via the return value.  Fixes runtime error on MSVC when
577           using the debug CRT (#492114).
578
579         * win32/common/config.h.in:
580           Fix a bunch of '#undef FOO bar', which MSVC doesn't like (#492114).
581
582         * win32/common/libgstinterfaces.def:
583         * win32/common/libgstrtp.def:
584           Export a few more symbols (#492114).
585
586 2007-11-01  Stefan Kost  <ensonic@users.sf.net>
587
588         * gst-libs/gst/audio/audio.c:
589         * gst-libs/gst/audio/audio.h:
590           Readd the deprecation guards, but preserve compilability.
591
592 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
593
594         * gst/audioconvert/gstaudioconvert.c: (find_suitable_channel_layout),
595           (gst_audio_convert_fixate_channels), (gst_audio_convert_fixate_caps):
596           Preserve channel layout when fixating the number of channels in the
597           output caps, or make sure there's a suitable channel position layout
598           set on the caps if required. Fixes #430677.
599
600 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
601
602         * tests/check/elements/decodebin.c: (test_text_plain_streams):
603           Make sure the pipeline really operates in push mode as it should
604           in this case.
605
606 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
607
608         * gst-libs/gst/audio/audio.h:
609           Don't guard deprecated enum with #ifndef DISABLE_DEPRECATED, or
610           compilation with DISABLE_DEPRECATED and without REMOVE_DEPRECATED
611           (ie. normal cvs builds) will fail.
612
613 2007-10-31  Stefan Kost  <ensonic@users.sf.net>
614
615         * docs/libs/Makefile.am:
616         * gst-libs/gst/audio/audio.c:
617         * gst-libs/gst/audio/audio.h:
618         * gst-libs/gst/interfaces/mixer.c:
619           tell gtk-doc about the deprecation guard. Apply more doc fixes.
620
621 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
622
623         * tests/check/libs/audio.c: (init_value_to_channel_layout),
624           (test_channel_layout_value_intersect), (audio_suite):
625           Add simple unit test to make sure GstValue intersection
626           of channel layouts works the way I think it does.
627
628 2007-10-30  Stefan Kost  <ensonic@users.sf.net>
629
630         * docs/libs/gst-plugins-base-libs-sections.txt:
631         * gst-libs/gst/audio/gstaudiofilter.h:
632         * gst-libs/gst/interfaces/mixer.h:
633         * gst-libs/gst/rtp/gstbasertpdepayload.c:
634         * gst-libs/gst/rtp/gstbasertpdepayload.h:
635         * gst-libs/gst/sdp/gstsdpmessage.c:
636           Fix the docs according to what gtk-doc complained about.
637
638 2007-10-30  Stefan Kost  <ensonic@users.sf.net>
639
640         * tests/icles/stress-playbin.c:
641           Fix the build.
642
643 2007-10-30  Tim-Philipp Müller  <tim at centricular dot net>
644
645         * gst/playback/gstdecodebin.c: (close_pad_link), (type_found):
646         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
647           Post nice/more useful error message if we don't have a decoder for
648           the primary type.
649
650 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
651
652         * gst/playback/gstdecodebin2.c: (gst_decode_group_expose):
653         Be a bit more useful, unblock the pads after we fired the no-more-pads
654         signal so that we can use the signal to inspect and connect all pads
655         without having to keep extra state outside of decodebin.
656
657 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
658
659         * gst/playback/gsturidecodebin.c:
660         (gst_uri_decode_bin_autoplug_continue),
661         (gst_uri_decode_bin_class_init), (no_more_pads_full):
662         Implement default signal handler so that we return TRUE when nothing is
663         connected.
664
665 2007-10-28  Sebastian Dröge  <slomo@circular-chaos.org>
666
667         * gst-libs/gst/riff/riff-media.c:
668         (gst_riff_wavext_add_channel_layout),
669         (gst_riff_wave_add_default_channel_layout),
670         (gst_riff_wavext_get_default_channel_mask),
671         (gst_riff_create_audio_caps):
672         Use the ALSA channel layout as default for wav files without channel
673         layout information. This fixes playback of chan-id.wav on 5.1 systems
674         for example. Also refactor the channel layout setting a bit and add
675         more default channel orders. Fixes #489010.
676
677 2007-10-26  Tim-Philipp Müller  <tim at centricular dot net>
678
679         * tests/check/libs/tag.c: (test_musicbrainz_tag_registration):
680           GST_TAG_MUSICBRAINZ_SORTNAME is deprecated and we compile with
681           -DGST_DISABLE_DEPRECATED, so use new GST_TAG_ARTIST_SORTNAME
682           instead.
683
684 2007-10-25  Wim Taymans  <wim.taymans@gmail.com>
685
686         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
687         (gst_decode_bin_dispose), (gst_decode_bin_set_caps),
688         (gst_decode_bin_set_subs_encoding),
689         (gst_decode_bin_get_subs_encoding), (gst_decode_bin_set_property),
690         (gst_decode_bin_get_property), (analyze_new_pad):
691         Move subtitle encoding property to decodebin2 so that it can set the
692         property value on all elements that it autoplugs and that require it.
693         Make caps refcounting more consistent in get/set.
694
695         * gst/playback/gsturidecodebin.c: (_gst_boolean_accumulator),
696         (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
697         (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_property),
698         (gst_uri_decode_bin_get_property), (proxy_unknown_type_signal),
699         (proxy_autoplug_continue_signal),
700         (proxy_autoplug_factories_signal), (proxy_autoplug_select_signal),
701         (make_decoder):
702         Proxy properties and relevant signals from the internal decodebin.
703         Make properties MT safe.
704
705 2007-10-25  Tim-Philipp Müller  <tim at centricular dot net>
706
707         * gst-libs/gst/tag/tag.h: (GST_TAG_MUSICBRAINZ_SORTNAME):
708         * gst-libs/gst/tag/tags.c:
709           Deprecate GST_TAG_MUSICBRAINZ_SORTNAME, replaced by the newly-added
710           GST_TAG_ARTIST_SORTNAME (in an API and ABI compatible way).
711
712         * gst-libs/gst/tag/gstid3tag.c: (tag_matches):
713           Map ID3v2 TSOP, TSOA and TSOT frames to new SORTNAME tags (#414539).
714
715         * gst-libs/gst/tag/gstvorbistag.c: (tag_matches),
716           (gst_tag_to_vorbis_comments):
717           Map new SORTNAME tags (these tags aren't even semi-official, so I'm
718           just mapping everything I found in the wild) (#414539).
719
720 2007-10-24  Wim Taymans  <wim.taymans@gmail.com>
721
722         Inspired by patch of: René Stadler <mail at renestadler dot de>
723
724         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
725         (gst_decode_bin_autoplug_continue),
726         (gst_decode_bin_autoplug_factories),
727         (gst_decode_bin_autoplug_select), (analyze_new_pad), (connect_pad),
728         (find_compatibles):
729         * gst/playback/gstplay-marshal.list:
730         Remove the autoplug-sort signal and replace it with a binding friendly
731         autoplug-select signal.
732         Add an autoplug-factories signal that can be used to generate a list of
733         factories to try to autoplug.
734         Add the GstPad to the autoplugging signal args as it might be needed to
735         make a good factory selection.
736         Fix up the marshallers for this. Fixes #407282.
737
738 2007-10-23  Tim-Philipp Müller  <tim at centricular dot net>
739
740         * gst-libs/gst/tag/gsttagdemux.c:
741           Don't abort with an assertion if we receive a seek event with
742           a start type of NONE (see launchpad bug #155878).
743
744 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
745
746         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
747         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
748         (gst_ximagesink_change_state), (gst_ximagesink_reset):
749         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_event_thread),
750         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_xcontext_clear),
751         (gst_xvimagesink_change_state), (gst_xvimagesink_reset):
752         Make sure that before we clean up the X resources, we shutdown and join
753         the event thread.
754         Also make sure the event thread does not shut down immediatly after
755         startup because the running variable is not yet correctly set.
756         Fixes #378770. 
757
758 2007-10-16  Wim Taymans  <wim.taymans@gmail.com>
759
760         * gst/playback/gstdecodebin.c: (new_pad), (type_found):
761         Make the window for a race in typefind and shutting down smaller until
762         we figure out the right locking here. Avoids #485753 usually.
763
764         * gst/playback/gstdecodebin2.c: (type_found), (pad_added_group_cb):
765         Remove unneeded lock causing a race in typefind and shutting down.
766         Fixes #485753.
767
768         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
769         Also remove sinks when going to NULL because we might not complete the
770         state change to PAUSED, causing the PAUSED->READY state change not to
771         happen.
772
773 2007-10-16  Wim Taymans  <wim.taymans@gmail.com>
774
775         * gst-libs/gst/audio/gstbaseaudiosink.c:
776         (gst_base_audio_sink_drain), (gst_base_audio_sink_change_state):
777         Also explicitly release the ringbuffer when going to NULL because it
778         is required in the setcaps function, before the state change to PAUSED
779         completes.
780
781 2007-10-16  Tim-Philipp Müller  <tim at centricular dot net>
782
783         * tests/icles/.cvsignore:
784         * tests/icles/Makefile.am:
785         * tests/icles/stress-playbin.c:
786           Does what it says on the tin.
787
788 2007-10-15  Wim Taymans  <wim.taymans@gmail.com>
789
790         * gst/playback/gstqueue2.c: (gst_queue_init), (gst_queue_push_one):
791         Fix queue negotiation. See #486758.
792
793 2007-10-12  Jan Schmidt  <Jan.Schmidt@sun.com>
794
795         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
796         (gst_xvimagesink_xwindow_new),
797         (gst_xvimagesink_update_colorbalance),
798         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get):
799
800         Fix handling of some of the X atoms. If the last parameter is True,
801         XInternAtom won't create the atom if it doesn't exist, and therefore
802         might return None. This causes X errors on Xv implementations that
803         don't provide the colour balance attributes.
804
805 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
806
807         * gst-libs/gst/tag/gstvorbistag.c:
808         * tests/check/libs/tag.c:
809           Extract vorbis comment LICENSE tags correctly.
810
811 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
812
813         Patch by: Jason Kivlighn  <jkivlighn gmail com>
814
815         * gst-libs/gst/tag/gstid3tag.c:
816         * tests/check/libs/tag.c:
817           Map ID3v2 WCOP frame to GST_TAG_COPYRIGHT_URI (#447000).
818
819 2007-10-10  Tim-Philipp Müller  <tim at centricular dot net>
820
821         * gst-libs/gst/tag/gsttagdemux.c:
822           Don't error out when a buggy downstream element doesn't
823           handle the newsegment event we send properly (especially
824           not without posting a meaningful error message on the
825           bus). See bug #471370 and launchpad bug #136264.
826
827 2007-10-10  Wim Taymans  <wim.taymans@gmail.com>
828
829         * gst-libs/gst/audio/gstbaseaudiosink.c:
830         (gst_base_audio_sink_drain):
831         Use new basesink method to make our EOS drain interruptable.
832
833 2007-10-10  Jan Schmidt  <Jan.Schmidt@sun.com>
834
835         * gst-libs/gst/rtp/gstrtppayloads.c:
836         Fix silly search-replace oversight.
837
838 2007-10-09  Wim Taymans  <wim.taymans@gmail.com>
839
840         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
841
842         * gst-libs/gst/rtp/gstbasertppayload.c: (copy_fixed),
843         (gst_basertppayload_set_outcaps):
844         Fix caps memleak. Fixes #484989.
845
846
847 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
848
849         * gst-libs/gst/rtp/gstbasertpdepayload.c:
850         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain):
851         Fix debug output.
852
853 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
854
855         * gst-libs/gst/audio/gstbaseaudiosrc.c:
856         (gst_base_audio_src_create):
857         Also handle the case where there is no clock set on the audio source,
858         like in the unit tests.
859
860 2007-10-08  Jan Schmidt  <Jan.Schmidt@sun.com>
861
862         * gst-libs/gst/rtp/gstrtppayloads.c:
863         Use unsigned G_MAXUINT8 instead of -1 to initialise a guint8
864         to avoid compiler warnings
865
866 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
867
868         * gst/playback/gstdecodebin.c: (type_found),
869         (gst_decode_bin_change_state):
870         * gst/playback/gstdecodebin2.c: (type_found),
871         (gst_decode_bin_change_state):
872         Don't disconnect the have_type signal because we never reconnect it
873         later on. Instead keep a variable to see if we already detected a type.
874
875 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
876
877         * gst/playback/gstdecodebin.c: (add_fakesink), (type_found):
878         * gst/playback/gstdecodebin2.c: (gst_decode_bin_init),
879         (type_found):
880         Unlink the signal handler when we found the type, we're not going to do
881         anything sensible with more type_found signals anyway.
882
883 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
884
885         * gst-libs/gst/tag/gsttagdemux.c:
886           Don't leak caps.
887
888 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
889
890         * gst-libs/gst/tag/Makefile.am:
891         * gst-libs/gst/tag/gsttagdemux.c:
892         * gst-libs/gst/tag/gsttagdemux.h:
893           API: add GstTagDemux base class for simple tag demuxers.
894
895         * docs/libs/gst-plugins-base-libs-docs.sgml:
896         * docs/libs/gst-plugins-base-libs-sections.txt:
897           Add GstTagDemux to docs.
898
899 2007-10-05  Sebastian Dröge  <slomo@circular-chaos.org>
900
901         * gst-libs/gst/rtp/gstrtpbuffer.c:
902         (gst_rtp_buffer_get_payload_subbuffer):
903         Fix bug introduced with last commit which inverted the logic and
904         caused all buffers to be dropped. Fixes #483620.
905         Thanks to Laurent Glayal <spglegle at yahoo dot fr> for noticing.
906
907 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
908
909         * gst-libs/gst/rtp/gstrtpbuffer.c:
910           Replace g_return_if_val (as it could be disabled), with regular return
911           and warning.
912
913 2007-10-03  Stefan Kost  <ensonic@users.sf.net>
914
915         * tests/check/pipelines/simple-launch-lines.c:
916           Print message name and not just number.
917
918 2007-10-02  Wim Taymans  <wim.taymans@gmail.com>
919
920         * gst-libs/gst/audio/gstbaseaudiosink.c:
921         (gst_base_audio_sink_async_play):
922         When slaved to the clock, don't try to align a sample with the previous
923         one when going to PLAYING again.
924
925 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
926
927         * tests/examples/snapshot/snapshot.c:
928           Fix the build.
929
930 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
931
932         * gst-libs/gst/sdp/gstsdpmessage.h:
933         Add RFC 3556 bandwidth modifiers.
934
935 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
936
937         * docs/libs/gst-plugins-base-libs-docs.sgml:
938         * docs/libs/gst-plugins-base-libs-sections.txt:
939         * gst-libs/gst/rtp/gstrtppayloads.c:
940         Update documentation.
941
942 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
943
944         * gst-libs/gst/rtp/Makefile.am:
945         * gst-libs/gst/rtp/gstrtppayloads.c: (gst_rtp_payload_info_for_pt),
946         (gst_rtp_payload_info_for_name):
947         * gst-libs/gst/rtp/gstrtppayloads.h:
948         Added new file and header to deal with payload info.
949
950         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data),
951         (gst_rtp_buffer_default_clock_rate):
952         * gst-libs/gst/rtp/gstrtpbuffer.h:
953         Payload specific stuff is move to new headers.
954         Implement _default_clock rate using the new payload function.
955
956         * gst-libs/gst/sdp/gstsdpmessage.c: (is_multicast_address),
957         (gst_sdp_parse_line):
958         * gst-libs/gst/sdp/gstsdpmessage.h:
959         Add some more comments.
960
961 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
962
963         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
964         (sdp_check_header), (sdp_type_find), (plugin_init):
965         Add typefind function for application/sdp.
966         Remove some old dirac typefind code that was ifdeffed out.
967
968 2007-09-29  Sebastien Moutte <sebastien@moutte.net>
969
970         * win32/common/libgstaudio.def:
971         Add new exported functions.
972         * win32/vs6/grammar.dsp:
973         Add autogeneration and copy of some autegenerated files from win32/common
974         for rtsp library.
975         * win32/vs6/libgstaudioconvert.dsp:
976         Add gstaudioquantize.c to the build.
977         * win32/vs6/libgstinterfaces.dsp:
978         Add videoorientation.c to the build.
979         * win32/vs6/libgstriff.dsp:
980         Add libgsttag to the link libraries list.
981         * win32/vs6/libgstvolume.dsp:
982         Add liboil to the link.
983         * win32/vs6/gst_plugins_base.dsw:
984         * win32/vs6/libgstrtsp.dsp:
985         * win32/common/libgstrtsp.def:
986         Add files to build libgstrtsp library.
987         
988 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
989
990         * tests/examples/snapshot/snapshot.c: (main):
991         Print error when pipeline failed to construct.
992
993 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
994
995         * configure.ac:
996         * gst-libs/gst/tag/gstid3tag.c:
997         * gst-libs/gst/tag/gstvorbistag.c:
998           Add mappings for the new GST_TAG_COMPOSER for vorbis comments
999           and ID3v2 tags.
1000
1001 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
1002
1003         * gst-libs/gst/floatcast/floatcast.h:
1004           Don't include config.h in an installed public header, this
1005           might break compilation of applications that don't have such
1006           a header and doesn't necessarily do what it's supposed to do
1007           anyway (ie. check for the lrint/lrintf defines) (#442065).
1008           Add docs for the various macros and document how this header
1009           has to be used (link against libm, etc.); add a few FIXMEs;
1010           include math.h for non-c99 code path.  Based on patch by
1011           Jan Schmidt.
1012           
1013 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
1014
1015         * configure.ac:
1016         Use AG_GST_ARG_WITH_PLUGINS and AG_GST_ARG_ENABLE_EXTERNAL instead
1017         of duplicating these macros in configure.ac.
1018
1019 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1020
1021         * po/hu.po:
1022         * po/sv.po:
1023         * po/uk.po:
1024           Updated translations to 0.10.14
1025
1026 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1027
1028         translated by: Jakub Bogusz <qboosh@pld-linux.org>
1029
1030         * po/pl.po:
1031           Added Polish translation.
1032
1033 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1034
1035         translated by: Ilkka Tuohela <hile@iki.fi>
1036
1037         * po/fi.po:
1038           Added Finnish translation.
1039
1040 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1041
1042         translated by: Jorge González González <aloriel@gmail.com>
1043
1044         * po/es.po:
1045           Added Spanish translation.
1046
1047 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1048
1049         translated by: Mogens Jaeger <mogens@jaeger.tf>
1050
1051         * po/da.po:
1052           Added Danish translation.
1053
1054 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1055
1056         translated by: Funda Wang <fundawang@linux.net.cn>
1057
1058         * po/zh_CN.po:
1059           Added Chinese (simplified) translation.
1060
1061 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1062
1063         translated by: Alexander Shopov <ash@contact.bg>
1064
1065         * po/bg.po:
1066           Added Bulgarian translation.
1067
1068 2007-09-21  Wim Taymans  <wim.taymans@gmail.com>
1069
1070         * gst/playback/gstqueue2.c: (gst_queue_push_one):
1071         Fix compilation wrt printf arguments.
1072
1073 2007-09-20  Wim Taymans  <wim.taymans@gmail.com>
1074
1075         * configure.ac:
1076         * tests/examples/Makefile.am:
1077         * tests/examples/snapshot/.cvsignore:
1078         * tests/examples/snapshot/Makefile.am:
1079         * tests/examples/snapshot/snapshot.c: (main):
1080         Add simple snapshot example program using appsink.
1081
1082 2007-09-20  Stefan Kost  <ensonic@users.sf.net>
1083
1084         * tests/check/generic/states.c:
1085           Improved state change unit test.
1086
1087 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
1088
1089         * docs/plugins/.cvsignore:
1090         * tests/check/.cvsignore:
1091           Ignore registries in any format.
1092
1093 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
1094
1095         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1096         (gst_base_rtp_depayload_chain),
1097         (gst_base_rtp_depayload_set_gst_timestamp):
1098         Only copy timestamp on outgoing packets if the depayloader did not set
1099         one.
1100         Also copy duration on outgoing packets.
1101
1102 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
1103
1104         * gst-libs/gst/rtp/gstbasertppayload.c: (copy_fixed),
1105         (gst_basertppayload_set_outcaps):
1106         Fix compilation because of missing %d in printf.
1107         When fixating caps, fixate what we can and throw away all remaining
1108         unfixed caps, subclasses should do something smart if they need to.
1109
1110 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
1111
1112         * ext/gnomevfs/gstgnomevfssrc.c:
1113           Improve debug logs a bit and be more verbose if things go wrong.
1114
1115 2007-09-17  Jan Schmidt  <Jan.Schmidt@sun.com>
1116
1117         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
1118         (gst_text_overlay_set_property):
1119         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
1120         * gst-libs/gst/audio/gstbaseaudiosink.c:
1121         (gst_base_audio_sink_render):
1122         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_ntp_to_unix),
1123         (gst_rtcp_unix_to_ntp):
1124         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_get_type):
1125         * gst/playback/gstqueue2.c:
1126         * tests/examples/seek/seek.c: (set_scale):
1127         Fix a bunch of compile warnings shown with Forte.
1128
1129         * gst/audiorate/gstaudiorate.c:
1130         Always pull in config.h before including any system headers.
1131
1132 2007-09-17  Wim Taymans  <wim.taymans@gmail.com>
1133
1134         * gst/playback/gstqueue2.c: (update_buffering),
1135         (gst_queue_locked_flush), (gst_queue_locked_enqueue),
1136         (gst_queue_handle_sink_event), (gst_queue_chain),
1137         (gst_queue_push_one), (gst_queue_sink_activate_push),
1138         (gst_queue_src_activate_push), (gst_queue_src_activate_pull):
1139         Also fix #476514 for queue2.
1140
1141 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
1142
1143         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1144         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_setcaps),
1145         (gst_base_rtp_depayload_chain),
1146         (gst_base_rtp_depayload_handle_sink_event),
1147         (gst_base_rtp_depayload_push_full),
1148         (gst_base_rtp_depayload_set_gst_timestamp),
1149         (gst_base_rtp_depayload_change_state):
1150         Remove code to deal with RTP to GST time conversion, we now just copy
1151         the GST timestamp we receive to the outgoing buffers.
1152         Handle segment and flushes correctly.
1153
1154         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
1155         When we have no valid input timestamp, use the previous rtp timestamp on
1156         the outgoing RTP packet instead of the RTP base time.
1157
1158 2007-09-15  David Schleef  <ds@schleef.org>
1159
1160         * ext/alsa/gstalsa.c:
1161         * ext/alsa/gstalsadeviceprobe.c:
1162         * ext/alsa/gstalsamixer.c:
1163         * ext/alsa/gstalsasink.c:
1164         * ext/alsa/gstalsasrc.c:
1165           Change alsa alloca's to malloc to fix warnings on gcc-4.2.
1166
1167 2007-09-15  Wim Taymans  <wim.taymans@gmail.com>
1168
1169         * gst-libs/gst/rtp/gstbasertppayload.c:
1170         (gst_basertppayload_set_outcaps), (gst_basertppayload_push):
1171         Add some debug info when negotiating caps.
1172
1173 2007-09-14  Wim Taymans  <wim.taymans@gmail.com>
1174
1175         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
1176         A buffer with an empty payload is also a valid buffer.
1177
1178 2007-09-14  Wim Taymans  <wim.taymans@gmail.com>
1179
1180         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_event),
1181         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
1182         (gst_basertppayload_change_state):
1183         Make sure we start our RTP timestamp from the random base RTP
1184         timestamp even if the buffer timestamp starts from some random value.
1185
1186 2007-09-14  Wim Taymans  <wim.taymans@gmail.com>
1187
1188         * configure.ac:
1189         * tests/examples/Makefile.am:
1190         * tests/examples/dynamic/.cvsignore:
1191         * tests/examples/dynamic/Makefile.am:
1192         * tests/examples/dynamic/addstream.c: (create_stream),
1193         (pause_play_stream), (message_received), (eos_message_received),
1194         (perform_step), (main):
1195         Add simple exmple app to demonstrate starting and pausing live and
1196         non-live bins in a PLAYING pipeline.
1197
1198 2007-09-14  Julien MOUTTE  <julien@moutte.net>
1199
1200         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add some
1201         typefind for QCP files (RFC #3625)
1202
1203 2007-09-13  Wim Taymans  <wim.taymans@gmail.com>
1204
1205         * gst-libs/gst/audio/gstbaseaudiosink.c:
1206         (gst_base_audio_sink_init):
1207         Disable pull mode scheduling, we're not ready for it yet and it subtly
1208         breaks a lot of things.
1209
1210 2007-09-12  Tim-Philipp Müller  <tim at centricular dot net>
1211
1212         * tests/check/elements/libvisual.c:
1213           Test all libvisual plugins, not just the first one; this reproduces
1214           bug #450336 quite easily.  Looks like a problem with the 'jess'
1215           visualisation.
1216
1217 2007-09-12  Tim-Philipp Müller  <tim at centricular dot net>
1218
1219         * tests/check/Makefile.am:
1220         * tests/check/elements/.cvsignore:
1221         * tests/check/elements/libvisual.c:
1222           Add basic libvisual test case in an attempt to reproduce bug #450336.
1223           Doesn't reproduce that bug, but some other crasher instead (invalid
1224           free), at least with make elements/libvisual.forever and the bumscope
1225           plugin on x86-64/gutsy. Leaving test disabled for now.
1226
1227 2007-09-11  Wim Taymans  <wim.taymans@gmail.com>
1228
1229         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
1230
1231         * gst-libs/gst/rtsp/gstrtspconnection.c:
1232         (gst_rtsp_connection_read_internal), (gst_rtsp_connection_read),
1233         (read_body), (gst_rtsp_connection_receive):
1234         Make sure we can not cancel in the middle of receiving a message.
1235         Fixes #475731.
1236
1237 2007-09-11  Tim-Philipp Müller  <tim at centricular dot net>
1238
1239         Patch by: Josep Torra Valles <josep@fluendo.com>
1240
1241         * gst/playback/gstplaybasebin.c:
1242           Increase upper limit for audio queue a bit; fixes preroll problem
1243           with playbin and decodebin2 when playing a quicktime trailer with
1244           multichannel audio via http (#464666).
1245
1246 2007-09-10  Wim Taymans  <wim.taymans@gmail.com>
1247
1248         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1249         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
1250         (gst_base_audio_src_provide_clock),
1251         (gst_base_audio_src_set_property),
1252         (gst_base_audio_src_get_property), (gst_base_audio_src_create):
1253         * gst-libs/gst/audio/gstbaseaudiosrc.h:
1254         Allow othe clocks than the internal clock to be used for the pipeline.
1255         Add property to disable clock provide.
1256         API: GstBaseAudioSrc::provide-clock
1257
1258 2007-09-10  Stefan Kost  <ensonic@users.sf.net>
1259
1260         * gst/playback/gstdecodebin2.c:
1261           Don't leak request pads. Fixes #475395.
1262
1263 2007-09-09  Sebastian Dröge  <slomo@circular-chaos.org>
1264
1265         Patch by: René Stadler <mail at renestadler dot de>
1266
1267         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
1268         (gst_ximage_buffer_class_init):
1269         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
1270         (gst_xvimage_buffer_class_init):
1271         Correctly chain up finalize with the parent class to prevent
1272         memory leaks. Fixes #474880.
1273
1274 2007-09-09  Sebastian Dröge  <slomo@circular-chaos.org>
1275
1276         * gst/volume/gstvolume.c: (volume_choose_func):
1277         * tests/check/elements/volume.c: (GST_START_TEST):
1278         Revert the latest change: floating point samples are allowed to
1279         have any value, not only values in the range [-1,1]. Thanks to Andy
1280         Wingo for noticing.
1281         Also fix processing of int32 samples with volumes > 4 by making the
1282         unity value smaller which prevents overflows.
1283
1284 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
1285
1286         * gst-libs/gst/rtp/gstrtpbuffer.c:
1287         * tests/check/libs/rtp.c:
1288           Fix gst_rtp_buffer_set_csrc() and enable csrc-related unit test checks.
1289
1290 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
1291
1292         Based on patch by: Haakon Sporsheim  <haakon.sporsheim at tandberg com>
1293
1294         * gst-libs/gst/rtp/gstrtpbuffer.c:
1295           Fix up GstRTPHeader helper struct so that compilers will not under
1296           any circumstances add padding in between our fields, as currently
1297           happens with MSVC on win32, because that would lead to us sending
1298           out RTP payloads with broken RTP headers (#471194).
1299           Fix assertion guards for gst_rtp_buffer_get_csrc() and _set_csrc().
1300           
1301         * tests/check/Makefile.am:
1302         * tests/check/libs/.cvsignore:
1303         * tests/check/libs/rtp.c:
1304           Add some simple unit tests for GstRTPBuffer. Some are disabled
1305           because the code tested still needs fixing (set_csrc() does not work).
1306
1307 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
1308
1309         * win32/MANIFEST:
1310         * win32/common/gstrtsp-enumtypes.c:
1311         * win32/common/gstrtsp-enumtypes.h:
1312         * win32/common/interfaces-enumtypes.c:
1313         * win32/common/interfaces-enumtypes.h:
1314         * win32/common/multichannel-enumtypes.c:
1315           Add rtsp enumtypes (#474384) and update others.
1316
1317 2007-09-06  Stefan Kost  <ensonic@users.sf.net>
1318
1319         * configure.ac:
1320           Fix configure check for HAVE_LIBXML_HTML.
1321
1322 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
1323
1324         * tests/check/libs/.cvsignore:
1325           Ignore more, in case the build bots work again one day.
1326
1327 2007-09-06  Sebastian Dröge  <slomo@circular-chaos.org>
1328
1329         Reviewed by:  Stefan Kost  <ensonic@users.sf.net>
1330
1331         * configure.ac:
1332         * gst-libs/gst/Makefile.am:
1333         * gst-libs/gst/fft/Makefile.am:
1334         * gst-libs/gst/fft/_kiss_fft_guts_f32.h:
1335         * gst-libs/gst/fft/_kiss_fft_guts_f64.h:
1336         * gst-libs/gst/fft/_kiss_fft_guts_s16.h:
1337         * gst-libs/gst/fft/_kiss_fft_guts_s32.h:
1338         * gst-libs/gst/fft/gstfft.c: (gst_fft_next_fast_length):
1339         * gst-libs/gst/fft/gstfft.h:
1340         * gst-libs/gst/fft/gstfftf32.c: (gst_fft_f32_new),
1341         (gst_fft_f32_fft), (gst_fft_f32_inverse_fft), (gst_fft_f32_free),
1342         (gst_fft_f32_window), (gst_fft_f32_magnitude), (gst_fft_f32_phase):
1343         * gst-libs/gst/fft/gstfftf32.h:
1344         * gst-libs/gst/fft/gstfftf64.c: (gst_fft_f64_new),
1345         (gst_fft_f64_fft), (gst_fft_f64_inverse_fft), (gst_fft_f64_free),
1346         (gst_fft_f64_window), (gst_fft_f64_magnitude), (gst_fft_f64_phase):
1347         * gst-libs/gst/fft/gstfftf64.h:
1348         * gst-libs/gst/fft/gstffts16.c: (gst_fft_s16_new),
1349         (gst_fft_s16_fft), (gst_fft_s16_inverse_fft), (gst_fft_s16_free),
1350         (gst_fft_s16_window), (gst_fft_s16_magnitude), (gst_fft_s16_phase):
1351         * gst-libs/gst/fft/gstffts16.h:
1352         * gst-libs/gst/fft/gstffts32.c: (gst_fft_s32_new),
1353         (gst_fft_s32_fft), (gst_fft_s32_inverse_fft), (gst_fft_s32_free),
1354         (gst_fft_s32_window), (gst_fft_s32_magnitude), (gst_fft_s32_phase):
1355         * gst-libs/gst/fft/gstffts32.h:
1356         * gst-libs/gst/fft/kiss_fft_f32.c: (kf_bfly2), (kf_bfly4),
1357         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
1358         (kiss_fft_f32_alloc), (kiss_fft_f32_stride), (kiss_fft_f32),
1359         (kiss_fft_f32_cleanup), (kiss_fft_f32_next_fast_size):
1360         * gst-libs/gst/fft/kiss_fft_f32.h:
1361         * gst-libs/gst/fft/kiss_fft_f64.c: (kf_bfly2), (kf_bfly4),
1362         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
1363         (kiss_fft_f64_alloc), (kiss_fft_f64_stride), (kiss_fft_f64),
1364         (kiss_fft_f64_cleanup), (kiss_fft_f64_next_fast_size):
1365         * gst-libs/gst/fft/kiss_fft_f64.h:
1366         * gst-libs/gst/fft/kiss_fft_s16.c: (kf_bfly2), (kf_bfly4),
1367         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
1368         (kiss_fft_s16_alloc), (kiss_fft_s16_stride), (kiss_fft_s16),
1369         (kiss_fft_s16_cleanup), (kiss_fft_s16_next_fast_size):
1370         * gst-libs/gst/fft/kiss_fft_s16.h:
1371         * gst-libs/gst/fft/kiss_fft_s32.c: (kf_bfly2), (kf_bfly4),
1372         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
1373         (kiss_fft_s32_alloc), (kiss_fft_s32_stride), (kiss_fft_s32),
1374         (kiss_fft_s32_cleanup), (kiss_fft_s32_next_fast_size):
1375         * gst-libs/gst/fft/kiss_fft_s32.h:
1376         * gst-libs/gst/fft/kiss_fftr_f32.c: (kiss_fftr_f32_alloc),
1377         (kiss_fftr_f32), (kiss_fftri_f32):
1378         * gst-libs/gst/fft/kiss_fftr_f32.h:
1379         * gst-libs/gst/fft/kiss_fftr_f64.c: (kiss_fftr_f64_alloc),
1380         (kiss_fftr_f64), (kiss_fftri_f64):
1381         * gst-libs/gst/fft/kiss_fftr_f64.h:
1382         * gst-libs/gst/fft/kiss_fftr_s16.c: (kiss_fftr_s16_alloc),
1383         (kiss_fftr_s16), (kiss_fftri_s16):
1384         * gst-libs/gst/fft/kiss_fftr_s16.h:
1385         * gst-libs/gst/fft/kiss_fftr_s32.c: (kiss_fftr_s32_alloc),
1386         (kiss_fftr_s32), (kiss_fftri_s32):
1387         * gst-libs/gst/fft/kiss_fftr_s32.h:
1388         * gst-libs/gst/fft/kiss_version:
1389         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
1390         * pkgconfig/gstreamer-plugins-base.pc.in:
1391         Add libgstfft, a FFT library based on Kiss FFT which is
1392         BSD licensed. Supported sample formats are int16, int32,
1393         float and double. For those formats a real FFT and IFFT
1394         can be done, different windowing functions can be applied
1395         and functions for extracting the magnitude and phase exist.
1396         Fixes #468619.
1397
1398         * docs/libs/Makefile.am:
1399         * docs/libs/gst-plugins-base-libs-docs.sgml:
1400         * docs/libs/gst-plugins-base-libs-sections.txt:
1401         Integrate libgstfft into the docs.
1402
1403         * tests/check/Makefile.am:
1404         * tests/check/libs/fft.c: (GST_START_TEST), (fft_suite), (main):
1405         Add unit tests for libgstfft, currently only testing the FFT.
1406         Unit tests for IFFT will follow soon.
1407
1408 2007-09-05  Wim Taymans  <wim.taymans@gmail.com>
1409
1410         Patch by: Peter Kjellerstedt  <pkj at axis com>
1411
1412         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_time_init),
1413         (gst_sdp_message_init), (gst_sdp_message_uninit),
1414         (is_multicast_address), (gst_sdp_message_as_text),
1415         (gst_sdp_message_get_origin), (gst_sdp_message_set_connection),
1416         (gst_sdp_message_get_connection), (gst_sdp_message_add_bandwidth),
1417         (gst_sdp_message_add_time), (gst_sdp_message_add_zone),
1418         (gst_sdp_message_get_key), (gst_sdp_message_get_attribute_val_n),
1419         (gst_sdp_message_get_attribute_val), (gst_sdp_message_add_media),
1420         (gst_sdp_media_init), (gst_sdp_media_uninit),
1421         (gst_sdp_media_as_text), (gst_sdp_media_set_port_info),
1422         (gst_sdp_media_connections_len), (gst_sdp_media_add_connection),
1423         (gst_sdp_media_bandwidths_len), (gst_sdp_media_get_bandwidth),
1424         (gst_sdp_media_add_bandwidth), (gst_sdp_media_attributes_len),
1425         (gst_sdp_parse_line), (print_media), (gst_sdp_message_dump):
1426         * gst-libs/gst/sdp/gstsdpmessage.h:
1427         Separate INIT_ARRAY() and related macros into two versions, one for
1428         structures and one for pointers (e.g., INIT_ARRAY() and
1429         INIT_PTR_ARRAY()). This fixes a segmentation error on freeing the
1430         lists of emails and phone numbers.
1431         Add missing const as appropriate.
1432         Change all gint to guint since they all actually represent unsigned
1433         values.
1434         Do not use time as a variable name as it shadows the global time().
1435         Add gst_sdp_message_as_text() and gst_sdp_media_as_text().
1436         Actually implement gst_sdp_message_add_time().
1437         Make gst_sdp_message_add_time() take repeat times as an argument.
1438         Store repeat times in GstSDPTime as a GArray rather than as gchar**.
1439         Corrected the definition of gst_sdp_media_get_bandwidth() (was
1440         misspelled as badwidth).
1441         gst-indented and a little clean up. Fixes #471067.
1442
1443 2007-09-05  Sebastian Dröge  <slomo@circular-chaos.org>
1444
1445         * gst/volume/gstvolume.c: (volume_choose_func),
1446         (volume_process_double), (volume_process_double_clamp),
1447         (volume_process_float_clamp):
1448         Correctly clamp float/double samples in the [-1.0,1.0] range to
1449         prevent weird effects.
1450         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
1451         Add unit tests for all samples types that had none before.
1452
1453 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
1454
1455         * gst-libs/gst/rtp/gstrtpbuffer.c:
1456           Need to include stdlib.h for abs() here too.
1457
1458 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
1459
1460         * gst/playback/gststreaminfo.c:
1461           Fix build.
1462
1463 2007-09-05  Stefan Kost  <ensonic@users.sf.net>
1464
1465         * gst/playback/gststreaminfo.c:
1466           Clean up some half-disabled code and comment.
1467
1468 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
1469
1470         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
1471
1472         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
1473         (gst_base_rtp_payload_audio_handle_event):
1474         Return FALSE from the event handler to let the parent class handle the
1475         event. Fixes #446766.
1476
1477         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1478         (gst_base_rtp_depayload_chain), (gst_base_rtp_depayload_push_full):
1479         Mark outgoing buffers as DISCONT if the incomming buffer was DISCONT.
1480
1481         * gst-libs/gst/rtp/gstbasertppayload.c:
1482         Bump the MTU to 1400.
1483
1484 2007-09-03  Johan Dahlin  <jdahlin@async.com.br>
1485
1486         * gst/typefind/gsttypefindfunctions.c (plugin_init): 
1487         Add an audio/x-nsf typefind function for the nsfdec element.
1488
1489 2007-09-03  Renato Filho  <renato.filho@indt.org.br>
1490         * gst/playback/gstplaybasebin.c:
1491         Included "myth://" on stream_uris list for enable buffering to mythtv files
1492
1493 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
1494
1495         * docs/libs/gst-plugins-base-libs-sections.txt:
1496         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_get_rb),
1497         (gst_rtcp_packet_sdes_copy_entry), (gst_rtcp_ntp_to_unix),
1498         (gst_rtcp_unix_to_ntp):
1499         * gst-libs/gst/rtp/gstrtcpbuffer.h:
1500         Fix parsing of RB blocks.
1501         Fix docs.
1502         Added helper functions to convert to/from UNIX and NTP time.
1503         API: gst_rtcp_ntp_to_unix()
1504         API: gst_rtcp_unix_to_ntp()
1505
1506         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data),
1507         (gst_rtp_buffer_get_header_len),
1508         (gst_rtp_buffer_get_extension_data),
1509         (gst_rtp_buffer_get_payload_subbuffer),
1510         (gst_rtp_buffer_get_payload_len), (gst_rtp_buffer_get_payload),
1511         (gst_rtp_buffer_ext_timestamp):
1512         * gst-libs/gst/rtp/gstrtpbuffer.h:
1513         Fix some more docs.
1514         Implement handling of packets with extensions.
1515         Fix padding check in _validate().
1516         Added function to get extension data.
1517         API: gst_rtp_buffer_get_header_len()
1518         API: gst_rtp_buffer_get_extension_data()
1519
1520 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
1521
1522         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1523         (gst_base_rtp_depayload_class_init),
1524         (gst_base_rtp_depayload_set_gst_timestamp):
1525         Add some more docs for the queue-delay property and fix a typo in a
1526         comment.
1527
1528         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
1529         Fix typo.
1530
1531 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
1532
1533         * gst-libs/gst/audio/gstbaseaudiosink.c:
1534         (gst_base_audio_sink_skew_slaving), (gst_base_audio_sink_render),
1535         (gst_base_audio_sink_change_state):
1536         When skew slaving, try to hover around the middle of a segment so that
1537         we at most drift by half a segment.
1538         If we are aligning in the oposite direction of the clock skew, we don't
1539         have to resync.
1540
1541 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
1542
1543         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1544         (gst_base_rtp_depayload_setcaps),
1545         (gst_base_rtp_depayload_set_gst_timestamp):
1546         Be less silly with the segment start, just apply the clock-base to the
1547         timestamp.
1548
1549 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
1550
1551         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1552         (gst_base_rtp_depayload_class_init),
1553         (gst_base_rtp_depayload_finalize),
1554         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
1555         (gst_base_rtp_depayload_handle_sink_event),
1556         (gst_base_rtp_depayload_set_gst_timestamp),
1557         (gst_base_rtp_depayload_change_state):
1558         * gst-libs/gst/rtp/gstbasertpdepayload.h:
1559         Deprecate the queue handling thread thing and remove the code.
1560         Use new method to calculate the extended timestamp.
1561
1562 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
1563
1564         * gst-libs/gst/rtp/gstrtcpbuffer.c:
1565         (gst_rtcp_packet_sdes_copy_entry):
1566         Use g_strndup which does exactly what we want.
1567
1568         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_compare_seqnum),
1569         (gst_rtp_buffer_ext_timestamp):
1570         * gst-libs/gst/rtp/gstrtpbuffer.h:
1571         Add helper function to compare seqnums.
1572         Add helper function to calculate extended timestamps.
1573         API: gst_rtp_buffer_compare_seqnum()
1574         API: gst_rtp_buffer_ext_timestamp()
1575
1576 2007-08-30  Wim Taymans  <wim.taymans@gmail.com>
1577
1578         * gst-libs/gst/rtp/gstrtcpbuffer.c:
1579         (gst_rtcp_packet_sdes_get_entry),
1580         (gst_rtcp_packet_sdes_copy_entry):
1581         * gst-libs/gst/rtp/gstrtcpbuffer.h:
1582         Fix and document SDES item data function.
1583         Add new function that makes a proper copy of SDES item data.
1584         API: gst_rtcp_packet_sdes_copy_entry()
1585
1586 2007-08-30  Stefan Kost  <ensonic@users.sf.net>
1587
1588         * configure.ac:
1589         * gst/Makefile.am:
1590           The tcp and subparse plugins are under gst, but not totaly free of
1591           dependencies. Handle selection inconfigure.ac, so that they show up
1592           on the final list of what is build and what is not. Maybe they should
1593           better be moved to ext.
1594
1595 2007-08-30  Stefan Kost  <ensonic@users.sf.net>
1596
1597         Patch by: Daniel Díaz  <yosoy@danieldiaz.org>
1598
1599         * configure.ac:
1600         * gst/Makefile.am:
1601           Check if libxml provides HTML parser which subparse needs.
1602           Fixes #451970.
1603
1604 2007-08-29  Tim-Philipp Müller  <tim at centricular dot net>
1605
1606         * ext/alsa/gstalsa.c:
1607           Fix typo and compilation on big endian systems.
1608
1609 2007-08-29  Tim-Philipp Müller  <tim at centricular dot net>
1610
1611         * gst/subparse/gstssaparse.c:
1612           Convert SSA newline codes into actual newline characters (#470766).
1613
1614 2007-08-28  Tim-Philipp Müller  <tim at centricular dot net>
1615
1616         * docs/libs/gst-plugins-base-libs-sections.txt:
1617         * gst-libs/gst/pbutils/install-plugins.c:
1618         * gst-libs/gst/pbutils/install-plugins.h:
1619         * tests/check/libs/pbutils.c:
1620           API: also add gst_install_plugins_supported() while we're at it
1621           (see #470456).
1622
1623 2007-08-28  Tim-Philipp Müller  <tim at centricular dot net>
1624
1625         * docs/libs/gst-plugins-base-libs-sections.txt:
1626         * gst-libs/gst/pbutils/missing-plugins.c:
1627         * gst-libs/gst/pbutils/missing-plugins.h:
1628         * tests/check/libs/pbutils.c:
1629           API: add gst_missing_*_installer_detail_new() convenience API so
1630           that applications that know exactly what they're missing can request
1631           installer detail strings for those items directly instead of having
1632           to first create a dummy missing-plugin message and then get the
1633           installer detail string from that.  Fixes #470456.
1634
1635 2007-08-27  Jan Schmidt  <thaytan@mad.scientist.com>
1636
1637         * gst/playback/gstdecodebin.c: (close_pad_link):
1638         We need to set up delayed-linking whenever the caps are non-fixed,
1639         not just when there are multiple types - use gst_pad_is_fixed()
1640         to test.
1641
1642 2007-08-26  Tim-Philipp Müller  <tim at centricular dot net>
1643
1644         * gst-libs/gst/pbutils/missing-plugins.c:
1645           (gst_missing_plugin_message_get_installer_detail):
1646           Add missing separator in PID fallback case.
1647
1648 2007-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
1649
1650         * ext/alsa/Makefile.am:
1651         There is no GST_PLUGINS_BASE_LIBS defined.
1652         
1653         * ext/alsa/gstalsa.c:
1654         * ext/alsa/gstalsasink.c: (gst_alsasink_delay):
1655         * ext/alsa/gstalsasrc.c: (gst_alsasrc_delay):
1656         Add support for ALSA 24-bit formats.
1657         snd_pcm_delay can return an error code, especially
1658         during XRUNS. In that case, the best we can do is assume
1659         delay = 0.
1660
1661         * gst/audioconvert/Makefile.am:
1662         Add flags from -base before any more-remote dependencies.
1663
1664 2007-08-23  Sebastian Dröge  <slomo@circular-chaos.org>
1665
1666         Based on a patch by: Davyd Madeley <davyd at madeley dot id dot au>
1667
1668         * gst/volume/gstvolume.c: (volume_choose_func),
1669         (volume_update_real_volume), (gst_volume_set_volume),
1670         (gst_volume_init), (volume_process_int32),
1671         (volume_process_int32_clamp), (volume_process_int24),
1672         (volume_process_int24_clamp), (volume_process_int16),
1673         (volume_process_int16_clamp), (volume_process_int8),
1674         (volume_process_int8_clamp), (volume_update_volume), (plugin_init):
1675         * gst/volume/gstvolume.h:
1676         Add support for int32, int24 and int8 to the volume element.
1677         Fixes #445529.
1678
1679 2007-08-23  Tim-Philipp Müller  <tim at centricular dot net>
1680
1681         * tests/examples/Makefile.am:
1682           Fix even more.
1683
1684 2007-08-23  Stefan Kost  <ensonic@users.sf.net>
1685
1686         * configure.ac:
1687         * docs/libs/Makefile.am:
1688         * docs/libs/gst-plugins-base-libs-docs.sgml:
1689         * docs/libs/gst-plugins-base-libs-sections.txt:
1690         * ext/gnomevfs/gstgnomevfssrc.c:
1691         * ext/gnomevfs/gstgnomevfssrc.h:
1692         * gst-libs/gst/Makefile.am:
1693         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
1694         * pkgconfig/gstreamer-plugins-base.pc.in:
1695         * sys/v4l/v4lsrc_calls.c:
1696         * tests/examples/Makefile.am:
1697         * win32/common/config.h:
1698           Revert unwanted commit. many thanks to moap. I want a fix for 
1699           https://thomas.apestaart.org/moap/trac/ticket/239
1700
1701 2007-08-23  Stefan Kost  <ensonic@users.sf.net>
1702
1703         * gst/volume/gstvolume.c:
1704           Move passthrough below gst_object_sync_values(). Fixes #442654.
1705
1706 2007-08-22  Wim Taymans  <wim.taymans@gmail.com>
1707
1708         * gst-libs/gst/audio/audio.c:
1709         Clarify the docs a little.
1710
1711 2007-08-22  Stefan Kost  <ensonic@users.sf.net>
1712
1713         * gst/volume/gstvolume.c:
1714           Enable liboil for float and add more details about problems with
1715           int16.
1716
1717 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
1718
1719         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
1720         Fix RGB24 masks as spotted by _ke (Daniel G. Siegel) on IRC.
1721
1722 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
1723
1724         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward):
1725         When calculating the first timestamp of the buffers, don't go below 0
1726         and clip the samples because the offset was on the eos page.
1727         Fixes #466717.
1728
1729 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
1730
1731         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain),
1732         (gst_ogg_demux_collect_chain_info):
1733         Also submit the eos page when trying to find the first timestamp.
1734         See #466717.
1735
1736 2007-08-17  Sebastian Dröge  <slomo@circular-chaos.org>
1737
1738         * gst-libs/gst/audio/audio.h:
1739         Use gst_util_uint64_scale() instead of doing the math
1740         with double for GST_FRAMES_TO_CLOCK_TIME() and
1741         GST_CLOCK_TIME_TO_FRAMES(). For large timestamps this
1742         prevents rounding errors. Fixes #467667.
1743
1744 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
1745
1746         * gst-libs/gst/rtsp/gstrtspconnection.c:
1747         (gst_rtsp_connection_connect), (gst_rtsp_connection_write),
1748         (gst_rtsp_connection_read), (gst_rtsp_connection_poll):
1749         * gst-libs/gst/rtsp/gstrtspconnection.h:
1750         Small cleanups.
1751         On shutdown, don't read the control socket yet.
1752         Set timeout value correctly in all cases.
1753         Add function to check if the server accepts reads or writes.
1754         API: gst_rtsp_connection_poll()
1755
1756         * gst-libs/gst/rtsp/gstrtspdefs.h:
1757         Fix compilation with -pedantic.
1758         Add enum for _poll.
1759
1760 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
1761
1762         Patch by: Olivier Crete  <tester at tester ca>
1763
1764         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
1765         (gst_basertppayload_getcaps):
1766         * gst-libs/gst/rtp/gstbasertppayload.h:
1767         Add getcaps vfunc to basertppayload. See #465146.
1768
1769 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
1770
1771         * gst/playback/gstplaybasebin.c: (queue_threshold_reached):
1772         Only post buffering messages when we are a stream.
1773
1774 2007-08-15  Tim-Philipp Müller  <tim at centricular dot net>
1775
1776         * gst-libs/gst/pbutils/install-plugins.c:
1777         * gst-libs/gst/pbutils/missing-plugins.c:
1778           Small docs fix and addition.
1779
1780 2007-08-13  Tim-Philipp Müller  <tim at centricular dot net>
1781
1782         * tests/icles/.cvsignore:
1783         * tests/icles/Makefile.am:
1784         * tests/icles/test-textoverlay.c:
1785           Add a dumb little test for textoverlay alignments.
1786
1787 2007-08-13  Tim-Philipp Müller  <tim at centricular dot net>
1788
1789         Patch by: Dan Williams  <dcbw redhat com>
1790
1791         * ext/pango/gsttextoverlay.c:
1792         * ext/pango/gsttextoverlay.h:
1793           API: add "line-alignment" property (#459334). Add gtk-doc blurb for
1794           "silent" property so there's a Since tag in the API reference.
1795
1796 2007-08-12  Wim Taymans  <wim.taymans@gmail.com>
1797
1798         * gst-libs/gst/rtp/gstbasertppayload.c:
1799         (gst_basertppayload_set_outcaps):
1800         * gst-libs/gst/rtp/gstbasertppayload.h:
1801         Improve caps negotiation so that downstream elements can confiure
1802         certain RTP properties by fixing them on the caps. See #465146.
1803         Add docs.
1804
1805 2007-08-11  Tim-Philipp Müller  <tim at centricular dot net>
1806
1807         * docs/libs/gst-plugins-base-libs-sections.txt:
1808         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1809         * gst-libs/gst/rtp/gstbasertpdepayload.h:
1810           Mark as deprecated some macros which were presumably meant to be
1811           private API and accidentally exposed in the public header file.
1812           Also actually _init() lock (only works at the moment because the
1813           struct is zeroed out when created and the initial values in the
1814           mutex struct are zeroes too). (#459585)
1815
1816 2007-08-10  Stefan Kost  <ensonic@users.sf.net>
1817
1818         * docs/libs/Makefile.am:
1819           Remove cruft and do some cleanups.
1820
1821         * docs/libs/gst-plugins-base-libs-docs.sgml:
1822           Prepare for comming gtkdoc features (rebase against online docs).
1823
1824 2007-08-10  Michael Smith <msmith@fluendo.com>
1825
1826         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
1827           Debug output fixes.
1828         * tests/check/elements/audiorate.c: (do_perfect_stream_test),
1829         (GST_START_TEST):
1830           Change the number of buffers used; 500 is too many and leads to
1831           timeouts.
1832
1833 2007-08-10  Tim-Philipp Müller  <tim at centricular dot net>
1834
1835         * gst/playback/gstqueue2.c:
1836         * gst/videorate/gstvideorate.c:
1837           Printf format fixes (#465028).
1838
1839 2007-08-09  Michael Smith <msmith@fluendo.com>
1840
1841         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
1842           If we have a large (> 1 second) discontinuity, push a series of
1843           smaller buffers rather than a single very large buffer. Avoids
1844           unreasonably large single buffer allocations when encountering a
1845           large gap.
1846         * tests/check/elements/audiorate.c: (GST_START_TEST),
1847         (audiorate_suite):
1848           Add a test for this.
1849
1850 2007-08-09  Jan Schmidt  <thaytan@mad.scientist.com>
1851
1852         * gst/playback/gstplaybasebin.c: (group_commit),
1853         (queue_remove_probe), (queue_threshold_reached):
1854
1855         Patch by: Josep Torra Valles <josep@fluendo.com>
1856         Fixes: #465015
1857         Make sure we remove the check_queues buffer probe from the 
1858         correct queue to avoid racily going back to "buffering 99%" when
1859         buffering is actually complete.
1860
1861         Also, fix the spelling of Josep's surname in the ChangeLog.
1862
1863 2007-08-09  Stefan Kost  <ensonic@users.sf.net>
1864
1865         * ext/ogg/gstoggmux.c:
1866           Do not leak oggmux instance.
1867         
1868         * ext/vorbis/vorbisenc.c:
1869           Also log values.
1870
1871 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
1872
1873         * po/hu.po:
1874         * po/it.po:
1875         * po/nl.po:
1876         * po/uk.po:
1877         * po/vi.po:
1878           Updated translations.
1879
1880 2007-08-08  Stefan Kost  <ensonic@users.sf.net>
1881
1882         patch by: Yang Hong <hongyang@redflag-linux.com>
1883
1884         * ext/pango/gsttextoverlay.c:
1885         * ext/pango/gsttextoverlay.h:
1886           Add 'silent' property to GstTimeOverlay. Fixes #462979
1887
1888 2007-08-08  Wim Taymans  <wim.taymans@gmail.com>
1889
1890         Patch by: Josep Torra Valles <josep@fluendo.com>
1891
1892         * docs/plugins/gst-plugins-base-plugins.args:
1893         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
1894         (gst_uri_decode_bin_init), (gst_uri_decode_bin_set_property),
1895         (gst_uri_decode_bin_get_property), (gen_source_element):
1896         Add connection-speed property. Fixes #464690.
1897
1898 2007-08-07  Wim Taymans  <wim.taymans@gmail.com>
1899
1900         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
1901
1902         * configure.ac:
1903         * gst-libs/gst/rtsp/Makefile.am:
1904         * gst-libs/gst/rtsp/gstrtspconnection.c:
1905         (gst_rtsp_connection_connect):
1906         Fix compilation on windows. Fixes #464320.
1907
1908 2007-08-07  Wim Taymans  <wim.taymans@gmail.com>
1909
1910         Patch by: Josep Torra Valles <josep@fluendo.com>
1911
1912         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
1913         (gst_play_base_bin_init), (queue_threshold_reached),
1914         (gen_source_element), (setup_substreams),
1915         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
1916         (gst_play_base_bin_get_streaminfo_value_array):
1917         * gst/playback/gstplaybasebin.h:
1918         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
1919         (gst_play_bin_set_property), (gst_play_bin_get_property),
1920         (gst_play_bin_handle_redirect_message):
1921         Move connection-speed property from playbin to playbasebin so that we
1922         can also configure it in source elements that have the connection-speed
1923         property. Fixes #464028.
1924         Add some debug info here and there.
1925
1926 2007-08-06  Sebastian Dröge  <slomo@circular-chaos.org>
1927
1928         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
1929         Properly respond to conversion queries. Fixes #464079.
1930
1931 2007-08-03  Sebastian Dröge  <slomo@circular-chaos.org>
1932
1933         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_init),
1934         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
1935         (gst_audio_test_src_init_sine_table),
1936         (gst_audio_test_src_change_wave), (gst_audio_test_src_create):
1937         * gst/audiotestsrc/gstaudiotestsrc.h:
1938         Add float/double and int32 support to audiotestsrc. Fixes #460422.
1939         Also set the default volume to the default value specified in the
1940         GParamSpec.
1941
1942 2007-08-03  Sebastian Dröge  <slomo@circular-chaos.org>
1943
1944         Patch by: Jens Granseuer <jensgr at gmx dot net>
1945
1946         * gst/audioconvert/gstaudioquantize.c:
1947         Fix C89 incompatibilities and spelling of explanations. Fixes #463215.
1948
1949 2007-08-03  Wim Taymans  <wim.taymans@gmail.com>
1950
1951         * gst-libs/gst/rtsp/gstrtsptransport.c: (gst_rtsp_transport_parse):
1952         Add rdt manager for rdt transport.
1953         Fix parsing of RDT transport.
1954
1955 2007-08-03  Jan Schmidt  <thaytan@mad.scientist.com>
1956
1957         * configure.ac:
1958         Back to CVS
1959
1960 === release 0.10.14 ===
1961
1962 2007-08-03  Jan Schmidt <thaytan@mad.scientist.com>
1963
1964         * configure.ac:
1965           releasing 0.10.14, "Light Years Ahead"
1966
1967 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
1968
1969         * tests/check/libs/audio.c: (GST_START_TEST):
1970         Fix the test to reflect the behaviour of gst_audio_clip_buffer.
1971
1972 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
1973
1974         * gst-libs/gst/audio/audio.c:
1975         When clipping a buffer with no timestamp, assume it is
1976         within the segment without warnings.
1977
1978         Fixes: #460978
1979
1980 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
1981
1982         * gst-libs/gst/rtsp/gstrtspextension.c: (gst_rtsp_extension_send):
1983         Fire the signal on the object, not the interface.
1984
1985 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
1986
1987         * gst-libs/gst/rtsp/.cvsignore:
1988         Ber. Don't include the full path, idiot.
1989
1990 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
1991
1992         * gst-libs/gst/rtsp/.cvsignore:
1993         Ignore generated files.
1994
1995 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
1996
1997         * gst-libs/gst/interfaces/Makefile.am:
1998         * gst-libs/gst/interfaces/interfaces-marshal.list:
1999         * gst-libs/gst/interfaces/rtspextension.c:
2000         * gst-libs/gst/interfaces/rtspextension.h:
2001         * gst-libs/gst/rtsp/Makefile.am:
2002         * gst-libs/gst/rtsp/gstrtsp.h:
2003         * gst-libs/gst/rtsp/gstrtspextension.c:
2004         (gst_rtsp_extension_get_type), (gst_rtsp_extension_iface_init),
2005         (gst_rtsp_extension_detect_server),
2006         (gst_rtsp_extension_before_send), (gst_rtsp_extension_after_send),
2007         (gst_rtsp_extension_parse_sdp), (gst_rtsp_extension_setup_media),
2008         (gst_rtsp_extension_configure_stream),
2009         (gst_rtsp_extension_get_transports),
2010         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
2011         * gst-libs/gst/rtsp/gstrtspextension.h:
2012         * gst-libs/gst/rtsp/rtsp-marshal.list:
2013         Move the rtspextension.h interface into gstrtspextension.h
2014         as part of libgstrtsp instead of libgstinterfaces, because it's
2015         only for use within plugins, not applications. 
2016         Add stuff to do the enum & marshal generation needed in libgstrtsp now.
2017         Use the GST_TYPE_RTSP_RESULT enum type for the return value of the 
2018         signal that the GstRTSPExtension interface emits, since G_TYPE_ENUM
2019         is abstract.
2020
2021 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
2022
2023         * gst-libs/gst/interfaces/Makefile.am:
2024         * gst-libs/gst/interfaces/interfaces-marshal.list:
2025         * gst-libs/gst/interfaces/rtspextension.c:
2026         (gst_rtsp_extension_iface_init),
2027         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
2028         * gst-libs/gst/interfaces/rtspextension.h:
2029         Fix marshaller for the send signal.
2030         Add URL to stream selection interface method.
2031
2032 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
2033
2034         * gst-libs/gst/riff/Makefile.am:
2035         Pull in our dependencies from -base before those from outside.
2036
2037 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
2038
2039         * docs/libs/gst-plugins-base-libs-sections.txt:
2040         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_decode_ip):
2041         * gst-libs/gst/rtsp/gstrtspbase64.h:
2042         API: gst_rtsp_base64_decode_ip()
2043         Added function to decode Base64 in-place.
2044
2045 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
2046
2047         * tests/check/libs/.cvsignore:
2048         Ignore the mixer test binary.
2049
2050 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
2051
2052         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward):
2053         Gratuitous comment change to trigger a rebuild on the buildbots.
2054
2055 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
2056
2057         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_media_get_media),
2058         (gst_sdp_media_get_port), (gst_sdp_media_get_num_ports),
2059         (gst_sdp_media_get_proto), (gst_sdp_media_formats_len),
2060         (gst_sdp_media_get_format), (gst_sdp_media_get_information),
2061         (gst_sdp_media_connections_len), (gst_sdp_media_get_connection),
2062         (gst_sdp_media_bandwidths_len), (gst_sdp_media_get_badwidth),
2063         (gst_sdp_media_get_key), (gst_sdp_media_attributes_len),
2064         (gst_sdp_media_get_attribute), (gst_sdp_media_get_attribute_val_n),
2065         (gst_sdp_media_get_attribute_val):
2066         * gst-libs/gst/sdp/gstsdpmessage.h:
2067         Constify args where we can.
2068
2069 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
2070
2071         * gst-libs/gst/interfaces/Makefile.am:
2072         * gst-libs/gst/interfaces/rtspextension.c:
2073         (gst_rtsp_extension_get_type), (gst_rtsp_extension_iface_init),
2074         (gst_rtsp_extension_detect_server),
2075         (gst_rtsp_extension_before_send), (gst_rtsp_extension_after_send),
2076         (gst_rtsp_extension_parse_sdp), (gst_rtsp_extension_setup_media),
2077         (gst_rtsp_extension_configure_stream),
2078         (gst_rtsp_extension_get_transports),
2079         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
2080         * gst-libs/gst/interfaces/rtspextension.h:
2081         Move interface for RTSP extensions from -good to here.
2082         Added helper methods to invoke interface methods.
2083
2084 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
2085
2086         * docs/libs/gst-plugins-base-libs-sections.txt:
2087         * gst-libs/gst/rtsp/gstrtspdefs.h:
2088         * gst-libs/gst/rtsp/gstrtspmessage.c: (key_value_foreach),
2089         (gst_rtsp_message_get_type), (gst_rtsp_message_parse_request),
2090         (gst_rtsp_message_init_response),
2091         (gst_rtsp_message_parse_response), (gst_rtsp_message_new_data),
2092         (gst_rtsp_message_parse_data), (gst_rtsp_message_add_header),
2093         (gst_rtsp_message_remove_header), (gst_rtsp_message_get_header),
2094         (gst_rtsp_message_append_headers), (gst_rtsp_message_set_body),
2095         (gst_rtsp_message_get_body), (dump_key_value):
2096         * gst-libs/gst/rtsp/gstrtspmessage.h:
2097         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
2098         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
2099         (gst_rtsp_range_parse):
2100         * gst-libs/gst/rtsp/gstrtsprange.h:
2101         * gst-libs/gst/rtsp/gstrtsptransport.c:
2102         * gst-libs/gst/rtsp/gstrtspurl.c:
2103         Fix some more RTSP docs.
2104         Add some missing methods for dealing with messages.
2105
2106 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
2107
2108         * docs/libs/gst-plugins-base-libs-docs.sgml:
2109         * docs/libs/gst-plugins-base-libs-sections.txt:
2110         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_encode):
2111         * gst-libs/gst/rtsp/gstrtspbase64.h:
2112         * gst-libs/gst/rtsp/gstrtspconnection.c:
2113         (gst_rtsp_connection_connect), (add_auth_header),
2114         (gst_rtsp_connection_write), (gst_rtsp_connection_send),
2115         (read_body), (gst_rtsp_connection_receive),
2116         (gst_rtsp_connection_next_timeout),
2117         (gst_rtsp_connection_reset_timeout),
2118         (gst_rtsp_connection_set_auth):
2119         * gst-libs/gst/rtsp/gstrtspconnection.h:
2120         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status):
2121         * gst-libs/gst/rtsp/gstrtspdefs.h:
2122         * gst-libs/gst/rtsp/gstrtspmessage.h:
2123         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
2124         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
2125         (gst_rtsp_range_parse):
2126         * gst-libs/gst/rtsp/gstrtspurl.h:
2127         Added beginnings of RTSP documentation.
2128
2129 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
2130
2131         * docs/libs/Makefile.am:
2132         * docs/libs/gst-plugins-base-libs-docs.sgml:
2133         * docs/libs/gst-plugins-base-libs-sections.txt:
2134         * gst-libs/gst/sdp/gstsdp.h:
2135         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_message_set_origin),
2136         (gst_sdp_message_set_connection), (gst_sdp_message_add_bandwidth),
2137         (gst_sdp_message_add_time), (gst_sdp_message_add_zone),
2138         (gst_sdp_message_set_key), (gst_sdp_message_get_attribute_val_n),
2139         (gst_sdp_message_get_attribute_val),
2140         (gst_sdp_message_add_attribute), (gst_sdp_media_new),
2141         (gst_sdp_media_init), (gst_sdp_media_uninit), (gst_sdp_media_free),
2142         (gst_sdp_media_get_media), (gst_sdp_media_set_media),
2143         (gst_sdp_media_get_port), (gst_sdp_media_get_num_ports),
2144         (gst_sdp_media_set_port_info), (gst_sdp_media_get_proto),
2145         (gst_sdp_media_set_proto), (gst_sdp_media_formats_len),
2146         (gst_sdp_media_get_format), (gst_sdp_media_add_format),
2147         (gst_sdp_media_get_information), (gst_sdp_media_set_information),
2148         (gst_sdp_media_connections_len), (gst_sdp_media_get_connection),
2149         (gst_sdp_media_add_connection), (gst_sdp_media_bandwidths_len),
2150         (gst_sdp_media_get_badwidth), (gst_sdp_media_add_bandwidth),
2151         (gst_sdp_media_set_key), (gst_sdp_media_get_key),
2152         (gst_sdp_media_attributes_len), (gst_sdp_media_add_attribute),
2153         (gst_sdp_media_get_attribute_val_n),
2154         (gst_sdp_media_get_attribute_val), (gst_sdp_message_parse_buffer),
2155         (print_media), (gst_sdp_message_dump):
2156         * gst-libs/gst/sdp/gstsdpmessage.h:
2157         Document the SDP library.
2158         Add some of the missing SDPMedia methods.
2159
2160 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
2161
2162         * configure.ac:
2163         * gst-libs/gst/Makefile.am:
2164         * gst-libs/gst/rtsp/Makefile.am:
2165         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_encode):
2166         * gst-libs/gst/rtsp/gstrtspbase64.h:
2167         * gst-libs/gst/rtsp/gstrtspconnection.c: (inet_aton),
2168         (gst_rtsp_connection_create), (gst_rtsp_connection_connect),
2169         (add_auth_header), (add_date_header), (gst_rtsp_connection_write),
2170         (gst_rtsp_connection_send), (read_line), (read_string), (read_key),
2171         (parse_response_status), (parse_request_line), (parse_line),
2172         (gst_rtsp_connection_read), (read_body),
2173         (gst_rtsp_connection_receive), (gst_rtsp_connection_close),
2174         (gst_rtsp_connection_free), (gst_rtsp_connection_next_timeout),
2175         (gst_rtsp_connection_reset_timeout), (gst_rtsp_connection_flush),
2176         (gst_rtsp_connection_set_auth):
2177         * gst-libs/gst/rtsp/gstrtspconnection.h:
2178         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status),
2179         (gst_rtsp_strresult), (gst_rtsp_method_as_text),
2180         (gst_rtsp_version_as_text), (gst_rtsp_header_as_text),
2181         (gst_rtsp_status_as_text), (gst_rtsp_find_header_field),
2182         (gst_rtsp_find_method):
2183         * gst-libs/gst/rtsp/gstrtspdefs.h:
2184         * gst-libs/gst/rtsp/gstrtspmessage.c: (key_value_foreach),
2185         (gst_rtsp_message_new), (gst_rtsp_message_init),
2186         (gst_rtsp_message_new_request), (gst_rtsp_message_init_request),
2187         (gst_rtsp_message_new_response), (gst_rtsp_message_init_response),
2188         (gst_rtsp_message_init_data), (gst_rtsp_message_unset),
2189         (gst_rtsp_message_free), (gst_rtsp_message_add_header),
2190         (gst_rtsp_message_remove_header), (gst_rtsp_message_get_header),
2191         (gst_rtsp_message_append_headers), (gst_rtsp_message_set_body),
2192         (gst_rtsp_message_take_body), (gst_rtsp_message_get_body),
2193         (gst_rtsp_message_steal_body), (dump_mem), (dump_key_value),
2194         (gst_rtsp_message_dump):
2195         * gst-libs/gst/rtsp/gstrtspmessage.h:
2196         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
2197         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
2198         (gst_rtsp_range_parse), (gst_rtsp_range_free):
2199         * gst-libs/gst/rtsp/gstrtsprange.h:
2200         * gst-libs/gst/rtsp/gstrtsptransport.c: (gst_rtsp_transport_new),
2201         (gst_rtsp_transport_init), (gst_rtsp_transport_get_mime),
2202         (gst_rtsp_transport_get_manager), (parse_mode), (parse_range),
2203         (range_as_text), (rtsp_transport_mode_as_text),
2204         (rtsp_transport_profile_as_text), (rtsp_transport_ltrans_as_text),
2205         (gst_rtsp_transport_parse), (gst_rtsp_transport_as_text),
2206         (gst_rtsp_transport_free):
2207         * gst-libs/gst/rtsp/gstrtsptransport.h:
2208         * gst-libs/gst/rtsp/gstrtspurl.c: (gst_rtsp_url_parse),
2209         (gst_rtsp_url_free), (gst_rtsp_url_set_port),
2210         (gst_rtsp_url_get_port), (gst_rtsp_url_get_request_uri):
2211         * gst-libs/gst/rtsp/gstrtspurl.h:
2212         * gst-libs/gst/sdp/Makefile.am:
2213         * gst-libs/gst/sdp/gstsdp.h:
2214         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_origin_init),
2215         (gst_sdp_connection_init), (gst_sdp_bandwidth_init),
2216         (gst_sdp_time_init), (gst_sdp_zone_init), (gst_sdp_key_init),
2217         (gst_sdp_attribute_init), (gst_sdp_message_new),
2218         (gst_sdp_message_init), (gst_sdp_message_uninit),
2219         (gst_sdp_message_free), (gst_sdp_media_new), (gst_sdp_media_init),
2220         (gst_sdp_media_uninit), (gst_sdp_media_free),
2221         (gst_sdp_message_set_origin), (gst_sdp_message_get_origin),
2222         (gst_sdp_message_set_connection), (gst_sdp_message_get_connection),
2223         (gst_sdp_message_add_bandwidth), (gst_sdp_message_add_time),
2224         (gst_sdp_message_add_zone), (gst_sdp_message_set_key),
2225         (gst_sdp_message_get_key), (gst_sdp_message_get_attribute_val_n),
2226         (gst_sdp_message_get_attribute_val),
2227         (gst_sdp_message_add_attribute), (gst_sdp_message_add_media),
2228         (gst_sdp_media_add_attribute), (gst_sdp_media_add_bandwidth),
2229         (gst_sdp_media_add_format), (gst_sdp_media_get_attribute),
2230         (gst_sdp_media_get_attribute_val_n),
2231         (gst_sdp_media_get_attribute_val), (gst_sdp_media_get_format),
2232         (read_string), (read_string_del), (gst_sdp_parse_line),
2233         (gst_sdp_message_parse_buffer), (print_media),
2234         (gst_sdp_message_dump):
2235         * gst-libs/gst/sdp/gstsdpmessage.h:
2236         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
2237         Move SDP and RTSP from helper objects in -good to a reusable library.
2238         Use a proper gst_ namespace.
2239
2240 2007-07-23  Sebastian Dröge  <slomo@circular-chaos.org>
2241
2242         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
2243         (vorbis_dec_flush_decode):
2244         Use the new buffer clipping function from gstaudio here.
2245
2246 2007-07-23  Sebastian Dröge  <slomo@circular-chaos.org>
2247
2248         * docs/libs/gst-plugins-base-libs-sections.txt:
2249         * gst-libs/gst/audio/audio.c: (gst_audio_buffer_clip):
2250         * gst-libs/gst/audio/audio.h:
2251         * tests/check/libs/audio.c: (GST_START_TEST), (audio_suite):
2252         API: Add buffer clipping function for raw audio buffers. Fixes #456656.
2253         Also add deprecation guards for gst_audio_structure_set_int() to the
2254         header.
2255
2256 2007-07-23  Stefan Kost  <ensonic@users.sf.net>
2257
2258         * docs/libs/gst-plugins-base-libs-sections.txt:
2259           Cleanup the docs.
2260
2261 2007-07-23  Wim Taymans  <wim.taymans@gmail.com>
2262
2263         Patch by: Dan Williams <dcbw at redhat dot com>
2264
2265         * gst/playback/gstplaybasebin.c:
2266         (gst_play_base_bin_get_streaminfo_value_array):
2267         Don't return NULL when querying the stream info value array but instead
2268         return an empty array. Fixes #459204.
2269
2270 2007-07-23  Tim-Philipp Müller  <tim at centricular dot net>
2271
2272         * gst/playback/gsturidecodebin.c:
2273           Init debug category before using it.
2274
2275 2007-07-21  Jan Schmidt  <thaytan@noraisin.net>
2276
2277         * gst-libs/gst/interfaces/mixer.h:
2278         Add padding vars in place of the signal pointers
2279         when building with DISABLE_DEPRECATED so that the
2280         interface structure doesn't change size.
2281
2282 2007-07-20  Jan Schmidt  <thaytan@noraisin.net>
2283
2284         * docs/libs/gst-plugins-base-libs-sections.txt:
2285         * ext/alsa/gstalsamixer.c:
2286         * ext/alsa/gstalsamixer.h:
2287         * ext/alsa/gstalsamixerelement.c:
2288         * ext/alsa/gstalsamixertrack.c:
2289         * gst-libs/gst/interfaces/mixer.c:
2290         * gst-libs/gst/interfaces/mixer.h:
2291         * gst-libs/gst/interfaces/mixeroptions.c:
2292         * gst-libs/gst/interfaces/mixeroptions.h:
2293         * gst-libs/gst/interfaces/mixertrack.c:
2294         * gst-libs/gst/interfaces/mixertrack.h:
2295         * tests/check/Makefile.am:
2296         * tests/check/libs/mixer.c:
2297
2298         Patch By: Marc-Andre Lureau <marcandre.lureau@gmail.com>
2299         Fixes: #152864 
2300
2301         Add support for notifying mixer changes on the message bus, and
2302         implement it in alsamixer.
2303
2304         API: gst_mixer_get_mixer_flags
2305         API: gst_mixer_message_parse_mute_toggled
2306         API: gst_mixer_message_parse_record_toggled
2307         API: gst_mixer_message_parse_volume_changed
2308         API: gst_mixer_message_parse_option_changed
2309         API: GstMixerMessageType
2310         API: GstMixerFlags
2311
2312 2007-07-20  Michael Smith <msmith@fluendo.com>
2313
2314         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
2315         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps):
2316           xcontext->im_format is only for testing XShm support (as the header
2317           file comments document). Use xvimage->im_format for everything else.
2318           Avoids spurious warnings on buffer allocation before setcaps.
2319
2320 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
2321
2322         * tests/examples/volume/Makefile.am:
2323         * tests/icles/Makefile.am:
2324           We should use $(LIBM).
2325
2326 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
2327
2328         * tests/icles/Makefile.am:
2329           This needs -lm.
2330
2331 2007-07-16  Wim Taymans  <wim.taymans@gmail.com>
2332
2333         * gst-libs/gst/rtp/gstbasertppayload.c:
2334         (gst_basertppayload_class_init), (gst_basertppayload_init),
2335         (gst_basertppayload_set_property),
2336         (gst_basertppayload_get_property):
2337         Don't break ABI, restore previous ranges. Keep the default random
2338         selection of timestamp and seqnum offset but as soon as the app sets a
2339         specific value, use that one.
2340
2341 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
2342
2343         Patch by: Bastien Nocera <hadess at hadess dot net>
2344
2345         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
2346         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
2347         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
2348         * sys/xvimage/xvimagesink.h:
2349         Add option to turn off double-buffering for debugging purposes.
2350         Fixes #437169.
2351
2352 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
2353
2354         Patch by: Jorn Baayen <jorn at openedhand dot com>
2355
2356         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
2357         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
2358         (gst_ximagesink_init), (gst_ximagesink_class_init):
2359         * sys/ximage/ximagesink.h:
2360         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
2361         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
2362         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
2363         * sys/xvimage/xvimagesink.h:
2364         add 'handle-expose' property. Useful for video widgets which may want to
2365         be in control of Expose behaviour. Fixes #380625
2366
2367 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
2368
2369         * gst-libs/gst/rtp/gstbasertppayload.c:
2370         (gst_basertppayload_class_init), (gst_basertppayload_init),
2371         (gst_basertppayload_event), (gst_basertppayload_push),
2372         (gst_basertppayload_set_property),
2373         (gst_basertppayload_get_property),
2374         (gst_basertppayload_change_state):
2375         * gst-libs/gst/rtp/gstbasertppayload.h:
2376         Fix ranges of rtp payloader properties so that the full range can be
2377         used in addition to -1 (random).
2378         Fix wrong seqnum reporting in caps.
2379         Fixes #420326.
2380
2381 2007-07-13  Wim Taymans  <wim.taymans@gmail.com>
2382
2383         * gst/videorate/gstvideorate.c: (gst_video_rate_init),
2384         (gst_video_rate_query):
2385         Use boilerplate.
2386         Add latency query, might not be perfect yet but already works a lot
2387         better. Fixes #442557.
2388
2389 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
2390
2391         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
2392         (gst_xvimagesink_setcaps):
2393         * sys/xvimage/xvimagesink.h:
2394         After a caps change, redraw our borders to avoid garbage left there
2395         when the image format changes to a smaller size, like 16:9 -> 4:3
2396         Also, hold the flow_lock a bit longer in the set_caps while we're
2397         fiddling with the xcontext.
2398
2399 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
2400
2401         * Makefile.am:
2402         * configure.ac:
2403         * tests/Makefile.am:
2404         Remove bogus check for libcheck, since we check for
2405         gstreamer-check and it pulls in the required info from there, and we
2406         weren't actually _using_ the information for libcheck ourselves
2407         anyway.
2408
2409 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
2410
2411         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
2412         (gst_ffmpeg_caps_to_pixfmt):
2413         Fix the r_mask test for RGBA32 on little-endian.
2414         Fix a stupid typo that would have obviously broken 
2415         compilation on big-endian, if anyone was testing.
2416
2417 2007-07-12  Wim Taymans  <wim.taymans@gmail.com>
2418
2419         * gst/videotestsrc/videotestsrc.c: (paint_hline_AYUV),
2420         (paint_hline_str4):
2421         * gst/videotestsrc/videotestsrc.h:
2422         Add alpha to the color struct.
2423         Use a default alpha value of 255 instead of 128.
2424
2425 2007-07-12  Wim Taymans  <wim.taymans@gmail.com>
2426
2427         * gst/playback/gstplaybasebin.c: (no_more_pads_full),
2428         (setup_source):
2429         Clear the dynamic pads counter when starting a new uri. This makes
2430         reusing playbin work again.
2431         Fixes #454264.
2432
2433 2007-07-12  Stefan Kost  <ensonic@users.sf.net>
2434
2435         * configure.ac:
2436           Use pkg-config to locate check.
2437
2438 2007-07-12  Tim-Philipp Müller  <tim at centricular dot net>
2439
2440         * configure.ac:
2441         * tests/check/elements/volume.c: (GST_START_TEST):
2442           Fix 'make check' build against core CVS.
2443
2444 2007-07-10  Stefan Kost  <ensonic@users.sf.net>
2445
2446         * gst-libs/gst/interfaces/propertyprobe.c:
2447         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2448         * gst-libs/gst/tag/gstvorbistag.c:
2449           Make gtk-doc happy.
2450
2451 2007-07-08  Tim-Philipp Müller  <tim at centricular dot net>
2452
2453         * gst-libs/gst/audio/gstbaseaudiosink.c:
2454         (gst_base_audio_sink_callback):
2455           Quick hack to make audiosinks stop at EOS when operating in
2456           pull-mode; needs to be fixed properly some day.
2457
2458 2007-07-06  Stefan Kost  <ensonic@users.sf.net>
2459
2460         * docs/libs/gst-plugins-base-libs-sections.txt:
2461           Fix location of includes in the docs.
2462
2463 2007-07-06  Jan Schmidt  <thaytan@mad.scientist.com>
2464
2465         * gst/ffmpegcolorspace/avcodec.h:
2466         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
2467         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
2468         (gst_ffmpegcsp_avpicture_fill):
2469         * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
2470         (img_get_alpha_info):
2471         Add 2 new pixel formats - ABGR32 and ARGB32, which are reflections
2472         of the existing BGRA32 and RGBA32 formats with the alpha at the other
2473         end of the word. Partially fixes #451908
2474
2475 2007-07-05  Stefan Kost  <ensonic@users.sf.net>
2476
2477         * docs/libs/Makefile.am:
2478         * docs/plugins/Makefile.am:
2479           Simplify --extra-dir as gtkdoc scans recursively.
2480
2481 2007-07-03  Wim Taymans  <wim.taymans@gmail.com>
2482
2483         * gst/adder/gstadder.c: (gst_adder_sink_getcaps),
2484         (gst_adder_request_new_pad):
2485         Make getcaps more robust by not using the proxycaps function. This makes
2486         sure that we don't end up recursively calling getcaps upstream.
2487         See #316248.
2488
2489 2007-06-29  Wim Taymans  <wim.taymans@gmail.com>
2490
2491         * gst/audioconvert/audioconvert.c:
2492         Include math.h to fix compilation.
2493
2494 2007-06-29  Jan Schmidt  <thaytan@mad.scientist.com>
2495
2496         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
2497         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
2498         Add a mapping for YUV format "IYU1", which is a 4:1:1 packed pixel
2499         format, as produced by some dc1394 cameras like the iSight.
2500         See http://www.fourcc.org/yuv.php#IYU1
2501
2502 2007-06-28  Sebastian Dröge  <slomo@circular-chaos.org>
2503
2504         * gst/audioconvert/Makefile.am:
2505         * gst/audioconvert/audioconvert.c: (audio_convert_get_func_index),
2506         (check_default), (audio_convert_prepare_context),
2507         (audio_convert_clean_context), (audio_convert_convert):
2508         * gst/audioconvert/audioconvert.h:
2509         * gst/audioconvert/gstaudioconvert.c:
2510         (gst_audio_convert_dithering_get_type),
2511         (gst_audio_convert_ns_get_type), (gst_audio_convert_class_init),
2512         (gst_audio_convert_init), (gst_audio_convert_set_caps),
2513         (gst_audio_convert_set_property), (gst_audio_convert_get_property):
2514         * gst/audioconvert/gstaudioconvert.h:
2515         * gst/audioconvert/gstaudioquantize.c:
2516         (gst_audio_quantize_setup_noise_shaping),
2517         (gst_audio_quantize_free_noise_shaping),
2518         (gst_audio_quantize_setup_dither),
2519         (gst_audio_quantize_free_dither),
2520         (gst_audio_quantize_setup_quantize_func),
2521         (gst_audio_quantize_setup), (gst_audio_quantize_free):
2522         * gst/audioconvert/gstaudioquantize.h:
2523         Implement dithering and noise shaping in audioconvert. By default now
2524         TPDF dithering (and no noise shaping) will be used when converting
2525         from a higher bit depth to 20 bit depth or smaller, otherwise
2526         everything will be as it is now.
2527         For the last audioconvert in a pipeline it would make sense to
2528         use some kind of noise shaping, enabling it by default for all
2529         conversions would give undesired results though. Fixes #360246.
2530         * tests/check/elements/audioconvert.c: (setup_audioconvert),
2531         (GST_START_TEST):
2532         Adjust unit test for the new audioconvert.
2533
2534 2007-06-28  Wim Taymans  <wim@fluendo.com>
2535
2536         * gst/playback/gstqueue2.c: (apply_segment), (update_buffering):
2537         Use other metrics as well when estimating the buffer level.
2538
2539 2007-06-28  Wim Taymans  <wim@fluendo.com>
2540
2541         * gst/playback/gstplaybasebin.c: (make_decoder), (setup_source):
2542         Small debug improvement.
2543
2544         * gst/playback/gstqueue2.c: (apply_segment), (update_buffering),
2545         (plugin_init):
2546         Tweak the rate estimation period.
2547         When calculating the buffer filledness in rate estimation mode, don't
2548         mix it with other metrics.
2549
2550 2007-06-28  Wim Taymans  <wim@fluendo.com>
2551
2552         * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
2553         (gst_decode_group_expose), (gst_decode_group_free), (add_fakesink):
2554         When creating the groups, allow for a 5 second, unlimited buffers
2555         preroll phase after which we expose the group.
2556         When the group is exposed, use a small number of buffers up to a 2
2557         second limit. Also disconnect the overrun signal from multiqueue when we
2558         exposed the group because it is not needed anymore.
2559
2560 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
2561
2562         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
2563           Don't pass trailing zeroes in fixed-size string arrays in ID3v1 tags
2564           to utf8-validate; fixes recognition of ID3v1 tags in UTF-8 encoding
2565           (#451707); also, output some debugging info when dealing with
2566           freeform strings.
2567
2568         * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite):
2569           Add unit test for the above.
2570
2571 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
2572
2573         * gst-libs/gst/pbutils/descriptions.c: (caps_are_rtp_caps):
2574           Add description for Windows Media RTP caps.
2575
2576         * gst-libs/gst/pbutils/missing-plugins.c: (copy_and_clean_caps):
2577           Remove RTP fields that don't define the format from caps.
2578
2579 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
2580
2581         * ext/vorbis/vorbisdec.c: (vorbis_dec_decode_buffer):
2582           Skip empty buffers, but not empty header buffers. That way the original
2583           vorbisdec unit test still passes (#451145); also, take into account
2584           that those empty packets might carry a granulepos.
2585
2586         * tests/check/Makefile.am:
2587         * tests/check/elements/vorbisdec.c:
2588         (_create_codebook_header_buffer), (_create_audio_buffer),
2589         (GST_START_TEST), (vorbisdec_suite):
2590           Add unit test that sends an empty packet.
2591
2592 2007-06-27  Wim Taymans  <wim@fluendo.com>
2593
2594         * ext/vorbis/vorbisdec.c: (vorbis_dec_decode_buffer):
2595         Don't error out on 0-sized packets, just emit a warning because this is
2596         not a fatal error. Fixes #451145.
2597
2598 2007-06-25  Stefan Kost  <ensonic@users.sf.net>
2599
2600         * docs/plugins/gst-plugins-base-plugins.args:
2601         * docs/plugins/gst-plugins-base-plugins.signals:
2602         * docs/plugins/inspect/plugin-adder.xml:
2603         * docs/plugins/inspect/plugin-alsa.xml:
2604         * docs/plugins/inspect/plugin-audioconvert.xml:
2605         * docs/plugins/inspect/plugin-audiorate.xml:
2606         * docs/plugins/inspect/plugin-audioresample.xml:
2607         * docs/plugins/inspect/plugin-audiotestsrc.xml:
2608         * docs/plugins/inspect/plugin-cdparanoia.xml:
2609         * docs/plugins/inspect/plugin-decodebin.xml:
2610         * docs/plugins/inspect/plugin-decodebin2.xml:
2611         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
2612         * docs/plugins/inspect/plugin-gdp.xml:
2613         * docs/plugins/inspect/plugin-gnomevfs.xml:
2614         * docs/plugins/inspect/plugin-libvisual.xml:
2615         * docs/plugins/inspect/plugin-ogg.xml:
2616         * docs/plugins/inspect/plugin-pango.xml:
2617         * docs/plugins/inspect/plugin-playbin.xml:
2618         * docs/plugins/inspect/plugin-subparse.xml:
2619         * docs/plugins/inspect/plugin-tcp.xml:
2620         * docs/plugins/inspect/plugin-theora.xml:
2621         * docs/plugins/inspect/plugin-typefindfunctions.xml:
2622         * docs/plugins/inspect/plugin-video4linux.xml:
2623         * docs/plugins/inspect/plugin-videorate.xml:
2624         * docs/plugins/inspect/plugin-videoscale.xml:
2625         * docs/plugins/inspect/plugin-videotestsrc.xml:
2626         * docs/plugins/inspect/plugin-volume.xml:
2627         * docs/plugins/inspect/plugin-vorbis.xml:
2628         * docs/plugins/inspect/plugin-ximagesink.xml:
2629         * docs/plugins/inspect/plugin-xvimagesink.xml:
2630           Update docs with caps info.
2631
2632 2007-06-25  Tim-Philipp Müller  <tim at centricular dot net>
2633
2634         * po/POTFILES.in:
2635           Add more files with translatable strings (#450875).
2636
2637 2007-06-23  Edward Hervey  <edward@fluendo.com>
2638
2639         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_find_chains):
2640         The chain should be freed if we error out here, else it will leak.
2641         * gst/playback/gstdecodebin.c: (disconnect_unlinked_signals),
2642         (cleanup_decodebin):
2643         Don't forget to *properly* remove the signals, else it will leak.
2644
2645 2007-06-22  Jan Schmidt  <thaytan@noraisin.net>
2646
2647         * MAINTAINERS:
2648         Updating all the maintainers files
2649
2650 2007-06-21  Stefan Kost  <ensonic@users.sf.net>
2651
2652         * tests/examples/seek/seek.c: (update_scale), (play_cb), (stop_cb),
2653         (main):
2654           Destroy and recreate parse-launch based pipeline after stop to be able
2655           to play again. Reorder some code and add more comments.
2656
2657 2007-06-20  Jan Schmidt  <thaytan@mad.scientist.com>
2658
2659         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
2660         When handling a delayed-caps notification case, mark
2661         the group as dynamic so that the nbdynamic count is
2662         incremented and decremented correctly. Fixes: #449156
2663         Patch by: Wim Taymans <wim@fluendo.com>
2664
2665 2007-06-19  Andy Wingo  <wingo@pobox.com>
2666
2667         * gst-libs/gst/audio/gstbaseaudiosink.c
2668         (gst_base_audio_sink_init): Enable pull-mode operation.
2669
2670 2007-06-19  Michael Smith <msmith@fluendo.com>
2671
2672         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
2673           Change minimum rate back to 1000 to allow low-sample-rate wav files
2674           to play back.
2675
2676 2007-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
2677
2678         * po/vi.po:
2679           Update translations.
2680
2681 2007-06-15  David Schleef  <ds@schleef.org>
2682
2683         * gst/playback/gstqueue2.c:
2684           Fix compile error from ignored return value.
2685
2686 2007-06-15  Michael Smith <msmith@fluendo.com>
2687
2688         * gst/videoscale/vs_4tap.c: (vs_image_scale_4tap_Y):
2689           Update tmpbuf for all neccesary rows, not just one, as is required
2690           when downscaling.
2691           Fixes #402076.
2692
2693 2007-06-15  Michael Smith <msmith@fluendo.com>
2694
2695         * tests/check/pipelines/oggmux.c: (validate_ogg_page), (is_video),
2696         (eos_buffer_probe):
2697           Add a test that ensures we set DELTA_UNIT on all non-header,
2698           non-video buffers, if we have a video stream.
2699         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
2700         (gst_ogg_mux_process_best_pad):
2701           Move setting delta_pad to earlier, where we inspect all pads, so
2702           that leading audio pages don't get DELTA_UNIT unset if they come
2703           before the first DELTA_UNIT from video pages. Fixes the newly-added
2704           test. Fixes #385527.
2705
2706 2007-06-14  Tim-Philipp Müller  <tim at centricular dot net>
2707
2708         * tests/check/pipelines/streamheader.c: (streamheader_suite):
2709           Disable test_multifdsink_gdp_vorbisenc() on ppc64 since it
2710           fails on the p5-ppc64 build bot and the failure looks like it is due
2711           to the same issue as #348114, ie. a compiler bug.
2712
2713 2007-06-13  Edward Hervey  <edward@fluendo.com>
2714
2715         * gst/playback/gstqueue2.c: (gst_queue_create_read):
2716         Fix build on MacOSX.
2717
2718 2007-06-13  Wim Taymans  <wim@fluendo.com>
2719
2720         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
2721         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain):
2722         Fix compilation on mingw. Fixes #446972.
2723
2724 2007-06-12  Wim Taymans  <wim@fluendo.com>
2725
2726         Patches by: Thiago Sousa Santos <thiagossantos at gmail dot com>
2727
2728         * gst/playback/gstqueue2.c: (update_buffering),
2729         (gst_queue_locked_enqueue):
2730         Fix a division by zero when the max percent is <= 0. Fixes #446572.
2731         also update the buffering status when receiving events. Fixes #446551.
2732
2733 2007-06-11  Wim Taymans  <wim@fluendo.com>
2734
2735         Based on patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
2736
2737         * gst/playback/gstqueue2.c: (gst_queue_peer_query),
2738         (gst_queue_handle_src_query):
2739         Wait for preroll before attempting to forward a duration query upstream.
2740         Fixes #445505.
2741
2742 2007-06-07  Sebastien Moutte  <sebastien@moutte.net>
2743
2744         * gst-libs/gst/rtp/gstbasertpdepayload.c: 
2745         (gst_base_rtp_depayload_set_gst_timestamp):
2746         Use G_GINT64_CONSTANT macro for int64 constant.
2747         * win32/common/libgstinterfaces.def:
2748         * win32/common/libgsttag.def:
2749         Add new exported functions.
2750
2751 2007-06-07  Tim-Philipp Müller  <tim at centricular dot net>
2752
2753         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
2754           The BOS page of the first Dirac video stream needs to come before
2755           the BOS page of any Vorbis streams or other audio streams, just like
2756           it is with Theora.
2757
2758 2007-06-07  Wim Taymans  <wim@fluendo.com>
2759
2760         * gst/playback/gstqueue2.c: (gst_queue_get_range):
2761         Fix compilation.
2762
2763 2007-06-06  Wim Taymans  <wim@fluendo.com>
2764
2765         Patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
2766
2767         * gst/playback/gstqueue2.c: (gst_queue_init),
2768         (gst_queue_handle_sink_event), (gst_queue_chain),
2769         (gst_queue_get_range), (gst_queue_src_checkgetrange_function),
2770         (gst_queue_sink_activate_push), (gst_queue_src_activate_push),
2771         (gst_queue_src_activate_pull):
2772         Add pull based scheduling and fix some deadlocks. Fixes #444523.
2773         Does not yet completely work because duration queries upstream won't
2774         block yet.
2775
2776 2007-06-06  Wim Taymans  <wim@fluendo.com>
2777
2778         * configure.ac:
2779         * gst/playback/gstqueue2.c: (gst_queue_create_read):
2780         Some more fseeko checks.
2781
2782 2007-06-06  Wim Taymans  <wim@fluendo.com>
2783
2784         * configure.ac:
2785         check for large file support.
2786
2787 2007-06-05  Sebastian Dröge  <slomo@circular-chaos.org>
2788
2789         Based on a patch by Sven Arvidsson <sa at whiz dot se>:
2790
2791         * gst/subparse/gstsubparse.c: (parse_subrip),
2792         (subviewer_unescape_newlines), (parse_subviewer),
2793         (gst_sub_parse_data_format_autodetect),
2794         (gst_sub_parse_format_autodetect), (gst_subparse_type_find):
2795         * gst/subparse/gstsubparse.h:
2796         Add support for SubViewer version 1 and 2 subtitles. Fixes #394061.
2797         * tests/check/elements/subparse.c: (GST_START_TEST),
2798         (subparse_suite):
2799         Add a unit test for both SubViewer formats.
2800
2801 2007-06-01  Michael Smith <msmith@fluendo.com>
2802
2803         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_do_seek):
2804           Don't overflow intermediate values when seeking to large time values
2805           in audiotestsrc.
2806
2807 2007-06-05  Wim Taymans  <wim@fluendo.com>
2808
2809         * gst/playback/gstqueue2.c: (gst_queue_have_data),
2810         (gst_queue_create_read), (gst_queue_read_item_from_file),
2811         (gst_queue_open_temp_location_file), (gst_queue_locked_enqueue):
2812         Include stdio to define fseeko.
2813
2814 2007-06-05  Wim Taymans  <wim@fluendo.com>
2815
2816         Patch by: Edward Hervey  <edward@fluendo.com>
2817
2818         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
2819         (gst_v4lsrc_query):
2820         Make v4lsrc output segments in GST_FORMAT_TIME. Fixes #442553.
2821
2822 2007-06-05  Tim-Philipp Müller  <tim at centricular dot net>
2823
2824         * gst-libs/gst/riff/Makefile.am:
2825         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_info):
2826           Use gst_tag_utf8_from_freeform_string() from libgsttag instead of
2827           our own implementation.
2828
2829 2007-06-05  Wim Taymans  <wim@fluendo.com>
2830
2831         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2832         (gst_base_rtp_depayload_setcaps),
2833         (gst_base_rtp_depayload_set_gst_timestamp),
2834         (gst_base_rtp_depayload_change_state):
2835         Handle timestamp wraparound.
2836
2837 2007-06-05  Wim Taymans  <wim@fluendo.com>
2838
2839         * gst/playback/gsturidecodebin.c: (no_more_pads_full),
2840         (new_decoded_pad), (remove_pads), (make_decoder), (setup_source),
2841         (gst_uri_decode_bin_change_state):
2842         Make sure we name srcpads uniquely even when using different internal
2843         decodebins.
2844         Signal no-more-pads when no more dynamic elements exist.
2845         Remove pads on cleanup.
2846
2847 2007-06-05  Wim Taymans  <wim@fluendo.com>
2848
2849         Based on patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
2850
2851         * gst/playback/gstqueue2.c: (gst_queue_class_init),
2852         (gst_queue_init), (gst_queue_finalize),
2853         (gst_queue_write_buffer_to_file), (gst_queue_have_data),
2854         (gst_queue_create_read), (gst_queue_read_item_from_file),
2855         (gst_queue_open_temp_location_file),
2856         (gst_queue_close_temp_location_file), (gst_queue_locked_flush),
2857         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
2858         (gst_queue_is_empty), (gst_queue_is_filled),
2859         (gst_queue_change_state), (gst_queue_set_temp_location),
2860         (gst_queue_set_property):
2861         Add support for filebased buffering. Fixes #441264.
2862
2863 2007-06-05  Wim Taymans  <wim@fluendo.com>
2864
2865         * gst/playback/gstdecodebin2.c: (gst_decode_bin_factory_filter),
2866         (analyze_new_pad), (connect_pad), (expose_pad), (caps_notify_cb),
2867         (caps_notify_group_cb), (gst_decode_group_new),
2868         (gst_decode_group_free):
2869         Add support for delayed caps fixation when autoplugging.
2870         Optimize cases where a multiqueue is not needed/wanted, like right after
2871         anything that is not a demuxer.
2872
2873 2007-06-05  Wim Taymans  <wim@fluendo.com>
2874
2875         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fisbone),
2876         (gst_ogg_pad_submit_packet), (gst_ogg_demux_perform_seek),
2877         (gst_ogg_demux_read_chain), (gst_ogg_demux_collect_chain_info):
2878         consideratly speedup ogg chain detection by not trying to find a base
2879         timestamp for skeleton streams. 
2880
2881 2007-06-05  Wim Taymans  <wim@fluendo.com>
2882
2883         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
2884         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_add_full),
2885         (gst_multi_fd_sink_remove_flush),
2886         (gst_multi_fd_sink_remove_client_link),
2887         (gst_multi_fd_sink_handle_client_write),
2888         (gst_multi_fd_sink_handle_clients):
2889         * gst/tcp/gstmultifdsink.h:
2890         Add support for remove_flush.
2891
2892 2007-06-05  Wim Taymans  <wim@fluendo.com>
2893
2894         * docs/design/draft-keyframe-force.txt:
2895         * ext/theora/theoraenc.c: (theora_enc_sink_event),
2896         (theora_enc_chain):
2897         Add draft design for forcing keyframes in encoders and implement in
2898         theoraenc.
2899
2900 2007-06-05  Jan Schmidt  <thaytan@mad.scientist.com>
2901
2902         * configure.ac:
2903           Back to CVS
2904
2905 === release 0.10.13 ===
2906
2907 2007-06-05  Jan Schmidt <thaytan@mad.scientist.com>
2908
2909         * configure.ac:
2910           releasing 0.10.13, "What's Going on?"
2911
2912 2007-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
2913
2914         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
2915         In riff, the depth is stored in the size field but it just means that
2916         the least significant bits are cleared. We can therefore just play
2917         the sample as if it had a depth == width. Fixes: #440997
2918
2919         Patch by: Wim Taymans <wim@fluendo.com> 
2920         Patch by: Sebastian Dröge  <slomo@circular-chaos.org>
2921
2922 2007-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
2923
2924         * gst-libs/gst/floatcast/floatcast.h:
2925         Define inline when needed on win32 builds. Fixes: #441295
2926         Patch by: Sebastien Moutte  <sebastien@moutte.net>
2927
2928 2007-05-29  Wim Taymans  <wim@fluendo.com>
2929
2930         * gst/playback/gstplaybasebin.c: (queue_overrun),
2931         (no_more_pads_full):
2932         Stop buffering when the group is commited because the queues filled up.
2933         Fixes #442024.
2934
2935 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
2936
2937         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
2938         (gst_alsa_mixer_free), (gst_alsa_mixer_update),
2939         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
2940         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
2941         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
2942         * ext/alsa/gstalsamixer.h:
2943         * ext/alsa/gstalsamixerelement.c:
2944         (gst_alsa_mixer_element_interface_supported),
2945         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
2946         (gst_alsa_mixer_element_set_property),
2947         (gst_alsa_mixer_element_get_property),
2948         (gst_alsa_mixer_element_change_state):
2949         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_update):
2950         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_volume_changed),
2951         (gst_mixer_option_changed):
2952         * gst-libs/gst/interfaces/mixer.h:
2953         Revert commits towards #152864 made so far. We'll pick it up again
2954         after the 0.10.13 release.
2955
2956 2007-05-24  Wim Taymans  <wim@fluendo.com>
2957
2958         * gst-libs/gst/audio/gstbaseaudiosink.c:
2959         (gst_base_audio_sink_render):
2960         After an interrupt (PAUSED/flush) assume that the next sample should not
2961         be aligned to the previous sample. Fixes #417992.
2962
2963 2007-05-24  Tim-Philipp Müller  <tim at centricular dot net>
2964
2965         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
2966           Don't add channels and rate fields to the template caps for
2967           audio/x-dts, as wavparse might not always be able to set them,
2968           which would then lead to 'caps are not a real subset of the
2969           template caps' warnings.
2970
2971 2007-05-24  Jan Schmidt  <thaytan@mad.scientist.com>
2972
2973         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
2974         Handle unknown or invalid pads without crashing, as might occur if
2975         a media file like an mp3 is specified as a subtitle file.
2976         Fixes: #410039
2977
2978 2007-05-24  Jan Schmidt  <thaytan@mad.scientist.com>
2979
2980         * gst/playback/gstplaybin.c: (add_sink), (dummy_blocked_cb),
2981         (setup_sinks):
2982         Block the subtitle bin output queue before ghosting it and linking,
2983         then unblock after. This avoids spurious not-linked errors caused 
2984         by the queue starting up (because it gets linked when it is ghosted). 
2985         Fixes: #350299
2986
2987 2007-05-23  Jan Schmidt  <thaytan@mad.scientist.com>
2988
2989         * tests/check/elements/playbin.c: (test_suburi_error_unknowntype):
2990         Use /dev/zero instead of /dev/urandom to produce an invalid subtitle
2991         file. Avoids flukes where the input gets typefound to some valid but
2992         useless type.
2993
2994 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
2995
2996         * tests/check/Makefile.am:
2997         * tests/check/elements/.cvsignore:
2998         * tests/check/elements/gnomevfssink.c: (setup_gnomevfssink),
2999         (cleanup_gnomevfssink), (GST_START_TEST), (gnomevfssink_suite):
3000           Add unit test for gnomevfssink seeking and position reporting for
3001           file:// URIs.
3002
3003 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
3004
3005         Patch by: Mark Nauwelaerts <manauw at skynet be>
3006
3007         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_init),
3008         (gst_gnome_vfs_sink_open_file), (gst_gnome_vfs_sink_handle_event),
3009         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render):
3010         * ext/gnomevfs/gstgnomevfssink.h:
3011           Fix position reporting, especially after a seek (from upstream),
3012           see #412648.
3013
3014 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
3015
3016         * ext/cdparanoia/gstcdparanoiasrc.c:
3017           Repair umlaut.
3018
3019 2007-05-22  Jan Schmidt  <thaytan@mad.scientist.com>
3020
3021         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
3022         Specify the full valid range for MP3 samplerates. Fixes a regression
3023         caused by extra header checks since the last release.
3024
3025 2007-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
3026
3027         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
3028         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
3029         Fix a locking-order bug I introduced with my changes the other day.
3030         Patch by Mike Smith.
3031
3032 2007-05-21  Michael Smith <msmith@fluendo.com>
3033
3034         * ext/theora/theoradec.c: (theora_handle_data_packet):
3035           Don't look inside 0-length packets (which indicate duplicated
3036           frames)
3037
3038 2007-05-21  Wim Taymans  <wim@fluendo.com>
3039
3040         * ext/cdparanoia/gstcdparanoiasrc.c:
3041         (gst_cd_paranoia_src_read_sector):
3042         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3043         (gst_base_audio_src_create):
3044         Small cleanups.
3045
3046         * ext/theora/theoradec.c: (theora_dec_sink_event):
3047         Fix typo.
3048
3049         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3050         (gst_base_rtp_depayload_set_gst_timestamp):
3051         Add some FIXME
3052
3053         * gst/playback/gstdecodebin.c: (queue_underrun_cb):
3054         And some debug info when a FIXME path is hit.
3055
3056 2007-05-21  Wim Taymans  <wim@fluendo.com>
3057
3058         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
3059         (gst_base_rtp_audio_payload_class_init),
3060         (gst_base_rtp_audio_payload_init),
3061         (gst_base_rtp_audio_payload_finalize),
3062         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
3063         (gst_base_rtp_audio_payload_handle_sample_based_buffer),
3064         (gst_base_rtp_payload_audio_handle_event):
3065         Some cleanups, remove minptime property as it is now in the parent
3066         class.
3067         Override parent class event function.
3068
3069         * gst-libs/gst/rtp/gstbasertppayload.c:
3070         (gst_basertppayload_class_init), (gst_basertppayload_init),
3071         (gst_basertppayload_event), (gst_basertppayload_set_property),
3072         (gst_basertppayload_get_property):
3073         * gst-libs/gst/rtp/gstbasertppayload.h:
3074         Add min-ptime property.
3075         Add handle-event vmethod. Fixes #415001.
3076
3077 2007-05-18  Stefan Kost  <ensonic@users.sf.net>
3078
3079         * gst-libs/gst/audio/gstbaseaudiosink.c
3080           (gst_base_audio_sink_change_state):
3081           Fix typo in comment.
3082
3083         * gst/playback/gstdecodebin.c (gst_decode_bin_class_init,
3084           free_dynamics, pad_probe, close_pad_link, try_to_link_1,
3085           get_our_ghost_pad, remove_element_chain, queue_underrun_cb,
3086           close_link):
3087         * gst/playback/gstplaybin.c (gst_play_bin_set_property,
3088           gen_audio_element, remove_sinks, gst_play_bin_send_event_to_sink):
3089           Remove trailing whitespaces in comments.
3090
3091         * gst/volume/Makefile.am:
3092           Fix tabs.
3093
3094 2007-05-18  Stefan Kost  <ensonic@users.sf.net>
3095
3096         patch by: Marc-Andre Lureau <marcandre.lureau@gmail.com>
3097
3098         * gst-libs/gst/interfaces/mixer.h (mixer_type, option_changed,
3099           set_option, get_option, _gst_reserved):
3100           Revert reordering functions (keep ABI).
3101
3102 2007-05-17  Jan Schmidt  <thaytan@mad.scientist.com>
3103
3104         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
3105         (gst_ximagesink_xwindow_new), (gst_ximagesink_handle_xevents),
3106         (gst_ximagesink_show_frame):
3107         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
3108         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_handle_xevents),
3109         (gst_xvimagesink_show_frame):
3110         When we create our own window, indicate that we handle the 
3111         WM_DELETE client message from the window manager, so that it won't 
3112         kill our window (and our app) along with it. Handle ClientMessage,
3113         post an error on the bus, and close the window. Further buffers
3114         arriving will result in a FlowError because the window has been
3115         destroyed.
3116
3117         Fixes: #393975
3118
3119         Clean up the X event handling loop and make them the same for
3120         both xvimagesink and ximagesink while I'm at it.
3121
3122 2007-05-17  Wim Taymans  <wim@fluendo.com>
3123
3124         * gst/playback/gstdecodebin2.c: (gst_decode_bin_factory_filter):
3125         Make decodebin2 autoplug depayloaders too.
3126
3127         * gst/playback/gsturidecodebin.c: (source_new_pad):
3128         Set the newly created decoder in a usable state when autoplugging a
3129         dynamic source such as RTSP.
3130
3131 2007-05-17  Tim-Philipp Müller  <tim at centricular dot net>
3132
3133         * gst/playback/gststreaminfo.c: (cb_probe):
3134           Ignore video-codec tag for audio streams and ignore audio-codec tags
3135           for video streams. Should make codec name collection a bit more
3136           robust against sloppy demuxers that send tag events containing both
3137           tags down each pad.
3138
3139 2007-05-17  Wim Taymans  <wim@fluendo.com>
3140
3141         * gst/playback/gstqueue2.c: (update_rates):
3142         Tweak the buffering thresholds a little.
3143         Update the buffer size with the previously calculate rate instead of
3144         only when we calculate a new rate so that we get smoother buffering
3145         updates.
3146
3147         * gst/playback/Makefile.am:
3148         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_base_init),
3149         (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
3150         (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_property),
3151         (gst_uri_decode_bin_get_property), (unknown_type),
3152         (add_element_stream), (no_more_pads_full), (no_more_pads),
3153         (source_no_more_pads), (new_decoded_pad), (array_has_value),
3154         (gen_source_element), (has_all_raw_caps), (analyse_source),
3155         (remove_decoders), (make_decoder), (remove_source),
3156         (source_new_pad), (setup_source), (decoder_query_init),
3157         (decoder_query_duration_fold), (decoder_query_duration_done),
3158         (decoder_query_position_fold), (decoder_query_position_done),
3159         (decoder_query_latency_fold), (decoder_query_latency_done),
3160         (decoder_query_seeking_fold), (decoder_query_seeking_done),
3161         (decoder_query_generic_fold), (gst_uri_decode_bin_query),
3162         (gst_uri_decode_bin_change_state), (plugin_init):
3163         New element that intergrates a source, optional buffering element and
3164         decodebin.
3165
3166 2007-05-17  Tim-Philipp Müller  <tim at centricular dot net>
3167
3168         * configure.ac:
3169           Bump libtheora requirement to 1.0alpha5 for the pixformat check
3170           (also has a .pc file, so we don't need the fallback check any
3171           longer). Fixes #438840.
3172
3173 2007-05-17  Wim Taymans  <wim@fluendo.com>
3174
3175         * gst/playback/gstqueue2.c: (gst_queue_get_type),
3176         (gst_queue_class_init), (gst_queue_finalize), (update_time_level),
3177         (apply_segment), (apply_buffer), (update_buffering),
3178         (reset_rate_timer), (update_rates), (gst_queue_locked_flush),
3179         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
3180         (gst_queue_handle_sink_event), (gst_queue_is_filled),
3181         (gst_queue_chain), (gst_queue_push_one), (gst_queue_loop),
3182         (plugin_init):
3183         fix build.
3184
3185 2007-05-17  Wim Taymans  <wim@fluendo.com>
3186
3187         * gst/playback/Makefile.am:
3188         * gst/playback/gstqueue2.c: (gst_queue_get_type),
3189         (gst_queue_class_init), (gst_queue_init), (gst_queue_finalize),
3190         (gst_queue_getcaps), (gst_queue_bufferalloc),
3191         (gst_queue_acceptcaps), (update_time_level), (apply_segment),
3192         (apply_buffer), (update_buffering), (reset_rate_timer),
3193         (update_rates), (gst_queue_locked_flush),
3194         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
3195         (gst_queue_handle_sink_event), (gst_queue_is_empty),
3196         (gst_queue_is_filled), (gst_queue_chain), (gst_queue_push_one),
3197         (gst_queue_loop), (gst_queue_handle_src_event),
3198         (gst_queue_handle_src_query), (gst_queue_sink_activate_push),
3199         (gst_queue_src_activate_push), (gst_queue_change_state),
3200         (gst_queue_set_property), (gst_queue_get_property), (plugin_init):
3201         On our way to playbin2 this is the new network queue that does buffering
3202         all by itself using high and low watermarks. It can also measure up and
3203         downstream bandwidth to optimally size the queue.
3204
3205 2007-05-17  Michael Smith <msmith@fluendo.com>
3206
3207         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_do_seek):
3208         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_do_seek):
3209           Use the segment->last_stop value to calculate the next timestamp to
3210           generate after a seek; not the segment->start value.
3211
3212 2007-05-15  David Schleef  <ds@schleef.org>
3213
3214         * docs/Makefile.am: Install docs even when --disable-gtk-doc
3215           is disabled.  This matches the behavior of gtk+.  Fixes #349099.
3216
3217 2007-05-15  Wim Taymans  <wim@fluendo.com>
3218
3219         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
3220         (gst_ogg_demux_perform_seek), (gst_ogg_demux_handle_page):
3221         Some more chained streaming ogg timestamp fixes.
3222
3223 2007-05-15  Wim Taymans  <wim@fluendo.com>
3224
3225         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
3226         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
3227         (gst_ogg_demux_handle_page):
3228         Add some FIXMEs.
3229         Fix chain start/stop segment handling based on patch by
3230         <ahalda at cs dot mcgill dot ca> see #320984.
3231
3232 2007-05-15  Michael Smith <msmith@fluendo.com>
3233
3234         * configure.ac:
3235           We don't require a C++ compiler. So don't require one.
3236
3237 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
3238
3239         * ext/alsa/gstalsamixer.c (source, n_poll_fds, poll_fds,
3240           gst_alsa_mixer_check, gst_alsa_mixer_dispatch,
3241           gst_alsa_mixer_finalize, gst_alsa_mixer_handle_source_callback,
3242           gst_alsa_mixer_handle_callback, gst_alsa_mixer_elem_handle_callback,
3243           gst_alsa_mixer_ensure_track_list, gst_alsa_mixer_update_option,
3244           gst_alsa_mixer_update_track):
3245           Apply some of the cleanup Tim suggested in #152864 afterwards.
3246
3247 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
3248
3249         patch by: Marc-Andre Lureau <marcandre.lureau@gmail.com>
3250
3251         * ext/alsa/gstalsamixer.c (main_context, GstAlsaMixerWatch,
3252           _GstAlsaMixerWatch, source, n_poll_fds, poll_fds,
3253           gst_alsa_mixer_watch_funcs, gst_alsa_mixer_prepare,
3254           gst_alsa_mixer_check, gst_alsa_mixer_dispatch,
3255           gst_alsa_mixer_finalize, gst_alsa_mixer_find_master_mixer,
3256           gst_alsa_mixer_handle_source_callback,
3257           gst_alsa_mixer_handle_callback, gst_alsa_mixer_elem_handle_callback,
3258           gst_alsa_mixer_ensure_track_list, gst_alsa_mixer_free,
3259           gst_alsa_mixer_get_volume, gst_alsa_mixer_set_volume,
3260           gst_alsa_mixer_set_mute, gst_alsa_mixer_set_record,
3261           gst_alsa_mixer_get_option, gst_alsa_mixer_update_option,
3262           gst_alsa_mixer_update_track, _gst_alsa_mixer_set_interface):
3263         * ext/alsa/gstalsamixer.h (handle_source, interface, dir):
3264         * ext/alsa/gstalsamixerelement.c (gst_alsa_mixer_element_details,
3265           gst_alsa_mixer_element_interface_supported,
3266           gst_alsa_mixer_element_finalize, gst_alsa_mixer_element_init,
3267           gst_alsa_mixer_element_set_property,
3268           gst_alsa_mixer_element_get_property,
3269           gst_alsa_mixer_element_change_state):
3270         * ext/alsa/gstalsamixertrack.c (gst_alsa_mixer_track_update):
3271         * gst-libs/gst/interfaces/mixer.c (gst_mixer_volume_changed,
3272           gst_mixer_option_changed):
3273         * gst-libs/gst/interfaces/mixer.h (set_option, get_option,
3274           volume_changed, option_changed, _gst_reserved):
3275           Implement notification for alsamixer. Fixes #152864
3276
3277 2007-05-14  David Schleef  <ds@schleef.org>
3278
3279         * gst/videotestsrc/videotestsrc.c:
3280         * gst/videotestsrc/videotestsrc.h:
3281           Add support for video/x-raw-bayer.
3282
3283 2007-05-12  David Schleef  <ds@schleef.org>
3284
3285         * sys/xvimage/xvimagesink.c:
3286           Add some sanity checking for the XVImage size returned by X.
3287           Related to #377400.
3288
3289 2007-05-12  Wim Taymans  <wim@fluendo.com>
3290
3291         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3292         (gst_base_rtp_depayload_setcaps),
3293         (gst_base_rtp_depayload_set_gst_timestamp):
3294         Parse and use additional caps fields as described in updated
3295         application/x-rtp caps spec.
3296
3297 2007-05-12  Wim Taymans  <wim@fluendo.com>
3298
3299         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
3300         (gst_ogg_demux_collect_chain_info):
3301         If there is a stream in a chain without any data packets, ignore the
3302         stream in the total length calculations. Might be related to #436820.
3303
3304 2007-05-11  Jan Schmidt  <thaytan@mad.scientist.com>
3305
3306         * gst/typefind/gsttypefindfunctions.c: (mpeg_sys_is_valid_pack),
3307         (mpeg_sys_is_valid_pes), (mpeg_sys_is_valid_sys),
3308         (mpeg_sys_type_find), (mpeg_ts_type_find), (mpeg4_video_type_find),
3309         (mpeg_video_type_find), (mpeg_video_stream_type_find),
3310         (plugin_init):
3311
3312         Consolidate and re-work our mpeg system stream detection to probe
3313         more packets and produce a higher confidence result. Fixes a
3314         regression caused by lowering the typefind probability last year
3315         - related to bug #397810. Remove the redundant MPEG-1 specific 
3316         typefind function, as the new one detects both MPEG-1 & MPEG-2
3317         happily.
3318
3319         Also cleanup the MPEG elementary and MPEG-TS detection functions a
3320         little. 
3321
3322         Tested against my media test directory, with some improvements and
3323         no regressions.
3324
3325 2007-05-10  Wim Taymans  <wim@fluendo.com>
3326
3327         * gst/playback/gstplaybasebin.c: (fill_buffer), (check_queue),
3328         (queue_out_of_data):
3329         Connect to the new queue "pushing" signal instead of the broken
3330         "running" one.
3331
3332 2007-05-09  Sebastien Moutte  <sebastien@moutte.net>
3333
3334         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
3335         (gst_base_rtp_audio_payload_handle_frame_based_buffer):
3336         Move variable declaration before the first instruction.
3337         * gst/videotestsrc/videotestsrc.c:
3338         Define M_PI if it's not defined yet.
3339         * win32/common/libgstrtp.def:
3340         Add new exported functions.
3341
3342 2007-05-09  Michael Smith <msmith@fluendo.com>
3343
3344         * ext/theora/theoradec.c: (theora_handle_type_packet):
3345           gst_pad_push_event() does not return a GstFlowReturn!
3346
3347 2007-05-09  Wim Taymans  <wim@fluendo.com>
3348
3349         * tests/examples/seek/scrubby.c: (stop_cb), (main):
3350         * tests/examples/seek/seek.c: (do_seek):
3351         Some small cosmetic changes.
3352
3353 2007-05-08  Stefan Kost  <ensonic@users.sf.net>
3354
3355         * gst/adder/gstadder.c (gst_adder_src_event, gst_adder_collected,
3356           gst_adder_change_state):
3357         * gst/adder/gstadder.h (bps, offset, collect_event, segment,
3358           segment_pending, segment_position, segment_rate):
3359           Handle playback-rate on adder.
3360
3361 2007-05-07  Michael Smith <msmith@fluendo.com>
3362
3363         * ext/theora/gsttheoradec.h:
3364         * ext/theora/theoradec.c: (gst_theora_dec_reset),
3365         (theora_dec_sink_event), (theora_handle_comment_packet),
3366         (theora_handle_type_packet), (theora_dec_change_state):
3367           Don't push events (newsegment, tags) before initialising the
3368           decoder.
3369           This is neccesary for seeking to work correctly in gnonlin.
3370
3371 2007-05-04  Stefan Kost  <ensonic@users.sf.net>
3372
3373         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
3374         * gst/adder/gstadder.c:
3375         * gst/audiotestsrc/gstaudiotestsrc.c
3376           (gst_audio_test_src_create_white_noise):
3377         * gst/videotestsrc/gstvideotestsrc.c:
3378         * gst/volume/gstvolume.c (VOLUME_UNITY_INT16,
3379           VOLUME_UNITY_INT16_BIT_SHIFT, VOLUME_MAX_DOUBLE,
3380           volume_sink_template, volume_src_template, gst_volume_init,
3381           volume_process_double, volume_process_int16,
3382           volume_process_int16_clamp):
3383           Doc fixes and formatting.
3384
3385 2007-05-04  Tim-Philipp Müller  <tim at centricular dot net>
3386
3387         * tests/check/Makefile.am:
3388         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
3389           Minimal check for volume's GstController usability; also another
3390           test for #422295.
3391
3392 2007-05-04  Tim-Philipp Müller  <tim at centricular dot net>
3393
3394         * gst-libs/gst/cdda/gstcddabasesrc.c:
3395         (gst_cdda_base_src_add_track):
3396           Fix it so that it (a) makes sense and (b) doesn't break
3397           everything cdda-related including the unit test.
3398
3399 2007-05-04  Stefan Kost  <ensonic@users.sf.net>
3400
3401         * gst-libs/gst/cdda/gstcddabasesrc.c:
3402         (gst_cdda_base_src_add_track):
3403           Fix build when disabling asserts.
3404
3405 2007-05-03  Tim-Philipp Müller  <tim at centricular dot net>
3406
3407         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
3408           When XShm is not available, we might get row strides that are not
3409           rounded up to multiples of four; this is bad, because virtually
3410           every RGB-processing element in GStreamer assumes rowstrides are
3411           rounded up to multiples of four, so let's allocate at least enough
3412           memory to avoid crashes in this case. The image will still be
3413           displayed distorted though if this happens, so that still needs
3414           fixing (maybe by allocating a bigger image with an 'even' width
3415           and then clipping it appropriately when rendering - something for
3416           Xlib aficionados in any case).
3417
3418 2007-05-03  Michael Smith <msmith@fluendo.com>
3419
3420         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
3421           If a buffer doesn't have a timestamp, assume it's contiguous with
3422           the previous buffer, and synthesise timestamps appropriately.
3423
3424 2007-05-03  Edward Hervey  <edward@fluendo.com>
3425
3426         * tests/check/elements/videorate.c: (GST_START_TEST):
3427         Set buffer timestamp to a valid value in order to test the buffer
3428         really does stay in videorate.
3429
3430 2007-05-03  Edward Hervey  <edward@fluendo.com>
3431
3432         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
3433         There is no sensible way to handle incoming buffers which don't have a
3434         valid timestamp. We therefore discard them and wait for the next one.
3435
3436 2007-05-01  Tim-Philipp Müller  <tim at centricular dot net>
3437
3438         * gst/playback/gstdecodebin.c: (type_found), (plugin_init):
3439         * gst/playback/gstdecodebin2.c: (plugin_init):
3440           Better error message for text files.
3441
3442 2007-04-29  Wim Taymans  <wim@fluendo.com>
3443
3444         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_add_rb):
3445         Fix offset bug in generation RR packets.
3446
3447 2007-04-27  Julien MOUTTE  <julien@moutte.net>
3448
3449         * ext/theora/theoradec.c: (_theora_granule_time),
3450         (theora_dec_push_forward), (theora_handle_data_packet),
3451         (theora_dec_decode_buffer): Calculate buffer duration correctly
3452         to generate a perfect stream (#433888).
3453         * gst/audioresample/gstaudioresample.c:
3454         (audioresample_check_discont): Glib provides ABS.
3455
3456 2007-04-27  Wim Taymans  <wim@fluendo.com>
3457
3458         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_get_rb),
3459         (gst_rtcp_packet_add_rb), (gst_rtcp_packet_sdes_add_item),
3460         (gst_rtcp_packet_sdes_add_entry), (gst_rtcp_packet_bye_add_ssrc),
3461         (gst_rtcp_packet_bye_add_ssrcs), (get_reason_offset),
3462         (gst_rtcp_packet_bye_set_reason):
3463         * gst-libs/gst/rtp/gstrtcpbuffer.h:
3464         Fix RB block parsing and writing.
3465         Add support for constructing BYE packets.
3466
3467 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
3468
3469         * gst-libs/gst/audio/gstbaseaudiosrc.c: (_do_init),
3470         (gst_base_audio_src_create):
3471         * po/POTFILES.in:
3472           When posting a warning message because samples were dropped, post
3473           something more intelligible than he default error message for clock
3474           errors which is just confusing in this context (#432984).
3475
3476 2007-04-25  Wim Taymans  <wim@fluendo.com>
3477
3478         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_buffer_new),
3479         (gst_rtcp_buffer_end), (gst_rtcp_buffer_get_packet_count),
3480         (read_packet_header), (gst_rtcp_packet_move_to_next),
3481         (gst_rtcp_buffer_add_packet), (gst_rtcp_packet_sr_set_sender_info),
3482         (gst_rtcp_packet_rr_set_ssrc), (gst_rtcp_packet_add_rb),
3483         (gst_rtcp_packet_sdes_get_item_count),
3484         (gst_rtcp_packet_sdes_first_item),
3485         (gst_rtcp_packet_sdes_next_item), (gst_rtcp_packet_sdes_get_ssrc),
3486         (gst_rtcp_packet_sdes_first_entry),
3487         (gst_rtcp_packet_sdes_next_entry),
3488         (gst_rtcp_packet_sdes_get_entry), (gst_rtcp_packet_sdes_add_item),
3489         (gst_rtcp_packet_sdes_add_entry):
3490         * gst-libs/gst/rtp/gstrtcpbuffer.h:
3491         Implement code to write SR, RR and SDES packets.
3492
3493 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
3494
3495         Patch by: Christian Kirbach <Christian dot Kirbach at googlemail com>
3496
3497         * sys/ximage/ximagesink.c:
3498           Fix build if XShm is not available (#432362).
3499
3500 2007-04-24  Sebastian Dröge  <slomo@circular-chaos.org>
3501
3502         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init):
3503         Initalize the AudioConvertCtx with zeroes, otherwise it will contain
3504         pointers to random memory which are passed to g_free() when
3505         audio_convert_prepare_context() is called the first time.
3506
3507 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
3508
3509         Patch by: Dan Williams <dcbw redhat com>
3510
3511         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
3512           Don't leak incoming buffer if gst_pad_push() returns a
3513           non-OK flow. Fixes #432755.
3514          
3515         * tests/check/elements/videorate.c: (GST_START_TEST),
3516         (videorate_suite):
3517           Unit test for the above by Yours Truly.
3518
3519 2007-04-23  Stefan Kost  <ensonic@users.sf.net>
3520
3521         * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
3522         (gst_adder_sink_event), (gst_adder_collected):
3523           Fix non-flushing segmented seeks, Fixes #340060 for me
3524
3525 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
3526
3527         Patch by: Olivier Crete  <tester at tester ca>
3528
3529         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
3530         (gst_base_rtp_audio_payload_class_init),
3531         (gst_base_rtp_audio_payload_init),
3532         (gst_base_rtp_audio_payload_dispose):
3533           Chain up to parent class in dispose function; get rid of
3534           unnecessary 'diposed' flag in private structure (#415001).
3535
3536 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
3537
3538         * docs/libs/gst-plugins-base-libs.types:
3539         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
3540         (gst_base_rtp_audio_payload_class_init):
3541         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3542         * gst-libs/gst/rtp/gstbasertppayload.c:
3543           Some minor docs fixes and additions; also add missing 'Since' bits.
3544
3545 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
3546
3547         Patch by: Zeeshan Ali  <zeenix gmail com>
3548
3549         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
3550         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
3551         (gst_base_rtp_audio_payload_handle_sample_based_buffer),
3552         (gst_base_rtp_audio_payload_push):
3553         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
3554           The recently-added gst_base_rtp_audio_payload_push() should take an
3555           object of type GstBaseRTPAudioPayload as first argument (#431672).
3556
3557 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
3558
3559         * gst/audioresample/gstaudioresample.c:
3560           Make more functions static, just because we can.
3561
3562 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
3563
3564         * tests/check/elements/audioresample.c:
3565           Add unit test for audioresample shutdown crasher (#420106).
3566
3567 2007-04-20  Stefan Kost  <ensonic@users.sf.net>
3568
3569         * gst/subparse/gstsubparse.c:
3570         * gst/subparse/samiparse.c:
3571           Use GST_DISABLE_XML here
3572
3573         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
3574         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_get_xv_support),
3575         (gst_xvimagesink_buffer_alloc),
3576         (gst_xvimagesink_navigation_send_event):
3577         * sys/xvimage/xvimagesink.h:
3578           Include stdlib.h when using atoi.
3579           
3580         * tests/check/elements/playbin.c: (playbin_suite):
3581           Use GST_DISABLE_REGISTRY here
3582
3583 2007-04-19  Michael Smith  <msmith@fluendo.com>
3584
3585         * ext/theora/gsttheoraenc.h:
3586         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
3587         (theora_enc_sink_event), (theora_enc_change_state):
3588           Track initialisation state; don't try to use encoder state if we're
3589           not initialised (it'll segfault).
3590
3591 2007-04-18  Stefan Kost  <ensonic@users.sf.net>
3592
3593         * tests/check/pipelines/.cvsignore:
3594         Fix build.
3595
3596 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
3597
3598         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
3599         Allow random depths between 1 and 32 instead of only multiplies of 8.
3600
3601 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
3602
3603         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
3604         Set the maximum number of channels for PCM and float in the correct
3605         place to have it also used when creating the template caps.
3606
3607 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
3608
3609         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
3610         Correctly support 4, 6 and 8 channels with normal PCM and float
3611         wav files.
3612
3613         Fix the depth and signedness calculation in extensible wav files and
3614         also handle 1, 2, 4, 6, 8 channels here when a file without channel
3615         mask is found.
3616
3617         Add support for float, alaw and mulaw in extensible wav files.
3618
3619         This allows correct playback of all but 5 files from
3620         http://www-mmsp.ece.mcgill.ca/Documents/AudioFormats/WAVE/Samples.html
3621         
3622         (gst_riff_create_audio_template_caps):
3623         Add voxware and float formats to the template caps.     
3624
3625 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
3626
3627         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
3628
3629         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
3630         Fix unused variable warning if HAVE_LOCALTIME_R is undefinied
3631
3632         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
3633         * gst/audioresample/gstaudioresample.c: (audioresample_do_output):
3634         Use the correct format strings for integer formats.
3635
3636 2007-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
3637
3638         * ext/theora/theoraenc.c (theora_buffer_from_packet, theora_enc_chain):
3639           Don't use pad_alloc_buffer_and_set_caps to create a small header
3640           packet, or, worse, to create a big temporary video buffer using the
3641           src pad.
3642
3643 2007-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
3644
3645         * gst/gdp/gstgdppay.c (gst_gdp_pay_chain):
3646         * tests/check/pipelines/streamheader.c (tag_event_probe_cb,
3647           GST_START_TEST, buffer_probe_cb, GST_START_TEST):
3648           Fix a bug where serialized IN_CAPS buffers needed to be set IN_CAPS.
3649
3650 2007-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
3651
3652         * tests/check/pipelines/streamheader.c (tag_event_probe_cb,
3653           GST_START_TEST, n_in_caps, buffer_probe_cb, GST_START_TEST,
3654           streamheader_suite):
3655           Add another test set up for failure
3656
3657 2007-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
3658
3659         * tests/check/Makefile.am:
3660         * tests/check/pipelines/streamheader.c (n_tags, tag_event_probe_cb,
3661           GST_START_TEST, streamheader_suite, main):
3662           Add a test for the streamheader bug Wim fixed.
3663
3664 2007-04-13  Jan Schmidt  <thaytan@mad.scientist.com>
3665
3666         * ext/theora/theoradec.c: (theora_dec_sink_event):
3667         Fix misleading comment.
3668
3669 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
3670
3671         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
3672           More sanity checks for the header fields.
3673
3674 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
3675
3676         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
3677           Try encodings from all environment variables, not just those in the
3678           first environment variable that is set.
3679
3680 2007-04-12  Wim Taymans  <wim@fluendo.com>
3681
3682         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps),
3683         (gst_video_rate_chain):
3684         Add some debug.
3685
3686         * tests/check/elements/videorate.c: (GST_START_TEST),
3687         (videorate_suite):
3688         Added check for videorate changing caps handling. Closes #421834.
3689
3690 2007-04-12  Michael Smith  <msmith@fluendo.com>
3691
3692         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
3693           Use scale functions to avoid overflow when calculating duration of 
3694           vorbis buffers.
3695
3696 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
3697
3698         * docs/libs/gst-plugins-base-libs-sections.txt:
3699         * gst-libs/gst/tag/tag.h:
3700         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
3701           API: add gst_tag_freeform_string_to_utf8() (#405072).
3702
3703         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_extract_id3v1_string):
3704           Use gst_tag_freeform_string_to_utf8() here.
3705
3706 2007-04-12  Wim Taymans  <wim@fluendo.com>
3707
3708         * gst/gdp/gstgdppay.c: (gst_gdp_pay_chain),
3709         (gst_gdp_pay_sink_event):
3710         Make sure we set the IN_CAPS flag correctly.
3711
3712         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
3713         Get the IN_CAPS flag before we call functions that mess with the flags.
3714
3715 2007-04-10  Thomas Vander Stichele  <thomas at apestaart dot org>
3716
3717         * gst/gdp/gstgdppay.c (gst_gdp_pay_reset_streamheader,
3718           gst_gdp_pay_chain, gst_gdp_pay_sink_event):
3719           Only stamp buffers with offset/offset_end right before they get
3720           pushed.  This ensures offset continuity, which was not the case
3721           before as shown by
3722           gst-launch -v -m audiotestsrc num-buffers=10 ! audioconvert ! vorbisenc ! gdppay ! identity check-imperfect-offset=TRUE ! fakesink silent=TRUE
3723
3724 2007-04-06  Wim Taymans  <wim@fluendo.com>
3725
3726         * gst/playback/gstplaybin.c: (add_sink),
3727         (gst_play_bin_change_state):
3728         Activate sync in playbin, we are ready to handle it for live streams.
3729
3730 2007-04-06  Tim-Philipp Müller  <tim at centricular dot net>
3731
3732         * tests/check/elements/playbin.c:
3733         (test_sink_usage_video_only_stream), (playbin_suite):
3734           Add small test for stream-info-value-array code paths.
3735
3736 2007-04-05  Wim Taymans  <wim@fluendo.com>
3737
3738         * gst-libs/gst/audio/gstbaseaudiosink.c:
3739         (gst_base_audio_sink_skew_slaving):
3740         Don't try to create invalid calibration parameters by making the
3741         internal time go backwards, instead make external time go forward.
3742
3743 2007-04-05  Wim Taymans  <wim@fluendo.com>
3744
3745         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
3746
3747         * gst/playback/gstplaybasebin.c: (add_stream):
3748         Fix leak in add_stream(), when g_value_set_object() increases the
3749         refcount of streaminfo object. Fixes #426250.
3750
3751 2007-04-03  David Schleef  <ds@schleef.org>
3752
3753         * gst/videotestsrc/gstvideotestsrc.c:
3754         * gst/videotestsrc/gstvideotestsrc.h:
3755         * gst/videotestsrc/videotestsrc.c:
3756         * gst/videotestsrc/videotestsrc.h:
3757           Add a test pattern called "circular", which has concentric
3758           rings with varying radial frequency.  The main purpose of this
3759           pattern is to test fidelity loss in a filter or scaler element.
3760           Notably, this pattern is scale invariant, and is optimally viewed
3761           with a width (and height) of 400.
3762
3763 2007-04-03  Wim Taymans  <wim@fluendo.com>
3764
3765         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
3766
3767         * gst/playback/gstdecodebin2.c: (connect_pad), (expose_pad),
3768         (deactivate_free_recursive):
3769         Decodebin2 doesn't unref pads it obtains in some occasions:
3770         - multiqueue src pads, when either connecting further or exposing
3771         - sink pads of new autoplugged elements
3772         - peer pads when recursively freeing elements
3773         Fixes #425455.
3774
3775 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
3776
3777         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
3778         Add audio/x-raw-float support, now that audioconvert support
3779         non-native endianness floats.
3780
3781 2007-03-30  Tim-Philipp Müller  <tim at centricular dot net>
3782
3783         * docs/libs/gst-plugins-base-libs-docs.sgml:
3784           gstreamer-plugins-base.pc doesn't exist, it's
3785           gstreamer-plugins-base-0.10.pc.
3786
3787 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
3788
3789         Patch by: René Stadler <mail at renestadler dot de>
3790         with some minor changes
3791
3792         * gst-libs/gst/floatcast/floatcast.h:
3793         Use more efficient float endianness conversion functions that don't
3794         involve 2 function calls per value.
3795         * gst/audioconvert/audioconvert.c: (audio_convert_get_func_index),
3796         (check_default), (audio_convert_prepare_context):
3797         * gst/audioconvert/gstaudioconvert.c:
3798         (gst_audio_convert_parse_caps), (make_lossless_changes):
3799         Support non-native endianness floats as input and output.
3800         Fixes #339838.
3801         * tests/check/elements/audioconvert.c: (verify_convert),
3802         (GST_START_TEST):
3803         Add unit tests for the non-native endianness float conversions.
3804
3805 2007-03-29  Wim Taymans  <wim@fluendo.com>
3806
3807         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3808         (gst_base_rtp_depayload_base_init),
3809         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
3810         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
3811         (gst_base_rtp_depayload_set_gst_timestamp),
3812         (gst_base_rtp_depayload_change_state),
3813         (gst_base_rtp_depayload_set_property),
3814         (gst_base_rtp_depayload_get_property):
3815         * gst-libs/gst/rtp/gstbasertpdepayload.h:
3816         Add Private structure.
3817         Bring element code to 2007.
3818         Parse clock-base caps param and use it when generating the
3819         newsegment.
3820         Reset variables before going to PAUSED.
3821         Fix some docs.
3822
3823 2007-03-29  Wim Taymans  <wim@fluendo.com>
3824
3825         * docs/libs/gst-plugins-base-libs-docs.sgml:
3826         * docs/libs/gst-plugins-base-libs-sections.txt:
3827         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
3828         (gst_base_rtp_audio_payload_get_adapter):
3829         Add RTCP docs.
3830         Fix some more docs.
3831
3832         * gst-libs/gst/rtp/Makefile.am:
3833         * gst-libs/gst/rtp/gstrtcpbuffer.c:
3834         (gst_rtcp_buffer_new_take_data), (gst_rtcp_buffer_new_copy_data),
3835         (gst_rtcp_buffer_validate_data), (gst_rtcp_buffer_validate),
3836         (gst_rtcp_buffer_get_packet_count), (read_packet_header),
3837         (gst_rtcp_buffer_get_first_packet), (gst_rtcp_packet_move_to_next),
3838         (gst_rtcp_buffer_add_packet), (gst_rtcp_packet_remove),
3839         (gst_rtcp_packet_get_padding), (gst_rtcp_packet_get_type),
3840         (gst_rtcp_packet_get_count), (gst_rtcp_packet_get_length),
3841         (gst_rtcp_packet_sr_get_sender_info),
3842         (gst_rtcp_packet_sr_set_sender_info),
3843         (gst_rtcp_packet_rr_get_ssrc), (gst_rtcp_packet_rr_set_ssrc),
3844         (gst_rtcp_packet_get_rb_count), (gst_rtcp_packet_get_rb),
3845         (gst_rtcp_packet_add_rb), (gst_rtcp_packet_set_rb),
3846         (gst_rtcp_packet_sdes_get_chunk_count),
3847         (gst_rtcp_packet_sdes_first_chunk),
3848         (gst_rtcp_packet_sdes_next_chunk), (gst_rtcp_packet_sdes_get_ssrc),
3849         (gst_rtcp_packet_sdes_first_item),
3850         (gst_rtcp_packet_sdes_next_item), (gst_rtcp_packet_sdes_get_item),
3851         (gst_rtcp_packet_bye_get_ssrc_count),
3852         (gst_rtcp_packet_bye_get_nth_ssrc), (gst_rtcp_packet_bye_add_ssrc),
3853         (gst_rtcp_packet_bye_add_ssrcs), (get_reason_offset),
3854         (gst_rtcp_packet_bye_get_reason_len),
3855         (gst_rtcp_packet_bye_get_reason), (gst_rtcp_packet_bye_set_reason):
3856         * gst-libs/gst/rtp/gstrtcpbuffer.h:
3857         Add new helper object for parsing and creating RTCP messages.
3858
3859 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
3860
3861         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
3862         PCM samples with width=8 must be always unsigned, no matter what
3863         depth they have.
3864
3865 2007-03-29  Andy Wingo  <wingo@pobox.com>
3866
3867         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev): Make
3868         perfect offsets also, not just timestamps.
3869
3870         * tests/check/elements/videorate.c (test_more): Test that given
3871         any incoming offsets, that videorate produces perfect offsets.
3872
3873 2007-03-29  Wim Taymans  <wim@fluendo.com>
3874
3875         * gst-libs/gst/riff/riff-ids.h:
3876         Add some more RIFF formats.
3877
3878 2007-03-29  Wim Taymans  <wim@fluendo.com>
3879
3880         * gst-libs/gst/rtp/gstrtpbuffer.c:
3881         (gst_rtp_buffer_default_clock_rate):
3882         * gst-libs/gst/rtp/gstrtpbuffer.h:
3883         Fix fixed payload names and docs.
3884         Added method to get the default clock rates of fixed payload types.
3885         API: GstRTPBuffer::gst_rtp_buffer_default_clock_rate()
3886
3887 2007-03-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
3888
3889         * tests/check/pipelines/.cvsignore:
3890         Add new vorbisdec test to cvsignore.
3891
3892 2007-03-28  Wim Taymans  <wim@fluendo.com>
3893
3894         * gst-libs/gst/audio/gstbaseaudiosink.c: (slave_method_get_type),
3895         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
3896         (gst_base_audio_sink_query), (gst_base_audio_sink_get_time),
3897         (gst_base_audio_sink_set_property),
3898         (gst_base_audio_sink_get_property), (gst_base_audio_sink_event),
3899         (clock_convert_external), (gst_base_audio_sink_resample_slaving),
3900         (gst_base_audio_sink_skew_slaving),
3901         (gst_base_audio_sink_handle_slaving), (gst_base_audio_sink_render),
3902         (gst_base_audio_sink_async_play):
3903         * gst-libs/gst/audio/gstbaseaudiosink.h:
3904         Store private stuff in GstBaseAudioSinkPrivate.
3905         Add configurable clock slaving modes property.
3906         API:: GstBaseAudioSink::slave-method property
3907         Some more latency reporting tweaks.
3908         Added skew based clock slaving correction and make it the default until
3909         the resampling method is more robust.
3910
3911 2007-03-27  Sebastian Dröge  <slomo@circular-chaos.org>
3912
3913         * gst/audioconvert/audioconvert.c:
3914         Add docs to the integer pack functions and implement proper
3915         rounding. Before we had rounding towards negative infinity, i.e.
3916         always the smaller number was taken. Now we use natural rounding,
3917         i.e. rounding to the nearest integer and to the one with the largest
3918         absolute value for X.5. The old rounding introduced some minor
3919         distortions. Fixes #420079
3920         * tests/check/elements/audioconvert.c: (GST_START_TEST):
3921         Fix one unit test that assumed the old rounding and added unit tests
3922         for checking signed/unsigned int16 <-> signed/unsigned int16 with
3923         depth 8, one for signed int16 <-> unsigned int16 and one for the new
3924         rounding from signed int32 to signed/unsigned int16.
3925
3926 2007-03-27  Michael Smith  <msmith@fluendo.com>
3927
3928         * gst/audioconvert/gstaudioconvert.c: (strip_width_64),
3929         (gst_audio_convert_transform_caps):
3930           Fix typo in debug line introduced recently, as pointed out on irc.
3931
3932 2007-03-27  Tim-Philipp Müller  <tim at centricular dot net>
3933
3934         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
3935         * tests/check/libs/tag.c: (GST_START_TEST):
3936           Make sure we parse floating-point numbers in vorbis comments
3937           correctly with either '.' or ',' as separator, no matter what
3938           the current locale is. Add unit test for this too.
3939
3940 2007-03-26  Tim-Philipp Müller  <tim at centricular dot net>
3941
3942         Patch by: René Stadler  <mail at renestadler de>
3943
3944         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_to_vorbis_comments):
3945           When writing out floating-point numbers to vorbis comment tags, always
3946           use the same character as separator no matter what the current locale is
3947           (fixes #423051).
3948
3949         * tests/check/libs/tag.c: (GST_START_TEST):
3950           Add unit tests for replaygain tags in vorbis comments (closes #423055).
3951
3952 2007-03-26  Thomas Vander Stichele  <thomas at apestaart dot org>
3953
3954         * ext/vorbis/vorbisdec.c (vorbis_dec_push_forward,
3955           vorbis_handle_data_packet):
3956           Correctly set DURATION to generate a timestamp-continuous stream.
3957           One bug left at the end; see
3958           ihttp://bugzilla.gnome.org/show_bug.cgi?id=423086
3959         * tests/check/Makefile.am:
3960         * tests/check/pipelines/vorbisenc.c (GST_START_TEST):
3961           Add a test to check this.  Without the above patch this test fails.
3962
3963 2007-03-26  Jan Schmidt  <thaytan@mad.scientist.com>
3964
3965         * gst-libs/gst/rtp/Makefile.am:
3966         The base audio payloader uses GstAdapter - we need GST_BASE_LIBS.
3967
3968 2007-03-23  Michael Smith  <msmith@fluendo.com>
3969
3970         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps),
3971         (gst_video_rate_reset), (gst_video_rate_chain):
3972           If videorate changes caps, we can no longer use the old buffer
3973           (which may have a different size, incompatible with our caps).
3974           So don't do that; just duplicate the new frame more times.
3975
3976 2007-03-22  Jan Schmidt  <thaytan@mad.scientist.com>
3977
3978         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
3979         Remove playbin's override of the set_clock vmethod. It's irrelevant
3980         after Wim's commit on the 19th.
3981
3982 2007-03-22  Wim Taymans  <wim@fluendo.com>
3983
3984         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_size),
3985         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
3986         * ext/gnomevfs/gstgnomevfssrc.h:
3987         Don't cache file sizes. Fixes #341078.
3988
3989 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
3990
3991         * gst/playback/gstplaybin.c: (add_sink):
3992           Use GST_PTR_FORMAT to log caps. 
3993
3994 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
3995
3996         Patch by: Young-Ho Cha <ganadist at chollian net>
3997
3998         * gst/subparse/samiparse.c: (handle_start_font):
3999           Special-case some more colour names that pango doesn't handle by
4000           default. Fixes #420578.
4001
4002 2007-03-20  Michael Smith  <msmith@fluendo.com>
4003
4004         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
4005           If we get a zero-sized input buffer, don't pass it to libvorbis, as
4006           that marks EOS internally. After that, libvorbis will buffer all
4007           input data, and encode none of it, eventually leading to memory
4008           exhaustion.
4009
4010 2007-03-19  Wim Taymans  <wim@fluendo.com>
4011
4012         * gst/playback/gstdecodebin.c: (remove_fakesink):
4013         Don't post STATE_DIRTY anymore.
4014
4015         * gst/playback/gstplaybin.c: (add_sink), (gst_play_bin_send_event),
4016         (gst_play_bin_change_state):
4017         Remove stream_time reset in seek handling, core does that now.
4018         Disable clocking for live pipelines by forcing a NULL clock to the
4019         complete pipeline, core is too smart now for our previous hack.
4020         We can always autoplug in PAUSED now.
4021
4022 2007-03-17  David Schleef  <ds@schleef.org>
4023
4024         * REQUIREMENTS:  Update this file, change the formatting to make
4025         it more consistent, plus more machine readable.
4026
4027 2007-03-16  Michael Smith  <msmith@fluendo.com>
4028
4029         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
4030         (strip_width_64), (append_with_other_format):
4031           Previous fix was too simplistic, and broke the tests. Use a better
4032           approach; only strip 64 from widths for integer audio.
4033
4034 2007-03-16  Michael Smith  <msmith@fluendo.com>
4035
4036         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
4037         (gst_audio_convert_transform_caps):
4038           We don't support 64 bit integer audio, so don't try to claim we can.
4039           Stops us producing caps don't match our template caps.
4040           Update comments.
4041
4042 2007-03-15  Michael Smith  <msmith@fluendo.com>
4043
4044         * gst/audioresample/gstaudioresample.c:
4045         (audioresample_check_discont), (audioresample_transform):
4046           Don't trigger discontinuities for very small imperfections; a filter
4047           flush will sound bad, and many plugins have rounding errors leading
4048           to these.
4049
4050 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
4051
4052         Patch by: Olivier Crete <olivier.crete@collabora.co.uk>
4053
4054         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4055         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
4056         API: add "min-ptime" property to RTP base audio payloader.
4057         API: add gst_base_rtp_audio_payload_push().
4058         API: add gst_base_rtp_audio_payload_get_adapter().
4059         Fixes #415001
4060         Indentation/whitespace/documentation fixes.
4061
4062 2007-03-14  Julien MOUTTE  <julien@moutte.net>
4063
4064         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
4065         (audioresample_transform_size), (audioresample_do_output),
4066         (audioresample_transform), (audioresample_pushthrough): Handle
4067         discontinuous streams.
4068         * gst/audioresample/gstaudioresample.h:
4069         * tests/check/elements/audioresample.c:
4070         (test_discont_stream_instance), (GST_START_TEST),
4071         (audioresample_suite): Add a test for discontinuous streams.
4072         * win32/common/config.h: Updated.
4073
4074 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
4075
4076         * po/af.po:
4077         * po/az.po:
4078         * po/cs.po:
4079         * po/en_GB.po:
4080         * po/it.po:
4081         * po/nb.po:
4082         * po/nl.po:
4083         * po/or.po:
4084         * po/sq.po:
4085         * po/sr.po:
4086         * po/sv.po:
4087         * po/uk.po:
4088         * po/vi.po:
4089           Update translations from translation project.
4090
4091 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
4092
4093         * gst/audioresample/debug.h:
4094         * gst/audioresample/resample.c: (resample_init):
4095           Since I really am not interested in a debug line for each sample
4096           being processed, move the library's debugging to its own category,
4097           libaudioresample
4098
4099 2007-03-13  Michael Smith  <msmith@fluendo.com>
4100
4101         * ext/theora/theoradec.c: (theora_handle_type_packet):
4102           Since the plugin doesn't support anything other than 4:2:0 right
4103           now, post an error and fail if we get something else. Won't matter
4104           until libtheora supports the other pixel formats, but hopefully
4105           that'll be soon...
4106
4107 2007-03-10  Sebastien Moutte  <sebastien@moutte.net>
4108
4109         * gst-libs/gst/audio/gstbaseaudiosink.c:(gst_base_audio_sink_render):
4110         Use gst_guint64_to_gdouble for conversion.
4111         * win32/MANIFEST:
4112         Add new files to the win32 MANIFEST.
4113         * win32/common/libgstaudio.def:
4114         * win32/common/libgstpbutils.def:
4115         Add new exported functions.
4116         * win32/vs6/gst_plugins_base.dsw:
4117         * win32/vs6/libgstdecodebin.dsp:
4118         * win32/vs6/libgstplaybin.dsp:
4119         Change the link to libgstpbutils.lib.
4120         * win32/vs6/libgstdecodebin2.dsp:
4121         Add a new project for decodebin2.
4122         * win32/vs6/libgstpbutils.dsp:
4123         Add a new project for pbutils.
4124
4125 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
4126
4127         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
4128           Also accept partial dates with only year and month,
4129           like 1999-12-00 (fixes #410396 even more).
4130
4131         * tests/check/libs/tag.c: (GST_START_TEST):
4132           Add unit test for the above.
4133
4134 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
4135
4136         * tests/check/elements/subparse.c: (GST_START_TEST),
4137         (subparse_suite):
4138           Add unit test for MPL2 subtitle format (#413799).
4139
4140 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
4141
4142         Patch by: Kamil Pawlowski  <kamilpe gmail com>
4143
4144         * gst/subparse/Makefile.am:
4145         * gst/subparse/gstsubparse.c:
4146         (gst_sub_parse_data_format_autodetect),
4147         (gst_sub_parse_format_autodetect), (gst_sub_parse_sink_event),
4148         (gst_subparse_type_find):
4149         * gst/subparse/gstsubparse.h:
4150         * gst/subparse/mpl2parse.c: (mpl2_parse_line), (parse_mpl2):
4151         * gst/subparse/mpl2parse.h:
4152           Add support for MPL2 subtitle format (#413799).
4153
4154 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
4155
4156         * configure.ac:
4157           We require core CVS for the new buffer metadata copy functions.
4158
4159 2007-03-09  Wim Taymans  <wim@fluendo.com>
4160
4161         * gst-libs/gst/tag/gstid3tag.c:
4162         Add read support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
4163         Fixes #414496.
4164
4165         Patch by: Alex Lancaster <alexl at users sourceforge net>
4166
4167 2007-03-09  Wim Taymans  <wim@fluendo.com>
4168
4169         * ext/libvisual/visual.c: (gst_visual_sink_setcaps),
4170         (gst_vis_src_negotiate), (get_buffer), (gst_visual_chain):
4171         Improve adapter usage and comments.
4172
4173 2007-03-09  Wim Taymans  <wim@fluendo.com>
4174
4175         * ext/pango/gsttextrender.c: (gst_text_render_chain):
4176         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_parse_packet):
4177         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_copy):
4178         Use new metadata copy function.
4179
4180         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4181         (gst_ffmpegcsp_transform):
4182         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform):
4183         Basetransform copied the metadata for us.
4184
4185 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
4186
4187         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
4188         (gst_text_overlay_video_event):
4189           Some more logging. Only accept newsegment events in TIME format and
4190           send a WARNING message if they are not in TIME format.
4191
4192         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
4193         (gst_sub_parse_init), (gst_sub_parse_src_event), (handle_buffer),
4194         (gst_sub_parse_chain), (gst_sub_parse_sink_event):
4195         * gst/subparse/gstsubparse.h:
4196           No need to allocate GstSegment structure dynamically, just put it
4197           into the instance structure; ignore newsegment events in BYTE
4198           format and in particular don't let it overwrite our saved TIME
4199           segment from the last seek.
4200
4201 2007-03-09  Michael Smith  <msmith@fluendo.com>
4202
4203         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find):
4204           Replace AC3 typefinder with one that isn't terrible, and actually
4205           works usefully.
4206
4207 2007-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
4208
4209         * gst/audioconvert/gstaudioconvert.c:
4210         (gst_audio_convert_transform):
4211           fix error category and translatable string
4212           
4213
4214 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
4215
4216         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
4217         * pkgconfig/gstreamer-plugins-base.pc.in:
4218           Fix up utils => pbutils here too.
4219
4220 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
4221
4222         * gst/subparse/gstsubparse.c: (handle_buffer):
4223           Break out of loop in chain function as soon as possible if we get
4224           a non-OK flow return.
4225
4226 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
4227
4228         * tests/check/elements/alsa.c: (GST_START_TEST):
4229         Unref the mixer if the state change fails too (if the
4230         alsa devices are inaccessible, for example)
4231
4232 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
4233
4234         * tests/check/Makefile.am:
4235         Don't test libvisual elements in the states check, because libvisual
4236         seems to leak internally.
4237
4238         Re-enable the alsa and states tests now that there's new suppressions
4239         in gst.supp.
4240
4241         * tests/check/elements/alsa.c: (GST_START_TEST):
4242         Don't leak the alsamixer we instantiated.
4243
4244 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
4245
4246         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
4247         (gst_ximagesink_change_state), (gst_ximagesink_reset),
4248         (gst_ximagesink_finalize):
4249         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
4250         (gst_xvimagesink_reset), (gst_xvimagesink_finalize):
4251         Move some cleanup stuff from the state change handler into a _reset()
4252         function that can be called from _finalize(). This ensures that things
4253         get freed even if (for some reason) the NULL->READY state transition
4254         fails in the parent class.
4255         Even if a parent state change fails, process our downward state change
4256         logic instead of bailing out early.
4257         Free the correct xcontext pointer in ximagesink's xcontext_clear.
4258
4259 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
4260
4261         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
4262         Extra log line.
4263
4264         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_init):
4265         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_init):
4266         Use pango_font_description_set_family_static instead of 
4267         pango_font_description_set_family to save a string copy (it was
4268         leaking due to the strdup anyway)
4269
4270         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_finalize):
4271         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_finalize):
4272         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_finalize):
4273         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_finalize):
4274         Chain up in finalize.
4275
4276 2007-03-07  Tim-Philipp Müller  <tim at centricular dot net>
4277
4278         * gst-libs/gst/interfaces/mixertrack.c:
4279         (gst_mixer_track_class_init), (gst_mixer_track_get_property),
4280         (gst_mixer_track_set_property):
4281           API: add "untranslated-label" property which should be set by
4282           implementations at construct time (#414645).
4283
4284         * ext/alsa/gstalsamixeroptions.c: (gst_alsa_mixer_options_new):
4285         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
4286           Set "untranslated-label" when constructing mixer track objects.
4287
4288         * tests/check/elements/alsa.c: (GST_START_TEST), (alsa_suite):
4289           Unit test to check the above.
4290
4291 2007-03-07  Wim Taymans  <wim@fluendo.com>
4292
4293         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
4294         Fix confusing debug message.
4295
4296 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
4297
4298         * gst-plugins-base.doap:
4299         update doap file with new version
4300
4301 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
4302
4303         * configure.ac:
4304         Back to CVS
4305
4306 === release 0.10.12 ===
4307
4308 2007-03-07  Jan Schmidt <thaytan@mad.scientist.com>
4309
4310         * configure.ac:
4311           releasing 0.10.12, "Zombie Horde"
4312
4313 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
4314
4315         * configure.ac:
4316         Bump version to 0.10.11.4 pre-release
4317
4318 2007-03-06  Wim Taymans  <wim@fluendo.com>
4319
4320         * gst-libs/gst/audio/gstbaseaudiosink.c:
4321         (gst_base_audio_sink_async_play):
4322         Fix regression that made GStreamer skip the first samples of audio.
4323         Fixes #414684.
4324
4325 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
4326
4327         * configure.ac:
4328         Bump version to 0.10.11.3 pre-release
4329
4330 2007-03-05  Sebastian Dröge  <slomo@circular-chaos.org>
4331
4332         * po/POTFILES.in:
4333           Update paths for the rename from utils to pbutils to fix the build.
4334
4335 2007-03-05  Tim-Philipp Müller  <tim at centricular dot net>
4336
4337         * gst-libs/gst/pbutils/Makefile.am:
4338           Change directory to install headers in from gst/utils to gst/pbutils
4339           as well.
4340
4341 2007-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
4342
4343         * configure.ac:
4344         * docs/libs/gst-plugins-base-libs-docs.sgml:
4345         * docs/libs/gst-plugins-base-libs-sections.txt:
4346         * gst-libs/gst/Makefile.am:
4347         * gst-libs/gst/interfaces/mixer.c:
4348         * gst-libs/gst/pbutils/Makefile.am:
4349         * gst-libs/gst/pbutils/descriptions.c:
4350         (gst_pb_utils_get_source_description),
4351         (gst_pb_utils_get_sink_description),
4352         (gst_pb_utils_get_decoder_description),
4353         (gst_pb_utils_get_encoder_description),
4354         (gst_pb_utils_get_element_description),
4355         (gst_pb_utils_add_codec_description_to_tag_list),
4356         (gst_pb_utils_get_codec_description), (gst_pb_utils_list_all):
4357         * gst-libs/gst/pbutils/descriptions.h:
4358         * gst-libs/gst/pbutils/install-plugins.c:
4359         * gst-libs/gst/pbutils/install-plugins.h:
4360         * gst-libs/gst/pbutils/missing-plugins.c:
4361         (gst_missing_uri_source_message_new),
4362         (gst_missing_uri_sink_message_new),
4363         (gst_missing_element_message_new),
4364         (gst_missing_decoder_message_new),
4365         (gst_missing_encoder_message_new),
4366         (gst_missing_plugin_message_get_description):
4367         * gst-libs/gst/pbutils/missing-plugins.h:
4368         * gst-libs/gst/pbutils/pbutils.c: (gst_pb_utils_init):
4369         * gst-libs/gst/pbutils/pbutils.h:
4370         * gst-libs/gst/utils/Makefile.am:
4371         * gst-libs/gst/utils/base-utils.c:
4372         * gst-libs/gst/utils/base-utils.h:
4373         * gst-libs/gst/utils/descriptions.c:
4374         * gst-libs/gst/utils/descriptions.h:
4375         * gst-libs/gst/utils/install-plugins.c:
4376         * gst-libs/gst/utils/install-plugins.h:
4377         * gst-libs/gst/utils/missing-plugins.c:
4378         * gst-libs/gst/utils/missing-plugins.h:
4379         * gst-plugins-base.spec.in:
4380         * gst/playback/Makefile.am:
4381         * gst/playback/gstdecodebin.c:
4382         * gst/playback/gstdecodebin2.c:
4383         * gst/playback/gstplaybasebin.c: (setup_subtitle),
4384         (gen_source_element):
4385         * gst/playback/gstplaybin.c: (plugin_init):
4386         * tests/check/Makefile.am:
4387         * tests/check/libs/pbutils.c: (GST_START_TEST),
4388         (test_pb_utils_install_plugins_do_callout), (libgstpbutils_suite):
4389         * tests/check/libs/utils.c:
4390           rename utils to pbutils
4391
4392 2007-03-02  Jan Schmidt  <thaytan@mad.scientist.com>
4393
4394         * docs/plugins/Makefile.am:
4395         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4396         * docs/plugins/gst-plugins-base-plugins-sections.txt:
4397         * docs/plugins/inspect/plugin-decodebin2.xml:
4398         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
4399         Add documentation for decodebin2 that indicates that the API
4400         is still unstable.
4401
4402 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
4403
4404         * configure.ac:
4405         Update to 0.10.11.2 (0.10.12 pre-release)
4406
4407 2007-03-01  Wim Taymans  <wim@fluendo.com>
4408
4409         * gst-libs/gst/audio/gstbaseaudiosink.c:
4410         (gst_base_audio_sink_async_play):
4411         base time is irrelevant here.
4412
4413 2007-03-01  Wim Taymans  <wim@fluendo.com>
4414
4415         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
4416         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
4417         Improve debugging.
4418
4419         * gst-libs/gst/audio/gstbaseaudiosink.c:
4420         (gst_base_audio_sink_query), (gst_base_audio_sink_event),
4421         (gst_base_audio_sink_render), (gst_base_audio_sink_async_play):
4422         Improve latency and clock slaving calculations.
4423         Improve slave clock calibration.
4424
4425         * gst-libs/gst/audio/gstringbuffer.c:
4426         (gst_ring_buffer_commit_full):
4427         When we are asked to render N sample to 0 bytes, return N.
4428
4429 2007-03-01  Wim Taymans  <wim@fluendo.com>
4430
4431         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
4432         (gst_alsasink_write), (gst_alsasink_reset):
4433         * ext/alsa/gstalsasink.h:
4434         Remove unused dispose function.
4435         Rename lock to not interfere with alsasrc lock.
4436
4437         * ext/alsa/gstalsasrc.c: (gst_alsasrc_finalize),
4438         (gst_alsasrc_class_init), (gst_alsasrc_init), (set_swparams),
4439         (gst_alsasrc_read), (gst_alsasrc_reset):
4440         * ext/alsa/gstalsasrc.h:
4441         Implement finalize function.
4442         Use lock to protect alsa access.
4443         Implement _reset.
4444         Fine tune sw params.
4445
4446 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
4447
4448         * configure.ac:
4449           Convert to new AG_GST style.
4450
4451 2007-02-28  Wim Taymans  <wim@fluendo.com>
4452
4453         Patch by: Ed Catmur <ed at catmur dot co dot uk>
4454
4455         * gst/playback/gstplaybin.c: (gst_play_bin_vis_unblocked),
4456         (gst_play_bin_vis_blocked), (gst_play_bin_set_property):
4457         Fix race condition when rapidly switching visualisations in playbin.
4458         Fixes #401029.
4459
4460 2007-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
4461
4462         * tests/check/Makefile.am:
4463         Include local stuff before system installed things in LDFLAGS and
4464         CFLAGS.
4465
4466 2007-02-28  Wim Taymans  <wim@fluendo.com>
4467
4468         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_sink_activate):
4469         Improve debugging.
4470
4471 2007-02-28  Wim Taymans  <wim@fluendo.com>
4472
4473         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
4474         (gst_v4lsrc_fixate), (gst_v4lsrc_query):
4475         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_new):
4476         Fix duration and timestamping, taking latency into account.
4477         Implement latency query.
4478
4479 2007-02-28  Wim Taymans  <wim@fluendo.com>
4480
4481         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
4482         (gst_audio_clock_new):
4483         Fix clock name.
4484
4485         * gst-libs/gst/audio/gstbaseaudiosink.c:
4486         (gst_base_audio_sink_init), (gst_base_audio_sink_query):
4487         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
4488         (gst_base_audio_src_query), (gst_base_audio_src_get_offset),
4489         (gst_base_audio_src_create):
4490         Improve latency query code.
4491         Use proper clock names.
4492
4493 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
4494
4495         * tests/check/generic/states.c: (GST_START_TEST):
4496           Copy the states.c test from core again
4497         * tests/check/Makefile.am:
4498           ignore cdio and cdparanoiasrc
4499
4500 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
4501
4502         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
4503         (double_hq), (audio_convert_get_func_index), (check_default),
4504         (audio_convert_prepare_context), (audio_convert_convert):
4505           Also make valgrind happy and avoid copying data in some cases.
4506
4507 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
4508
4509         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
4510         (double_hq), (audio_convert_get_func_index),
4511         (audio_convert_prepare_context), (audio_convert_convert):
4512         * gst/audioconvert/gstaudioconvert.c:
4513         (gst_audio_convert_class_init), (gst_audio_convert_get_unit_size),
4514         (gst_audio_convert_transform_caps):
4515         * tests/check/elements/audioconvert.c: (GST_START_TEST),
4516         (audioconvert_suite):
4517           Don't run inplace if that overwrites source data as we go. Add more
4518           tests. Fixes #339837 even more.
4519
4520 2007-02-27  Julien MOUTTE  <julien@moutte.net>
4521
4522         * tests/examples/seek/seek.c: (do_seek), (set_update_scale),
4523         (msg_segment_done): Fix various seeking bugs (Slider was not
4524         updating when doing a non flushing seek, Reverse playback 
4525         on segment seek was wrong).
4526
4527 2007-02-26  Wim Taymans  <wim@fluendo.com>
4528
4529         * tests/examples/seek/seek.c: (stop_seek):
4530         When we stop scrubbing, don't leave the pipeline PLAYING when we
4531         requested a PAUSED state.
4532
4533 2007-02-25  Tim-Philipp Müller  <tim at centricular dot net>
4534
4535         Patch by: René Stadler <mail at renestadler de>
4536
4537         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
4538           Parse date strings in vorbis comments that have an invalid (zero)
4539           month or day (#410396).
4540
4541         * tests/check/libs/tag.c: (GST_START_TEST):
4542           Test case for the above.
4543
4544 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
4545
4546         Patch by: Loïc Minier <lool+gnome at via ecp fr>
4547
4548         * configure.ac:
4549         * ext/alsa/Makefile.am:
4550         * gst/audiotestsrc/Makefile.am:
4551           Fix compilation with LDFLAGS='-Wl,-z,defs' (#410963).
4552
4553 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
4554
4555         * gst/playback/gstplaybin.c:
4556           Improve docs: point out that the application needs to assist playbin
4557           with buffering.
4558
4559 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
4560
4561         * gst-libs/gst/utils/install-plugins.c:
4562         * gst-libs/gst/utils/missing-plugins.c:
4563         * tests/check/libs/utils.c: (missing_msg_check_getters):
4564           Change GStreamer marker prefix in detail string from 'gstreamer.net'
4565           to just 'gstreamer'. Document the caps string component of the
4566           decoder/encoder detail a bit better, since not everyone will be
4567           familiar with the GStreamer media type/caps system (but they better
4568           enjoy nested itemized lists).
4569
4570 2007-02-22  Tim-Philipp Müller  <tim at centricular dot net>
4571
4572         * gst-libs/gst/netbuffer/gstnetbuffer.c:
4573         (notgst_buffer_copy_fields_in_place), (gst_netbuffer_copy):
4574           Fix copying of GstNetBuffer (would crash before, or at least lead to
4575           invalid memory access, #410772), for now by copying the GstBuffer copy
4576           code from the core over here so we can copy the GstBuffer fields on a
4577           provided buffer instance (of type GstNetBuffer in this case). Would be
4578           better to fix this with some support by the core though (and in the long
4579           run change the broken GstBuffer/GstMiniObject copy semantics, #393099).
4580
4581         * tests/check/Makefile.am:
4582           Enable unit test for GstNetBuffer.
4583
4584 2007-02-22  Andy Wingo  <wingo@pobox.com>
4585
4586         * gst-libs/gst/audio/gstbaseaudiosink.c
4587         (gst_base_audio_sink_init): Disable pull-mode activation until we
4588         figure out how to make audio sinks go to PLAYING.
4589
4590 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
4591
4592         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
4593         (double_hq), (audio_convert_get_func_index),
4594         (audio_convert_prepare_context), (audio_convert_convert):
4595         * gst/audioconvert/audioconvert.h:
4596         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_setup_matrix),
4597         (gst_channel_mix_mix_int), (gst_channel_mix_mix_float):
4598         * gst/audioconvert/gstchannelmix.h:
4599         * tests/check/elements/audioconvert.c: (GST_START_TEST):
4600           Add float as an intermediate format, as well as float mixing. Enable
4601           test that was failing before. Fixes #339837
4602
4603 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
4604
4605         * tests/examples/seek/seek.c: (do_seek):
4606         Undo the previous commit: -1 as a stop time implies that the stop
4607         time is the end of file, clearing any previously configured segment.
4608
4609 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
4610
4611         * tests/examples/seek/seek.c: (do_seek):
4612         Don't SEEK_SET with a stop time of -1, use SEEK_NONE instead.
4613
4614 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
4615
4616         * gst/volume/gstvolume.c: (volume_process_int16),
4617         (volume_process_int16_clamp), (volume_set_caps):
4618           Unbreak volume, value remains gint.
4619
4620 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
4621
4622         * gst/volume/gstvolume.c: (volume_choose_func),
4623         (volume_update_real_volume), (gst_volume_set_volume),
4624         (gst_volume_init), (volume_process_double), (volume_process_float),
4625         (volume_process_int16), (volume_process_int16_clamp),
4626         (volume_set_caps), (volume_transform_ip), (volume_update_volume):
4627         * gst/volume/gstvolume.h:
4628           Extend float audio support (double) and some int->uint cleanups.
4629
4630 2007-02-20  Edward Hervey  <edward@fluendo.com>
4631
4632         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose),
4633         (multi_queue_underrun_cb), (gst_decode_group_check_if_drained),
4634         (sort_end_pads), (gst_decode_group_expose),
4635         (gst_decode_group_hide):
4636         Don't free groups from the streaming threads. Just put them aside and
4637         free them in dispose.
4638
4639 2007-02-20  Edward Hervey  <edward@fluendo.com>
4640
4641         * gst/playback/gstdecodebin2.c: (connect_element),
4642         (pad_added_group_cb), (gst_decode_group_check_if_blocked),
4643         (sort_end_pads), (gst_decode_group_expose):
4644         Handle dynamic pads within groups.
4645         Sort pads before exposing them in order to make playbin happy.
4646         There still is a race with the multiqueue filling up. This should be
4647         solved separately.
4648         Fixes #398721
4649
4650 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
4651
4652         * gst-libs/gst/utils/base-utils.c:
4653         * gst-libs/gst/utils/descriptions.c:
4654         * gst-libs/gst/utils/install-plugins.c:
4655         * gst-libs/gst/utils/missing-plugins.c:
4656           Some more docs (and descriptions for two subtitle formats).
4657
4658 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
4659
4660         * gst-libs/gst/audio/audio.c:
4661           Fix documentation.
4662
4663 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
4664
4665         Patch by: Yves Lefebvre  <ivanohe abacom com>
4666
4667         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps):
4668           Don't leak caps. Fixes #408278.
4669
4670 2007-02-15  Stefan Kost  <ensonic@users.sf.net>
4671
4672         * ext/cdparanoia/gstcdparanoiasrc.h:
4673         * ext/ogg/gstoggdemux.h:
4674         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
4675         (gst_audio_frame_length), (gst_audio_duration_from_pad_buffer),
4676         (gst_audio_is_buffer_framed), (gst_audio_structure_set_int):
4677         * gst-libs/gst/audio/audio.h:
4678         * gst-libs/gst/audio/gstaudiofilter.h:
4679         * gst-libs/gst/interfaces/videoorientation.h:
4680         * gst/adder/gstadder.h:
4681           More docs coverage and some ChangeLog surgery (add missing names)
4682
4683 2007-02-15  Wim Taymans  <wim@fluendo.com>
4684
4685         * sys/ximage/ximagesink.c:
4686         (gst_ximagesink_calculate_pixel_aspect_ratio):
4687         * sys/xvimage/xvimagesink.c:
4688         (gst_xvimagesink_calculate_pixel_aspect_ratio):
4689         Small constifications.
4690
4691 2007-02-15  Wim Taymans  <wim@fluendo.com>
4692
4693         * gst-libs/gst/audio/gstbaseaudiosink.c:
4694         (gst_base_audio_sink_class_init), (gst_base_audio_sink_query),
4695         (gst_base_audio_sink_render), (gst_base_audio_sink_callback),
4696         (gst_base_audio_sink_async_play),
4697         (gst_base_audio_sink_change_state):
4698         Answer latency query.
4699         Use configured latency when syncing.
4700         Fix clock slaving.
4701
4702         * gst-libs/gst/audio/gstbaseaudiosrc.c:
4703         (gst_base_audio_src_class_init), (gst_base_audio_src_dispose),
4704         (gst_base_audio_src_query), (gst_base_audio_src_change_state):
4705         Fix possible memleak.
4706         Implement latency query.
4707         Small cleanups.
4708
4709 2007-02-15  Wim Taymans  <wim@fluendo.com>
4710
4711         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
4712         Ignore errors in reset, these are not fatal. They also grab the element
4713         lock which is already taking when this function is called. Fixes
4714         #405451.
4715
4716 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
4717
4718         * configure.ac:
4719           Remove 'tests/examples/xerror/Makefile' from output files again.
4720
4721 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
4722
4723         * configure.ac:
4724         * docs/plugins/Makefile.am:
4725           Also crossref against gst-plugins-base-libs.
4726
4727 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
4728
4729         * configure.ac:
4730         * docs/libs/Makefile.am:
4731         * docs/plugins/Makefile.am:
4732           Add crossreferences to glib/gobject/gstream docs.
4733
4734         * gst-libs/gst/audio/audio.h:
4735           Source formatting.
4736
4737         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
4738           Add own debug category.
4739
4740 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
4741
4742         Patch by: René Stadler <mail at renestadler de>
4743
4744         * gst-libs/gst/tag/gstvorbistag.c:
4745           Add vorbis/FLAC-tag mapping for new GST_TAG_REFERENCE_LEVEL
4746           (#403597).
4747
4748 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
4749
4750         * gst/playback/gstplaybasebin.c: (setup_source):
4751           When we have external subtitles and wait for the subtitle decodebin
4752           to get up and running, we set up a (sync) bus handler for the
4753           subtitle decodebin, so we can stop waiting when it posts an error
4754           message. However, we should do that before we set the subtitle
4755           decodebin's state to playing, otherwise things are racy and we might
4756           miss error messages posted before we had a chance to set up the bus.
4757           This should finally fix totem hanging on .txt pseudo-subtitle files.
4758           
4759 2007-02-10  Sébastien Moutte  <sebastien at moutte dot net>
4760
4761         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:(gst_base_rtp_audio_payload_handle_frame_based_buffer):
4762           Use gst_gdouble_to_guint64 for conversions.
4763         * win32/common/config.h.in:
4764           Add a define for GST_INSTALL_PLUGINS_HELPER
4765         * win32/common/libgstaudio.def:
4766         * win32/common/libgstcdda.def:
4767         * win32/common/libgstnetbuffer.def:
4768         * win32/common/libgstrtp.def:
4769         * win32/common/libgutils.def:
4770           Add new exported functions.
4771         * win32/vs6/gst_plugins_base.dsw:
4772         * win32/vs6/libgstdecodebin.dsp:
4773         * win32/vs6/libgstnetbuffer.dsp:
4774         * win32/vs6/libgstplaybin.dsp:
4775         * win32/vs6/libgstrtp.dsp:
4776         * win32/vs6/libgstvorbis.dsp:
4777         * win32/vs6/libgstcdda.dsp:
4778         * win32/vs6/libgstgdp.dsp:
4779         * win32/vs6/libgstutils.dsp:
4780           Update and add new project files.
4781
4782 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
4783
4784         * gst/subparse/gstsubparse.c: (subrip_remove_unhandled_tag),
4785         (subrip_remove_unhandled_tags), (parse_subrip):
4786           For SubRip (.srt) subtitles, ignore all markup tags we don't
4787           handle (like font tags, for example).
4788
4789         * tests/check/elements/subparse.c:
4790           Add test for this.
4791
4792 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
4793
4794         * gst/playback/gstdecodebin.c: (add_fakesink),
4795         (gst_decode_bin_change_state):
4796         * gst/playback/gstdecodebin2.c: (add_fakesink),
4797         (gst_decode_bin_change_state):
4798           Don't error out if there is no fakesink in the NULL to READY state
4799           change, since when decodebin is re-used, we're only adding the
4800           fakesink element in READY to PAUSED.
4801
4802         * tests/check/elements/decodebin.c:
4803         (new_decoded_pad_plug_fakesink_cb), (GST_START_TEST),
4804         (decodebin_suite):
4805           Minimal unit test to make sure we can use the same decodebin
4806           instance twice (at least with audiotestsrc input).
4807
4808 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
4809
4810         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name):
4811           Try to get devic-name from device string first, and from handle only
4812           as fallback (seems to yield better results and is more robust
4813           against buggy probing code on the application side).
4814
4815 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
4816
4817         Based on patch by: Julien Puydt <julien.puydt at laposte net>
4818
4819         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name_no_handle),
4820         (gst_alsa_find_device_name):
4821         * ext/alsa/gstalsa.h:
4822         * ext/alsa/gstalsasink.c: (gst_alsasink_get_property):
4823         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_property):
4824           Improve device-name detection a bit, especially in the case where
4825           the device is not actually open (#405020, #405024). Move common code
4826           into gstalsa.c instead of duplicating it.
4827
4828 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
4829
4830         * gst/audioconvert/gstaudioconvert.c:
4831           Fix up docs chunk so that gtk-doc doesn't complain, and fix typo.
4832
4833 2007-02-06  Julien MOUTTE  <julien@moutte.net>
4834
4835         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
4836         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_clear),
4837         (gst_xvimagesink_interface_supported),
4838         (gst_xvimagesink_probe_get_properties),
4839         (gst_xvimagesink_probe_probe_property),
4840         (gst_xvimagesink_probe_needs_probe),
4841         (gst_xvimagesink_probe_get_values),
4842         (gst_xvimagesink_property_probe_interface_init),
4843         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
4844         (gst_xvimagesink_init), (gst_xvimagesink_class_init),
4845         (gst_xvimagesink_get_type):
4846         * sys/xvimage/xvimagesink.h: Implement PropertyProbe Interface
4847         for XVAdaptors so that one can choose the adaptor to use with 
4848         gstreamer-properties.
4849
4850 2007-02-06  Stefan Kost  <ensonic@users.sf.net>
4851
4852         * gst/audioconvert/gstaudioconvert.c:
4853           Also mention that a conversion from double to float is suboptimal still.
4854
4855 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
4856
4857         * gst-libs/gst/audio/gstaudiofilter.c:
4858         (gst_audio_filter_class_init), (gst_audio_filter_change_state):
4859           Clear our formats structure and free the caps contained in it when
4860           shutting down.
4861
4862 2007-02-05  Andy Wingo  <wingo@pobox.com>
4863
4864         * gst-libs/gst/audio/gstbaseaudiosink.c
4865         (gst_base_audio_sink_callback): Update basesink->offset so that we
4866         pull monotonically increasing offsets instead of, um, seeking back
4867         to 0 each time. Fixes alsasrc ! alsasink!
4868
4869 2007-02-05  Tim-Philipp Müller  <tim at centricular dot net>
4870
4871         * gst/videoscale/gstvideoscale.c:
4872           A width and height of 1 makes us crash, so increase minimum size to
4873           2x2 pixels until someone feels like fixing this (#404512).
4874
4875 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
4876
4877         * tests/check/pipelines/oggmux.c: (GST_START_TEST), (oggmux_suite):
4878           Add small test to make sure request pads are cleaned up properly
4879           even if oggmux never changes state out of NULL.
4880
4881 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
4882
4883         * tests/check/libs/utils.c: (GST_START_TEST):
4884           Fix unit test. Turns out things work much better when you
4885           NULL-terminate string arrays. Should make p5 build bot happy again.
4886
4887 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
4888
4889         * gst-libs/gst/audio/Makefile.am:
4890         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
4891         (gst_audio_filter_template_base_init),
4892         (gst_audio_filter_template_class_init),
4893         (gst_audio_filter_template_init),
4894         (gst_audio_filter_template_set_property),
4895         (gst_audio_filter_template_get_property),
4896         (gst_audio_filter_template_setup),
4897         (gst_audio_filter_template_filter),
4898         (gst_audio_filter_template_filter_inplace), (plugin_init):
4899           Oops, forgot to commit fixed-up example.
4900
4901 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
4902
4903         * docs/libs/gst-plugins-base-libs-sections.txt:
4904         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
4905         (gst_audio_filter_class_init), (gst_audio_filter_init),
4906         (gst_audio_filter_set_caps),
4907         (gst_audio_filter_class_add_pad_templates):
4908         * gst-libs/gst/audio/gstaudiofilter.h:
4909           Port GstAudioFilter to 0.10. This change technically breaks
4910           API and ABI (and thus also every library developer's heart),
4911           but seems justifiable on the grounds that the base class was
4912           completely unusable before (ie. would crash immediately when
4913           actually used). Fixes #403963 (and eventually also #403572).
4914           Also document all of this a bit.
4915
4916 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
4917
4918         * gst-libs/gst/utils/install-plugins.c:
4919         (gst_install_plugins_spawn_child):
4920         * tests/check/libs/utils.c:
4921         (test_base_utils_install_plugins_do_callout):
4922           Lowering log level to see why things fail on the p5 build bot;
4923           fix some typos in unit test messages.
4924
4925 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
4926
4927         * tests/check/libs/utils.c:
4928         (test_base_utils_install_plugins_do_callout):
4929           Don't hard-code temp directory for test helper; use GLib functions
4930           to write out file and do error checking etc.
4931
4932 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
4933
4934         * gst-libs/gst/utils/Makefile.am:
4935         * gst-libs/gst/utils/base-utils.h:
4936         * gst-libs/gst/utils/install-plugins.c:
4937         (gst_install_plugins_context_set_xid),
4938         (gst_install_plugins_context_new),
4939         (gst_install_plugins_context_free),
4940         (gst_install_plugins_get_helper),
4941         (gst_install_plugins_spawn_child),
4942         (gst_install_plugins_return_from_status),
4943         (gst_install_plugins_installer_exited),
4944         (gst_install_plugins_async), (gst_install_plugins_sync),
4945         (gst_install_plugins_return_get_name),
4946         (gst_install_plugins_installation_in_progress):
4947         * gst-libs/gst/utils/install-plugins.h:
4948           API: add API for applications to initiate installation of missing
4949           plugins, ie. gst_install_plugins_async() primarily.
4950           Based on libgimme-codec by Ryan Lortie.
4951
4952         * configure.ac:
4953           Add --with-install-plugins-helper configure option so distros can specify
4954           the path of the helper script or program to call when plugin installation
4955           is requested (distros: please do any argument munging in this helper
4956           script instead of patching GStreamer to pass arguments differently
4957           to another program directly).
4958
4959         * docs/libs/gst-plugins-base-libs-docs.sgml:
4960         * docs/libs/gst-plugins-base-libs-sections.txt:
4961           Build and document new API.
4962
4963         * tests/check/libs/utils.c: (result_cb),
4964         (test_base_utils_install_plugins_do_callout), (GST_START_TEST),
4965         (libgstbaseutils_suite):
4966           Some simple checks for the new API.
4967
4968 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
4969
4970         * tests/check/elements/audioconvert.c: (test_float_conversion):
4971           Add small test for 32bit float <=> 64bit float conversion (works
4972           only one way so far, 32=>64 produces structured noise).
4973
4974 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
4975
4976         * gst/audioconvert/gstaudioconvert.c:
4977         (set_structure_widths_32_and_64), (make_lossless_changes):
4978           We don't support floats with a width of 40, 48 or 56 bits.
4979
4980 2007-02-02  Stefan Kost  <ensonic@users.sf.net>
4981
4982         * gst/audioconvert/audioconvert.c: (float), (double),
4983         (audio_convert_get_func_index):
4984         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
4985         (make_lossless_changes):
4986           Support for 64-bit float audio in audioconvert (#339837)
4987
4988 2007-02-01  Tim-Philipp Müller  <tim at centricular dot net>
4989
4990         Patch by: Holger Wansing  <linux wansing-online de>
4991
4992         * po/LINGUAS:
4993         * po/de.po:
4994           Add German translation (#352069).
4995
4996 2007-02-01  Sebastian Dröge  <slomo@circular-chaos.org>
4997
4998         reviewed by: Wim Taymans <wim@fluendo.com>
4999
5000         * ext/ogg/gstoggmux.c: (gst_ogg_mux_ogg_pad_destroy_notify),
5001         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad):
5002         Use newly added GstCollectPads API to free the allocated resources in
5003         the GstOggPad structures (#402393).
5004
5005 2007-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
5006
5007         * gst/playback/gstplaybin.c: (gen_vis_element):
5008           Add audioresample+audioconvert in front of the visualisation
5009           element, so that elements like libvisual 0.4 that don't support all
5010           samplerates can work.
5011
5012           Fixes: #402505
5013
5014 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
5015
5016         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property),
5017         (gst_play_base_bin_get_streaminfo_value_array):
5018           Take some locks and make a copy of the streaminfo value array we
5019           maintain while holding the lock, so that the application can
5020           retrieve the stream-info as a value array in a thread-safe way.
5021
5022 2007-01-30  Wim Taymans  <wim@fluendo.com>
5023
5024         * gst/audioconvert/gstaudioconvert.c:
5025         Don't fail on 0 sized buffers. Fixes #396835.
5026
5027 2007-01-29  David Schleef  <ds@schleef.org>
5028
5029         * gst/typefind/gsttypefindfunctions.c:
5030           Detect BBCD as video/x-dirac, so we can play raw dirac
5031           streams.
5032
5033 2007-01-29  Tim-Philipp Müller  <tim at centricular dot net>
5034
5035         * ext/theora/theoraenc.c: (theora_enc_chain):
5036           Check return value of theora_encode_header(), or we might try to
5037           allocate a random number of bytes. theora_encode_header() can fail
5038           if libtheora has been compiled with encoding support disabled.
5039           Fixes #398110.
5040
5041 2007-01-29  Wim Taymans  <wim@fluendo.com>
5042
5043         * tests/check/gst/.cvsignore:
5044         Do as buildbot says.
5045
5046 2007-01-29  Wim Taymans  <wim@fluendo.com>
5047
5048         * ext/libvisual/visual.c: (gst_visual_src_setcaps):
5049         Fix strides in libvisual. Gst uses X strides.
5050         Inspired by: <ed at catmur dot co dot uk> and 
5051         <tim at centricular dot net>
5052         Fixes #401118.
5053
5054 2007-01-27  Wim Taymans  <wim@fluendo.com>
5055
5056         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
5057         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
5058         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_do_seek),
5059         (gst_ogg_demux_perform_seek),
5060         (gst_ogg_demux_bisect_forward_serialno),
5061         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
5062         (gst_ogg_demux_find_chains), (gst_ogg_demux_handle_page),
5063         (gst_ogg_demux_chain), (gst_ogg_demux_combine_flows),
5064         (gst_ogg_demux_loop_reverse), (gst_ogg_demux_loop):
5065         * ext/ogg/gstoggdemux.h:
5066         Properly propagate streaming errors when we are scanning the file for
5067         chains so that we don't crash when shut down. Might fix some crashers
5068         when quickly switching oggs in RB such as #332503 and #378436.
5069
5070 2007-01-26  Tim-Philipp Müller  <tim at centricular dot net>
5071
5072         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
5073           Map a gnome-vfs HOST_NOT_FOUND error into a GStreamer NOT_FOUND
5074           error code as well.
5075
5076 2007-01-25  Wim Taymans  <wim@fluendo.com>
5077
5078         * gst/playback/gstplaybasebin.c: (remove_source):
5079         Don't try to disconnect a signal from a finalized object.
5080
5081 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
5082
5083         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose):
5084           Cast lock macro parameters to make sure we're actually accessing the
5085           lock member at the right class level. Free list itself in _dispose()
5086           as well and NULL it in case dispose gets called multiple times.
5087
5088 2007-01-25  Edward Hervey  <edward@fluendo.com>
5089
5090         * gst/playback/gstdecodebin2.c:
5091         (gst_decode_bin_dispose),(gst_decode_bin_finalize):
5092         Free GstDecodeGroups no longer used.
5093         (gst_decode_group_expose):
5094         Don't unlock too many times !
5095         (deactivate_free_recursive):
5096         Free iterator once we're done with it.
5097         Fix for recursively deactivating elements (stop at ghostpads).
5098
5099 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
5100
5101         * gst/playback/gstplaybin.c: (handoff):
5102           Fix up caps on the frame buffer before we save it and potentially
5103           make it accessible to other threads via g_object_get; also use
5104           gst_buffer_replace() instead of gst_mini_object_replace().
5105
5106 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
5107
5108         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
5109           Make getting the current frame thread-safe.
5110
5111 2007-01-25  Edward Hervey  <edward@fluendo.com>
5112
5113         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize),
5114         (gst_decode_group_new), (gst_decode_group_free):
5115         Set queues to bigger sizes to cope with HD contents.
5116         Fix some mutex freeing and add comment about MT safe methods.
5117
5118 2007-01-24  Tim-Philipp Müller  <tim at centricular dot net>
5119
5120         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
5121         (gst_text_overlay_text_event):
5122           Don't unnecessarily ref (and then leak) upstream events if the text
5123           pad is not linked. Fixes #399948.
5124
5125         * tests/check/gst-plugins-base.supp:
5126           Add suppression for pango on edgy/x86 for textoverlay test.
5127
5128 2007-01-24  Wim Taymans  <wim@fluendo.com>
5129
5130         * gst-libs/gst/rtp/gstrtpbuffer.h:
5131         Add some more fixed payloads.
5132
5133 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
5134
5135         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
5136           Error out properly if we get an error from libogg while reading the
5137           BOS page(s). Fixes crash parsing 'fuzzed' ogg file (#399340).
5138
5139 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
5140
5141         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize):
5142           Don't leak mutex.
5143
5144         * tests/check/elements/playbin.c:
5145         (test_sink_usage_video_only_stream),
5146         (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
5147         (test_suburi_error_wrongproto), (test_missing_urisource_handler),
5148         (test_missing_suburisource_handler),
5149         (test_missing_primary_decoder), (playbin_suite):
5150           Run all tests once with decodebin and once with decodebin2.
5151           One test does not pass yet with decodebin2.
5152
5153 2007-01-23  Edward Hervey  <edward@fluendo.com>
5154
5155         * ext/ogg/gstoggmux.c: (all_pads_eos), (gst_ogg_mux_collected):
5156         Fix the cases where oggmux doesn't properly figure out that all
5157         sinkpads have gone EOS, and therefore doesn't push out the remaining
5158         buffers and the final EOS event.
5159         Fixes #363379
5160
5161 2007-01-23  Julien MOUTTE  <julien@moutte.net>
5162
5163         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
5164         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
5165         Don't lock on navigation event push, just on keysym to string.
5166         Fixes #397673 again.
5167
5168 2007-01-22  Edward Hervey  <edward@fluendo.com>
5169
5170         * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
5171         (get_current_group), (group_demuxer_event_probe),
5172         (gst_decode_group_expose), (deactivate_free_recursive),
5173         (gst_decode_group_free):
5174         Cleanups.
5175         Don't forget to emit 'no-more-pads' once a group is exposed.
5176         Cleanup elements from a DecodeGroup once we remove it.
5177         Protect call to gst_decode_group_expose() with the decodebin lock.
5178
5179 2007-01-22  Julien MOUTTE  <julien@moutte.net>
5180
5181         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
5182         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
5183         Looking at Xorg code i can't figure out if that XKeysymToString
5184         function is thread sensible or not. Lock it just in case as
5185         recommended by Radek Doulik <rodo at ximian dot com>.
5186
5187 2007-01-22  Julien MOUTTE  <julien@moutte.net>
5188
5189         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
5190         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
5191         Lock that X Call as well. Fixes #397673.
5192
5193 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
5194
5195         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
5196           Don't go into an endless loop if the file starts with 00 00 01 2X,
5197           like quicktime redirect files might. Fixes #396042.
5198
5199         * tests/check/Makefile.am:
5200         * tests/check/gst/.cvsignore:
5201         * tests/check/gst/typefindfunctions.c: (GST_START_TEST),
5202         (typefindfunctions_suite):
5203           Add unit test for the above.
5204
5205 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
5206
5207         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
5208           On second thought, use "depth" field rather than "bpp" field.
5209
5210 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
5211
5212         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
5213           Camtasia caps apparently need a bpp field (#398875).
5214
5215 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
5216
5217         * gst/playback/gstplaybasebin.c: (setup_subtitle),
5218         (gen_source_element), (gst_play_base_bin_change_state):
5219           Attempt at a better error message in case we don't have the required
5220           URI handler installed; post missing-plugin message also when we're
5221           missing an URI handler for the subtitle URI; clean up properly also
5222           when an error occurs and we never made it to PAUSED state.
5223
5224         * tests/check/elements/playbin.c: (GST_START_TEST),
5225         (playbin_suite):
5226           Check that we're also getting a missing-plugin messsage for a
5227           missing subtitle URI handler (and clean up properly).
5228
5229 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
5230
5231         * gst/playback/gstplaybasebin.c: (analyse_source), (setup_source):
5232           Plug a few reference leaks.
5233
5234 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
5235
5236         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
5237           Lower probability a bit if the marker isn't right at the start,
5238           to decrease the chance of false positives.
5239
5240 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
5241
5242         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
5243           Small mpeg2 system stream typefinding improvement: make typefinder
5244           probe a bit into the stream instead of just looking for a marker
5245           at the beginning. Fixes #397810.
5246
5247 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
5248
5249         * gst/audioconvert/gstchannelmix.c:
5250           Remove compatibility cruft for prehistoric GLib versions.
5251
5252 2007-01-17  Tim-Philipp Müller  <tim at centricular dot net>
5253
5254         * gst/playback/Makefile.am:
5255         * gst/playback/gstdecodebin.c: (close_pad_link):
5256         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
5257         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
5258         (gst_play_base_bin_handle_message_func), (unknown_type):
5259           Let decodebin be the element to post missing-plugin messages for
5260           missing decoders (rather than playbin); make playbin implement
5261           GstBin::handle_message so we can suppress missing-plugin messages
5262           for types we're not handling on purpose (don't want to bring up an
5263           installer in those cases).
5264
5265 2007-01-16  Tim-Philipp Müller  <tim at centricular dot net>
5266
5267         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
5268         * gst-libs/gst/tag/gstvorbistag.c:
5269         (gst_tag_list_to_vorbiscomment_buffer):
5270         * gst/typefind/gsttypefindfunctions.c: (vorbis_type_find):
5271           Fix potentially unaligned access (#397207).
5272
5273 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
5274
5275         * tests/examples/seek/seek.c: (set_scale), (update_scale),
5276         (do_seek), (stop_seek), (pause_cb), (stop_cb), (loop_toggle_cb),
5277         (rate_spinbutton_changed_cb), (msg_eos), (msg_segment_done),
5278         (main):
5279           Allow to toggle looping while it plays. Fix callback prototype. Clean
5280           up code a bit more. Add copyright header.
5281
5282 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
5283
5284         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
5285           Red and blue mask was swapped (spotted by Dan Williams).
5286
5287 2007-01-15  Stefan Kost  <ensonic@users.sf.net>
5288
5289         * gst-libs/gst/tag/gstid3tag.c:
5290         * gst-libs/gst/tag/gstvorbistag.c:
5291           Use new beats-per-minute tag from core.
5292
5293 2007-01-15  Tim-Philipp Müller  <tim at centricular dot net>
5294
5295         * po/POTFILES.in:
5296           Add new files with translatable strings, so they actually make it
5297           into the template file one day.
5298
5299 2007-01-12  Andy Wingo  <wingo@pobox.com>
5300
5301         * gst-libs/gst/audio/gstbaseaudiosink.c
5302         (gst_base_audio_sink_fixate): Implement, stolen from baseaudiosrc.
5303         (gst_base_audio_sink_activate_pull): Remove the handwavey nego
5304         stuff, as the base class handles this now. Actually tell the ring
5305         buffer to start.
5306         (gst_base_audio_sink_callback): Cast the ring buffer correctly.
5307         How did this work before? Maybe I'm not as awesome a programmer as
5308         I think.
5309
5310         * gst-libs/gst/audio/gstbaseaudiosrc.c
5311         (gst_base_audio_src_fixate): Rework as a basesrc vmethod instead
5312         of a pad function.
5313
5314 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
5315
5316         * gst-libs/gst/utils/missing-plugins.c: (copy_and_clean_caps):
5317           Remove more fields so that the application can better blacklist
5318           formats that have been tried before.
5319
5320 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
5321
5322         * gst-libs/gst/audio/mixerutils.h:
5323           Add G_BEGIN_DECLS and G_END_DECLS guards so these helpers can be
5324           used when compiling with c++ compilers as well.
5325
5326 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
5327
5328         * gst/typefind/gsttypefindfunctions.c:
5329           Fix comment.
5330
5331 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
5332
5333         * gst/playback/gstplaybin.c: (post_missing_element_message),
5334         (gen_video_element), (gen_text_element), (gen_audio_element),
5335         (gen_vis_element):
5336           Post missing-plugin messages also when we error out because
5337           converters, textoverlay or auto*sinks are missing (#161922).
5338
5339 2007-01-10  Wim Taymans  <wim@fluendo.com>
5340
5341         * gst/playback/gstdecodebin.c: (dynamic_add), (close_pad_link),
5342         (is_demuxer_element), (new_caps):
5343         * gst/playback/gstplaybasebin.c: (source_new_pad):
5344         Fix the case where we try to ref a NULL element when we delay a link
5345         because of unfixed caps.
5346         Set the state of autoplugged decodebins to PAUSED.
5347         RTSP now works in playbin, we can remove it from the blacklist.
5348
5349 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
5350
5351         * gst/playback/Makefile.am:
5352         * gst/playback/gstplaybasebin.c: (string_arr_has_str),
5353         (unknown_type), (setup_subtitle), (gen_source_element):
5354         * gst/playback/gstplaybin.c: (plugin_init):
5355           Post missing-plugin messages on the bus for missing sources and
5356           missing decoders/demuxers/depayloaders; fix error code used when
5357           we're missing an URI handler source; for media types that we are not
5358           handling on purpose at the moment, don't print "don't know how to
5359           handle xyz" messages to the terminal or post missing-plugin
5360           messages on the bus.
5361
5362         * tests/check/elements/playbin.c: (create_playbin),
5363         (GST_START_TEST), (gst_codec_src_uri_get_type),
5364         (gst_codec_src_uri_get_protocols), (gst_codec_src_uri_get_uri),
5365         (gst_codec_src_uri_set_uri), (gst_codec_src_uri_handler_init),
5366         (gst_codec_src_init_type), (gst_codec_src_base_init),
5367         (gst_codec_src_create), (gst_codec_src_class_init),
5368         (gst_codec_src_init), (plugin_init), (playbin_suite):
5369           Add some tests for the missing-plugin stuff.
5370
5371 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
5372
5373         * configure.ac:
5374         * gst-libs/gst/Makefile.am:
5375         * gst-libs/gst/utils/Makefile.am:
5376         * gst-libs/gst/utils/base-utils.c: (gst_base_utils_init):
5377         * gst-libs/gst/utils/base-utils.h:
5378         * gst-libs/gst/utils/descriptions.c: (format_info_get_desc),
5379         (find_format_info), (caps_are_rtp_caps),
5380         (gst_base_utils_get_source_description),
5381         (gst_base_utils_get_sink_description),
5382         (gst_base_utils_get_decoder_description),
5383         (gst_base_utils_get_encoder_description),
5384         (gst_base_utils_get_element_description),
5385         (gst_base_utils_add_codec_description_to_tag_list),
5386         (gst_base_utils_get_codec_description), (gst_base_utils_list_all):
5387         * gst-libs/gst/utils/descriptions.h:
5388         * gst-libs/gst/utils/missing-plugins.c:
5389         (missing_structure_get_type), (copy_and_clean_caps),
5390         (gst_missing_uri_source_message_new),
5391         (gst_missing_uri_sink_message_new),
5392         (gst_missing_element_message_new),
5393         (gst_missing_decoder_message_new),
5394         (gst_missing_encoder_message_new),
5395         (missing_structure_get_string_detail),
5396         (missing_structure_get_caps_detail),
5397         (gst_missing_plugin_message_get_installer_detail),
5398         (gst_missing_plugin_message_get_description),
5399         (gst_is_missing_plugin_message):
5400         * gst-libs/gst/utils/missing-plugins.h:
5401           API: add new libgstbaseutils library with functions
5402           - to create and parse missing-plugins messages
5403           - that provide (translated) descriptions for caps/decoders/sources/etc.
5404           Closes #392393.
5405
5406         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
5407         * pkgconfig/gstreamer-plugins-base.pc.in:
5408           Add new lib.
5409
5410         * docs/libs/gst-plugins-base-libs-docs.sgml:
5411         * docs/libs/gst-plugins-base-libs-sections.txt:
5412           Generate docs for new lib and API.
5413
5414         * tests/check/Makefile.am:
5415         * tests/check/libs/.cvsignore:
5416         * tests/check/libs/utils.c: (missing_msg_check_getters),
5417         (GST_START_TEST), (libgstbaseutils_suite):
5418           Add some basic unit tests.
5419
5420 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
5421
5422         * ext/ogg/Makefile.am:
5423           Dist gstoggdemux.h to fix 'make distcheck'.
5424
5425         * sys/v4l/Makefile.am:
5426           Fix 'make distcheck' even more.
5427
5428 2007-01-09  Wim Taymans  <wim@fluendo.com>
5429
5430         * docs/plugins/Makefile.am:
5431         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
5432         * docs/plugins/gst-plugins-base-plugins-sections.txt:
5433         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
5434         (gst_ogg_pad_query_types), (gst_ogg_pad_submit_page),
5435         (gst_ogg_chain_reset), (gst_ogg_chain_new_stream),
5436         (gst_ogg_demux_perform_seek):
5437         * ext/ogg/gstoggdemux.h:
5438         Added docs.
5439         Add some more comments.
5440         Small cleanups.
5441
5442 2007-01-09  Wim Taymans  <wim@fluendo.com>
5443
5444         * ext/theora/theoradec.c:
5445         * ext/vorbis/vorbisdec.c:
5446         * gst-libs/gst/audio/gstringbuffer.c:
5447         (gst_ring_buffer_commit_full):
5448         * gst-libs/gst/audio/gstringbuffer.h:
5449         * gst-libs/gst/rtp/gstrtpbuffer.c:
5450         * gst-libs/gst/tag/gstvorbistag.c:
5451         Small documentation updates/fixes
5452
5453 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
5454
5455         * configure.ac:
5456           Require core CVS HEAD for Andy's basesrc/sink API additions.
5457
5458 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
5459
5460         Patch by: Günter Thelen  <daedalus dot inc at gmx net>
5461
5462         * gst/typefind/gsttypefindfunctions.c: (flac_type_find),
5463         (plugin_init):
5464           Add typefinder for flac-in-ogg in conformance with the ogg-mapping
5465           on flac.sf.net (there appear to be other versions of the first
5466           ogg page in the wild) (#391365).
5467
5468 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
5469
5470         * configure.ac:
5471           Check if localtime_r() is available.
5472
5473         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
5474           If localtime_r() is not available, fall back to localtime(). Should
5475           fix build on MingW (#393310).
5476
5477 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
5478
5479         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
5480         * gst/subparse/gstsubparse.h:
5481           Remove spurious 1000 subtrahend when calculating the timestamp from
5482           the frame number and the frame rate . Also, use the frames/second
5483           value specified in the first line of the file, if one is specified
5484           there. Should fix #357503.
5485
5486         * tests/check/elements/subparse.c: (do_test),
5487         (test_tmplayer_do_test), (test_microdvd_do_test), (GST_START_TEST),
5488         (subparse_suite):
5489           Add some basic unit tests for the microdvd subtitle format.
5490
5491 2007-01-07  Julien MOUTTE  <julien@moutte.net>
5492
5493         Patch by: Young-Ho Cha <ganadist at chollian dot net>
5494
5495         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
5496         (gst_xvimage_buffer_finalize), (gst_xvimagesink_xvimage_new),
5497         (gst_xvimagesink_xvimage_put), (gst_lookup_xv_port_from_adaptor),
5498         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps),
5499         (gst_xvimagesink_set_xwindow_id),
5500         (gst_xvimagesink_set_event_handling),
5501         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
5502         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
5503         Fixes: #390076.
5504         Add an adaptor property to select a specific XV adaptor.
5505         * sys/xvimage/xvimagesink.h:
5506
5507 2007-01-07  Julien MOUTTE  <julien@moutte.net>
5508
5509         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
5510         (gst_ximagesink_handle_xerror), (gst_ximagesink_ximage_new),
5511         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
5512         (gst_ximagesink_handle_xevents), (gst_ximagesink_setcaps),
5513         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
5514         (gst_ximagesink_expose), (gst_ximagesink_set_event_handling):
5515         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
5516         (gst_xvimage_buffer_finalize), (gst_xvimagesink_handle_xerror),
5517         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
5518         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_setcaps),
5519         (gst_xvimagesink_change_state), (gst_xvimagesink_set_xwindow_id),
5520         (gst_xvimagesink_expose), (gst_xvimagesink_set_event_handling):
5521         Use flow_lock much more to protect every access to xwindow.
5522         Try to catch erros while creating images in case some drivers are
5523         just generating an XError when the requested image is too big.
5524         Should fix : #354698, #384008, #384060.
5525         * tests/icles/stress-xoverlay.c: (cycle_window), (create_window):
5526         Implement some stress testing of setting window xid.
5527
5528 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
5529
5530         * win32/common/libgsaudio.def:
5531           Add new exported function.
5532         * win32/common/libgstogg.dsp:
5533           Add gstoggaviparse.c to the build.
5534         * win32/common/libgstvideoscale.dsp:
5535           Add vs_4tap.c to the build.
5536         * win32/common/libgstvorbis.dsp:
5537           Add vorbistag.c to the build.
5538         
5539 2007-01-06  Andy Wingo  <wingo@pobox.com>
5540
5541         * gst-libs/gst/audio/gstbaseaudiosink.c
5542         (gst_base_audio_sink_class_init)
5543         (gst_base_audio_sink_init): 
5544         (gst_base_audio_sink_activate_pull): Add an activate_pull function
5545         to baseaudiosink, and tell basesink that we can work in pull mode.
5546         This way the ring buffer thread drives the pipeline directly, if
5547         pull mode is possible. There is some lingering nastiness regarding
5548         capsnego, however.
5549         (gst_base_audio_sink_callback): Implement the callback to pull
5550         data. This interface is a bit light, though -- it should get a
5551         GstFlowReturn return value at least.
5552
5553 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
5554
5555         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_stream_out):
5556         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
5557         * gst/playback/gstdecodebin2.c:
5558         (gst_decode_group_check_if_blocked):
5559           Printf format and missing argument fixes.
5560
5561 2007-01-05  Jan Schmidt  <thaytan@mad.scientist.com>
5562
5563         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header),
5564         (gst_ogm_parse_change_state):
5565         Activate pads before adding them to the element.
5566
5567 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
5568
5569         * tests/examples/seek/scrubby.c: (main):
5570         * tests/examples/seek/seek.c: (main):
5571           Call g_thread_init() first thing in main() (see #391278).
5572
5573 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
5574
5575         * tests/check/Makefile.am:
5576         * tests/check/libs/.cvsignore:
5577         * tests/check/libs/netbuffer.c: (GST_START_TEST),
5578         (netbuffer_suite):
5579           Add test for GstNetBuffer + gst_buffer_copy(). Disabled
5580           for the time being, since it's broken, see #393099.
5581
5582 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
5583
5584         * tests/check/Makefile.am:
5585           Update to use GST_PLUGINS_BASE_CFLAGS as well.
5586
5587 2007-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
5588
5589         * configure.ac:
5590           split out GST_CFLAGS into GST_PLUGINS_BASE_CFLAGS and GST_CFLAGS
5591           so that GST_BASE_CFLAGS can go inbetween them, making sure
5592           we use uninstalled gst-libs headers
5593         * docs/libs/Makefile.am:
5594         * ext/alsa/Makefile.am:
5595         * ext/cdparanoia/Makefile.am:
5596         * ext/gnomevfs/Makefile.am:
5597         * ext/libvisual/Makefile.am:
5598         * ext/ogg/Makefile.am:
5599         * ext/theora/Makefile.am:
5600         * ext/vorbis/Makefile.am:
5601         * gst-libs/gst/audio/Makefile.am:
5602         * gst-libs/gst/cdda/Makefile.am:
5603         * gst-libs/gst/interfaces/Makefile.am:
5604         * gst-libs/gst/riff/Makefile.am:
5605         * gst-libs/gst/rtp/Makefile.am:
5606         * gst-libs/gst/tag/Makefile.am:
5607         * gst/adder/Makefile.am:
5608         * gst/audioconvert/Makefile.am:
5609         * gst/audiorate/Makefile.am:
5610         * gst/audioresample/Makefile.am:
5611         * gst/playback/Makefile.am:
5612         * gst/tcp/Makefile.am:
5613         * gst/videoscale/Makefile.am:
5614         * gst/volume/Makefile.am:
5615         * sys/ximage/Makefile.am:
5616         * sys/xvimage/Makefile.am:
5617         * tests/icles/Makefile.am:
5618           adapt
5619
5620 2007-01-04  Julien MOUTTE  <julien@moutte.net>
5621
5622         * gst-libs/gst/interfaces/xoverlay.c:
5623         (gst_x_overlay_handle_events):
5624         * gst-libs/gst/interfaces/xoverlay.h:
5625         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
5626         (gst_ximagesink_set_xwindow_id),
5627         (gst_ximagesink_set_event_handling),
5628         (gst_ximagesink_xoverlay_init), (gst_ximagesink_set_property),
5629         (gst_ximagesink_get_property), (gst_ximagesink_init),
5630         (gst_ximagesink_class_init):
5631         * sys/ximage/ximagesink.h:
5632         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new),
5633         (gst_xvimagesink_set_xwindow_id),
5634         (gst_xvimagesink_set_event_handling),
5635         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_set_property),
5636         (gst_xvimagesink_get_property), (gst_xvimagesink_init),
5637         (gst_xvimagesink_class_init):
5638         * sys/xvimage/xvimagesink.h:
5639         * tests/icles/stress-xoverlay.c: (toggle_events), (create_window):
5640         Add a method to the XOverlay interface to allow disabling of 
5641         event handling in x[v]imagesink elements. This will let X events
5642         propagate to parent windows which can be usefull in some cases.
5643         Be carefull that the application is then responsible of pushing
5644         navigation events and expose events to the video sink.
5645         Fixes: #387138.
5646
5647 2007-01-03  Tim-Philipp Müller  <tim at centricular dot net>
5648
5649         * gst-libs/gst/tag/gstvorbistag.c:
5650         * tests/check/libs/tag.c: (GST_START_TEST):
5651           Add vorbistag <=> GStreamer tag mapping for GST_TAG_LOCATION
5652           (fixes #392070).
5653
5654 2007-01-01  Tim-Philipp Müller  <tim at centricular dot net>
5655
5656         * configure.ac:
5657         * docs/Makefile.am:
5658         * docs/design/Makefile.am:
5659           Dist design docs.
5660
5661 2006-12-27  Julien MOUTTE  <julien@moutte.net>
5662
5663         * docs/libs/gst-plugins-base-libs-sections.txt: Fix a documentation
5664         typo. Fixes: #390063.
5665
5666 2006-12-27  Julien MOUTTE  <julien@moutte.net>
5667
5668         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
5669         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Plug a
5670         caps leak.
5671         * win32/common/config.h: Updated.
5672
5673 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
5674
5675         * tests/check/elements/gdpdepay.c: (cleanup_gdpdepay),
5676         (setup_gdpdepay_streamheader):
5677         * tests/check/elements/gdppay.c: (cleanup_gdppay),
5678         (setup_gdppay_streamheader):
5679           Fix the dp tests, but activating the pads for the streamheader tests
5680           too and cleaning up conditionaly
5681
5682 2006-12-22  Jan Schmidt  <thaytan@mad.scientist.com>
5683
5684         * gst/ffmpegcolorspace/avcodec.h:
5685         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
5686         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
5687         (gst_ffmpegcsp_avpicture_fill):
5688         * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
5689         (img_get_alpha_info):
5690         Add 2 new caps arrangements, for 24-bit RGB and BGR in 32-bits, but at the
5691         other end of the word. Fixes: #387073.
5692
5693         Add some inconsequential branch hints in a couple of places.
5694
5695 2006-12-21  Tim-Philipp Müller  <tim at centricular dot net>
5696
5697         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
5698         (gst_ffmpeg_caps_to_smpfmt):
5699           The "signed" field in raw audio caps is of boolean type, trying to
5700           extract the value with _get_int() will fail (fix to keep in sync with
5701           the copy in gst-ffmpeg)
5702
5703 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
5704
5705         * tests/check/elements/audioresample.c: (cleanup_audioresample):
5706         * tests/check/elements/audiotestsrc.c: (cleanup_audiotestsrc):
5707         * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
5708         (cleanup_gdpdepay):
5709         * tests/check/elements/gdppay.c: (setup_gdppay), (cleanup_gdppay):
5710         * tests/check/elements/subparse.c: (teardown_subparse):
5711         * tests/check/elements/textoverlay.c: (cleanup_textoverlay):
5712         * tests/check/elements/videorate.c: (cleanup_videorate):
5713         * tests/check/elements/videotestsrc.c: (cleanup_videotestsrc):
5714         * tests/check/elements/volume.c: (cleanup_volume):
5715         * tests/check/elements/vorbisdec.c: (setup_vorbisdec),
5716         (cleanup_vorbisdec):
5717         * tests/check/elements/vorbistag.c: (setup_vorbistag),
5718         (cleanup_vorbistag):
5719           consistent pad (de)activation
5720
5721 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
5722
5723         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
5724           Forgot to register the extensions.
5725
5726 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
5727
5728         * gst/typefind/gsttypefindfunctions.c: (vivo_type_find),
5729         (plugin_init):
5730           Add typefinder for VIVO files (my christmas present to the 90s).
5731
5732 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
5733
5734         * gst/playback/gstdecodebin.c: (type_found):
5735           Special-case the text/plain media type: we only want to recognise it
5736           as a 'raw' decoded media type if it comes from a demuxer or subtitle
5737           parser, but not if the entire stream is of text/plain type. If the
5738           entire stream is text/plain, we should just error out.
5739
5740           This fixes playback of audio files with lyrics in totem. Totem can't
5741           distinguish between text files and subtitle files and passes any
5742           .txt file with the same basename as the main file to playbin as
5743           suburi, and playbin will then throw a 'subtitle found, but no video
5744           stream' error, which isn't entirely helpful. See #380342.
5745
5746           Also, with this change we'll show a slightly more correct error
5747           message in case totem passes a playlist file to us (although a
5748           custom error message wording instead of the default text would
5749           probably not be a bad idea either).
5750
5751           Same problem also needs to be fixed for playbin+decodebin2.
5752
5753         * tests/check/Makefile.am:
5754         * tests/check/elements/decodebin.c: (src_handoff_cb),
5755         (decodebin_new_decoded_pad_cb), (GST_START_TEST),
5756         (decodebin_suite):
5757           Add simple unit test for decodebin for the above.
5758
5759 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
5760
5761         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
5762         * gst/playback/gstdecodebin2.c: (gst_decode_bin_change_state):
5763           Refuse to change state to READY when we failed to create any of the
5764           required elements in our instance init function.
5765
5766 2006-12-15  Tim-Philipp Müller  <tim at centricular dot net>
5767
5768         * docs/libs/gst-plugins-base-libs-sections.txt:
5769           Small docs fixes/updates.
5770
5771         * gst-libs/gst/video/gstvideosink.h:
5772           Remove nonfunctional GST_VIDEO_SINK_CLOCK macro which is a leftover
5773           from the 0.9 days (GST_BASE_SINK_CLOCK, which it points to, was
5774           removed from the base sink API between 0.9.6 and 0.9.7).
5775           API: add GST_VIDEO_SINK_CAST and use it for the height/width
5776           accessor macros, so we don't do a runtime GObject type check every
5777           time we use them.
5778
5779 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
5780
5781         * Makefile.am:
5782         * gst-plugins-base.doap:
5783         * gst-plugins-base.spec.in:
5784           add doap file
5785
5786 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
5787
5788         Patch by: Jens Granseuer <jensgr at gmx net>
5789
5790         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
5791         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
5792         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
5793         (gst_base_rtp_audio_payload_handle_sample_based_buffer):
5794         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
5795           Declare variables at the beginning of a block. Fixes #383195.
5796
5797 2006-12-07  Jan Schmidt  <thaytan@mad.scientist.com>
5798
5799         * configure.ac:
5800         Bump version nano - back to CVS.
5801
5802
5803 === release 0.10.11 ===
5804
5805 2006-12-06  Jan Schmidt <thaytan@mad.scientist.com>
5806
5807         * configure.ac:
5808           releasing 0.10.11, "Dumb things"
5809
5810 2006-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
5811
5812         * gst/playback/gstdecodebin.c: (find_dynamic), (dynamic_add),
5813         (close_pad_link), (elem_is_dynamic), (unlinked), (close_link):
5814         Handle the case where an element has multiple pads with 
5815         unfixed caps as well as still possibly producing more dynamic 
5816         pads by storing each case as a distinct entry in the dynamic list.
5817         Fixes #38223 again.
5818
5819 2006-12-04  Wim Taymans  <wim@fluendo.com>
5820
5821         * gst/playback/gstdecodebin.c: (close_pad_link):
5822         Fix #382223, add more dynamic caps handling.
5823
5824 2006-12-04  Wim Taymans  <wim@fluendo.com>
5825
5826         * gst-libs/gst/audio/gstringbuffer.h:
5827         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_init),
5828         (gst_netaddress_set_ip4_interface),
5829         (gst_netaddress_set_ip6_interface), (gst_netaddress_set_loopback),
5830         (gst_netaddress_set_ttl), (gst_netaddress_get_ip4_interface),
5831         (gst_netaddress_get_ip6_interface), (gst_netaddress_get_loopback),
5832         (gst_netaddress_get_ttl):
5833         * gst-libs/gst/netbuffer/gstnetbuffer.h:
5834         * gst/playback/gstdecodebin.c: (close_pad_link):
5835         * tests/examples/seek/seek.c: (end_scrub), (end_seek), (do_seek),
5836         (seek_cb), (stop_seek), (rate_spinbutton_changed_cb):
5837         * win32/common/config.h:
5838
5839 2006-12-01  Michael Smith  <msmith@fluendo.com>
5840
5841         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
5842           Delete bad debug code.
5843           Fixes #381219
5844
5845 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
5846
5847         * gst/videoscale/vs_4tap.c:
5848         * win32/MANIFEST:
5849         * win32/common/config.h:
5850         * win32/vs8/libgstvideoscale.vcproj:
5851         Fix compilation on win32 under VS8
5852         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
5853         Partially fixes #381175
5854
5855 2006-11-30  Michael Smith  <msmith@fluendo.com>
5856
5857         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
5858         (GST_START_TEST):
5859           It would be very bad if, after a discont buffer, we thought every
5860           single following buffer was also discont. So, add to the test to
5861           ensure that this isn't the case.
5862           
5863         * ext/theora/theoraenc.c: (theora_enc_is_discontinuous):
5864           ... it was the case. So fix it.
5865
5866 2006-11-28  Wim Taymans  <wim@fluendo.com>
5867
5868         * gst/playback/gstplaybasebin.c: (check_queue_event):
5869         Improve debug.
5870
5871         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
5872         Fix width and height range from 16 - 4096 to 1 - MAXINT, just like the
5873         padtemplate caps. Refixes #357577.
5874
5875 2006-11-28  Wim Taymans  <wim@fluendo.com>
5876
5877         * gst/playback/gstplaybasebin.c: (check_queue_event),
5878         (queue_threshold_reached), (queue_out_of_data),
5879         (gen_preroll_element):
5880         Add event probe to see when EOS is in a queue and we can disable the
5881         underrun signals. Fixes #357577.
5882
5883 2006-11-28  Edward Hervey  <edward@fluendo.com>
5884
5885         * gst/playback/Makefile.am:
5886         * gst/playback/gstdecodebin2.c: (gst_decode_bin_get_type),
5887         (_gst_boolean_accumulator), (gst_decode_bin_class_init),
5888         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
5889         (gst_decode_bin_init), (gst_decode_bin_dispose),
5890         (gst_decode_bin_finalize), (gst_decode_bin_set_property),
5891         (gst_decode_bin_get_property), (gst_decode_bin_set_caps),
5892         (gst_decode_bin_get_caps), (gst_decode_bin_autoplug_continue),
5893         (gst_decode_bin_autoplug_sort), (analyze_new_pad), (connect_pad),
5894         (connect_element), (expose_pad), (type_found),
5895         (pad_added_group_cb), (pad_removed_group_cb),
5896         (no_more_pads_group_cb), (pad_added_cb), (pad_removed_cb),
5897         (no_more_pads_cb), (find_compatibles), (is_demuxer_element),
5898         (are_raw_caps), (multi_queue_overrun_cb),
5899         (multi_queue_underrun_cb), (gst_decode_group_new),
5900         (get_current_group), (group_demuxer_event_probe),
5901         (gst_decode_group_control_demuxer_pad),
5902         (gst_decode_group_control_source_pad),
5903         (gst_decode_group_check_if_blocked),
5904         (gst_decode_group_check_if_drained), (gst_decode_group_expose),
5905         (gst_decode_group_hide), (gst_decode_group_free),
5906         (gst_decode_group_set_complete), (source_pad_blocked_cb),
5907         (source_pad_event_probe), (gst_decode_pad_new), (add_fakesink),
5908         (remove_fakesink), (find_sink_pad), (gst_decode_bin_change_state),
5909         (plugin_init):
5910         New decodebin2 element.
5911         Closes #370092
5912         * gst/playback/gstplay-marshal.list:
5913         Added marshallers for new signals in decodebin2
5914         * gst/playback/gstplaybasebin.c: (setup_subtitle), (make_decoder):
5915         Use decodebin2 if *and only if* the USE_DECODEBIN2 environment variable
5916         is set.
5917
5918 2006-11-28  Wim Taymans  <wim@fluendo.com>
5919
5920         * gst/playback/gstplaybasebin.c: (setup_source),
5921         (gst_play_base_bin_change_state):
5922         Disable rtsp:// uris for the release, it's not good enough yet.
5923         Remove unused var.
5924
5925 2006-11-26  Wim Taymans  <wim@fluendo.com>
5926
5927         * ext/theora/theoradec.c: (gst_theora_dec_reset),
5928         (theora_dec_push_forward), (theora_dec_push_reverse),
5929         (theora_handle_data_packet), (theora_dec_decode_buffer),
5930         (theora_dec_flush_decode), (theora_dec_chain_reverse),
5931         (theora_dec_chain_forward), (theora_dec_chain):
5932         Implement reverse playback.
5933
5934         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
5935         (vorbis_dec_decode_buffer), (vorbis_dec_flush_decode),
5936         (vorbis_dec_chain_forward):
5937         Clear buffers used for reverse playback in _reset.
5938         No need to set the eos flag, we clip samples using the segment.
5939
5940 2006-11-24  Wim Taymans  <wim@fluendo.com>
5941
5942         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
5943         (gst_ogg_pad_init), (gst_ogg_pad_dispose), (gst_ogg_pad_reset),
5944         (gst_ogg_pad_stream_out), (gst_ogg_pad_submit_page),
5945         (gst_ogg_chain_reset), (gst_ogg_demux_perform_seek):
5946         Some cleanups.
5947         Handle continued pages in reverse mode.
5948
5949 2006-11-24  Wim Taymans  <wim@fluendo.com>
5950
5951         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
5952         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
5953         (vorbis_dec_flush_decode):
5954         Small cleanups.
5955         Don't try to add invalid timestamps.
5956         Clipping will unref the buffer.
5957
5958 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
5959
5960         * gst/adder/gstadder.h:
5961         * gst/audiotestsrc/gstaudiotestsrc.h:
5962           remove obsolete _factory_init protos
5963
5964 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
5965
5966         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
5967           Fix spacing in debug message.
5968
5969 2006-11-23  Wim Taymans  <wim@fluendo.com>
5970
5971         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
5972         (gst_ogg_demux_chain):
5973         Don't just ignore return values from _pad_push().
5974         Small debug improvements.
5975
5976 2006-11-23  Michael Smith  <msmith@fluendo.com>
5977
5978         * ext/ogg/gstoggmux.c: (gst_ogg_mux_process_best_pad):
5979           If our incoming buffer is marked as DISCONT, then increment the page
5980           number (so that the discontinuity is marked in the final ogg
5981           bitstream) and flush the previous page.
5982
5983 2006-11-22  Michael Smith  <msmith@fluendo.com>
5984
5985         * ext/theora/gsttheoraenc.h:
5986         * ext/theora/theoraenc.c: (gst_theora_enc_init),
5987         (theora_enc_reset), (theora_enc_clear), (theora_enc_sink_setcaps),
5988         (theora_buffer_from_packet), (theora_enc_is_discontinuous),
5989         (theora_enc_chain), (theora_enc_change_state):
5990           Mark discontinuities of > 3/4 of a frame, reinit encoder.
5991
5992         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
5993         (GST_START_TEST), (theoraenc_suite):
5994           Enable discontinuity test, fix it.
5995
5996 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
5997
5998         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
5999         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
6000         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
6001         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
6002         (gst_text_overlay_change_state):
6003         * ext/pango/gsttextoverlay.h:
6004           Some textoverlay fixes: for one, in the video chain function,
6005           actually wait for a text buffer to come in if there is none at the
6006           moment and there should be one; also, deal more gracefully with
6007           incoming buffers that do not have a timestamp or duration; discard
6008           text buffer when not needed any longer. Fixes #341681.
6009
6010         * tests/check/Makefile.am:
6011         * tests/check/elements/.cvsignore:
6012         * tests/check/elements/textoverlay.c:
6013         (notgst_check_setup_src_pad2), (notgst_check_teardown_src_pad2),
6014         (setup_textoverlay), (buffer_is_all_black), (create_black_buffer),
6015         (create_text_buffer), (cleanup_textoverlay), (GST_START_TEST),
6016         (test_video_waits_for_text_send_text_newsegment_thread),
6017         (test_video_waits_for_text_shutdown_element),
6018         (test_render_continuity_push_video_buffers_thread),
6019         (textoverlay_suite):
6020           Add some unit tests for textoverlay.
6021
6022 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
6023
6024         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
6025           Avoid integer underflow when the found probability for mp3 is
6026           smaller than the 'penalty' we subtract if there's not a clean
6027           mp3 header sync at offset 0.
6028
6029 2006-11-21  Stefan Kost  <ensonic@users.sf.net>
6030
6031         * docs/libs/gst-plugins-base-libs-sections.txt:
6032           Add some new symbols to the docs
6033
6034 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
6035
6036         * tests/check/Makefile.am:
6037         * tests/check/elements/ffmpegcolorspace.c:
6038         (ffmpegcolorspace_suite):
6039           Enable ffmpegcolorspace test now that the RGBA32 issue is fixed
6040           (for now not for valgrinding though, since it takes too long).
6041
6042 2006-11-20  Wim Taymans  <wim@fluendo.com>
6043
6044         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
6045         (gst_ffmpeg_pixfmt_to_caps):
6046         Fix RGBA32 caps. Fixes #357038.
6047
6048 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
6049
6050         * gst-libs/gst/interfaces/mixertrack.h:
6051           Add FIXME so we can add some padding here in 0.11
6052
6053 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
6054
6055         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
6056           Fix GstBaseRTPAudioPayload structure so the whole GObject
6057           inheritance business actually works (parent class instance structure
6058           must always come first in the derived class instance structure).
6059
6060 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
6061
6062         * gst/videotestsrc/Makefile.am:
6063         * tests/check/Makefile.am:
6064           Make sure our checks and the videotestsrc plugin link against the
6065           local uninstalled gst libs and not any installed gst libs that
6066           might happen to exist as well.
6067
6068         * tests/check/elements/adder.c: (message_received),
6069         (test_event_message_received), (test_play_twice_message_received):
6070         * tests/check/elements/ffmpegcolorspace.c: (GST_START_TEST):
6071           Fix compiler warnings when compiling against core with disabled
6072           debugging system.
6073
6074 2006-11-16  Michael Smith  <msmith@fluendo.com>
6075
6076         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
6077         (gst_audio_rate_sink_event), (gst_audio_rate_chain):
6078           Fix audiorate, so that it accurately sets offsets and timestamps.
6079           Doesn't change the fundamental algorithmic decisions; so should be
6080           safe.
6081
6082         * tests/check/Makefile.am:
6083           Enable audiorate test now that it passes.
6084
6085 2006-11-09  Stefan Kost  <ensonic@users.sf.net>
6086
6087         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
6088           clear xv when going to NULL, remove // commented non-existant proto
6089
6090         * tests/examples/seek/seek.c: (main):
6091           add missing tooltip description for scrub and play_scrub
6092
6093 2006-11-14  David Schleef  <ds@schleef.org>
6094
6095         * configure.ac:
6096           Bump liboil requirement to 0.3.8.
6097         * gst-libs/gst/riff/riff-media.c:
6098           Add Dirac fourcc.
6099         * gst/videoscale/vs_image.h:
6100         * gst/videoscale/vs_scanline.h:
6101           Use liboil's stdint.h.
6102         * gst/videotestsrc/videotestsrc.c:
6103           Remove liboil related ifdef's, since they aren't needed now, and
6104           won't work with future versions.
6105
6106 2006-11-14  David Schleef  <ds@schleef.org>
6107
6108         * gst/videoscale/Makefile.am:
6109         * gst/videoscale/gstvideoscale.c:
6110         * gst/videoscale/gstvideoscale.h:
6111         * gst/videoscale/vs_4tap.c:
6112         * gst/videoscale/vs_4tap.h:
6113         * gst/videoscale/vs_image.c:
6114         * gst/videoscale/vs_image.h:
6115         * gst/videoscale/vs_scanline.c:
6116         * gst/videoscale/vs_scanline.h:
6117           Add a 4-tap image scaler.  Theoretically looks much prettier.
6118           The tap calculation could use some improvement.
6119
6120 2006-11-14  Wim Taymans  <wim@fluendo.com>
6121
6122         Patch by: Jan David Mol <j dot j dot d dot mol at tudelft dot nl>
6123
6124         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds),
6125         (gst_riff_parse_strf_iavs):
6126         * gst/subparse/gstsubparse.c: (convert_encoding):
6127         * gst/tcp/gstmultifdsink.c:
6128         (gst_multi_fd_sink_handle_client_write):
6129         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
6130         (gst_tcp_read_buffer), (gst_tcp_gdp_read_caps),
6131         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
6132         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_render):
6133         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
6134         (gst_ximagesink_ximage_new):
6135         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
6136         Various gsize and gssize printf fixes. Fixes #372507.
6137
6138 2006-11-13  Wim Taymans  <wim@fluendo.com>
6139
6140         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
6141         (vorbis_dec_push_forward), (vorbis_dec_push_reverse),
6142         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
6143         (vorbis_dec_flush_decode), (vorbis_dec_chain_reverse),
6144         (vorbis_dec_chain_forward), (vorbis_dec_chain):
6145         * ext/vorbis/vorbisdec.h:
6146         First stab at vorbis reverse playback.
6147
6148 2006-11-13  Wim Taymans  <wim@fluendo.com>
6149
6150         * gst-libs/gst/audio/gstbaseaudiosink.c:
6151         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
6152         * gst-libs/gst/audio/gstbaseaudiosink.h:
6153         Make the clock sync code more accurate wrt resampling and playback
6154         at different rates.
6155         
6156         * gst-libs/gst/audio/gstringbuffer.c:
6157         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit):
6158         * gst-libs/gst/audio/gstringbuffer.h:
6159         Use better algorithm to interpolate sample rates. 
6160
6161 2006-11-13  Michael Smith  <msmith@fluendo.com>
6162
6163         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page):
6164           Improve a debug line slightly.
6165
6166         * ext/ogg/gstogmparse.c: (gst_ogm_parse_plugin_init):
6167           Call gst_riff_init() in plugin_init, to avoid getting errors from
6168           the debug system (unrelated changes to another plugin made this turn
6169           up; not sure why).
6170
6171 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
6172
6173         Patch by: Sergey Scobich  <sergery.scobich at gmail com>
6174
6175         * win32/common/libgsttag.def:
6176           Add missing symbol (#366492).
6177
6178 2006-11-09  Tim-Philipp Müller  <tim at centricular dot net>
6179
6180         * gst/playback/gststreamselector.c: (gst_stream_selector_dispose):
6181           Don't unref a NULL pad.
6182
6183 2006-11-09  Wim Taymans  <wim@fluendo.com>
6184
6185         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
6186         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_perform_seek),
6187         (gst_ogg_demux_handle_page), (gst_ogg_demux_chain),
6188         (gst_ogg_demux_loop_forward), (gst_ogg_demux_loop_reverse),
6189         (gst_ogg_demux_loop):
6190         Implement first stab at reverse playback.
6191
6192 2006-11-07  Stefan Kost  <ensonic@users.sf.net>
6193
6194         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
6195         (gst_riff_create_video_template_caps):
6196           add h263/h264 variants to the caps, Fixes #363118
6197
6198 2006-11-06  Tim-Philipp Müller  <tim at centricular dot net>
6199
6200         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
6201         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
6202           Use g_strerror instead of strerror so we get UTF-8.
6203
6204 2006-11-03  David Schleef  <ds@schleef.org>
6205
6206         * ext/ogg/gstoggdemux.c:
6207         * ext/ogg/gstoggmux.c:
6208           Add/remove KW-DIRAC header here, since it is ogg-specific.
6209
6210 2006-11-03  Michael Smith  <msmith@fluendo.com>
6211
6212         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
6213           Recognise more mpeg4 elementary video streams.
6214
6215 2006-11-02  Edward Hervey  <edward@fluendo.com>
6216
6217         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
6218         Lower the probability of mp3 typefinding functions if we don't find a
6219         valid mp3 header at the start of the file.
6220         Closes #369482
6221
6222 2006-11-02  Wim Taymans  <wim@fluendo.com>
6223
6224         * ext/theora/gsttheoradec.h:
6225         * ext/theora/theoradec.c: (gst_theora_dec_init),
6226         (theora_dec_sink_event), (theora_dec_chain_forward),
6227         (theora_dec_flush_decode), (theora_dec_chain_reverse),
6228         (theora_dec_chain):
6229         Document and partially implement an algorithm for doing reverse playback
6230         of theora video.
6231
6232 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
6233
6234         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
6235
6236         * win32/common/config.h:
6237         * win32/common/interfaces-enumtypes.c:
6238         * win32/common/libgsttag.def:
6239         * win32/vs8/gst-plugins-base.sln:
6240         * win32/vs8/libgstaudioresample.vcproj:
6241         * win32/vs8/libgstinterfaces.vcproj:
6242         * win32/vs8/libgstogg.vcproj:
6243         * win32/vs8/libgstriff.vcproj:
6244         * win32/vs8/libgsttag.vcproj:
6245         * win32/vs8/libgsttheora.vcproj:
6246         * win32/vs8/libgstvideoscale.vcproj:
6247         * win32/vs8/libgstvorbis.vcproj:
6248           Misc. VS8 build fixes: fix syntax in config.h, add missing entries
6249           to libgsttag.def; add missing dependencies for some vs8 projects;
6250           re-arrange placement of .def files in vs8 projects (#366334).
6251
6252 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
6253
6254         * ext/ogg/gstogg.c:
6255           Remove unused variable.
6256
6257         * ext/ogg/gstoggdemux.c:
6258           Fix Wim's surname in plugin description.
6259
6260 2006-10-31  Wim Taymans  <wim@fluendo.com>
6261
6262         * gst-plugins-base.spec.in:
6263         spec new .h file. Fixes #368310.
6264
6265 2006-10-31  Michael Smith  <msmith@fluendo.com>
6266
6267         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
6268         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
6269         (gst_multi_fd_sink_get_stats),
6270         (gst_multi_fd_sink_remove_client_link),
6271         (gst_multi_fd_sink_queue_buffer),
6272         (gst_multi_fd_sink_handle_clients):
6273         * gst/tcp/gstmultifdsink.h:
6274           Make using the remove or clear signals threadsafe.
6275           Make calling get-stats with an invalid fd not segfault.
6276           Fixes 368273.
6277
6278 2006-10-31  Wim Taymans  <wim@fluendo.com>
6279
6280         * gst-libs/gst/rtp/Makefile.am:
6281         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
6282         (gst_base_rtp_audio_payload_init):
6283         Fix and activate base audio payloader.
6284
6285 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
6286
6287         * gst/typefind/gsttypefindfunctions.c: (qtif_type_find),
6288         (plugin_init):
6289           Add typefinder for QuickTime Image Files (see #366156).
6290
6291 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
6292
6293         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
6294           Another typo fix (#366212).
6295
6296 2006-10-27  Wim Taymans  <wim@fluendo.com>
6297
6298         * gst/volume/gstvolume.c: (volume_transform_ip):
6299         Use stream time to synchronize volume property instead of rather random
6300         timestamps. This is needed when gnonlin does its time shifting.
6301
6302 2006-10-27  Wim Taymans  <wim@fluendo.com>
6303
6304         Patch by: Mark Nauwelaerts <manauw at skynet dot be>
6305
6306         * ext/ogg/gstoggmux.c: (gst_ogg_mux_release_pad):
6307         Remove the pad from the element in release_pad. Fixes #364812.
6308
6309 2006-10-27  Tim-Philipp Müller  <tim at centricular dot net>
6310
6311         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
6312         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
6313           Explicitly create our custom buffer classes at a thread-safe
6314           location as well, since g_type_class_ref() doesn't seem to be
6315           entirely thread-safe either (#365501; also see #349410).
6316
6317 2006-10-26  Tim-Philipp Müller  <tim at centricular dot net>
6318
6319         * gst-libs/gst/riff/riff-read.c: (freeform_string_to_utf8),
6320         (gst_riff_parse_info):
6321           If strings in INFO chunk are not UTF-8, do something similar to
6322           what we do for ID3v1 tags: check a number of environment variables
6323           (GST_AVI_TAG_ENCODING, GST_RIFF_TAG_ENCODING, GST_TAG_ENCODING) for
6324           character sets to try, otherwise try the current locale and/or fall
6325           back on ISO-8859-1. Fixes #360552.
6326
6327 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
6328
6329         * gst/videotestsrc/gstvideotestsrc.c:
6330         (gst_video_test_src_pattern_get_type),
6331         (gst_video_test_src_set_pattern):
6332         * gst/videotestsrc/gstvideotestsrc.h:
6333         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_checkers1),
6334         (gst_video_test_src_checkers2), (gst_video_test_src_checkers4),
6335         (gst_video_test_src_checkers8):
6336         * gst/videotestsrc/videotestsrc.h:
6337           Add a bunch of exciting new checkers patterns.
6338
6339 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
6340
6341         * gst/subparse/Makefile.am:
6342         * gst/subparse/gstsubparse.c:
6343         (gst_sub_parse_data_format_autodetect),
6344         (gst_sub_parse_format_autodetect), (handle_buffer),
6345         (gst_sub_parse_chain), (gst_subparse_type_find), (plugin_init):
6346         * gst/subparse/gstsubparse.h:
6347         * gst/subparse/tmplayerparse.c: (tmplayer_parse_line),
6348         (parse_tmplayer):
6349         * gst/subparse/tmplayerparse.h:
6350           Add support for TMPlayer-type subtitles (#362845).
6351
6352         * tests/check/elements/subparse.c: (test_tmplayer_do_test),
6353         (GST_START_TEST), (subparse_suite):
6354           Add some basic unit tests for the above.
6355
6356 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
6357
6358         * tests/check/elements/audiorate.c: (test_injector_base_init),
6359         (test_injector_class_init), (test_injector_chain),
6360         (test_injector_init), (probe_cb), (do_perfect_stream_test),
6361         (GST_START_TEST), (audiorate_suite):
6362           More tests for audiorate: inject buffers to check behaviour when
6363           buffers overlap.
6364
6365 2006-10-21  Tim-Philipp Müller  <tim at centricular dot net>
6366
6367         * tests/check/Makefile.am:
6368         * tests/check/elements/.cvsignore:
6369         * tests/check/elements/audiorate.c: (probe_cb), (got_buf),
6370         (do_perfect_stream_test), (GST_START_TEST), (audiorate_suite):
6371           Add some basic unit tests for audiorate. Disabled at the moment
6372           since it doesn't pass yet (see bug #363119).
6373
6374 2006-10-20  Tim-Philipp Müller  <tim at centricular dot net>
6375
6376         * gst/subparse/gstsubparse.c: (subrip_fix_up_markup),
6377         (parse_subrip), (handle_buffer):
6378           Add missing closing tags for markup and fix broken markup,
6379           otherwise pango won't render anything (fixes #357531). Also,
6380           make sure the text we send out is always NUL-terminated
6381           (better safe than sorry etc.).
6382
6383         * tests/check/elements/subparse.c: (test_srt_do_test),
6384         (test_srt):
6385           Some more tests for .srt incl. tests for the above stuff.
6386
6387 2006-10-20  Julien MOUTTE  <julien@moutte.net>
6388
6389         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
6390         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
6391         Patch by: Stefan Kost  <ensonic@users.sf.net>
6392         Try to redraw borders only when needed. Apparently this consumes
6393         resources on small devices... :-O (#363607)
6394
6395 2006-10-20  Michael Smith  <msmith@fluendo.com>
6396
6397         * gst/tcp/gstmultifdsink.c:
6398         (gst_multi_fd_sink_client_queue_buffer):
6399           If caps change, then update the client's idea of the caps so that we
6400           don't end up re-sending streamheaders for every single buffer after
6401           the caps change.
6402
6403 2006-10-20  Michael Smith  <msmith@fluendo.com>
6404
6405         * ext/ogg/gstoggparse.c: (gst_ogg_parse_dispose),
6406         (gst_ogg_parse_append_header), (gst_ogg_parse_chain):
6407           Set caps on pushed buffers; fix up refcounting of caps objects.
6408
6409 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
6410
6411         * gst/typefind/gsttypefindfunctions.c: (mmsh_type_find),
6412         (plugin_init):
6413           Typefind mmsh header data packet to application/x-mmsh (#362625).
6414
6415 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
6416
6417         * tests/check/Makefile.am:
6418         * tests/check/elements/.cvsignore:
6419         * tests/check/elements/subparse.c: (buffer_from_static_string),
6420         (setup_subparse), (teardown_subparse), (test_srt_do_test),
6421         (GST_START_TEST), (subparse_suite):
6422           Add very simple unit test for subparse.
6423
6424 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
6425
6426         * gst/subparse/gstsubparse.c: (strip_trailing_newlines),
6427         (parse_subrip):
6428           Strip trailing newlines from subtitle text output.
6429
6430 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
6431
6432         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
6433         (gst_sub_parse_change_state):
6434           Fix memleak; clear subparse->textbuf n state change function.
6435
6436 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
6437
6438         * gst/subparse/gstsubparse.c:
6439         (gst_sub_parse_data_format_autodetect):
6440           Don't require subrip (.srt) files to start with a chunk number of 1.
6441
6442 2006-10-18  Wim Taymans  <wim@fluendo.com>
6443
6444         * gst-libs/gst/audio/gstbaseaudiosink.c:
6445         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
6446         * gst-libs/gst/audio/gstbaseaudiosink.h:
6447         Extract rate from the NEWSEGMENT event.
6448         Use commit_full to also take rate adjustment into account when writing
6449         samples to the ringbuffer.
6450         
6451         * gst-libs/gst/audio/gstringbuffer.c:
6452         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit),
6453         (gst_ring_buffer_read):
6454         * gst-libs/gst/audio/gstringbuffer.h:
6455         Added _commit_full() to also take rate into account.
6456         Use simple interpolation algorithm to resample audio.
6457         API: gst_ring_buffer_commit_full()
6458
6459         * tests/examples/seek/scrubby.c: (speed_cb), (do_seek):
6460         * tests/examples/seek/seek.c: (segment_done):
6461         Don't try to seek with 0.0 rate, just pause instead.
6462         Remove bogus debug line.
6463
6464 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
6465
6466         * gst/playback/gstplaybasebin.c: (subbin_startup_sync_msg),
6467         (setup_source):
6468           Catch async errors when starting up the subtitle bin, so we can
6469           stop waiting and continue with the main film instead of hanging
6470           forever. Fixes #339366.
6471
6472         * tests/check/elements/playbin.c: (playbin_suite):
6473           Enable unit test for the above.
6474
6475 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
6476
6477         * tests/check/Makefile.am:
6478         * tests/check/elements/.cvsignore:
6479         * tests/check/elements/playbin.c: (GST_START_TEST),
6480         (gst_red_video_src_uri_get_type),
6481         (gst_red_video_src_uri_get_protocols),
6482         (gst_red_video_src_uri_get_uri), (gst_red_video_src_uri_set_uri),
6483         (gst_red_video_src_uri_handler_init),
6484         (gst_red_video_src_init_type), (gst_red_video_src_base_init),
6485         (gst_red_video_src_create), (gst_red_video_src_class_init),
6486         (gst_red_video_src_init), (plugin_init), (playbin_suite):
6487           Some small and basic unit tests for playbin; not very useful yet,
6488           but at least a start.
6489
6490 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
6491
6492         * gst/playback/gstplaybin.c: (setup_sinks):
6493           The old pad activation spiel.
6494
6495 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
6496
6497         * gst/playback/gstplaybasebin.c: (setup_source):
6498           Don't hang forever if the subbin already fails to start up in 
6499           the state change to PAUSED (#339366).
6500
6501 2006-10-17  Tim-Philipp Müller  <tim at centricular dot net>
6502
6503         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_list_channels),
6504         (gst_tuner_set_channel), (gst_tuner_get_channel),
6505         (gst_tuner_list_norms), (gst_tuner_set_norm), (gst_tuner_get_norm),
6506         (gst_tuner_set_frequency), (gst_tuner_get_frequency),
6507         (gst_tuner_signal_strength), (gst_tuner_find_norm_by_name),
6508         (gst_tuner_find_channel_by_name):
6509           Fix some function guards, add some more function guards.
6510
6511 2006-10-17  Jan Schmidt  <thaytan@mad.scientist.com>
6512
6513         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
6514         (remove_element_chain):
6515         Don't return a pad from get_our_ghost_pad unless it is actually the
6516         one we want.
6517         Change a cast in remove_element_chain slightly.
6518
6519 2006-10-13  Julien MOUTTE  <julien@moutte.net>
6520
6521         * tests/examples/seek/seek.c: (do_seek), (start_seek),
6522         (rate_spinbutton_changed_cb), (segment_done), (msg_state_changed):
6523         Segment seeking needs to use the rate and set stop to -1.
6524
6525 2006-10-13  Wim Taymans  <wim@fluendo.com>
6526
6527         * gst-libs/gst/audio/gstbaseaudiosink.c:
6528         (gst_base_audio_sink_setcaps):
6529         Don't crash when ringbuffer is not yet created.
6530         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
6531         Fixes #361634.
6532
6533         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
6534         * gst/playback/gststreamselector.c:
6535         (gst_stream_selector_request_new_pad):
6536         Activate pads befre adding them to running elements.
6537
6538 2006-10-13  Julien MOUTTE  <julien@moutte.net>
6539
6540         * tests/examples/seek/seek.c: (do_seek), (start_seek),
6541         (rate_spinbutton_changed_cb), (msg_state_changed): Stop the scale
6542         updater when we start grabing the slider. Don't wait for the
6543         pipeline to be PAUSED.
6544
6545 2006-10-13  Tim-Philipp Müller  <tim at centricular dot net>
6546
6547         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_list_tracks),
6548         (gst_mixer_set_volume), (gst_mixer_get_volume),
6549         (gst_mixer_set_mute), (gst_mixer_set_option),
6550         (gst_mixer_get_option), (gst_mixer_mute_toggled),
6551         (gst_mixer_record_toggled), (gst_mixer_volume_changed),
6552         (gst_mixer_option_changed):
6553           Guard mixer interface functions against bogus arguments.
6554
6555 2006-10-12  Julien MOUTTE  <julien@moutte.net>
6556
6557         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
6558         (play_cb), (pause_cb), (stop_cb), (rate_spinbutton_changed_cb),
6559         (msg_state_changed), (main): Use state-changed messages to trigger
6560         start/stop of scale update timer. Indeed the scale slider was
6561         jumping here and there because the update timer was activated 
6562         before seek completed. This fixes instant applying of rate changes
6563         by pressing the spinbutton like a crazy man !
6564
6565 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
6566
6567         Patch by: Sebastien Cote  <sebas642 at yahoo.ca>
6568
6569         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
6570         (gst_basertppayload_finalize):
6571           Fix two small memory leaks (#361456).
6572
6573 2006-10-10  Julien MOUTTE  <julien@moutte.net>
6574
6575         * tests/examples/seek/seek.c: (do_seek),
6576         (rate_spinbutton_changed_cb): When changing spinbutton we try
6577         to change the rate on the fly.
6578
6579 2006-10-10  Wim Taymans  <wim@fluendo.com>
6580
6581         * gst-libs/gst/riff/riff-ids.h:
6582         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
6583         (gst_riff_create_audio_template_caps):
6584         Add WMS caps.
6585
6586 2006-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6587
6588         Patch by: Josep Torra Valles <josep@fluendo.com>
6589
6590         * ext/gnomevfs/gstgnomevfssink.c:
6591         * ext/gnomevfs/gstgnomevfssrc.c:
6592         Fix URI interface implementation return type.
6593         * ext/pango/gsttextoverlay.c: (gst_text_overlay_set_property):
6594         Fix what looks like a copy/paste issue when assigning values.
6595         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
6596         (gst_audio_filter_template_get_type):
6597         Cast to prevent Forte warnings.
6598         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
6599         Fix URI interface implementation return type.
6600         gst_pad_query_position requires a signed integer pointer as
6601         3rd parameter, GstClockTime is unsigned.
6602         * gst/audioconvert/audioconvert.c:
6603         Fix integer overflow when treated as signed.
6604         * gst/audioresample/resample.c: (resample_add_input_data):
6605         Cast to prevent warnings on Forte.
6606         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette):
6607         Fix integer overflow when treated as signed.
6608         * gst/ffmpegcolorspace/imgconvert_template.h:
6609         Fix integer overflow when treated as signed. RGBA_OUT shifts bits.
6610         * gst/playback/gstdecodebin.c: (queue_filled_cb),
6611         (cleanup_decodebin):
6612         Who initialises a guint to -1!
6613         Cast function pointers to prevent warnings on Forte.
6614         * gst/playback/gstplaybasebin.c: (queue_deadlock_check),
6615         (queue_threshold_reached):
6616         Cast function pointers correctly to prevent warnings on Forte.
6617         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
6618         Cast function pointers correctly to prevent warnings on Forte.
6619         * gst/subparse/gstssaparse.c: (gst_ssa_parse_setcaps):
6620         Obvious change to unsigned, 0xEF > max signed char.
6621         * gst/tcp/gstmultifdsink.c: (get_buffers_max), (count_burst_unit):
6622         GstClockTime is unsigned, initialise correctly.
6623         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
6624         Cast so pointer arithemetic doesn't cause warnings on Forte.
6625         * gst/videorate/gstvideorate.c:
6626         Use correct return value.
6627         * tests/examples/seek/scrubby.c:
6628         GstClockTime is unsigned, initialise correctly.
6629
6630 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
6631
6632         Patch by: Ferenc Gerlits  <fgerlits at gmail com>
6633
6634         * gst/typefind/gsttypefindfunctions.c:
6635           Recognise XML files and XML-like files shorter than 256 bytes as
6636           well (fixes #359237).
6637
6638 2006-10-09  Edgard Lima <edgard.lima@indt.org.br>
6639
6640         Patch by: Renato Filho <renato.filho@indt.org.br>
6641         
6642         * gst/typefind/gsttypefindfunctions.c:
6643         Added typefind functions to video/x-nuv media.
6644         
6645 2006-10-08  Tim-Philipp Müller  <tim at centricular dot net>
6646
6647         * gst-libs/gst/interfaces/xoverlay.c:
6648         (gst_x_overlay_set_xwindow_id), (gst_x_overlay_expose):
6649           Some more guards against invalid input.
6650
6651 2006-10-07  Julien MOUTTE  <julien@moutte.net>
6652
6653         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event): 
6654         Useless goto.
6655         * tests/examples/seek/seek.c: (do_seek),
6656         (rate_spinbutton_changed_cb), (main): Add a rate spinbutton in
6657         seek example to experiment with rates != 1.0 (reverse playback !)
6658
6659 2006-10-06  Stefan Kost  <ensonic@users.sf.net>
6660
6661         * gst-libs/gst/interfaces/xoverlay.c:
6662           Unref message in doc-example (spotted by Robert McQueen)
6663
6664 2006-10-06  Wim Taymans  <wim@fluendo.com>
6665
6666         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
6667         (mpeg1_parse_header), (mpeg1_sys_type_find):
6668         printf fix.
6669
6670 2006-10-06  Wim Taymans  <wim@fluendo.com>
6671
6672         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
6673         (close_pad_link):
6674         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
6675         Activate dynamic pads before adding them to the element.
6676
6677 2006-10-06  Michael Smith  <msmith@fluendo.com>
6678
6679         * gst-libs/gst/floatcast/floatcast.h:
6680           Fix obviously-bogus macros; use the correct types.
6681
6682 2006-10-06  Wim Taymans  <wim@fluendo.com>
6683
6684         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6685         (gst_base_rtp_depayload_change_state):
6686         Also call parent state change function to activate pads.
6687
6688         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
6689         (mpeg1_parse_header), (mpeg1_sys_type_find):
6690         Add some more debug info in mpeg typefinding.
6691
6692 2006-10-06  Michael Smith  <msmith@fluendo.com>
6693
6694         * ext/theora/theoradec.c: (theora_dec_chain):
6695           Zero byte theora packets are valid and well-defined; don't warn on
6696           them.
6697
6698 2006-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
6699
6700         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
6701         (gst_multi_fd_sink_get_stats), (find_limits),
6702         (gst_multi_fd_sink_queue_buffer):
6703           API: add dropped_buffers to the get-stats GValueArray
6704
6705 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
6706
6707         * ext/alsa/gstalsadeviceprobe.c:
6708         (gst_alsa_device_property_probe_get_values):
6709         * ext/alsa/gstalsasink.c: (set_hwparams):
6710         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_elem_pad),
6711         (gst_ogg_chain_new_stream), (gst_ogg_demux_read_chain):
6712         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers),
6713         (gst_ogg_mux_process_best_pad):
6714         * ext/ogg/gstoggparse.c: (gst_ogg_parse_new_stream),
6715         (gst_ogg_parse_chain):
6716         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header):
6717         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
6718         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_setup),
6719         (gst_vorbis_enc_buffer_check_discontinuous):
6720         * ext/vorbis/vorbisparse.c: (vorbis_parse_src_query):
6721         * gst-libs/gst/audio/gstbaseaudiosink.c:
6722         (gst_base_audio_sink_render):
6723         * gst-libs/gst/cdda/gstcddabasesrc.c:
6724         (gst_cdda_base_src_handle_track_seek):
6725         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6726         (gst_base_rtp_depayload_push_full):
6727         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
6728         * gst/audioresample/resample.c: (resample_input_pushthrough):
6729         * gst/playback/gstplaybasebin.c: (queue_out_of_data):
6730         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
6731         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
6732         (wavpack_type_find):
6733         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
6734         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
6735         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
6736         * tests/check/elements/volume.c: (GST_START_TEST):
6737           Printf format fixes.
6738
6739 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
6740
6741         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_caps):
6742           Fix a simple mistake (see the docs)
6743           Fixes #359580
6744
6745 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
6746
6747         * docs/plugins/Makefile.am:
6748         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6749         * docs/plugins/gst-plugins-base-plugins-sections.txt:
6750         * docs/plugins/gst-plugins-base-plugins.args:
6751         * docs/plugins/gst-plugins-base-plugins.hierarchy:
6752         * docs/plugins/inspect/plugin-adder.xml:
6753         * docs/plugins/inspect/plugin-alsa.xml:
6754         * docs/plugins/inspect/plugin-audioconvert.xml:
6755         * docs/plugins/inspect/plugin-audiorate.xml:
6756         * docs/plugins/inspect/plugin-audioresample.xml:
6757         * docs/plugins/inspect/plugin-audiotestsrc.xml:
6758         * docs/plugins/inspect/plugin-cdparanoia.xml:
6759         * docs/plugins/inspect/plugin-decodebin.xml:
6760         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
6761         * docs/plugins/inspect/plugin-gdp.xml:
6762         * docs/plugins/inspect/plugin-gnomevfs.xml:
6763         * docs/plugins/inspect/plugin-libvisual.xml:
6764         * docs/plugins/inspect/plugin-ogg.xml:
6765         * docs/plugins/inspect/plugin-pango.xml:
6766         * docs/plugins/inspect/plugin-playbin.xml:
6767         * docs/plugins/inspect/plugin-subparse.xml:
6768         * docs/plugins/inspect/plugin-tcp.xml:
6769         * docs/plugins/inspect/plugin-theora.xml:
6770         * docs/plugins/inspect/plugin-typefindfunctions.xml:
6771         * docs/plugins/inspect/plugin-video4linux.xml:
6772         * docs/plugins/inspect/plugin-videorate.xml:
6773         * docs/plugins/inspect/plugin-videoscale.xml:
6774         * docs/plugins/inspect/plugin-videotestsrc.xml:
6775         * docs/plugins/inspect/plugin-volume.xml:
6776         * docs/plugins/inspect/plugin-vorbis.xml:
6777         * docs/plugins/inspect/plugin-ximagesink.xml:
6778         * docs/plugins/inspect/plugin-xvimagesink.xml:
6779           Add vorbistag element to docs; update version numbers to 0.10.10.1.
6780
6781 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
6782
6783         Patch by: James "Doc" Livingston <doclivingston at gmail com>
6784
6785         * ext/vorbis/Makefile.am:
6786         * ext/vorbis/vorbis.c: (plugin_init):
6787         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_class_init),
6788         (vorbis_parse_parse_packet), (vorbis_parse_chain):
6789         * ext/vorbis/vorbisparse.h:
6790         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_base_init),
6791         (gst_vorbis_tag_class_init), (gst_vorbis_tag_init),
6792         (gst_vorbis_tag_parse_packet):
6793         * ext/vorbis/vorbistag.h:
6794           Add new vorbistag element which derives from vorbisparse
6795           and is essentially the same as well, only that it implements
6796           the GstTagSetter interface and can modify the stream's
6797           vorbiscomment on the fly (#335635).
6798
6799         * tests/check/Makefile.am:
6800         * tests/check/elements/.cvsignore:
6801         * tests/check/elements/vorbistag.c: (setup_vorbistag),
6802         (cleanup_vorbistag), (buffer_probe), (start_pipeline),
6803         (get_buffer), (stop_pipeline), (_create_codebook_header_buffer),
6804         (_create_audio_buffer), (GST_START_TEST), (vorbistag_suite):
6805           Add unit test for new vorbistag element.
6806
6807 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
6808
6809         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init),
6810         (vorbis_parse_push_headers), (vorbis_parse_chain):
6811           Set BOS flag in packet structure to fix 'jump depends
6812           on unitialized value' errors in valgrind; various minor
6813           clean-ups.
6814
6815 2006-09-30  Jan Schmidt  <thaytan@mad.scientist.com>
6816
6817         * gst/playback/gstdecodebin.c: (close_pad_link):
6818         Fix typo in a debug statement.
6819
6820         * gst/playback/gstplaybasebin.c: (probe_triggered),
6821         (new_decoded_pad_full), (new_decoded_pad), (subs_new_decoded_pad),
6822         (gen_source_element), (source_new_pad), (analyse_source),
6823         (setup_source):
6824         When handling no_more_pads in new_decoded_pad, make sure to treat
6825         subtitle pads correctly. Fixes playback with subtitle files.
6826
6827         Move a recurring message to LOG level.
6828
6829         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
6830         The maximum value for the Xv colorkey on this Radeon is 0xFFFFFFFF,
6831         which ends up as -1 when cast to an int. Make the logic handle the
6832         max value as an unsigned mask and only change the colorkey when it's
6833         a value we recognise.
6834
6835 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
6836
6837         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
6838         Removed empty * between paragraphs
6839
6840 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
6841
6842         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
6843         * gst-libs/gst/rtp/README:
6844         Moved some documentation into .c file
6845
6846 2006-09-29  Wim Taymans  <wim@fluendo.com>
6847
6848         * gst/playback/gstdecodebin.c: (no_more_pads):
6849         Fix compilation.
6850
6851 2006-09-29  Wim Taymans  <wim@fluendo.com>
6852
6853         * gst/playback/gstdecodebin.c: (new_caps):
6854         Remove g_print
6855
6856         * gst/playback/gstplaybin.c:
6857         Add some docs.
6858
6859 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
6860
6861         * tests/check/Makefile.am:
6862           Re-enable cddabasesrc test to see if it works again
6863           now.
6864
6865 2006-09-29  Wim Taymans  <wim@fluendo.com>
6866
6867         * gst/playback/gstplaybasebin.c: (setup_subtitle),
6868         (gen_source_element):
6869         Handle invalid URIs a bit more gracefully.
6870
6871 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
6872
6873         * tests/check/pipelines/oggmux.c:
6874           Remove obsolete comment.
6875
6876 2006-09-29  Michael Smith  <msmith@fluendo.com>
6877
6878         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
6879         (gst_ogg_mux_release_pad), (gst_ogg_mux_push_buffer),
6880         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
6881         (gst_ogg_mux_send_headers), (gst_ogg_mux_process_best_pad),
6882         (gst_ogg_mux_collected):
6883           Commit patch from James "Doc" Livingston, adds proper EOS handling
6884           in oggmux. GStreamer can, for the first time ever, create a valid
6885           Ogg file! Yay!
6886
6887         * tests/check/pipelines/oggmux.c: (check_chain_final_state),
6888         (oggmux_suite):
6889           Reenable tests now that they pass.
6890
6891 2006-09-29  Wim Taymans  <wim@fluendo.com>
6892
6893         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
6894         Stop reading commands when EOF (we read 0) as well.
6895
6896 2006-09-28  Wim Taymans  <wim@fluendo.com>
6897
6898         * gst/playback/gstdecodebin.c: (dynamic_create), (dynamic_free),
6899         (close_pad_link), (dynamic_remove), (no_more_pads), (new_caps),
6900         (find_dynamic), (unlinked), (close_link):
6901         Implement delayed caps linking needed for element with a lot of
6902         different caps on the src pads that get fixed at runtime.
6903         Improve management of dynamic elements.
6904
6905         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
6906         (group_destroy), (group_commit), (check_queue), (queue_overrun),
6907         (gen_preroll_element), (remove_groups), (unknown_type),
6908         (add_element_stream), (no_more_pads_full), (no_more_pads),
6909         (sub_no_more_pads), (source_no_more_pads), (preroll_unlinked),
6910         (new_decoded_pad), (setup_subtitle), (array_has_value),
6911         (gen_source_element), (source_new_pad), (has_all_raw_caps),
6912         (analyse_source), (remove_decoders), (make_decoder),
6913         (remove_source), (setup_source), (finish_source), (prepare_output),
6914         (gst_play_base_bin_change_state):
6915         * gst/playback/gstplaybasebin.h:
6916         Use more _CAST instead of full type checking casts.
6917         Small cleanups, plug some leaks.
6918         Handle dynamic sources.
6919         Add some helper functions to create lists of strings used for
6920         blacklisting and other stuff.
6921         Refactor some code dealing with analysing the source.
6922         Re-enable sources without pads (like cd:// or other selfcontained
6923         elements).
6924
6925 2006-09-28  Wim Taymans  <wim@fluendo.com>
6926
6927         * gst-libs/gst/audio/gstbaseaudiosink.c:
6928         (gst_base_audio_sink_render):
6929         When we have a timestamp, we can still perform clipping.
6930         When we have no clock, we must play the sample ASAP.
6931
6932 2006-09-28  Wim Taymans  <wim@fluendo.com>
6933
6934         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
6935         Set caps on outgoing buffers.
6936
6937         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
6938         (gst_video_rate_event), (gst_video_rate_chain):
6939         * gst/videorate/gstvideorate.h:
6940         Fix videorate some more. Fixes #357977
6941
6942 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
6943
6944         * tests/check/elements/adder.c: (adder_suite):
6945           Don't set timeout to 6 seconds when we're running
6946           in valgrind ... (and how is 6 seconds longer than
6947           the default anyway?)
6948
6949 2006-09-28  Wim Taymans  <wim@fluendo.com>
6950
6951         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
6952         (gst_audio_rate_sink_event), (gst_audio_rate_convert),
6953         (gst_audio_rate_convert_segments), (gst_audio_rate_chain):
6954         Keep sink and src segment to keep track of time and support more
6955         input formats.
6956         Fix bogus next_offset and run_time calculation, don't understand how
6957         this could have worked before. Fixes #357976.
6958         Remove some unneeded vars.
6959
6960 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
6961
6962         * gst/playback/gstplaybin.c: (remove_sinks):
6963           Only remove visualisation from visbin if there is a visbin (or:
6964           don't throw warnings when closing totem without playing a file).
6965
6966 2006-09-27  Wim Taymans  <wim@fluendo.com>
6967
6968         * gst-libs/gst/audio/gstbaseaudiosink.c:
6969         (gst_base_audio_sink_render):
6970         Add some more info in a WARNING.
6971
6972         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6973         (gst_base_audio_src_create):
6974         Handle PAUSE in create function, use new -core addition to
6975         wait for playing. Fixes pausing and resuming capture from an
6976         audiosrc.
6977
6978         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
6979         (gst_ring_buffer_read):
6980         Constify some more.
6981         Caller supports interrupted reads now.
6982
6983 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
6984
6985         * tests/check/Makefile.am:
6986           Another attempt to make the gen64 buildbot happy.
6987
6988 2006-09-27  Stefan Kost  <ensonic@users.sf.net>
6989
6990         Patch by: Jonathan Matthew <jonathan@kaolin.wh9.net>
6991
6992         * ext/libvisual/visual.c: (gst_visual_clear_actors),
6993         (gst_visual_chain), (gst_visual_change_state):
6994           Libvisual plugin was not passing audio data to libvisual 0.4.0 
6995           correctly. Fixes #357800
6996
6997 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
6998
6999         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline):
7000           Add timeout to _get_state() so we see which pipeline it is
7001           that causes trouble on the gen64 build bot.
7002
7003 2006-09-27  Wim Taymans  <wim@fluendo.com>
7004
7005         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7006         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_push_full),
7007         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_process),
7008         (gst_base_rtp_depayload_set_gst_timestamp):
7009         the source pad always uses fixed caps.
7010
7011 2006-09-27  Wim Taymans  <wim@fluendo.com>
7012
7013         * docs/libs/gst-plugins-base-libs-docs.sgml:
7014         * docs/libs/gst-plugins-base-libs-sections.txt:
7015         * gst-libs/gst/audio/gstaudioclock.c:
7016         * gst-libs/gst/audio/gstaudioclock.h:
7017         * gst-libs/gst/audio/gstaudiosink.c:
7018         * gst-libs/gst/audio/gstaudiosink.h:
7019         * gst-libs/gst/audio/gstaudiosrc.c:
7020         * gst-libs/gst/audio/gstbaseaudiosink.c:
7021         (gst_base_audio_sink_render):
7022         * gst-libs/gst/audio/gstbaseaudiosink.h:
7023         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init):
7024         * gst-libs/gst/audio/gstbaseaudiosrc.h:
7025         * gst-libs/gst/audio/gstringbuffer.h:
7026         Added docs for the audio libs.
7027
7028 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
7029
7030         * tests/check/Makefile.am:
7031           Temporarily disable test that fails on the bots for unknown reasons.
7032
7033 2006-09-26 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
7034
7035         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
7036         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
7037         Moved AudioCodecType into priv
7038         Renamed all gst_basertpaudiopayload to gst_base_rtp_audio_payload prefixes
7039
7040 2006-09-25  Wim Taymans  <wim@fluendo.com>
7041
7042         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
7043         (add_fakesink), (remove_fakesink), (pad_probe), (close_pad_link),
7044         (is_demuxer_element), (try_to_link_1), (get_our_ghost_pad),
7045         (new_pad):
7046         Cleanups and small leak fixes.
7047         Added Depayloaders to valid list of autopluggable elements.
7048
7049 2006-09-25  Wim Taymans  <wim@fluendo.com>
7050
7051         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
7052         (gst_play_bin_vis_blocked), (gst_play_bin_set_property),
7053         (gen_video_element), (gen_text_element), (gen_audio_element),
7054         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
7055         (gst_play_bin_set_clock_func), (gst_play_bin_change_state):
7056         Detect NO_PREROLL state change returns and disable clock distribution to
7057         the sinks so that sync is disabled.
7058         Avoid some type checking and do simple casts instead.
7059         Small cleanups, fix some FIXMEs.
7060         Be more robust when linking user specified elements, catch an report
7061         errors. Fixes #357404.
7062         Fix some leaks in the error paths.
7063
7064 2006-09-25  Stefan Kost  <ensonic@users.sf.net>
7065
7066         * ChangeLog:
7067           ChangeLog surgery for missing bug-number
7068
7069 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
7070
7071         Patch by: Peter Kjellerstedt  <pkj at axis com>
7072
7073         * gst/playback/test.c:
7074           Fix compilation with uClibc and -Werror (#357591).
7075
7076 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
7077
7078         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
7079           Parse dates that are followed by a time as well (#357532).
7080
7081         * tests/check/libs/tag.c: (test_vorbis_tags):
7082           Add unit test for this.
7083
7084 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
7085
7086         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
7087         (gst_audio_convert_transform_caps):
7088         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor):
7089         * gst/videotestsrc/videotestsrc.h:
7090           A few array const-ifications.
7091
7092 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
7093
7094         * tests/check/Makefile.am:
7095           See if this makes the build bots happy.
7096
7097         * tests/check/libs/cddabasesrc.c:
7098           UTF8-ise my name.
7099
7100 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
7101
7102         Patch by: Young-Ho Cha <ganadist at chollian dot net>
7103
7104         * gst/subparse/samiparse.c: (handle_start_font),
7105         (fix_invalid_entities):
7106           More case-insensitivity for certain tags; recognise entities with
7107           decimal codes as special entities as well (#357330).
7108
7109 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
7110
7111         * gst-libs/gst/Makefile.am:
7112           Need to build tag directory before cdda.
7113
7114 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
7115
7116         * docs/libs/gst-plugins-base-libs-sections.txt:
7117         * gst-libs/gst/cdda/Makefile.am:
7118         * gst-libs/gst/cdda/gstcddabasesrc.c:
7119         (gst_cdda_base_src_base_init):
7120         * gst-libs/gst/cdda/gstcddabasesrc.h:
7121         * gst-libs/gst/tag/tag.h:
7122         * gst-libs/gst/tag/tags.c: (gst_tag_register_tags_internal),
7123         (gst_tag_register_musicbrainz_tags):
7124           Move GST_TAG_CDDA_* tags into libgsttag and make libgstcddabasesrc
7125           depend on libgsttag. This is required so we can extract/read tags like
7126           DISCID without depending on libgstcddabasesrc (which used to register
7127           them).
7128
7129         * gst-libs/gst/tag/gstvorbistag.c:
7130           Add vorbiscomment mapping for CDDB_DISCID and MUSICBRAINZ_DISCID
7131           tags (also see #347848).
7132
7133         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1):
7134           Log vorbis comments we are actually writing. Const-ify array.
7135
7136 2006-09-23  Wim Taymans  <wim@fluendo.com>
7137
7138         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
7139         Improve buffering a bit by avoiding a deadlock because we cannot assume
7140         the underrun is always called.
7141
7142 2006-09-23  Wim Taymans  <wim@fluendo.com>
7143
7144         Patch by: Young-Ho Cha <ganadist at chollian dot net>
7145
7146         * gst-libs/gst/riff/riff-ids.h:
7147         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
7148         (gst_riff_create_audio_template_caps):
7149         Added MPEG-4 AAC and id and caps. Fixes #357289
7150         Added WMA9 Lossless id.
7151
7152 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
7153
7154         * ext/gnomevfs/gstgnomevfssrc.c:
7155           Fix misleading docs addition.
7156
7157         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
7158           Get rid of compiler warning the right way.
7159
7160 2006-09-22  Wim Taymans  <wim@fluendo.com>
7161
7162         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7163         (gst_base_rtp_depayload_finalize),
7164         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
7165         (gst_base_rtp_depayload_push_full),
7166         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_push),
7167         (gst_base_rtp_depayload_process),
7168         (gst_base_rtp_depayload_set_gst_timestamp),
7169         (gst_base_rtp_depayload_queue_release):
7170         * gst-libs/gst/rtp/gstbasertpdepayload.h:
7171         Small cleanups.
7172         Fix some leaks.
7173         Refactored the process method and added methods to push from the process
7174         vmethod.
7175         Use _scale functions.
7176         API: gst_base_rtp_depayload_push_ts
7177         API: gst_base_rtp_depayload_push
7178
7179         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
7180         timestamps are uint.
7181
7182 2006-09-22  Stefan Kost  <ensonic@users.sf.net>
7183
7184         * gst-libs/gst/interfaces/xoverlay.c:
7185           Remove unused statement from doc example.
7186
7187 2006-09-21  Stefan Kost  <ensonic@users.sf.net>
7188
7189         * gst-libs/gst/interfaces/videoorientation.c:
7190         (gst_video_orientation_iface_init),
7191         (gst_video_orientation_get_hflip),
7192         (gst_video_orientation_get_vflip),
7193         (gst_video_orientation_get_hcenter),
7194         (gst_video_orientation_get_vcenter),
7195         (gst_video_orientation_set_hflip),
7196         (gst_video_orientation_set_vflip),
7197         (gst_video_orientation_set_hcenter),
7198         (gst_video_orientation_set_vcenter):
7199           Add since tags to new API docs, ChangeLog surgery (forgot API keyword
7200           in ChangeLog)
7201
7202 2006-09-21  Tim-Philipp Müller  <tim at centricular dot net>
7203
7204         * tests/check/Makefile.am:
7205         * tests/check/elements/.cvsignore:
7206         * tests/check/elements/ffmpegcolorspace.c: (rgb_format_to_caps),
7207         (create_rgb_conversions), (rgb_conversion_free),
7208         (right_shift_colour), (fix_expected_colour), (check_rgb_buf),
7209         (got_buf_cb), (GST_START_TEST), (ffmpegcolorspace_suite):
7210           Add unit test for ffmpegcolorspace (RGB <=> RGB only so far),
7211           but disable for now since it doesn't pass (something wrong with
7212           RGBA somewhere).
7213
7214 2006-09-21  Wim Taymans  <wim@fluendo.com>
7215
7216         * gst/playback/gstplaybasebin.c: (group_commit),
7217         (queue_deadlock_check), (queue_overrun), (queue_threshold_reached),
7218         (queue_out_of_data), (gen_preroll_element),
7219         (preroll_remove_overrun), (probe_triggered):
7220         Refactor handling of overrun detection.
7221         Separate handling of group completion and deadlock detection when doing
7222         network buffering. This should fix some deadlocks that were not detected
7223         because the group was completed.
7224         Add more comments, improve debugging.
7225
7226 2006-09-21  Wim Taymans  <wim@fluendo.com>
7227
7228         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
7229         * tests/check/libs/audio.c:
7230         Some more compilation fixes.
7231
7232 2006-09-21  Wim Taymans  <wim@fluendo.com>
7233
7234         * gst-libs/gst/audio/gstringbuffer.c:
7235         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
7236         (gst_ring_buffer_read):
7237         Early morning compilation fix.
7238
7239 2006-09-20  Wim Taymans  <wim@fluendo.com>
7240
7241         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
7242         * tests/check/elements/multifdsink.c: (GST_START_TEST):
7243         * tests/check/elements/videorate.c: (GST_START_TEST):
7244         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
7245         * tests/check/pipelines/oggmux.c: (eos_buffer_probe):
7246         Fix some warnings.
7247
7248 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
7249
7250         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
7251         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
7252         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
7253           Handcrafted merge to help CVS understanding what I changed and what
7254           not.
7255
7256 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
7257
7258         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
7259         (gst_xvimagesink_get_times):
7260           change colorkey behaviour back according to #354773 comment 6/7
7261
7262 2006-09-19  Michael Smith  <msmith@fluendo.com>
7263
7264         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
7265         (gst_multi_fd_sink_class_init), (get_buffers_max), (find_limits),
7266         (gst_multi_fd_sink_recover_client),
7267         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_set_property),
7268         (gst_multi_fd_sink_get_property):
7269         * gst/tcp/gstmultifdsink.h:
7270           Implement stubbed out properties unit-type, units-soft-max,
7271           units-max, to allow specifying maximum sizes in units other than
7272           buffers.
7273           Fixes #355935
7274
7275 2006-09-19  Wim Taymans  <wim@fluendo.com>
7276
7277         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
7278         (gst_riff_create_audio_template_caps):
7279         Reorder the audio formats a bit for clarity.
7280         Detect and create caps for MSGSM and MSN (WAV49).
7281         Fixes #356596.
7282
7283         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
7284         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
7285         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
7286         Small cleanups, move error handling out of normal flow for clarity.
7287
7288 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
7289
7290         * docs/libs/gst-plugins-base-libs-docs.sgml:
7291         * docs/libs/gst-plugins-base-libs.types:
7292         * gst-libs/gst/interfaces/Makefile.am:
7293         * gst-libs/gst/interfaces/videoorientation.c:
7294         (gst_video_orientation_get_type),
7295         (gst_video_orientation_iface_init),
7296         (gst_video_orientation_get_hflip),
7297         (gst_video_orientation_get_vflip),
7298         (gst_video_orientation_get_hcenter),
7299         (gst_video_orientation_get_vcenter),
7300         (gst_video_orientation_set_hflip),
7301         (gst_video_orientation_set_vflip),
7302         (gst_video_orientation_set_hcenter),
7303         (gst_video_orientation_set_vcenter):
7304         * gst-libs/gst/interfaces/videoorientation.h:
7305           API: Add new interface to control video orientation (fixes #354908)
7306
7307 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
7308
7309         * gst/videotestsrc/gstvideotestsrc.c:
7310           Use G_UNLIKELY in _create and log one more detail.
7311           
7312         (gst_video_test_src_get_times), (gst_video_test_src_create):
7313         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
7314           Use gst_util_uint64_scale_int in _get_times().
7315
7316 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
7317
7318         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support)
7319           Give better warning message (add object and detail).
7320
7321 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
7322
7323         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
7324         (gst_xvimagesink_get_times):
7325           xvimage assumed that XV_COLORKEY can be set in RGB888 format (fixes
7326           #354773), use gst_util_uint64_scale_int in _get_times()
7327
7328 2006-09-18  Michael Smith  <msmith@fluendo.com>
7329
7330         * ext/ogg/gstoggmux.c: (gst_ogg_mux_push_buffer):
7331           Timestamps are unsigned; comparision against GST_CLOCK_TIME_NONE was
7332           always true, leading to dropping all timestamps.
7333
7334 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
7335
7336         * ext/libvisual/visual.c: (gst_vis_src_negotiate),
7337         (gst_visual_chain), (gst_visual_change_state):
7338           update to work also with libvisual 0.4 API, fix double unref (#355914)
7339           
7340         * tools/gst-launch-ext.1.in:
7341         * tools/gst-visualise.1.in:
7342           remove references to old man-pages
7343
7344         * tests/examples/seek/seek.c: (main):
7345           add real meadi-buttons, add tool-tips for the seek-options, arrange
7346           seek options in a table
7347
7348 2006-09-18  Michael Smith  <msmith@fluendo.com>
7349
7350         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear),
7351         (gst_ogg_mux_push_buffer):
7352           Don't generate out-of-order timestamps from oggmux, instead clamp
7353           output timestamps to be >= the previously output ts.
7354           Fixes #355595
7355
7356 2006-09-18  Michael Smith  <msmith@fluendo.com>
7357
7358         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
7359         (gst_multi_fd_sink_class_init):
7360           Updates, fixes, and typo corrections for multifdsink. No functional
7361           changes.
7362
7363 2006-09-17  Michael Smith  <msmith@fluendo.com>
7364
7365         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find):
7366           Don't crash on truncated files - check that we got an 8 byte buffer
7367           before trying to memcmp it.
7368
7369 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
7370
7371         * gst/playback/gstplaybasebin.c: (get_active_source):
7372           Make stream-switching appear instant to the application
7373           (ie. make sure that a g_object_get on 'current-foo' returns
7374           the stream previously set with g_object_set(). Totem needs
7375           this to update stream-related meta-info (like audio-codec)
7376           correctly when switching streams.
7377
7378 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
7379
7380         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer),
7381         (gst_alsa_mixer_ensure_track_list):
7382           Try harder to guess which mixer track is the master mixer
7383           track (instead of just taking the first one that has a pvolume).
7384           Fixes #342228.
7385
7386 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
7387
7388         reviewed by: <delete if not using a buddy>
7389
7390         * gst-libs/gst/audio/audio.h:
7391         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
7392
7393 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
7394
7395         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
7396         (gst_audio_convert_transform_caps):
7397           Get structure-name just once.
7398
7399 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
7400
7401         * tests/check/elements/audioresample.c: (GST_START_TEST):
7402         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
7403         * tests/check/elements/volume.c: (GST_START_TEST):
7404         * tests/check/elements/vorbisdec.c: (GST_START_TEST):
7405         * tests/check/pipelines/oggmux.c: (validate_ogg_page), (eos_watch),
7406         (test_pipeline), (GST_START_TEST):
7407         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
7408         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
7409           Fix big batch of compiler warnings.
7410
7411 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
7412
7413         * ext/gnomevfs/gstgnomevfssrc.c:
7414           Add docs about icydemux usage in connection with gnomevfssrc
7415
7416         * ext/libvisual/visual.c:
7417         * ext/ogg/gstoggaviparse.c:
7418         * ext/ogg/gstoggdemux.c:
7419         * ext/ogg/gstoggmux.c:
7420         * ext/ogg/gstoggparse.c:
7421         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
7422         * gst-libs/gst/audio/gstaudiosink.c:
7423         * gst-libs/gst/audio/gstaudiosrc.c:
7424         * gst/audiorate/gstaudiorate.c:
7425           More G_OBJECT macro fixing.
7426
7427         * gst/audiotestsrc/gstaudiotestsrc.h:
7428           Fix wrong info in header due to copy & paste
7429
7430 2006-09-15  Wim Taymans  <wim@fluendo.com>
7431
7432         * gst-libs/gst/audio/gstbaseaudiosink.c:
7433         (gst_base_audio_sink_get_time), (gst_base_audio_sink_callback):
7434         * gst-libs/gst/audio/gstbaseaudiosrc.c:
7435         (gst_base_audio_src_get_time), (gst_base_audio_src_fixate),
7436         (gst_base_audio_src_get_times), (gst_base_audio_src_get_offset),
7437         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
7438         Do the delay calculation in the source/sink base classes as this is
7439         specific for the capture/playback mode.
7440         Try to fixate a bit better, like round depth up to a multiple of 8
7441         bigger than width.
7442         Handle underruns correctly by marking DISCONT on buffers and adjusting
7443         timestamps to handle the gap.
7444         Set offset/offset_end correctly on buffers.
7445
7446         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_pause),
7447         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
7448         (gst_ring_buffer_read):
7449         Remove resync and underrun recovery from the ringbuffer.
7450         Fix ringbuffer read code on under/overrun.
7451
7452 2006-09-15  Wim Taymans  <wim@fluendo.com>
7453
7454         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
7455         (gst_play_base_bin_init), (fill_buffer), (check_queue),
7456         (queue_threshold_reached), (gst_play_base_bin_set_property),
7457         (gst_play_base_bin_get_property):
7458         * gst/playback/gstplaybasebin.h:
7459         Don't use a 0 low watermark when buffering, it is catching starvation
7460         way too late. Instead, use a 3 second queue with 30 and 95
7461         percent low/high watermarks. 
7462         Added queue-min-threshold property to configure low watermark.
7463         Use new _buffering message API.
7464         Make queue_threshold variable big enough to store a uint64 time value.
7465         API: playbin::queue-min-threshold property.
7466
7467 2006-09-15  Wim Taymans  <wim@fluendo.com>
7468
7469         * configure.ac:
7470         We require 0.10.10.1 now because of _wait_preroll().
7471
7472         * gst-libs/gst/audio/gstbaseaudiosink.c:
7473         (gst_base_audio_sink_render):
7474         Use gst_base_sink_wait_preroll().
7475
7476 2006-09-15  Wim Taymans  <wim@fluendo.com>
7477
7478         * ext/alsa/gstalsasink.c: (xrun_recovery), (gst_alsasink_write):
7479         * ext/alsa/gstalsasrc.c: (xrun_recovery), (gst_alsasrc_read):
7480         Use DEBUG_OBJECT more.
7481
7482 === release 0.10.10 ===
7483
7484 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
7485
7486         patch by: Michael Smith <msmith at fluendo dot com>
7487
7488         * gst/tcp/gstmultifdsink.c: (is_sync_frame),
7489         (gst_multi_fd_sink_client_queue_buffer),
7490         (gst_multi_fd_sink_new_client):
7491         * tests/check/elements/multifdsink.c: (GST_START_TEST),
7492         (multifdsink_suite):
7493           Fix implementation of sync-method 'next-keyframe'
7494           Closes #354594
7495
7496 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
7497
7498         patch by: Wim Taymans <wim at fluendo dot com>
7499
7500         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
7501         This patch removes the RANDOM flag that was incorrectly introduced with
7502         revision 1.91.  Fixes #354590
7503
7504 2006-09-05  Tim-Philipp Müller  <tim at centricular dot net>
7505
7506         * tests/check/Makefile.am:
7507           Random variation in Makefile line to see if it makes the
7508           gen64-base-full bot any happier.
7509
7510 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
7511
7512         * tests/check/pipelines/oggmux.c: (oggmux_suite):
7513           Disable test that fails at the moment (killed after timeout).
7514
7515 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
7516
7517         Patch by: James Livingston  <doclivingston at gmail.com>
7518
7519         * tests/check/Makefile.am:
7520         * tests/check/pipelines/.cvsignore:
7521         * tests/check/pipelines/oggmux.c: (get_page_codec),
7522         (check_chain_final_state), (fail_if_audio), (validate_ogg_page),
7523         (eos_buffer_probe), (start_pipeline), (stop_pipeline), (eos_watch),
7524         (test_pipeline), (test_vorbis), (test_theora), (test_vorbis_theora),
7525         (test_theora_vorbis), (oggmux_suite):
7526           Add simple unit test for oggmux from #337026 with checking for the
7527           EOS flags disabled for the time being.
7528
7529 2006-09-04  Wim Taymans  <wim@fluendo.com>
7530
7531         patch by: Alessandro Dessina <alessandro nnva org>
7532
7533         * ext/ogg/gstoggmux.c:
7534         Add cmml caps to oggmux. Fixes #353912
7535
7536 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
7537
7538         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
7539           Returning a return value often helps. In this case, we
7540           don't need the return value anyway, so just get rid of it.
7541           Should make build bots much happier.
7542
7543 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
7544
7545         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure),
7546         (paint_get_structure), (gst_video_test_src_get_size),
7547         (gst_video_test_src_smpte), (gst_video_test_src_snow),
7548         (gst_video_test_src_unicolor), (paint_setup_AYUV),
7549         (paint_hline_AYUV), (paint_setup_ARGB8888), (paint_setup_ABGR8888),
7550         (paint_setup_RGBA8888), (paint_setup_BGRA8888), (paint_hline_str4):
7551         * gst/videotestsrc/videotestsrc.h:
7552           Add support for AYUV and the various RGBA formats. Initialise
7553           fields of paintinfo structs allocated on the stack.
7554
7555         * tests/check/elements/videotestsrc.c: (right_shift_colour),
7556         (fix_expected_colour), (check_rgb_buf), (got_buf_cb),
7557         (check_rgb_buf), (videotestsrc_suite):
7558           Add unit tests for videotestsrc's RGB output.
7559
7560 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
7561
7562         * gst/videotestsrc/gstvideotestsrc.c:
7563         (gst_video_test_src_pattern_get_type),
7564         (gst_video_test_src_set_pattern):
7565         * gst/videotestsrc/gstvideotestsrc.h:
7566         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor),
7567         (gst_video_test_src_black), (gst_video_test_src_white),
7568         (gst_video_test_src_red), (gst_video_test_src_green),
7569         (gst_video_test_src_blue):
7570         * gst/videotestsrc/videotestsrc.h:
7571           Add more uni-colour patterns ("white", "red", "green", and "blue").
7572
7573 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
7574
7575         * gst/videotestsrc/videotestsrc.c: (paint_setup_YVYU):
7576           Fix stride for YVYU, should be word-aligned (#353658).
7577
7578 2006-08-31  Tim-Philipp Müller  <tim at centricular dot net>
7579
7580         * gst/adder/gstadder.c: (gst_adder_src_event):
7581           Fix build.
7582
7583 2006-08-31  Edward Hervey  <edward@fluendo.com>
7584
7585         * gst/adder/gstadder.c: (forward_event_func),
7586         (gst_adder_src_event), (gst_adder_collected),
7587         (gst_adder_change_state):
7588         * gst/adder/gstadder.h:
7589         Remember the start position asked in the incoming seeks, so we can
7590         output GST_EVENT_NEW_SEGMENT with a correct position value (instead
7591         of assuming it will always be 0).
7592
7593 2006-08-31  Edward Hervey  <edward@fluendo.com>
7594
7595         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
7596         (gst_ogg_demux_finalize), (gst_ogg_demux_perform_seek),
7597         (gst_ogg_demux_loop):
7598         Send the GST_EVENT_NEW_SEGMENT from the streaming thread.
7599
7600 2006-08-30  Tim-Philipp Müller  <tim at centricular dot net>
7601
7602         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7603         (gst_ffmpegcsp_get_unit_size):
7604           Return FALSE instead of returning a random false unit
7605           size when the format isn't known/supported (even if
7606           this shouldn't happen under normal circumstances).
7607
7608 2006-08-29  Wim Taymans  <wim@fluendo.com>
7609
7610         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
7611
7612         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create),
7613         (gst_gnome_vfs_src_start):
7614         Try harder to get the size from a uri by using _info_uri() when
7615         _info_from_handle() does not give us enough info. 
7616         Also follow symlinks when getting the size.
7617         Partially Fixes #332864.
7618
7619 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
7620
7621         Patch by: Viktor Peters  <viktor dot peters at gmail dot com>
7622
7623         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
7624         (gst_alsa_mixer_update), (gst_alsa_mixer_get_volume),
7625         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
7626         (gst_alsa_mixer_set_record):
7627         * ext/alsa/gstalsamixertrack.c:
7628         (gst_alsa_mixer_track_update_alsa_capabilities),
7629         (alsa_track_has_cap), (gst_alsa_mixer_track_new),
7630         (gst_alsa_mixer_track_update):
7631         * ext/alsa/gstalsamixertrack.h:
7632           Improve and fix mixer track handling, in particular better handling
7633           of alsa's pvolume/pswitch/cvolume/cswitch capabilities; create
7634           separate track objects for tracks that have both capture and playback
7635           volume (and label them differently as well so they're not mistakenly
7636           assumed to be duplicates); classify mixer tracks that only affect
7637           the audible volume of something (rather than the capture volume)
7638           as playback tracks. Redefine/fix meaning of RECORD and MUTE flags
7639           for capture tracks to correspond to alsa-pswitch alsa-cswitch
7640           (following the meaning documented in the mixer interface header
7641           file); add support for alsa's exclusive cswitch groups; update/sync
7642           state/flags better if mixer settings are changed by another
7643           application. Fixes #336075.
7644
7645 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
7646
7647         * gst/playback/gstplaybin.c:
7648           Improve docs: add section about BUFFERING messages sent by playbin.
7649
7650 2006-08-29  Michael Smith  <msmith@fluendo.com>
7651
7652         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_push_buffer),
7653         (gst_vorbis_enc_buffer_check_discontinuous),
7654         (gst_vorbis_enc_chain):
7655           Ignore explicit DISCONT marked on buffers (which is often spurious,
7656           particularly when using multiple segments), in favour of solely
7657           using the timestamps/durations.
7658
7659 2006-08-29  Edward Hervey  <edward@fluendo.com>
7660
7661         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
7662         Don't rely on incoming buffers offset anymore, since it is completely
7663         broken when using multiple segments.
7664         Instead convert the incoming buffers timestamp to running time, and
7665         then convert that value to the offsets.
7666         Also inform GstSegment of the last outputted stop position, which is
7667         needed if we received several segments with an unknown stop value.
7668
7669 2006-08-29  Thomas Vander Stichele  <thomas at apestaart dot org>
7670
7671         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
7672           fix buffer unreffing on a header push failure
7673
7674 2006-08-28  Wim Taymans  <wim@fluendo.com>
7675
7676         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_sink_event),
7677         (gst_audio_rate_chain):
7678         Make the metadata of the buffer writable before changing its
7679         flags.
7680
7681 2006-08-28  Wim Taymans  <wim@fluendo.com>
7682
7683         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
7684         (gst_audio_rate_setcaps), (gst_audio_rate_init),
7685         (gst_audio_rate_sink_event), (gst_audio_rate_src_event),
7686         (gst_audio_rate_chain), (gst_audio_rate_change_state):
7687         Fix audiorate some more.
7688         Reset and resync counters on flush and READY.
7689         Handle the DISCONT flag correctly.
7690         Use GstSegment to track position.
7691         Fail when not negotiated.
7692         Fixes #353234.
7693
7694 2006-08-25  Michael Smith  <msmith@fluendo.com>
7695
7696         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
7697           Fix spelling.
7698           Remove accidently included debug line.
7699
7700 2006-08-25  Wim Taymans  <wim@fluendo.com>
7701
7702         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
7703         Small cleanups.
7704         If a buffer is received with no caps, make the buffer metadata
7705         writable and set the caps, making sure that we don't screw up the
7706         refcounts.
7707
7708 2006-08-25  Michael Smith  <msmith@fluendo.com>
7709
7710         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset),
7711         (gst_gdp_pay_reset_streamheader), (gst_gdp_pay_chain):
7712           Fix memory leaks and misleading debug messages, add a couple of
7713           comments.
7714
7715         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats),
7716         (gst_multi_fd_sink_render):
7717           Do not use gst_buffer_make_writable() in a basesink render method,
7718           as it may incorrectly unref the buffer. Instead, use convoluted
7719           dance to avoid copying the buffer except when we need to.
7720
7721 2006-08-25  Michael Smith  <msmith@fluendo.com>
7722
7723         * ext/vorbis/vorbisenc.c:
7724         (gst_vorbis_enc_buffer_check_discontinuous):
7725           Allow very small discontinuities in the timestamps. These we can't
7726           do anything useful with anyway (because vorbis's timestamps have
7727           only sample granularity), and are commonly produced by elements with
7728           minor bugs. Allow up to 1/2 a sample out.
7729           Fixes #351742.
7730
7731 2006-08-24  Wim Taymans  <wim@fluendo.com>
7732
7733         * tests/examples/seek/seek.c: (seek_cb), (start_seek), (stop_seek),
7734         (play_scrub_toggle_cb), (main):
7735         Add a checkbox to enable play scrubbing. Makes it possible to disable
7736         normal scrubbing.
7737
7738 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
7739
7740         * tests/check/elements/.cvsignore:
7741           make buildbot happy
7742
7743 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
7744
7745         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
7746         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init),
7747         (gst_ogm_parse_class_init), (gst_ogm_parse_dispose),
7748         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
7749         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
7750         (gst_ogm_parse_stream_header), (gst_ogm_parse_comment_packet),
7751         (gst_ogm_text_parse_strip_trailing_zeroes),
7752         (gst_ogm_parse_data_packet), (gst_ogm_parse_chain),
7753         (gst_ogm_parse_sink_event), (gst_ogm_parse_change_state):
7754           Refactor ogm parse, do better input checking, misc. clean-ups.
7755           Cache incoming events and push them once the source pad has
7756           been created. Don't pass unterminated strings to sscanf().
7757           Strip trailing zeroes from subtitle text output, since they
7758           are not valid UTF-8. Don't push vorbiscomment packets on
7759           the subtitle text pad. Output perfect streams if possible.
7760
7761 2006-08-23  Wim Taymans  <wim@fluendo.com>
7762
7763         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
7764         Waits for tasks to settle down so that we clean up correctly for 
7765         valgrind.
7766
7767 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
7768
7769         * tests/check/libs/tag.c: (GST_START_TEST), (taglists_are_equal):
7770           Unit test fixes: \377 is more likely to fit into 8 bits than \777;
7771           actually return return value in taglists_are_equal.
7772
7773 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
7774
7775         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
7776           Fix crash due to broken bitstream parsing on x86-64: can't make
7777           any assumptions about sizeof(struct) due to alignment/packing
7778           differences on different architectures. Fixes #351790.
7779
7780 2006-08-22  Wim Taymans  <wim@fluendo.com>
7781
7782         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
7783         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
7784         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
7785         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
7786         (gst_riff_parse_info):
7787         Protect public functions against bad input.
7788         Do some cleanups.
7789         Fix documentation.
7790
7791 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
7792
7793         * gst-libs/gst/riff/riff-ids.h:
7794         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
7795           Add voxware audio IDs (even if we can't play it) (#351795).
7796
7797 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
7798
7799         * gst-libs/gst/riff/riff-media.c:
7800         (gst_riff_create_video_template_caps),
7801         (gst_riff_create_audio_template_caps),
7802         (gst_riff_create_iavs_template_caps):
7803           Const-ify some arrays and use G_N_ELEMENTS instead
7804           of wasting oodles of RAM on terminator bits.
7805
7806 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
7807
7808         * gst-libs/gst/tag/gstvorbistag.c:
7809         (gst_tag_list_to_vorbiscomment_buffer):
7810         * tests/check/libs/tag.c: (GST_START_TEST):
7811           And the same for _to_vorbiscomment_buffer(): allow
7812           id_data_len == 0 for speex.
7813
7814 2006-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
7815
7816         * configure.ac:
7817         * docs/plugins/Makefile.am:
7818         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7819         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7820         * docs/plugins/inspect/plugin-gdp.xml:
7821         * gst/gdp/Makefile.am:
7822         * tests/check/Makefile.am:
7823           Move GDP plugin to -base from -bad.  Closes #347783.
7824
7825 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
7826
7827         * gst-libs/gst/tag/gstvorbistag.c:
7828         (gst_tag_list_from_vorbiscomment_buffer):
7829           Allow id_data_len == 0 (needed for vorbis comments in Speex files).
7830           Also add some checks to make sure we don't memcmp() beyond the end of
7831           vorbiscomment buffer if the ID to check for is larger than the buffer.
7832
7833         * tests/check/libs/tag.c: (GST_START_TEST):
7834           Some more tests for gst_tag_list_from_vorbiscomment_buffer().
7835
7836 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
7837
7838         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1),
7839         (gst_vorbis_enc_set_metadata):
7840           Use vorbis comment utility functions from libgsttag
7841           instead of re-inventing the wheel (partially fixes #347091).
7842
7843 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
7844
7845         * tests/check/elements/audioconvert.c: (GST_START_TEST):
7846         Fix leaks. Wait for state transitions that might happen ASYNC, as well
7847         as some that won't.
7848
7849 2006-08-21  Wim Taymans  <wim@fluendo.com>
7850
7851         * docs/libs/Makefile.am:
7852         * docs/libs/gst-plugins-base-libs-sections.txt:
7853         * docs/libs/gst-plugins-base-libs.types:
7854         Don't try to GObject scan the netbuffer as it's not a GObject.
7855         Fixes #351308.
7856
7857         * gst-libs/gst/netbuffer/gstnetbuffer.c:
7858         * gst-libs/gst/netbuffer/gstnetbuffer.h:
7859         Document GstNetBuffer.
7860
7861 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
7862
7863         * tests/check/elements/audioconvert.c: (GST_START_TEST),
7864         (audioconvert_suite):
7865           Add testcase for caps-size-explosion
7866
7867 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
7868
7869         * gst/audioconvert/gstaudioconvert.c:
7870         (gst_audio_convert_get_unit_size), (set_structure_widths):
7871           Lower debug, use g_assert in _get_unit_size
7872
7873         * gst/audioresample/gstaudioresample.c:
7874         (audioresample_get_unit_size):
7875         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7876         (gst_ffmpegcsp_get_unit_size):
7877         * gst/videoscale/gstvideoscale.c: (gst_video_scale_get_unit_size):
7878           use g_assert in _get_unit_size
7879
7880 2006-08-18  Wim Taymans  <wim@fluendo.com>
7881
7882         * docs/libs/gst-plugins-base-libs-sections.txt:
7883         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_set_packet_len),
7884         (gst_rtp_buffer_pad_to), (gst_rtp_buffer_get_payload_subbuffer),
7885         (gst_rtp_buffer_get_payload_buffer):
7886         * gst-libs/gst/rtp/gstrtpbuffer.h:
7887         Document GstRTPBuffer.
7888         Added function to efficiently strip payload headers.
7889         API: gst_rtp_buffer_get_payload_subbuffer()
7890
7891 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
7892
7893         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
7894         (gst_tag_to_vorbis_comments):
7895           Serialise unknown vorbis comments into GST_TAG_EXTENDED_COMMENT
7896           tags and deserialise them properly as well (#347091).
7897           Add some more gtk-doc blurbs and also some g_return_if_fail().
7898
7899         * tests/check/libs/tag.c: (GST_START_TEST),
7900         (back_to_vorbis_comments), (taglists_are_equal), (tag_suite):
7901           More tests.
7902
7903 2006-08-17  Wim Taymans  <wim@fluendo.com>
7904
7905         * ext/ogg/Makefile.am:
7906         * ext/ogg/gstogg.c: (plugin_init):
7907         * ext/ogg/gstoggaviparse.c: (gst_ogg_avi_parse_get_type),
7908         (gst_ogg_avi_parse_base_init), (gst_ogg_avi_parse_class_init),
7909         (gst_ogg_avi_parse_init), (gst_ogg_avi_parse_finalize),
7910         (gst_ogg_avi_parse_setcaps), (gst_ogg_avi_parse_event),
7911         (gst_ogg_avi_parse_push_packet), (gst_ogg_avi_parse_chain),
7912         (gst_ogg_avi_parse_change_state), (gst_ogg_avi_parse_plugin_init):
7913         Added ogg-in-avi parser element. Fixes #140139.
7914
7915         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
7916         Fixed a bug in oggdemux debug code.
7917
7918         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
7919         (gst_riff_create_audio_template_caps):
7920         Recognise Ogg in the AVI extensible wave format.
7921
7922 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
7923
7924         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
7925           Make buffer durations add up (duration should be next_ts-ts for
7926           perfect streams). Fixes CD ripping to Ogg/Vorbis with vorbisenc
7927           from CVS.
7928
7929         * tests/check/libs/cddabasesrc.c: (gst_cd_foo_src_close),
7930         (test_buffer_timestamps), (cddabasesrc_suite):
7931           Add unit test for the above.
7932
7933         * tests/check/Makefile.am:
7934           Don't know why cddabasesrc test was in VALGRIND_TO_FIX, remove
7935           to see what happens.
7936
7937 2006-08-16  Wim Taymans  <wim@fluendo.com>
7938
7939         * ext/alsa/gstalsasink.c: (gst_alsasink_set_property),
7940         (gst_alsasink_open):
7941         * ext/alsa/gstalsasrc.c: (gst_alsasrc_set_property),
7942         (gst_alsasrc_open):
7943         Avoid setting and using a NULL device name.
7944         Print more info when we fail to open a device.
7945
7946 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
7947
7948         * docs/libs/gst-plugins-base-libs-sections.txt:
7949         * gst-libs/gst/tag/tag.h:
7950         * gst-libs/gst/tag/tags.c: (gst_tag_parse_extended_comment):
7951           API: add gst_tag_parse_extended_comment() (#351426).
7952
7953         * tests/check/Makefile.am:
7954         * tests/check/libs/.cvsignore:
7955         * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite), (main):
7956           Add unit test for gst_tag_parse_extended_comment().
7957
7958 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
7959
7960         * sys/ximage/ximagesink.c: (gst_ximagesink_get_property):
7961         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_property):
7962           Fix leak (#351502).
7963
7964 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
7965
7966         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7967         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7968         * docs/plugins/gst-plugins-base-plugins.args:
7969         * gst/playback/gstplaybin.c:
7970           Document playbin.
7971           
7972         * docs/plugins/inspect/plugin-adder.xml:
7973         * docs/plugins/inspect/plugin-alsa.xml:
7974         * docs/plugins/inspect/plugin-audioconvert.xml:
7975         * docs/plugins/inspect/plugin-audiorate.xml:
7976         * docs/plugins/inspect/plugin-audioresample.xml:
7977         * docs/plugins/inspect/plugin-audiotestsrc.xml:
7978         * docs/plugins/inspect/plugin-cdparanoia.xml:
7979         * docs/plugins/inspect/plugin-decodebin.xml:
7980         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
7981         * docs/plugins/inspect/plugin-gnomevfs.xml:
7982         * docs/plugins/inspect/plugin-ogg.xml:
7983         * docs/plugins/inspect/plugin-pango.xml:
7984         * docs/plugins/inspect/plugin-playbin.xml:
7985         * docs/plugins/inspect/plugin-subparse.xml:
7986         * docs/plugins/inspect/plugin-tcp.xml:
7987         * docs/plugins/inspect/plugin-theora.xml:
7988         * docs/plugins/inspect/plugin-typefindfunctions.xml:
7989         * docs/plugins/inspect/plugin-video4linux.xml:
7990         * docs/plugins/inspect/plugin-videorate.xml:
7991         * docs/plugins/inspect/plugin-videoscale.xml:
7992         * docs/plugins/inspect/plugin-videotestsrc.xml:
7993         * docs/plugins/inspect/plugin-volume.xml:
7994         * docs/plugins/inspect/plugin-vorbis.xml:
7995         * docs/plugins/inspect/plugin-ximagesink.xml:
7996         * docs/plugins/inspect/plugin-xvimagesink.xml:
7997           Update to CVS version.
7998
7999 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
8000
8001         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
8002         (gst_play_bin_set_property), (gst_play_bin_get_property),
8003         (value_list_append_structure_list),
8004         (gst_play_bin_handle_redirect_message),
8005         (gst_play_bin_handle_message):
8006           API: GstPlayBin::connection-speed
8007           Add "connection-speed" property; re-order redirect messages with
8008           multiple redirect locations depending on the minimum bitrate if
8009           that information is available and a connection speed is set
8010           (#350399).
8011
8012 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
8013
8014         * gst/playback/gstplaybin.c:
8015           Update max volume to the same value that the volume element uses.
8016
8017 2006-08-14  Wim Taymans  <wim@fluendo.com>
8018
8019         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
8020         Less uglyness..
8021
8022 2006-08-14  Wim Taymans  <wim@fluendo.com>
8023
8024         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
8025         (gst_ogg_demux_get_next_page), (gst_ogg_demux_perform_seek),
8026         (gst_ogg_demux_read_chain), (gst_ogg_demux_loop):
8027         Add some more debug info.
8028         Don't crash when a seek failed.
8029         Actually return the result of the seek instead of TRUE.
8030         Ignore multiple BOS pages with the same serial so that we don't create
8031         the same stream multiple times.
8032         Post an error when we fail to do the initial seek.
8033
8034 2006-08-13  Wim Taymans  <wim@fluendo.com>
8035
8036         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
8037         (gst_alsa_detect_channels), (gst_alsa_probe_supported_formats):
8038         Small code cleanup.
8039
8040         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
8041         (gst_alsa_mixer_new):
8042         Remove hack that always set the device to hw:0*.
8043         Properly find the card name for whatever device was configured.
8044         Do some better debugging.
8045         Fixes #350784.
8046
8047         * ext/alsa/gstalsamixerelement.c:
8048         (gst_alsa_mixer_element_set_property),
8049         (gst_alsa_mixer_element_change_state):
8050         Cleanups.
8051         Handle setting of a NULL device name better.
8052
8053 2006-08-11  Wim Taymans  <wim@fluendo.com>
8054
8055         * gst/adder/gstadder.c:
8056         Don't clip float values. Fixes #350900.
8057
8058 2006-08-11  Andy Wingo  <wingo@pobox.com>
8059
8060         * gst/tcp/gsttcp.c: Really fix the build?
8061
8062         * gst/tcp/gsttcp.h: For now, always disable deprecation here --
8063         fixes the build.
8064
8065 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
8066
8067         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes):
8068           Float caps shouldn't have a "signed" field.
8069
8070 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
8071
8072         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query):
8073           Implement SEEKING query in its most basic form, so that we can
8074           at least check if we're seekable or not (#350655).
8075
8076 2006-08-09  Tim-Philipp Müller  <tim at centricular dot net>
8077
8078         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
8079           The checks here are not even close to anything that would
8080           justify MAXIMUM probability, lowering to POSSIBLE until someone
8081           fixes the checks (case at hand: quicktime redirection files
8082           might start with 00 00 01 XX and pass the checks here just
8083           fine, see #350399).
8084
8085 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
8086
8087         Patch by: Sjoerd Simons  <sjoerd at luon net>
8088
8089         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find):
8090           Better detection for multipart/x-mixed-replace: accept leading
8091           whitespaces before the boundary marker as well (as our very own
8092           multipartmux used to produce) (#349068).
8093
8094 2006-08-07  Tim-Philipp Müller  <tim at centricular dot net>
8095
8096         Patch by: Young-Ho Cha  <ganadist at chollian net>
8097
8098         * gst-libs/gst/riff/riff-ids.h:
8099         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
8100         (gst_riff_create_audio_template_caps):
8101           Detect DTS audio streams (#350157).
8102
8103 2006-08-05  Andy Wingo  <wingo@pobox.com>
8104
8105         * ext/theora/gsttheoraparse.h:
8106         * ext/theora/theoraparse.c (gst_theora_parse_class_init)
8107         (theora_parse_dispose, theora_parse_set_property)
8108         (theora_parse_get_property, theora_parse_munge_granulepos)
8109         (theora_parse_push_buffer, theora_parse_change_state):
8110         API: GstTheoraParse::synchronization-points
8111         Add a property 'synchronization-points' to fix badly synchronized oggs.
8112
8113 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
8114
8115         * tests/check/Makefile.am:
8116         * tests/check/libs/.cvsignore:
8117         * tests/check/libs/audio.c: (structure_contains_channel_positions),
8118         (fixed_caps_have_channel_positions), (GST_START_TEST),
8119         (audio_suite), (main):
8120           Add a few tests for the channel position stuff in libgstaudio.
8121
8122 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
8123
8124         * ext/alsa/gstalsa.c: (caps_add_channel_configuration),
8125         (gst_alsa_detect_channels):
8126         * ext/alsa/gstalsasink.c:
8127           Add support for cards that (only) do more than 8 channels,
8128           like the Delta 44 (#345188).
8129
8130         * gst-libs/gst/audio/multichannel.c:
8131         (gst_audio_check_channel_positions):
8132         * gst-libs/gst/audio/multichannel.h:
8133           API: add GST_AUDIO_CHANNEL_POSITION_NONE, which stands for an
8134           unspecified channel position and cannot be combined with any
8135           of the other audio channel positions; adjust position layout
8136           checks accordingly (#345188).
8137
8138 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
8139
8140         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
8141           Recognise ancient RealAudio files (see #349779).
8142
8143 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
8144
8145         Patch by: Jens Granseuer  <jensgr at gmx net>
8146
8147         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
8148           Add typefinder for Interplay's MVE format (#348973).
8149
8150 2006-08-02  Wim Taymans  <wim@fluendo.com>
8151
8152         Patch by: Marcel Moreaux <marcelm at luon dot net>
8153
8154         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8155         (gst_base_rtp_depayload_add_to_queue):
8156         * gst-libs/gst/rtp/gstbasertpdepayload.h:
8157         Handle RTP sequence number rollover.
8158         Disable jitterbuffer by default.
8159
8160 2006-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
8161
8162         * gst/audioresample/gstaudioresample.c: (audioresample_stop),
8163         (audioresample_set_caps):
8164         Don't leak references to the incoming caps. Clean them up when
8165         stopping.
8166
8167         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
8168         (gst_video_scale_finalize):
8169         Don't leak our temporary pixel buffer.
8170
8171         * tests/check/Makefile.am:
8172         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline),
8173         (GST_START_TEST), (simple_launch_lines_suite):
8174
8175         Fix leaks and re-enable the test for valgrind checking.
8176
8177 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
8178
8179         Patch by: Sjoerd Simons  <sjoerd at luon net>
8180
8181         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find),
8182         (plugin_init):
8183           Add typefind function for multipart/x-mixed-replace (#348916).
8184
8185 2006-07-28  Wim Taymans  <wim@fluendo.com>
8186
8187         * gst/adder/gstadder.c: (gst_adder_setcaps),
8188         (gst_adder_query_duration):
8189         Fix leak in duration query.
8190         Reflow some docs and notes.
8191
8192 2006-07-28  Michael Smith  <msmith@fluendo.com>
8193
8194         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST),
8195         (vorbisenc_suite):
8196           Enable Andy's extra vorbisenc test, now that it passes. Also fix one
8197           aspect of it.
8198
8199 2006-07-28  Michael Smith  <msmith@fluendo.com>
8200
8201         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps),
8202         (gst_vorbis_enc_sink_getcaps), (gst_vorbis_enc_buffer_from_packet),
8203         (gst_vorbis_enc_push_buffer),
8204         (gst_vorbis_enc_buffer_check_discontinuous),
8205         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
8206         * ext/vorbis/vorbisenc.h:
8207           Handle discontinuities in the input vorbis stream correctly,
8208           so that the output is properly timestamped (and has good granulepos
8209           values). Needs some oggmux fixes too.
8210
8211 2006-07-27  Wim Taymans  <wim@fluendo.com>
8212
8213         patch by: Kai Vehmanen <kv2004 eca cx>
8214
8215         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8216         (gst_base_rtp_depayload_chain),
8217         (gst_base_rtp_depayload_handle_sink_event),
8218         (gst_base_rtp_depayload_change_state):
8219         Don't send multiple newsegments with different formats.
8220         Fixes #348677.
8221
8222 2006-07-26  Wim Taymans  <wim@fluendo.com>
8223
8224         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
8225         (gst_ogg_demux_do_seek), (gst_ogg_demux_read_chain):
8226         Make seeking in ogg more accurate again by doing the more correct
8227         granuletime to stream time conversion.
8228
8229 2006-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
8230
8231         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
8232         (gst_multi_fd_sink_new_client):
8233           debug a little more understandably
8234           do not use goto as a substitute for break, especially if
8235           break is also being used
8236
8237 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
8238
8239         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
8240         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
8241           Remove GLib-2.6 compatibility cruft.
8242
8243 2006-07-24  Wim Taymans  <wim@fluendo.com>
8244
8245         * gst-libs/gst/audio/gstbaseaudiosink.c:
8246         (gst_base_audio_sink_render):
8247         Don't try to align a sample to an unknown value.
8248
8249 2006-07-24  Wim Taymans  <wim@fluendo.com>
8250
8251         * gst-libs/gst/audio/gstbaseaudiosink.c:
8252         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
8253         When the audio clock is slaved to another clock, never try to align
8254         samples but trust the rate interpolation algorithm.
8255
8256 2006-07-24  Wim Taymans  <wim@fluendo.com>
8257
8258         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
8259         Don't try to calculate silence samples, base class does this much
8260         better now.
8261
8262         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
8263         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps),
8264         (gst_ring_buffer_acquire):
8265         Calculate silence samples correctly.
8266
8267         * gst-libs/gst/audio/gstringbuffer.h:
8268         Add _CAST macro.
8269
8270 2006-07-22  Tim-Philipp Müller  <tim at centricular dot net>
8271
8272         * gst/typefind/gsttypefindfunctions.c: (xml_check_first_element):
8273           Limit search for the first markup tag to the first few kB of
8274           the file. If we don't find one there, it's highly unlikely that
8275           this is an XML(-ish) file.
8276
8277 2006-07-21  Andy Wingo  <wingo@pobox.com>
8278
8279         * tests/check/pipelines/theoraenc.c (test_discontinuity): Similar
8280         test to the one in vorbisenc. Also commented out.
8281
8282         * tests/check/pipelines/vorbisenc.c: 
8283         (test_discontinuity): New test, commented out until Mike lands
8284         some elite vorbisenc patches.
8285
8286         * tests/check/pipelines/theoraenc.c: Port to bufferstraw.
8287         Bufferstraw was actually factored out of these tests. Now we share
8288         code yay.
8289
8290         * configure.ac (GST_MAJORMINOR): Rev core requirements to 0.10.9.1
8291         for bufferstraw addition to gstcheck.
8292
8293 2006-07-21  Wim Taymans  <wim@fluendo.com>
8294
8295         * ext/theora/theoradec.c: (clip_buffer):
8296         Better clipping.
8297
8298 2006-07-21  Wim Taymans  <wim@fluendo.com>
8299
8300         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
8301         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
8302         (gst_audioringbuffer_release), (gst_audioringbuffer_stop):
8303         Fix leak.
8304         Avoid type casting when we can.
8305
8306         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_dispose):
8307         Fix mem leak.
8308
8309 2006-07-20  Tim-Philipp Müller  <tim at centricular dot net>
8310
8311         * ext/alsa/gstalsamixerelement.c:
8312         (gst_alsa_mixer_element_change_state):
8313           Make state change fail if the specified device can't be opened
8314           for some reason.
8315
8316 2006-07-20  Wim Taymans  <wim@fluendo.com>
8317
8318         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
8319         (cb_newpad), (main):
8320         Example of a small audio/video player using decodebin.
8321
8322 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
8323
8324         * gst-libs/gst/riff/riff-ids.h:
8325           Add 'fact' chunk id
8326
8327 2006-07-19  Wim Taymans  <wim@fluendo.com>
8328
8329         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8330         (gst_base_rtp_depayload_chain),
8331         (gst_base_rtp_depayload_change_state):
8332         Don't assert when not negotiated but post a meaningfull 
8333         error message. Fixes #347918.
8334
8335         * gst-libs/gst/rtp/gstbasertppayload.c:
8336         Add comment about better default MTU size.
8337
8338         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
8339         Small cleanups, start docs.
8340
8341 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
8342
8343         Patch by: Martin Szulecki
8344
8345         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_property):
8346           If "device-name" is requested and the device is not
8347           open, try to temporarily open it to obtain this
8348           information (#342494).
8349
8350 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
8351
8352         * gst-libs/gst/tag/gstid3tag.c:
8353           Add TSSE <=> GST_TAG_ENCODER mapping (see #347898).
8354
8355         * gst-libs/gst/tag/gsttageditingprivate.h:
8356         * gst-libs/gst/tag/gstvorbistag.c:
8357           Some more random const-ifications.
8358
8359 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
8360
8361         * gst-libs/gst/riff/riff-ids.h:
8362         * gst-libs/gst/riff/riff-media.c:
8363         (gst_riff_create_video_template_caps):
8364           Add more FOURCCs (sort list to make stuff easier to find),
8365           add comment what those 16 bytes in struct _gst_riff_strh according to
8366           one avi-dumper are
8367
8368 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
8369
8370         * gst-libs/gst/audio/multichannel.c:
8371         (gst_audio_check_channel_positions),
8372         (gst_audio_fixate_channel_positions):
8373           Const-ify two arrays.
8374
8375 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
8376
8377         * ext/alsa/gstalsa.c: (caps_add_channel_configuration):
8378           Fix typo, so that alsasink also advertises 8 channels
8379           if that's supported (tags: can, worms, open, alsa, ph34r).
8380
8381 2006-07-17  Wim Taymans  <wim@fluendo.com>
8382
8383         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
8384         (gst_ogg_pad_submit_packet), (gst_ogg_demux_read_chain):
8385         *sigh*, when is the compiler going to warn when the comments
8386         are out-of-sync with the code.. Refix case of busted theora
8387         headers with 0 granule pos.
8388
8389 2006-07-14  Wim Taymans  <wim@fluendo.com>
8390
8391         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8392         (gst_base_rtp_depayload_wait),
8393         (gst_base_rtp_depayload_change_state),
8394         (gst_base_rtp_depayload_set_property),
8395         (gst_base_rtp_depayload_get_property):
8396         Fix 99% cpu load by waiting for absolute times on the
8397         clock. Fixes #347300.
8398
8399 2006-07-14  Andy Wingo  <wingo@pobox.com>
8400
8401         * ext/theora/gsttheoraparse.h: 
8402         * ext/theora/theoraparse.c (theora_parse_drain_event_queue)
8403         (theora_parse_push_headers, theora_parse_clear_queue)
8404         (theora_parse_drain_queue_prematurely, )
8405         (theora_parse_sink_event, theora_parse_change_state): Queue events
8406         until we initialized our state, like in vorbisparse.
8407
8408         * ext/vorbis/vorbisparse.h: 
8409         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_event_queue)
8410         (vorbis_parse_push_headers, vorbis_parse_clear_queue)
8411         (vorbis_parse_drain_queue_prematurely, )
8412         (vorbis_parse_sink_event, vorbis_parse_change_state): Queue events
8413         until we have initialized our state. Fixes seeking after an
8414         initial pad block.
8415
8416 2006-07-14  Andy Wingo  <wingo@pobox.com>
8417
8418         Patch by: Iain Holmes <iaingnome@gmail.com>
8419         
8420         * ext/ogg/gstoggdemux.c (gst_ogg_demux_finalize): Fix memleak.
8421
8422 2006-07-14  Jan Schmidt  <thaytan@mad.scientist.com>
8423
8424         * configure.ac:
8425         Bump nano back to CVS
8426
8427 === release 0.10.9 ===
8428
8429 2006-07-13  Jan Schmidt <thaytan@mad.scientist.com>
8430
8431         * configure.ac:
8432           releasing 0.10.9, "I walk the line"
8433
8434 2006-07-14  Michael Smith  <msmith@fluendo.com>
8435
8436         * tests/check/pipelines/vorbisenc.c: (stop_pipeline):
8437           Move a g_cond_signal to earlier to avoid sometimes deadlocking
8438           (commonly happens when running this test under valgrind) when trying
8439           to remove the buffer probe.
8440
8441 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
8442
8443         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
8444         Fix missing g_unlock from the previous commit
8445
8446 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
8447
8448         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
8449         (gst_ximagesink_change_state):
8450         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
8451         (gst_xvimagesink_change_state):
8452         Implement a locking order to ensure we always take the object lock
8453         before the x_lock and never vice-versa.
8454
8455 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
8456
8457         * gst/playback/gstdecodebin.c: (find_compatibles):
8458         Fix a caps leak when linking (#347304)
8459
8460         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
8461         (gst_ximagesink_ximage_destroy), (gst_ximagesink_xcontext_clear),
8462         (gst_ximagesink_change_state):
8463         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
8464         (gst_xvimage_buffer_finalize), (gst_xvimagesink_check_xshm_calls),
8465         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
8466         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_change_state):
8467         Don't leak shared memory resources. Use the object lock to protect
8468         against the xcontext disappearing while returning a buffer from the
8469         pipeline. (#347304)
8470
8471 2006-07-12  Edward Hervey  <edward@fluendo.com>
8472
8473         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize),
8474         (vorbis_handle_comment_packet):
8475         gst_tag_list_merge() returns a new object. Take that into account when
8476         using it. This avoids memleak.
8477         Revert previous commit which is not needed.
8478
8479 2006-07-12  Edward Hervey  <edward@fluendo.com>
8480
8481         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize):
8482         Reset the decoder in finalize so that all fields get cleared.
8483
8484 2006-07-12  Wim Taymans  <wim@fluendo.com>
8485
8486         * gst-libs/gst/audio/gstbaseaudiosrc.c:
8487         (gst_base_audio_src_set_clock),
8488         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create):
8489         Don't try to post an error message when setting the clock fails
8490         as this can happen when adding an element to a bin which will then
8491         deadlock. Fixes #347296.
8492
8493 2006-07-12  Edward Hervey  <edward@fluendo.com>
8494
8495         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
8496         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
8497         (vorbis_handle_type_packet):
8498         Post tag messages on the bus even if we're not initialized.
8499         If we're not initialized, we still postpone the event pushing of tags.
8500
8501 2006-07-12  Wim Taymans  <wim@fluendo.com>
8502
8503         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
8504         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
8505         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
8506         Revert last two changes that broke the freeze.
8507
8508 2006-07-12  Wim Taymans  <wim@fluendo.com>
8509
8510         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
8511         basesink calculates silence sample correctly for us.
8512
8513 2006-07-12  Wim Taymans  <wim@fluendo.com>
8514
8515         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
8516         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
8517         Calculate correct silence samples so we don't fill our ringbuffer
8518         with noise.
8519
8520 2006-07-12  Edward Hervey  <edward@fluendo.com>
8521
8522         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
8523         (gst_vorbis_dec_reset), (vorbis_dec_sink_event),
8524         (vorbis_handle_comment_packet), (vorbis_handle_type_packet):
8525         * ext/vorbis/vorbisdec.h:
8526         Delay sending events (newsegment, tags) until the decoder is properly
8527         initialized.
8528         Fixes #347295
8529
8530 2006-07-11  Jan Schmidt  <thaytan@mad.scientist.com>
8531
8532         * tests/check/elements/audioconvert.c: (get_float_mc_caps),
8533         (get_int_mc_caps), (GST_START_TEST), (audioconvert_suite):
8534           Patch from #347221 adding a test for audioconvert
8535           channel remappings.
8536
8537 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
8538
8539         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
8540         (gst_ssa_parse_parse_line):
8541           Don't include the terminating NUL in the buffer size,
8542           it's only there for extra paranoia (would add random
8543           '*' characters at the end of each subtitle since the
8544           terminator itself is not valid UTF-8 technically).
8545           Also fix indenting after boilerplate macro.
8546
8547 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
8548
8549         * gst/playback/gstdecodebin.c: (close_pad_link):
8550           Also emit 'unknown-type' signal (which should really be
8551           called unhandled-type) if we found potential decoders/demuxers
8552           in the registry but none of them worked in the end (as in the
8553           case where the plugins don't exist any longer but are still
8554           listed in the registry). Fixes #329798.
8555
8556 2006-07-08  Andy Wingo  <wingo@pobox.com>
8557
8558         * theoraparse.c (theora_parse_push_buffer)
8559         (theora_parse_drain_queue_prematurely, theora_parse_drain_queue):
8560         Add some more debugging. Fix granulepos reconstruction in the face
8561         of discontinuities.
8562
8563 2006-07-06  Wim Taymans  <wim@fluendo.com>
8564
8565         * gst-libs/gst/audio/gstbaseaudiosink.c:
8566         (gst_base_audio_sink_class_init),
8567         (gst_base_audio_sink_provide_clock):
8568         Use gobject_class instead of G_OBJECT_CLASS (klass)
8569
8570         * gst-libs/gst/audio/gstbaseaudiosrc.c:
8571         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
8572         (gst_base_audio_src_set_clock), (gst_base_audio_src_provide_clock),
8573         (gst_base_audio_src_get_time),
8574         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create),
8575         (gst_base_audio_src_create_ringbuffer):
8576         Fix latency and buffer-time constants and properties ala basesink.
8577         Implement pull based scheduling. Fixes #346527.
8578         Set default blocksize in GstBaseSrc to 0, we default to pushing out
8579         one segment.
8580         Refuse slaving to another clock instead of silently not working.
8581         Only provide a clock when we are actually able to do so.
8582         Various small cleanups and compiler hints.
8583
8584 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
8585
8586         Patch by: Lutz Mueller <lutz at topfrose de>
8587
8588         * gst/typefind/gsttypefindfunctions.c: (html_type_find),
8589         (plugin_init):
8590           Add typefinding for text/html (#346581).
8591
8592 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
8593
8594         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
8595         (xml_check_first_element), (xml_type_find), (smil_type_find):
8596           Fix SMIL typefinding, make xml_check_first_element() more
8597           useful.
8598
8599 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
8600
8601         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
8602         (gst_play_base_bin_finalize), (decodebin_element_added_cb),
8603         (decodebin_element_removed_cb), (gst_play_base_bin_set_property):
8604         * gst/playback/gstplaybasebin.h:
8605           Protect list of elements with a subtitle-encoding property and
8606           the subtitle encoding member itself with a lock of their own
8607           instead of using the object lock. This prevents a dead-lock in
8608           the element-remove callback in some circumstances when shutting
8609           down playbin.
8610
8611 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
8612
8613         * win32/common/libgsttag.def:
8614         Export some new functions.
8615         * win32/vs6/libgstogg.dsp:
8616         Add a link to libgsttag-0.10.lib.
8617
8618 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
8619
8620         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
8621           Some const-ification.
8622
8623 2006-07-04  Wim Taymans  <wim@fluendo.com>
8624
8625         * gst/playback/gstplaybasebin.c: (is_stream), (gen_source_element):
8626         Improve checking if we are dealing with a stream. Added some
8627         more uris that need buffering.
8628
8629 2006-07-03  Edward Hervey  <edward@fluendo.com>
8630
8631         * ext/vorbis/vorbisdec.c: (vorbis_do_clip):
8632         Remove unused variable.
8633
8634 2006-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
8635
8636         * Makefile.am:
8637           include lcov.mak
8638         * configure.ac:
8639           add GCOV_LIBS to GST_LIBS
8640
8641 2006-07-02  Tim-Philipp Müller  <tim at centricular dot net>
8642
8643         Patch by: Michael Sheldon  <webmaster at mikeasoft com>
8644
8645         * ext/alsa/gstalsasrc.c:
8646           Add 32 bps to template caps and increase channels range
8647           from [1,2] to [1,MAX]. See #346326.
8648
8649 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
8650
8651         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
8652           Recognise 'WMVA' video codec fourcc (#345879).
8653           
8654 2006-06-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
8655          
8656         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
8657           Fixed nasty memory leak
8658
8659 2006-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
8660
8661         * gst/tcp/gsttcp.c: (gst_tcp_read_buffer),
8662         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps):
8663           fix logging
8664
8665 2006-06-23  Jan Schmidt  <thaytan@mad.scientist.com>
8666
8667         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
8668         (gst_decode_bin_init), (gst_decode_bin_finalize), (add_fakesink),
8669         (remove_fakesink), (pad_probe), (gst_decode_bin_change_state):
8670         Protect remove_fakesink using a mutex, so that we don't try and
8671         remove the fakesink simultaneously from multiple threads.
8672
8673         When going from READY to PAUSED, restore the fakesink, so that
8674         it is there when decodebin gets reused.
8675
8676 2006-06-23  Tim-Philipp Müller  <tim at centricular dot net>
8677
8678         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8679         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8680         * gst-libs/gst/rtp/gstbasertppayload.c:
8681         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8682         * gst/tcp/gstmultifdsink.c:
8683         * gst/tcp/gsttcpclientsink.c:
8684         * gst/tcp/gsttcpclientsrc.c:
8685         * gst/tcp/gsttcpserversink.c:
8686         * gst/tcp/gsttcpserversrc.c:
8687         * gst/videorate/gstvideorate.c:
8688         * gst/videotestsrc/gstvideotestsrc.c:
8689         * sys/v4l/gstv4ljpegsrc.c:
8690         * sys/v4l/gstv4lmjpegsink.c:
8691         * sys/v4l/gstv4lsrc.c:
8692         * tests/examples/seek/scrubby.c:
8693         * tests/examples/seek/seek.c:
8694           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503).
8695
8696 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
8697
8698         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum):
8699           Second field in GEnumValue shouldn't be a description,
8700           but a stringified version of the enum value.
8701
8702 2006-06-22  Wim Taymans  <wim@fluendo.com>
8703
8704         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
8705         (gst_ximage_buffer_free), (gst_ximagesink_ximage_put),
8706         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
8707         Avoid type checking in buffer casts.
8708         Avoid caps copy in buffer_alloc when we can.
8709         Use pad_peer_accept.
8710
8711 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
8712
8713         * gst-libs/gst/tag/tag.h:
8714           Oops, make that 'Since: 0.10.9'.
8715
8716 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
8717
8718         * docs/libs/gst-plugins-base-libs-sections.txt:
8719         * gst-libs/gst/tag/tag.h:
8720         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum),
8721         (gst_tag_image_type_get_type):
8722           API: add GstTagImageType enum to describe images contained
8723           in image tags (#345641).
8724
8725 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
8726
8727         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
8728           Fix warnings with gst-inspect: "buffers-min" property
8729           should be of G_TYPE_INT and not G_TYPE_INT64. Also fix
8730           typo in property description.
8731
8732 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
8733
8734         Patch by: Cody Russell <bratsche at gnome org>
8735
8736         * gst/audioresample/gstaudioresample.c:
8737         (gst_audioresample_class_init):
8738         * gst/playback/gststreamselector.c:
8739         (gst_stream_selector_class_init):
8740         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
8741         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
8742         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
8743         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
8744         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
8745         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
8746         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
8747         * gst/videotestsrc/gstvideotestsrc.c:
8748         (gst_video_test_src_class_init):
8749         * gst/volume/gstvolume.c: (gst_volume_class_init):
8750           Avoid unnecessary class cast check in class_init
8751           functions (#337747).
8752
8753 2006-06-21  Tim-Philipp Müller  <tim at centricular dot net>
8754
8755         * ext/pango/gsttextoverlay.c: (gst_text_overlay_make_utf8),
8756         (gst_text_overlay_video_chain):
8757           g_markup_escape_text() REALLY doesn't like non-UTF8 input
8758           and doesn't validate its input either (and neither did
8759           textoverlay it seems). Let's do that then and fix #345206.
8760
8761 2006-06-19  Wim Taymans  <wim@fluendo.com>
8762
8763         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
8764         (gst_unit_type_get_type), (gst_multi_fd_sink_class_init),
8765         (gst_multi_fd_sink_init), (gst_multi_fd_sink_add_full),
8766         (gst_multi_fd_sink_add), (gst_multi_fd_sink_handle_client_read),
8767         (find_syncframe), (find_limits), (assign_value),
8768         (count_burst_unit), (gst_multi_fd_sink_new_client),
8769         (gst_multi_fd_sink_handle_client_write),
8770         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_render),
8771         (gst_multi_fd_sink_set_property), (gst_multi_fd_sink_get_property),
8772         (gst_multi_fd_sink_change_state):
8773         * gst/tcp/gstmultifdsink.h:
8774         Added shiny new burst-on-connect methods.
8775         Add properties to control the minimal amount of data queued.
8776         Small cleanups.
8777         API: bytes-min property
8778         API: time-min property
8779         API: buffers-min property
8780         API: burst-unit property
8781         API: burst-value property
8782         API: add-full signal
8783
8784         * gst/tcp/gsttcp-marshal.list:
8785         Added new marshaller code for the new signal.
8786
8787         * tests/check/elements/multifdsink.c: (GST_START_TEST),
8788         (multifdsink_suite):
8789         Added testcases for new burst methods.
8790
8791 2006-06-19  Edward Hervey  <edward@fluendo.com>
8792
8793         * ext/theora/theoradec.c: (clip_buffer), (theora_dec_push):
8794         Implement clipping for accurate seeking.
8795         Closes #345225
8796
8797 2006-06-19  Wim Taymans  <wim@fluendo.com>
8798
8799         Patch by: Philip Jaegenstedt <philip at lysator dot liu dot se>
8800
8801         * gst/videoscale/gstvideoscale.c: (gst_video_scale_prepare_size),
8802         (gst_video_scale_transform):
8803         Make videoscale support RGBA, ARGB, BGRA and ABGR. Fixes #345131
8804
8805 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
8806
8807         * configure.ac:
8808           Fix --disable-external (can't set conditionals conditionally,
8809           #343602).
8810
8811 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
8812
8813         * tests/check/elements/audioresample.c: (test_reuse),
8814         (audioresample_suite):
8815           Add test case for bug #342789 fixed below.
8816
8817 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
8818
8819         * gst/audioresample/gstaudioresample.c:
8820         (gst_audioresample_class_init), (gst_audioresample_init),
8821         (audioresample_start), (audioresample_stop),
8822         (gst_audioresample_set_property), (gst_audioresample_get_property):
8823           Implement GstBaseTransform::start and ::stop so that audioresample
8824           can clear its internal state properly and be reused instead of
8825           causing non-negotiated errors with playbin under some circumstances
8826           (#342789).
8827
8828         * tests/check/elements/audioresample.c: (setup_audioresample),
8829         (cleanup_audioresample):
8830           Need to set element state here so that ::start and ::stop are
8831           called.
8832
8833 2006-06-16  Wim Taymans  <wim@fluendo.com>
8834
8835         Patch by: Young-Ho Cha <ganadist at chollian dot net>
8836
8837         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_vids):
8838         Parse extra data better, apparently it's right behind
8839         the normal strf header size. Fixes #343500.
8840
8841 2006-06-16  Wim Taymans  <wim@fluendo.com>
8842
8843         * ext/alsa/gstalsasink.c: (set_hwparams):
8844         If we fail to set the buffer_time and period_time alsa
8845         parameters, post a warning and leave alsa select a 
8846         default instead of failing. Fixes #342085
8847
8848 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
8849
8850         * docs/libs/gst-plugins-base-libs-sections.txt:
8851         * gst-libs/gst/cdda/gstcddabasesrc.h:
8852           Remove GST_CDDA_TAG_TRACK_TAGS again, it is #ifdef 0'ed
8853           out in the header file and shouldn't be listed in the docs.
8854
8855         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
8856           Must dereference pointer to fourcc in the debug statement.
8857
8858 2006-06-16  Stefan Kost  <ensonic@users.sf.net>
8859
8860         * docs/libs/Makefile.am:
8861         * docs/libs/gst-plugins-base-libs-docs.sgml:
8862         * docs/libs/gst-plugins-base-libs-sections.txt:
8863         * docs/libs/gst-plugins-base-libs.types:
8864         add remaining symbols into correct setions
8865         
8866         * gst-libs/gst/audio/gstringbuffer.c:
8867         fix incomplete docs
8868         
8869         * gst-libs/gst/audio/gstringbuffer.h:
8870         comment out not yet implemented function
8871         
8872         
8873         * gst-libs/gst/floatcast/floatcast.h:
8874         * gst-libs/gst/netbuffer/gstnetbuffer.c:
8875         add short descriptions
8876         
8877         
8878         * gst-libs/gst/interfaces/propertyprobe.c:
8879         fix return value docs   
8880         
8881         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
8882         simplify debug logging
8883         
8884         * gst-libs/gst/riff/riff-read.h:
8885         sync function prototype and docs
8886         
8887         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
8888         remove left over symbol
8889
8890 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
8891
8892         * autogen.sh:
8893         * configure.ac:
8894         * docs/Makefile.am:
8895           Use GST_PLUGIN_DOCS macro in configure.ac, add
8896           --enable-plugin-docs default to autogen.sh and use
8897           ENABLE_PLUGIN_DOCS conditional in Makefile.am (#344039).
8898
8899 2006-06-15  Wim Taymans  <wim@fluendo.com>
8900
8901         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
8902         (gst_ogg_demux_activate_chain), (gst_ogg_demux_combine_flows),
8903         (gst_ogg_demux_loop):
8904         Combine GstFlowReturn from the source pads to give a
8905         meaningfull result to the upstream peer or to stop the
8906         processing task in case of errors.
8907
8908 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
8909
8910         * gst/playback/gststreaminfo.c: (cb_probe):
8911           Try GST_TAG_CODEC as fallback when extracting the
8912           codec name; more debug info.
8913
8914 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
8915
8916         * ext/ogg/Makefile.am:
8917         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
8918           Extract language tags from ogm subtitle streams, so that
8919           the subtitle menu choices are labelled correctly in
8920           Totem (fixes #344708).
8921
8922 2006-06-14  Wim Taymans  <wim@fluendo.com>
8923
8924         Patch by: Alessandro Decina <alessandro at nnva dot org>
8925
8926         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_clear),
8927         (gst_ogg_mux_release_pad), (gst_ogg_mux_get_headers),
8928         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_init_collectpads),
8929         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
8930         Fix various leaks. Fixes #343699.
8931         Add x-smoke mime type.
8932
8933 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
8934
8935         * gst-libs/gst/riff/riff-ids.h:
8936           Add IDs for 'bext' chunks (see #343837).
8937
8938 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
8939
8940         Patch by: Young-Ho Cha  <ganadist at chollian net>
8941
8942         * gst/subparse/samiparse.c: (sami_context_pop_state),
8943         (handle_start_font), (end_sami_element):
8944           Honour font face tags in SAMI subtitles (#344503).
8945
8946 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
8947
8948         * po/POTFILES.in:
8949           add missing files containing translatable strings
8950
8951 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
8952
8953         * docs/libs/tmpl/.cvsignore:
8954           we don't want those *.sgml files in CVS either
8955
8956 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
8957
8958         * docs/libs/.cvsignore:
8959         * tests/check/elements/.cvsignore:
8960         * tests/check/libs/.cvsignore:
8961           ignore more
8962
8963 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
8964
8965         * docs/libs/Makefile.am:
8966           also commiting the changed Makefile.am (added more libs to the
8967           doc-build)
8968
8969 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
8970
8971         * docs/libs/gst-plugins-base-libs-docs.sgml:
8972         * docs/libs/gst-plugins-base-libs-sections.txt:
8973         * docs/libs/gst-plugins-base-libs.types:
8974           first batch of reordering things, add index & hierarchy
8975
8976 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
8977
8978         * configure.ac:
8979           use GST_PKG_CHECK_MODULES, cleans up output
8980
8981 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
8982
8983         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
8984           Add support for burn:// URIs (#343385); const-ify things a bit,
8985           use G_N_ELEMENTS instead of hard-coded array size.
8986
8987 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
8988
8989         Patch by: Young-Ho Cha  <ganadist at chollian net>
8990
8991         * gst/subparse/samiparse.c: (fix_invalid_entities), (parse_sami):
8992           Fix up broken entities before passing them to libxml *sigh*.
8993           (#343303).
8994           
8995 2006-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
8996
8997         * configure.ac:
8998           back to TRUNK
8999
9000 === release 0.10.8 ===
9001
9002 2006-06-09  Thomas Vander Stichele <thomas at apestaart dot org>
9003
9004         * configure.ac:
9005           releasing 0.10.8, "Moar gij ziet mij nie"
9006
9007 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
9008
9009         * configure.ac:
9010         * po/af.po:
9011         * po/az.po:
9012         * po/cs.po:
9013         * po/en_GB.po:
9014         * po/hu.po:
9015         * po/it.po:
9016         * po/nb.po:
9017         * po/nl.po:
9018         * po/or.po:
9019         * po/sq.po:
9020         * po/sr.po:
9021         * po/sv.po:
9022         * po/uk.po:
9023         * po/vi.po:
9024         * win32/common/config.h:
9025           0.10.7.2 prerelease
9026
9027 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
9028
9029         * docs/libs/tmpl/gstaudio.sgml:
9030         * docs/libs/tmpl/gstcolorbalance.sgml:
9031         * docs/libs/tmpl/gstmixer.sgml:
9032         * docs/libs/tmpl/gstringbuffer.sgml:
9033         * docs/libs/tmpl/gsttuner.sgml:
9034         * docs/libs/tmpl/gstxoverlay.sgml:
9035         * gst-libs/gst/audio/audio.c:
9036         * gst-libs/gst/audio/gstringbuffer.c:
9037         * gst-libs/gst/interfaces/colorbalance.c:
9038         * gst-libs/gst/interfaces/mixer.c:
9039         * gst-libs/gst/interfaces/tuner.c:
9040         * gst-libs/gst/interfaces/xoverlay.c:
9041           move last template doc snippets to source code and delete them
9042
9043 2006-06-06  Michael Smith  <msmith@fluendo.com>
9044
9045         * ext/theora/theoraparse.c: (theora_parse_drain_queue_prematurely),
9046         (theora_parse_drain_queue):
9047           Mark DELTA_UNIT on non-keyframes.
9048
9049 2006-06-03  Jan Schmidt  <thaytan@mad.scientist.com>
9050
9051         * gst-libs/gst/audio/gstbaseaudiosink.c:
9052         (gst_base_audio_sink_class_init), (gst_base_audio_sink_setcaps):
9053         * gst-libs/gst/audio/gstbaseaudiosink.h:
9054         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps),
9055         (gst_ring_buffer_samples_done):
9056         * gst-libs/gst/audio/gstringbuffer.h:
9057         Document better the fact that latency_time and buffer_time are values
9058         stored in microseconds, and not the usual GStreamer nanoseconds.
9059         Change the variables (compatibly) that store them from GstClockTime 
9060         to guint64 to make it more clear that they're not storing clock times.
9061         Also, remove the bogus property description that says the user can
9062         specify -1 to get the default value, since that's never been the case.
9063
9064         When computing the default segment size for the ring buffer, make it
9065         an integer number of samples.
9066
9067         When the sub-class indicates a delay greater than the number of
9068         samples we've written return 0 from the audio sink get_time method.
9069
9070 2006-06-02  Michael Smith  <msmith@fluendo.com>
9071
9072         * tests/check/elements/audioconvert.c: (set_channel_positions),
9073         (get_float_mc_caps), (get_int_mc_caps):
9074         * tests/check/elements/audioresample.c:
9075         * tests/check/elements/audiotestsrc.c: (GST_START_TEST):
9076         * tests/check/elements/videorate.c:
9077         * tests/check/elements/videotestsrc.c: (GST_START_TEST):
9078         * tests/check/elements/volume.c:
9079         * tests/check/elements/vorbisdec.c:
9080         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
9081           Don't busy-wait in tests; this was causing test timeouts very
9082           frequently when running under valgrind.
9083
9084 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
9085
9086         * gst/tcp/README:
9087         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_init),
9088         (gst_multi_fd_sink_remove_client_link),
9089         (gst_multi_fd_sink_client_queue_caps),
9090         (gst_multi_fd_sink_client_queue_buffer),
9091         (gst_multi_fd_sink_handle_client_write),
9092         (gst_multi_fd_sink_render):
9093         * gst/tcp/gstmultifdsink.h:
9094           make multifdsink properly deal with streamheader:
9095           - streamheader is taken from caps
9096           - buffers marked with IN_CAPS are not sent
9097           - streamheaders are sent, on connection, from the caps of the
9098             buffer where the client gets positioned to
9099           - further streamheader changes are done every time the client
9100             will receive a buffer with different caps
9101         * tests/check/elements/multifdsink.c: (GST_START_TEST),
9102         (gst_multifdsink_create_streamheader):
9103           add tests for this
9104
9105 2006-06-02  Michael Smith  <msmith@fluendo.com>
9106
9107         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
9108           Reinstate limit on channel count. Vorbis does not define the meaning
9109           of > 6 channels, so they're just independent channels. Gstreamer
9110           currently has no mechanism to represent N independent channels.
9111
9112 2006-06-02  Michael Smith  <msmith@fluendo.com>
9113
9114         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
9115           Don't arbitrarily restrict channel counts and rate in vorbis.
9116           In terms of effects likely on real-world files, this fixes 96kHz
9117           playback of vorbis.
9118
9119 2006-06-02  Michael Smith  <msmith@fluendo.com>
9120
9121         * gst/audioconvert/audioconvert.c: (float):
9122           More correct float->int conversion.
9123
9124 2006-06-02  Michael Smith  <msmith@fluendo.com>
9125
9126         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_perform_seek):
9127           Don't accidently send GST_CLOCK_TIME_NONE as a new segment start
9128           value. Fixes g-critical on trying to play back ogg containing
9129           unknown codec.
9130
9131 2006-06-02  Wim Taymans  <wim@fluendo.com>
9132
9133         * gst/playback/gstplaybasebin.c: (group_create), (group_commit),
9134         (setup_source):
9135         * gst/playback/gstplaybasebin.h:
9136         Make the subtitle detection work from any thread so we don't
9137         deadlock. Fixes #343397.
9138
9139 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
9140
9141         * gst/volume/Makefile.am:
9142           Seriously, it's not *that* hard to get compilation right.  Even
9143           a drunk can do it ! Add LIBOIL CFLAGS and LIBS
9144
9145 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
9146
9147         * gst/volume/gstvolume.c: (volume_choose_func),
9148         (volume_update_real_volume), (gst_volume_class_init),
9149         (gst_volume_init), (volume_process_float), (volume_process_int16),
9150         (volume_process_int16_clamp), (volume_set_caps),
9151         (volume_transform_ip), (plugin_init):
9152         * gst/volume/gstvolume.h:
9153         rewrite the passthrough check, split _int16 and _int16_clamp, fix
9154         another property desc., remove unused param from process function
9155         
9156         * tests/check/elements/volume.c: (volume_suite):
9157         reactivate the passthrough test
9158
9159 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
9160
9161         * ext/alsa/gstalsamixerelement.h:
9162         * ext/alsa/gstalsamixeroptions.h:
9163         * ext/alsa/gstalsamixertrack.h:
9164         * ext/gnomevfs/gstgnomevfssink.h:
9165         * ext/gnomevfs/gstgnomevfssrc.h:
9166         * ext/theora/gsttheoradec.h:
9167         * ext/theora/gsttheoraenc.h:
9168         * ext/theora/gsttheoraparse.h:
9169         * ext/vorbis/vorbisparse.h:
9170         * gst-libs/gst/audio/gstaudioclock.h:
9171         * gst-libs/gst/audio/gstaudiofilter.h:
9172         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
9173         * gst/audioconvert/gstaudioconvert.h:
9174         * gst/audioresample/gstaudioresample.h:
9175         * gst/audiotestsrc/gstaudiotestsrc.h:
9176         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
9177         * gst/playback/gststreamselector.h:
9178         * gst/tcp/gstmultifdsink.h:
9179         * gst/tcp/gsttcpclientsink.h:
9180         * gst/tcp/gsttcpclientsrc.h:
9181         * gst/tcp/gsttcpserversink.h:
9182         * gst/tcp/gsttcpserversrc.h:
9183         * gst/videorate/gstvideorate.h:
9184         * gst/videoscale/gstvideoscale.h:
9185         * gst/videotestsrc/gstvideotestsrc.h:
9186         * gst/volume/gstvolume.h:
9187         * sys/v4l/gstv4ljpegsrc.h:
9188         * sys/v4l/gstv4lmjpegsink.h:
9189         * sys/v4l/gstv4lmjpegsrc.h:
9190         * sys/v4l/gstv4lsrc.h:
9191         * sys/ximage/ximagesink.h:
9192         * sys/xvimage/xvimagesink.h:
9193         * tests/old/testsuite/alsa/sinesrc.h:
9194         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
9195
9196 2006-05-31  Wim Taymans  <wim@fluendo.com>
9197
9198         * ext/libvisual/visual.c: (gst_visual_reset),
9199         (gst_visual_sink_setcaps), (gst_visual_sink_event),
9200         (gst_visual_src_event), (get_buffer), (gst_visual_chain):
9201         Handle DISCONT.
9202         Use running time before doing QoS.
9203         Handle mono too.
9204
9205 2006-05-31  Thomas Vander Stichele  <thomas at apestaart dot org>
9206
9207         * docs/libs/Makefile.am:
9208           set a magic variable to indicate we know the docs are incomplete
9209
9210 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
9211
9212         * win32/common/libgstvideo.def:
9213           export gst_video_calculate_display_ratio
9214         * win32/vs6/libgstvideoscale.dsp:
9215           add link to libgstvideo-0.10.lib
9216
9217 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
9218
9219         * gst/playback/gstplaybasebin.c: (gen_source_element):
9220           Throw a more comprehensible error for rtsp:// URIs (rather
9221           than erroring out with a negotiation error later on) until
9222           we fix playbin to handle rtspsrc etc.
9223
9224 2006-05-30  Wim Taymans  <wim@fluendo.com>
9225
9226         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
9227         (gst_text_overlay_text_event):
9228         Added some FIXMEs.
9229
9230 2006-05-30  Wim Taymans  <wim@fluendo.com>
9231
9232         * gst/adder/gstadder.c: (gst_adder_class_init), (gst_adder_init),
9233         (gst_adder_request_new_pad), (gst_adder_release_pad):
9234         * gst/adder/gstadder.h:
9235         Implement release_request_pad.
9236         Make padcounter atomic.
9237
9238         * tests/check/elements/adder.c: (GST_START_TEST), (adder_suite):
9239         Added check for release_pad in adder.
9240
9241 2006-05-30  Wim Taymans  <wim@fluendo.com>
9242
9243         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream):
9244         Fix build again.
9245
9246 2006-05-30  Thomas Vander Stichele  <thomas at apestaart dot org>
9247
9248         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
9249         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
9250         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
9251         (gst_ogg_pad_submit_page), (gst_ogg_chain_new_stream),
9252         (gst_ogg_demux_seek), (gst_ogg_demux_get_data),
9253         (gst_ogg_demux_get_next_page), (gst_ogg_demux_do_seek),
9254         (gst_ogg_demux_bisect_forward_serialno),
9255         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_chains),
9256         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
9257           add more debugging
9258           clean up printf formats for granulepos and serialno
9259
9260 2006-05-30  Michael Smith  <msmith@fluendo.com>
9261
9262         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
9263         (gst_vorbis_enc_class_init), (gst_vorbis_enc_dispose),
9264         (gst_vorbis_enc_generate_sink_caps), (gst_vorbis_enc_sink_getcaps),
9265         (gst_vorbis_enc_init), (gst_vorbis_enc_buffer_from_header_packet),
9266         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
9267         * ext/vorbis/vorbisenc.h:
9268           Multi-channel caps negotiation, so we can do proper multichannel
9269           vorbis encoding, negotiated through audioconvert.
9270
9271 2006-05-30  Wim Taymans  <wim@fluendo.com>
9272
9273         * tests/check/elements/adder.c: (test_event_message_received),
9274         (test_play_twice_message_received), (GST_START_TEST),
9275         (adder_suite):
9276         Added check to show that #339935 is fixed with ongoing
9277         adder and collectpads fixes.
9278
9279 2006-05-29  Wim Taymans  <wim@fluendo.com>
9280
9281         * gst/adder/gstadder.c: (gst_adder_request_new_pad):
9282         Don't leak pad name.
9283
9284 2006-05-29  Wim Taymans  <wim@fluendo.com>
9285
9286         * gst/adder/gstadder.c: (gst_adder_query_duration),
9287         (forward_event_func), (forward_event), (gst_adder_src_event):
9288         Fix adder seeking.
9289         Make query/seeking code threadsafe.
9290
9291         * tests/check/Makefile.am:
9292         * tests/check/elements/adder.c: (test_event_message_received),
9293         (GST_START_TEST), (test_play_twice_message_received):
9294         Fix adder test case.
9295
9296 2006-05-29  Tim-Philipp Müller  <tim at centricular dot net>
9297
9298         Patch by: Young-Ho Cha  <ganadist at chollian net>
9299
9300         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
9301         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
9302         (set_encoding_element), (decodebin_element_added_cb),
9303         (decodebin_element_removed_cb), (setup_subtitle), (setup_source),
9304         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
9305         * gst/playback/gstplaybasebin.h:
9306           Add 'subtitle-encoding' property to playbin, so applications can
9307           force a subtitle encoding for non-UTF8 subtitles (#342268).
9308
9309         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init),
9310         (gst_sub_parse_set_property):
9311           Rename recently-added 'encoding' property to 'subtitle-encoding'
9312           (so it can be proxied by playbin/decodebin in a generic way
9313           with less danger of false positives).
9314
9315 2006-05-29  Michael Smith  <msmith@fluendo.com>
9316
9317         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
9318         (append_with_other_format), (set_structure_widths),
9319         (gst_audio_convert_transform_caps):
9320           Patch from #341562: give more specific audio caps in get_caps, so
9321           that basetransform  can make better decisions on what caps to
9322           negotiate.
9323
9324 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
9325
9326         * tests/check/elements/volume.c:
9327         make it compile again
9328
9329 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
9330
9331         * tests/check/elements/volume.c: (volume_suite):
9332         disable test until #343196 gets resolved
9333
9334 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
9335
9336         * gst/adder/gstadder.c: (gst_adder_get_type):
9337         Make it easier to copy&paste
9338         
9339         * gst/volume/Makefile.am:
9340         * gst/volume/gstvolume.c: (volume_update_real_volume),
9341         (gst_volume_set_volume), (gst_volume_set_mute),
9342         (gst_volume_class_init), (volume_process_int16), (volume_set_caps),
9343         (volume_transform_ip), (volume_update_mute),
9344         (volume_update_volume):
9345         * gst/volume/gstvolume.h:
9346         Add own debug category, move duplicate code to helper function, fix
9347         property texts, add more comments and prepare ffor liboil-goodness
9348         
9349         * tests/check/Makefile.am:
9350         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
9351         add test for mute and passtrough case, be a bit more verbose to track
9352         failure
9353         
9354         * tests/check/generic/states.c: (GST_START_TEST):
9355         catch elements that fail to instantiate
9356
9357 2006-05-28  Edward Hervey  <edward@fluendo.com>
9358
9359         * tests/check/pipelines/simple-launch-lines.c:
9360         * tests/check/pipelines/theoraenc.c:
9361         * tests/check/pipelines/vorbisenc.c:
9362         Comment out tests using parse_launch() if core was built without
9363         parsing capabilities.
9364
9365 2006-05-27  Edward Hervey  <edward@fluendo.com>
9366
9367         * tests/check/Makefile.am:
9368         Extra bonus points for whoever explains to ensonic that you are meant
9369         to test unit tests thoroughly before commiting them, especially if
9370         you know it's going to break.
9371         De-activated element/adder tests.
9372
9373 2006-05-27  Edward Hervey  <edward@fluendo.com>
9374
9375         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9376         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps):
9377         Marking caps conversion issues as GST_WARNING is way too verbose,
9378         Moving them to GST_LOG.
9379
9380 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
9381
9382         * README:
9383           Replace current README (containing the release notes from
9384           some 0.9.x version) with a proper README taken from the core.
9385
9386 2006-05-26  Wim Taymans  <wim@fluendo.com>
9387
9388         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
9389         (vorbis_dec_src_event), (vorbis_dec_sink_event), (vorbis_do_clip),
9390         (vorbis_dec_push), (vorbis_handle_data_packet), (vorbis_dec_chain),
9391         (vorbis_dec_change_state):
9392         Small cleanups.
9393         Add some FIXMEs
9394         Clip output samples to segment boundaries.
9395
9396 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
9397
9398         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
9399         (gst_ximagesink_xcontext_get), (gst_ximagesink_show_frame):
9400         Improve the errors produced on bad output, including some human
9401         readable description strings.
9402         Handle the (theoretical for ximagesink) case where the XServer 
9403         has a different idea about the size required for a particular 
9404         frame and gives us too small a memory allocation.
9405
9406 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
9407
9408         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
9409         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
9410         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
9411         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
9412         Improve the errors produced on bad output, including some human 
9413         readable description strings.
9414         Handle RGB Xv formats properly by transforming them into our 
9415         big-endian caps description.
9416         Use gst_caps_truncate to ensure that we never try and choose a
9417         non-fixed caps in buffer_alloc.
9418         Handle the case where the XServer has a different idea about the size
9419         required for a particular frame and gives us too small a memory
9420         allocation.
9421         Use -1 to indicate 'no image format', because 0 is a valid XServer
9422         image format number.
9423         Put RGB Xv formats at the end of the caps, so that we always prefer
9424         YUV format frames.
9425         Iterate the available Xv Encodings to determine the maximum width and
9426         height, and then return that in our caps.
9427         (Closes #315312, #337544)
9428
9429 2006-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
9430
9431         * gst/playback/gstdecodebin.c: (remove_fakesink), (pad_probe):
9432         When there is only one unfinished pad and it receives an event that
9433         doesn't match our requirements, we need to set alldone=FALSE so that
9434         the fakesink is not removed yet.
9435
9436 2006-05-25  Tim-Philipp Müller  <tim at centricular dot net>
9437
9438         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
9439           Use gst_type_find_helper_for_buffer() to find the type
9440           of stream from the first packet.
9441
9442         * configure.ac:
9443           Bump requirements to core CVS (needed for vorbis
9444           typefinding to work).
9445
9446 2006-05-24  Edward Hervey  <edward@fluendo.com>
9447
9448         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): 
9449         Added the 'prfl' atom type which MQV (no, it's not a typo) files
9450         contain.  Else they play perfectly fine with qtdemux.
9451
9452 2006-05-23  Stefan Kost  <ensonic@users.sf.net>
9453
9454         * ext/theora/theoradec.c:
9455         * ext/theora/theoraenc.c:
9456         * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
9457         * gst/audiorate/gstaudiorate.c:
9458           make more debug catagories static
9459         
9460         * tests/check/Makefile.am:
9461         * tests/check/elements/adder.c: (message_received),
9462         (test_event_message_received), (GST_START_TEST),
9463         (test_play_twice_message_received), (adder_suite):
9464           added test case for using element twice, extra bonus points for anyone
9465           who can make these test run reliably
9466
9467 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
9468
9469         * ext/theora/theoradec.c: (theora_dec_chain):
9470           Make work with time-stamped input buffers that do not
9471           have a granulepos in BUFFER_OFFSET_END (like theora
9472           buffers coming from matroskademux). Fixes #342448.
9473
9474 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
9475
9476         Patch by: Peter Kjellerstedt  <pkj at axis com>
9477
9478         * gst/tcp/Makefile.am:
9479           fdstresstest doesn't need Gtk+, fix compilation if 
9480           gtk is not available (#342566).
9481
9482 2006-05-19 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
9483          
9484         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
9485           80 line columns
9486           Removed redundant floor()
9487
9488 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
9489
9490         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
9491           On second thought, just skip JUNK chunks automatically, so
9492           the caller doesn't have to handle this. Fixes #342345.
9493           Also, return GST_FLOW_UNEXPECTED if we get a short read,
9494           not GST_FLOW_ERROR.
9495
9496 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
9497
9498         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
9499           Don't bail out on JUNK chunks with a size of 0 (would try to
9500           pull_range 0 bytes before, which sources don't like too much).
9501           See #342345.
9502
9503 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
9504
9505         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
9506         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
9507         Use the gstutil scaling function to preserve 64 bits while calculating
9508         output width and height from the display-aspect-ratio. (A continuation
9509         of #341542)
9510
9511 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
9512
9513         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
9514         (gst_xvimagesink_buffer_alloc):
9515         * sys/xvimage/xvimagesink.h:
9516         When performing buffer allocations, remember the caps and image format
9517         we return so that if the same caps are asked for next time we can
9518         return them immediately without doing any caps intersections.
9519
9520 2006-05-18 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
9521          
9522         * gst-libs/gst/rtp/README:
9523           Some new documentation
9524         * gst-libs/gst/rtp/gstrtpbuffer.h:       
9525           Added GST_RTP_PAYLOAD_DYNAMIC_STRING for use by children       
9526         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
9527         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:     
9528           New RTP audio base payloader class. Supports frame or sample based
9529           codecs.  Not enabled in Makefile.am until approved.
9530
9531 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
9532
9533         * tests/check/elements/alsa.c: (test_device_property_probe):
9534           Fix test case: don't try to free NULL GValueArray when there
9535           are no devices.
9536
9537 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
9538
9539         * tests/check/Makefile.am:
9540         * tests/check/elements/alsa.c: (test_device_property_probe),
9541         (alsa_suite), (main):
9542           Add simple test that runs a device property probe on alsasrc,
9543           alsasink and alsamixer. Disable valgrind check for now (too
9544           many leaks in libasound, and valgrind ignored my suppressions
9545           additions).
9546
9547 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
9548
9549         * ext/alsa/gstalsadeviceprobe.c: (gst_alsa_get_device_list),
9550         (gst_alsa_device_property_probe_probe_property),
9551         (gst_alsa_device_property_probe_needs_probe),
9552         (gst_alsa_device_property_probe_get_values),
9553         (gst_alsa_type_add_device_property_probe_interface):
9554         * ext/alsa/gstalsadeviceprobe.h:
9555         * ext/alsa/gstalsamixerelement.c:
9556         (gst_alsa_mixer_element_init_interfaces):
9557         * ext/alsa/gstalsamixerelement.h:
9558           Clean up and simplify alsa device probing. Make it actually work
9559           for multiple classes. Don't cache results any longer.
9560
9561         * ext/alsa/gstalsasink.c: (gst_alsasink_init_interfaces),
9562         (gst_alsasink_init):
9563         * ext/alsa/gstalsasrc.c: (gst_alsasrc_dispose),
9564         (gst_alsasrc_interface_supported), (gst_implements_interface_init),
9565         (gst_alsasrc_init_interfaces), (gst_alsasrc_set_property):
9566           Make alsasink and alsasrc implement the GstPropertyProbe interface
9567           for device probing (#342181).
9568           Patch by: Martin Szulecki  <gnomebugzilla at sukimashita com>
9569
9570 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
9571
9572         * gst/subparse/samiparse.c: (handle_start_font):
9573           Don't ignore return value of strtol (++compiler_happiness).
9574
9575 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
9576
9577         Patch by: Young-Ho Cha  <ganadist chollian net>
9578
9579         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
9580         (gst_sub_parse_class_init), (gst_sub_parse_init),
9581         (gst_sub_parse_set_property), (gst_sub_parse_get_property),
9582         (convert_encoding):
9583         * gst/subparse/gstsubparse.h:
9584           Add 'encoding' property (#341681).
9585
9586         * gst/subparse/samiparse.c: (characters_sami):
9587           Output is pango markup, so we need to escape text
9588           between tags (#342143).
9589
9590 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
9591
9592         * gst-libs/gst/audio/multichannel.c:
9593         (gst_audio_check_channel_positions):
9594           It's okay to have caps with channels=1 and a channel position
9595           different from GST_AUDIO_CHANNEL_POSITION_FRONT_MONO
9596           (deinterleavers might want to keep the position in the caps,
9597           so that they can be re-interleaved again properly later).
9598           Leave check for unexpected 2-channel layouts intact for now.
9599
9600 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9601
9602         * gst/tcp/gsttcp.c: (gst_tcp_socket_read):
9603         Return GST_FLOW_UNEXPECTED when we have an eos on the socket so
9604         basesrc can do its job correctly.
9605
9606 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
9607
9608         * ext/alsa/Makefile.am:
9609         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
9610         (gst_alsa_detect_formats), (get_channel_free_structure),
9611         (caps_add_channel_configuration), (gst_alsa_detect_channels),
9612         (gst_alsa_probe_supported_formats):
9613         * ext/alsa/gstalsa.h:
9614         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
9615           Refactor and improve caps probing code: probe signedness
9616           when we probe the supported formats/widths; set endianness
9617           to the one we actually probed for (ie. cpu endianness).
9618           
9619         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (gst_alsasrc_getcaps),
9620         (gst_alsasrc_close):
9621         * ext/alsa/gstalsasrc.h:
9622           Implement caps probing for alsasrc.
9623
9624 2006-05-15  Wim Taymans  <wim@fluendo.com>
9625
9626         * ext/theora/theoradec.c: (gst_theora_dec_reset),
9627         (theora_dec_src_query), (theora_dec_src_event),
9628         (theora_dec_sink_event), (theora_handle_comment_packet),
9629         (theora_handle_data_packet), (theora_dec_change_state):
9630         Cleanups, add some G_LIKELY.
9631         Use segment helpers instead of our own wrong code.
9632         Clear queued buffers on seek and READY.
9633
9634         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
9635         (vorbis_dec_convert), (vorbis_dec_src_query),
9636         (vorbis_dec_src_event), (vorbis_dec_sink_event),
9637         (vorbis_handle_comment_packet), (vorbis_dec_push),
9638         (vorbis_handle_data_packet), (vorbis_dec_chain),
9639         (vorbis_dec_change_state):
9640         * ext/vorbis/vorbisdec.h:
9641         Remove old useless packetno variable.
9642         Do position query properly.
9643         Add some G_LIKELY.
9644         Do cleanup of queued buffers in new helper function
9645         and use it.
9646
9647 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
9648
9649         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
9650           Query supported sample rates. Fixes #341732.
9651
9652 2006-05-15  Julien MOUTTE  <julien@moutte.net>
9653
9654         * gst/playback/gstdecodebin.c: (cleanup_decodebin),
9655         (gst_decode_bin_change_state): Make decodebin reusable
9656         when going from PAUSE_TO_READY and then back to PAUSED.
9657         Fixes #331678.
9658
9659 2006-05-15  Wim Taymans  <wim@fluendo.com>
9660
9661         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types),
9662         (vorbis_dec_convert), (vorbis_dec_src_query),
9663         (vorbis_dec_sink_query), (vorbis_dec_src_event),
9664         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
9665         (vorbis_dec_clean_queued), (vorbis_dec_push),
9666         (vorbis_handle_data_packet), (vorbis_dec_change_state):
9667         Cleanups. Use refcounting and DEBUG_OBJECT.
9668         Reset segment on flush, use code methods instead of our
9669         own wrong version.
9670         Fix potential memleak.
9671
9672 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
9673
9674         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
9675         (gst_alsasink_init):
9676         * ext/alsa/gstalsasink.h:
9677           Don't leak allocated snd_output_t structure if there's
9678           more than one alsasink instance at a time (#341873).
9679           Also fix GObject macros in header file.
9680           
9681 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
9682
9683         * gst/subparse/gstsubparse.c:
9684         (gst_sub_parse_data_format_autodetect):
9685           Don't use libxml functions in the typefinding code.
9686
9687 2006-05-15  Wim Taymans  <wim@fluendo.com>
9688
9689         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
9690         Fix seeking performance in the case where a non-header 
9691         packet has a 0 granulepos (busted theora case). 
9692         Fixes #341719
9693         (nvdr: thanks Wim for not mentioning who spotted and fixed it in
9694          the first place, you limelight stealer you)
9695
9696 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
9697
9698         * gst/subparse/gstsubparse.c:
9699         (gst_sub_parse_data_format_autodetect):
9700           Improve SAMI typefinding: handle case where there are
9701           whitespaces or newlines in front of the first <SAMI>
9702           tag (#169936).
9703
9704 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
9705
9706         * configure.ac:
9707           Build video4linux plugin even if there's no XVIDEO, just
9708           without implementing the GstXOverlay interface (#334002).
9709          
9710 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
9711
9712         * configure.ac:
9713         * ext/libvisual/visual.c: (gst_visual_actor_plugin_is_gl),
9714         (plugin_init):
9715           Add tentative support for libvisual-0.4 (#336881).
9716
9717 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
9718
9719         Patch by: Young-Ho Cha <ganadist at chollian net>
9720
9721         * gst/subparse/samiparse.c: (handle_start_font):
9722           Need to map "silver" colour explicitly (#169936).
9723
9724 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
9725
9726         Patch by: Young-Ho Cha  <ganadist at chollian net>
9727
9728         * gst/subparse/Makefile.am:
9729         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
9730         (parser_state_dispose), (gst_sub_parse_data_format_autodetect),
9731         (gst_sub_parse_format_autodetect), (feed_textbuf),
9732         (gst_subparse_type_find), (plugin_init):
9733         * gst/subparse/gstsubparse.h:
9734         * gst/subparse/samiparse.c:
9735         * gst/subparse/samiparse.h:
9736           Add support for SAMI subtitles (#169936).
9737
9738 2006-05-14  Michael Smith  <msmith@fluendo.com>
9739
9740         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
9741           Fix #341696: crash when mixing L+R+C to mono or stereo.
9742         * tests/check/Makefile.am:
9743         * tests/check/elements/audioconvert.c: (set_channel_positions),
9744         (get_float_mc_caps), (get_int_mc_caps), (GST_START_TEST),
9745         (audioconvert_suite):
9746           Add test for the above, including some generic framework bits for
9747           testing multichannel things.
9748
9749 === release 0.10.7 ===
9750
9751 2006-05-14  Jan Schmidt <thaytan@mad.scientist.com>
9752
9753         * configure.ac:
9754           releasing 0.10.7, "Leave the gun"
9755
9756 2006-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
9757
9758         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
9759         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
9760         Fix the build.
9761
9762 2006-05-12  Jan Schmidt  <thaytan@mad.scientist.com>
9763
9764         * docs/libs/gst-plugins-base-libs-docs.sgml:
9765         * docs/libs/gst-plugins-base-libs-sections.txt:
9766         * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio):
9767         * gst-libs/gst/video/video.h:
9768         * gst/videoscale/Makefile.am:
9769         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
9770         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
9771         * tests/check/Makefile.am:
9772         * tests/check/libs/video.c: (GST_START_TEST), (video_suite),
9773         (main):
9774           Fix integer overflow problem with pixel-aspect-ratio calculations
9775           in videoscale and xvimagesink (#341542)
9776
9777 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
9778
9779         * gst-libs/gst/tag/gstid3tag.c:
9780           Map GST_IMAGE_TAG to and from ID2v2 APIC frames (#341557).
9781
9782 2006-05-12  Sebastien Moutte  <sebastien@moutte.net>
9783
9784         * win32/MANIFEST:
9785           update win32 files listing
9786
9787 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
9788
9789         patch by: Sjoerd Simons (sjoerd@luon.net)
9790
9791         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
9792         (group_create), (group_destroy), (add_stream),
9793         (gst_play_base_bin_get_property),
9794         (gst_play_base_bin_get_streaminfo_value_array):
9795         * gst/playback/gstplaybasebin.h:
9796           API: GstPlayBaseBin::stream-info-value-array property
9797           use a more bindings-friendly way of exposing streaminfo
9798           using a GValueArray.  Tested in ipython.
9799           Closes #341114
9800
9801 2006-05-11  Wim Taymans  <wim@fluendo.com>
9802
9803         * gst/playback/gstdecodebin.c: (try_to_link_1), (queue_enlarge),
9804         (queue_underrun_cb), (queue_filled_cb):
9805         Also catch queue underruns but don't do anything yet.
9806         Refactor and comment queue enlarging code a bit.
9807
9808         * gst/playback/gstplaybasebin.c: (queue_overrun),
9809         (queue_threshold_reached), (queue_out_of_data),
9810         (gen_preroll_element):
9811         If a queue over/underruns check that we don't create nasty
9812         deadlocks when the min-threshold is not reached but the
9813         max-bytes is. In those cases disable max-bytes when we
9814         know that the queue is fed timed data.
9815         Add more comments.
9816
9817 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
9818
9819         * gst/playback/gstplaybin.c: (gen_audio_element):
9820           Make playbin automatically plug an 'audioresample'
9821           element before the audio sink as well. This solves
9822           problems with sinks that only accept a very specific
9823           sample rate, like esdsink (e.g. #340379).
9824
9825 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
9826
9827         * gst/playback/gstplaybasebin.c: (gen_source_element):
9828           Make http sources send special headers so that we receive
9829           icecast metadata if the http stream is an icecast stream
9830           (otherwise the server will just ignore them). This also
9831           means that from now on users will need the 'icydemux'
9832           element from gst-plugins-good installed if they want to
9833           listen to icecast radio streams. (#341432, #333657).
9834
9835 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
9836
9837         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_remove_client_link),
9838         (gst_multi_fd_sink_new_client), (gst_multi_fd_sink_stop):
9839           remove stupid example from docs - it should come with a simple
9840           C program instead.
9841           Clean up/fix docs
9842         * tests/check/elements/multifdsink.c: (wait_bytes_served),
9843         (fail_if_can_read), (GST_START_TEST),
9844         (gst_multifdsink_create_streamheader), (multifdsink_suite):
9845           add a test for changing streamheader which exposes a bug in
9846           multifdsink
9847
9848 2006-05-11  Michael Smith  <msmith@fluendo.com>
9849
9850         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
9851         (gst_gnome_vfs_src_received_headers_callback):
9852         * ext/gnomevfs/gstgnomevfssrc.h:
9853           Don't set icy-caps unless we have a sane interval value. Move
9854           interval to a local variable; we never use it outside this function.
9855
9856 2006-05-11  Wim Taymans  <wim@fluendo.com>
9857
9858         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
9859         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
9860         Register special buffer types along with the objects so
9861         that they are not registered at runtime from N different
9862         streaming threads since they are not threadsafe.
9863
9864 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
9865
9866         * tests/check/elements/multifdsink.c: (wait_bytes_served),
9867         (GST_START_TEST), (fail_unless_read), (multifdsink_suite):
9868           add two more tests, one doing streamheader
9869
9870 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
9871
9872         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_stop):
9873           clean up the bufqueue when shutting down
9874         * tests/check/Makefile.am:
9875         * tests/check/elements/multifdsink.c: (setup_multifdsink),
9876         (cleanup_multifdsink), (GST_START_TEST), (multifdsink_suite),
9877         (main):
9878           add a test for the leak that was just fixed
9879
9880 2006-05-10  Wim Taymans  <wim@fluendo.com>
9881
9882         * gst/adder/gstadder.c: (gst_adder_setcaps),
9883         (gst_adder_query_duration), (gst_adder_query), (forward_event),
9884         (gst_adder_src_event), (gst_adder_sink_event),
9885         (gst_adder_class_init), (gst_adder_finalize),
9886         (gst_adder_request_new_pad), (gst_adder_collected):
9887         * gst/adder/gstadder.h:
9888         Updated some docs. Added comments and FIXMEs all over the place.
9889         Improve debugging info.
9890         Fix leak on finalize by not calling the parent.
9891         Implement duration query.
9892         Make event forwarding threadsafe.
9893         Correctly send NEWSEGMENT at start and after flush.
9894         Handle EOS correctly.
9895         Post error when not negotiated.
9896
9897         * tests/check/elements/adder.c: (GST_START_TEST):
9898         Added FIXME in the test.
9899
9900 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
9901
9902         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
9903         (gst_text_overlay_halign_get_type),
9904         (gst_text_overlay_wrap_mode_get_type):
9905         * ext/theora/theoradec.c: (theora_handle_type_packet),
9906         (theora_handle_data_packet):
9907         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
9908         (theora_enc_sink_setcaps), (theora_enc_chain):
9909         * gst-libs/gst/cdda/gstcddabasesrc.c:
9910         (gst_cdda_base_src_mode_get_type):
9911         * gst/audiotestsrc/gstaudiotestsrc.c:
9912         (gst_audiostestsrc_wave_get_type):
9913         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
9914         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
9915         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
9916         (gst_sync_method_get_type), (gst_unit_type_get_type),
9917         (gst_client_status_get_type):
9918         * gst/videoscale/gstvideoscale.c:
9919         (gst_video_scale_method_get_type):
9920         * gst/videotestsrc/gstvideotestsrc.c:
9921         (gst_video_test_src_pattern_get_type):
9922         * gst/videotestsrc/videotestsrc.c: (paint_setup_I420),
9923         (paint_setup_YV12), (paint_setup_YUY2), (paint_setup_UYVY),
9924         (paint_setup_YVYU), (paint_setup_IYU2), (paint_setup_Y41B),
9925         (paint_setup_Y42B), (paint_setup_Y800), (paint_setup_YVU9),
9926         (paint_setup_YUV9), (paint_setup_RGB888), (paint_setup_BGR888),
9927         (paint_setup_RGB565), (paint_setup_xRGB1555):
9928           Const-ify GEnumValue and GFlagsValue arrays. Use
9929           GST_ROUND_UP_* macros instead of home-made ones.
9930
9931 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
9932
9933         * configure.ac:
9934           Require core CVS for the new newsegment stuff.
9935
9936 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
9937
9938         Patch by: Sjoerd Simons  <sjoerd at luon net>
9939
9940         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type):
9941           Register nick for enum value (#341160).
9942
9943 2006-05-09  Stefan Kost  <ensonic@users.sf.net>
9944
9945         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find),
9946         (plugin_init):
9947          backout typefind patch #340375
9948          
9949         * tests/check/elements/adder.c: (message_received),
9950         (GST_START_TEST), (adder_suite):
9951           redo, signal-handling of test
9952
9953 2006-05-09  Wim Taymans  <wim@fluendo.com>
9954
9955         * gst/adder/gstadder.c: (gst_adder_request_new_pad),
9956         (gst_adder_collected):
9957         * gst/adder/gstadder.h:
9958         Remove bogus segment merging and forwarding, we don't
9959         care about timestamps anyway and we just produce a
9960         continuous stream. 
9961         Also create a nice NEWSEGMENT event when we start.
9962         Use _scale_int some more.
9963
9964 2006-05-09  Edward Hervey  <edward@fluendo.com>
9965
9966         * tests/icles/stress-xoverlay.c:
9967         Fix if core was built without parsing support.
9968
9969 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
9970
9971         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
9972           Add SEDG (Samsung MPEG-4) fourcc.
9973
9974 2006-05-09  Edward Hervey  <edward@fluendo.com>
9975
9976         * tests/icles/stress-xoverlay.c:
9977         * tests/examples/volume/volume.c:
9978         Fix if core was built without parsing support.
9979
9980         * tests/examples/seek/seek.c:
9981         Disable the parse_launch example if core was built without parsing
9982         support.
9983
9984 2006-05-08  Edward Hervey  <edward@fluendo.com>
9985
9986         * autogen.sh: (CONFIGURE_DEF_OPT): 
9987         libtoolize on Darwin/MacOSX is called glibtoolize
9988
9989 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
9990
9991         * tests/check/Makefile.am:
9992         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST):
9993           Disable the adder test, until the build-slaves posses the kindness to 
9994           either like it or to give valid reason for not doing so 
9995
9996 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
9997
9998         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
9999         (adder_suite):
10000           Shuffle NULL state change around and raise timeout more
10001
10002 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
10003
10004         * gst/typefind/gsttypefindfunctions.c: (mp4_find_box),
10005         (mp4_type_find), (plugin_init):
10006           Add typefind to distinguish between "audio/x-m4a" and new type
10007           "video/mp4". Fixes #340375
10008
10009         * tests/check/elements/adder.c: (adder_suite):
10010           Raise timeout to make buildbot happy
10011
10012 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
10013
10014         * gst/adder/gstadder.c: (gst_adder_sink_event),
10015         (gst_adder_request_new_pad), (gst_adder_change_state):
10016         * gst/adder/gstadder.h:
10017         * tests/check/Makefile.am:
10018         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
10019         (adder_suite), (main):
10020           Add sink-event handling to adder. It tries to merge incomming
10021           newsegment-events. Added test to check if segment_done is comming
10022           through. Fixes #340060
10023
10024 2006-05-05  Andy Wingo  <wingo@pobox.com>
10025
10026         * ext/theora/theoraparse.c (gst_theora_parse_init)
10027         (theora_parse_src_convert, theora_parse_src_query):
10028         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init)
10029         (vorbis_parse_convert, vorbis_parse_src_query): Add convert and
10030         query functions on the source pads of the theora and vorbis parse
10031         elements. Fixes position querying when doing a remux.
10032
10033 2006-05-05  Michael Smith  <msmith@fluendo.com>
10034
10035         * ext/theora/theoraparse.c: (parse_granulepos),
10036         (theora_parse_drain_queue_prematurely),
10037         (theora_parse_queue_buffer), (theora_parse_sink_event):
10038           Fix flushing.
10039           Fix invalid granulepos outputs when starting with a non-keyframe.
10040
10041 2006-05-05  Jan Schmidt  <thaytan@mad.scientist.com>
10042
10043         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find),
10044         (mpeg1_sys_type_find), (ogganx_type_find), (sw_data_destroy):
10045         Rearrange MPEG system stream detection, fixing some memleaks in the
10046         process.
10047         Constify the data for STARTS_WITH and RIFF helper handlers. Make sure
10048         they clean up their data correctly.
10049         Remove unused ogganx caps and move the 'is_annodex' check to inside
10050         the 'is_ogg' if statement.
10051
10052 2006-05-05  Wim Taymans  <wim@fluendo.com>
10053
10054         * gst/playback/gstdecodebin.c: (cleanup_decodebin):
10055         Properly remove ghostpads. Fixes #340392
10056
10057 2006-05-04  David Schleef  <ds@schleef.org>
10058
10059         * gst/typefind/gsttypefindfunctions.c:
10060
10061 2006-05-03  Jan Schmidt  <thaytan@mad.scientist.com>
10062
10063         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
10064         (mpeg_ts_probe_headers), (mpeg_ts_type_find):
10065
10066         When typefinding an MP3 in push-based mode, don't penalise the
10067         probability down to 74% when we found 5 valid frames just because we
10068         can't peek the end of the file.
10069
10070         Make the probability for detecting MPEG Transport Streams based on the
10071         number of sequential headers we successfully detected.
10072
10073 2006-05-03  Wim Taymans  <wim@fluendo.com>
10074
10075         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
10076         (vorbis_dec_push), (vorbis_dec_chain):
10077         Still produce an error when we receive an empty packet.
10078
10079 2006-05-03  Wim Taymans  <wim@fluendo.com>
10080
10081         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
10082         (gst_ogg_chain_mark_discont), (gst_ogg_chain_new_stream),
10083         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek):
10084         Mark buffers with DISCONT after seek and after activating new
10085         chains.
10086
10087         * ext/theora/gsttheoradec.h:
10088         * ext/theora/theoradec.c: (gst_theora_dec_reset),
10089         (theora_get_query_types), (theora_dec_sink_event),
10090         (theora_dec_push), (theora_handle_data_packet), (theora_dec_chain),
10091         (theora_dec_change_state):
10092         Fix frame counter.
10093         Detect and mark DISCONT buffers.
10094
10095         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
10096         (vorbis_dec_sink_event), (vorbis_dec_push), (vorbis_dec_chain),
10097         (vorbis_dec_change_state):
10098         * ext/vorbis/vorbisdec.h:
10099         Use GstSegment.
10100         Detect and mark DISCONT buffers.
10101         Don't crash on 0 sized buffers.
10102
10103 2006-05-03  Wim Taymans  <wim@fluendo.com>
10104
10105         * gst/volume/gstvolume.c: (volume_funcfind), (volume_set_caps),
10106         (volume_transform_ip):
10107         Increase "volume" property to 10.0. Fixes #340369.
10108         Set the process function to NULL when capsnego fails so that
10109         we properly error out.
10110
10111 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
10112
10113         * gst/playback/gstplaybin.c: (add_sink):
10114         * gst/playback/test.c: (main):
10115         * gst/playback/test5.c: (dump_element_stats):
10116         * gst/playback/test6.c: (main):
10117           free caps using gst_caps_unref, don't leak caps-strings
10118
10119 2006-05-01  Tim-Philipp Müller  <tim at centricular dot net>
10120
10121         * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
10122         (plugin_init):
10123           Refine musepack typefinding a bit. Return MAXIMUM
10124           probability when we detect stream version 7 to make
10125           sure the mpeg audio typefinder doesn't trump us.
10126
10127 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
10128
10129         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
10130           Protect against unexpected NULL strf_data buffer.
10131
10132 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
10133
10134         * tests/check/elements/audioconvert.c: (verify_convert),
10135         (GST_START_TEST):
10136           interpret the out[] buffer in the order the bytes are actually
10137           put in, which is LITTLE_ENDIAN, not BYTE_ORDER.
10138           Other tests should use BYTE_ORDER since the array is filled in
10139           with actual values
10140
10141 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
10142
10143         * tests/check/elements/audioconvert.c: (verify_convert),
10144         (GST_START_TEST):
10145           when a test fails, give an indication of which it is
10146
10147 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
10148
10149         * gst-libs/gst/cdda/gstcddabasesrc.c:
10150           compile fix; strtol() needs <stdlib.h>
10151
10152 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
10153
10154         * ext/alsa/gstalsamixerelement.c:
10155         * ext/alsa/gstalsasrc.c:
10156         * ext/cdparanoia/gstcdparanoiasrc.c:
10157         * ext/gnomevfs/gstgnomevfssink.c:
10158         * ext/gnomevfs/gstgnomevfssrc.c:
10159         * ext/ogg/gstoggdemux.c:
10160         * ext/ogg/gstoggmux.c:
10161         * ext/ogg/gstoggparse.c:
10162         * ext/ogg/gstogmparse.c:
10163         * ext/pango/gstclockoverlay.c:
10164         * ext/pango/gsttextoverlay.c:
10165         * ext/pango/gsttextrender.c:
10166         * ext/pango/gsttimeoverlay.c:
10167         * ext/theora/theoradec.c:
10168         * ext/theora/theoraenc.c:
10169         * ext/vorbis/vorbisdec.c:
10170         * ext/vorbis/vorbisenc.c:
10171         * gst-libs/gst/audio/gstaudiofilter.c:
10172         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
10173         * gst/audioconvert/gstaudioconvert.c:
10174         * gst/audiorate/gstaudiorate.c:
10175         * gst/audioresample/gstaudioresample.c:
10176         * gst/audiotestsrc/gstaudiotestsrc.c:
10177         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10178         * gst/playback/gstdecodebin.c:
10179         * gst/playback/gstplaybin.c:
10180         * gst/playback/gststreamselector.c:
10181         * gst/subparse/gstsubparse.c:
10182         * gst/tcp/gstmultifdsink.c:
10183         * gst/tcp/gsttcpclientsink.c:
10184         * gst/tcp/gsttcpclientsrc.c:
10185         * gst/tcp/gsttcpserversink.c:
10186         * gst/tcp/gsttcpserversrc.c:
10187         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
10188         * gst/videorate/gstvideorate.c:
10189         * gst/videoscale/gstvideoscale.c:
10190         * gst/videotestsrc/gstvideotestsrc.c:
10191         * gst/volume/gstvolume.c:
10192         * sys/v4l/gstv4ljpegsrc.c:
10193         * sys/v4l/gstv4lmjpegsink.c:
10194         * sys/v4l/gstv4lmjpegsrc.c:
10195         * sys/v4l/gstv4lsrc.c:
10196         * sys/ximage/ximagesink.c:
10197         * sys/xvimage/xvimagesink.c:
10198         * tests/check/libs/cddabasesrc.c:
10199           make GstElementDetails const
10200
10201 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
10202
10203         * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
10204         (gst_adder_init):
10205           send events from src-pad to all sink-pads fixes #338657
10206
10207 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
10208
10209         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps),
10210         (alsasink_parse_spec):
10211           query width capabilities from alsa, fixes #338919
10212
10213 2006-04-28  Wim Taymans  <wim@fluendo.com>
10214
10215         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
10216         (gst_multi_fd_sink_remove_client_link):
10217         * gst/tcp/gstmultifdsink.h:
10218         Fix race condition in multifdsink that can lead to spurious 
10219         duplicate clients. this patch adds a new signal that is fired when
10220         multifdsink has removed all references to the fd.
10221         Fixes #339574.
10222         Updated documentation.
10223         API: client-fd-removed signal added
10224
10225 2006-04-28  Michael Smith  <msmith@fluendo.com>
10226
10227         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats):
10228           When asking g_value_array_new to prealloc elements, we may as well
10229           ask for the right number of elements.
10230
10231 2006-04-28  Wim Taymans  <wim@fluendo.com>
10232
10233         * gst-libs/gst/audio/gstbaseaudiosink.c:
10234         (gst_base_audio_sink_drain), (gst_base_audio_sink_event),
10235         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
10236         patch to make timestamp checking more tollerant to rounding 
10237         errors given that real discontinuities are to be marked on
10238         buffers. Fixes some asf files and #338778.
10239         Also avoid some crashers when we receive an event in the 
10240         NULL state.
10241
10242 2006-04-28  Michael Smith  <msmith@fluendo.com>
10243
10244         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
10245         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
10246         (gst_gnome_vfs_src_get_property),
10247         (gst_gnome_vfs_src_send_additional_headers_callback),
10248         (gst_gnome_vfs_src_received_headers_callback),
10249         (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_start),
10250         (gst_gnome_vfs_src_stop):
10251         * ext/gnomevfs/gstgnomevfssrc.h:
10252           Remove ICY handling (mostly) from gnomevfssrc, in favour of
10253           proper shared support within icydemux.
10254
10255 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10256
10257         * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
10258         (gst_video_rate_swap_prev), (gst_video_rate_chain):
10259           fix up docs
10260           fix a leak when no caps negotiated
10261           fix counting of input frames
10262         * tests/check/elements/.cvsignore:
10263         * tests/check/elements/videorate.c: (assert_videorate_stats),
10264         (GST_START_TEST), (videorate_suite):
10265           add tests for these
10266
10267 2006-04-28  Wim Taymans  <wim@fluendo.com>
10268
10269         * gst-libs/gst/audio/gstringbuffer.c:
10270         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
10271         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
10272         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
10273         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
10274         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
10275         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
10276         (gst_ring_buffer_commit), (gst_ring_buffer_read),
10277         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
10278         (gst_ring_buffer_clear), (gst_ring_buffer_may_start):
10279         Check arguments passed to public functions instead of
10280         crashing.
10281
10282 2006-04-28  Wim Taymans  <wim@fluendo.com>
10283
10284         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
10285         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
10286         GstBaseAudioSrc must be live or it does not work.
10287
10288         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audio_src_init):
10289         Don't set live to TRUE as this is the default in the parentclass.
10290
10291 2006-04-28  Wim Taymans  <wim@fluendo.com>
10292
10293         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps),
10294         (gst_video_scale_fixate_caps), (gst_video_scale_src_event):
10295         Videoscale doesn't pass on pixel-aspect ratio. Handle all
10296         fixation cases better. Fixes #338991
10297
10298 2006-04-28  Wim Taymans  <wim@fluendo.com>
10299
10300         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
10301         Handle 0/1 framerate correctly Fixes #331901.
10302
10303 2006-04-28  Wim Taymans  <wim@fluendo.com>
10304
10305         * tests/check/elements/audioconvert.c: (get_float_caps),
10306         (GST_START_TEST), (audioconvert_suite):
10307         Added check for correct clipping when doing float samples
10308         in audioconvert.
10309
10310 2006-04-28  Wim Taymans  <wim@fluendo.com>
10311
10312         * gst/videorate/gstvideorate.c: (gst_video_rate_event),
10313         (gst_video_rate_chain):
10314         Print more debugging info.
10315
10316 2006-04-28  Wim Taymans  <wim@fluendo.com>
10317
10318         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
10319         (resample_set_state_from_caps):
10320         Add support for other formats audioresample can handle such as
10321         32 bits in and float and 64 bits float. Fixes #301759
10322
10323 2006-04-28  Wim Taymans  <wim@fluendo.com>
10324
10325         * gst/audioconvert/audioconvert.c: (float):
10326         correctly clip float samples > 1.0. Fixes #338718
10327
10328 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
10329
10330         Patch by: Young-Ho Cha  <ganadist at chollian net>
10331
10332         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
10333         (gst_text_overlay_render_text):
10334           Don't strip newlines from the text. Also, center lines
10335           within multi-line paragraphs (#339405).
10336
10337 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
10338
10339         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find):
10340           Fix wavpack typefinding to work in more cases (don't peek
10341           for chunks of multiple hundred kBs at once, but process
10342           things step-by-step in smaller units). Fixes #339786.
10343
10344 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10345
10346         * configure.ac:
10347           back to HEAD
10348
10349 === release 0.10.6 ===
10350
10351 2006-04-28  Thomas Vander Stichele <thomas at apestaart dot org>
10352
10353         * configure.ac:
10354           releasing 0.10.6, "Chao"
10355
10356 2006-04-26  David Schleef  <ds@schleef.org>
10357
10358         * gst/videoscale/gstvideoscale.c: Add call to oil_init().
10359           Fixes #338897.
10360
10361 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
10362
10363         * configure.ac:
10364         * win32/common/config.h:
10365           new prerelease
10366
10367 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
10368
10369         patch by: Wim Taymans
10370
10371         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
10372         (gst_ogg_demux_perform_seek):
10373           make sure correct newsegments are sent, so that the decoder
10374           and the demuxer agree on timestamps.  Fixes playback of a lot
10375           of Ogg files that do not start from 0.  Fixes #339833.
10376
10377 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
10378
10379         Patch by: Edward Hervey  <edward@fluendo.com>
10380
10381         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
10382         * tests/check/Makefile.am:
10383         * tests/check/elements/videorate.c: (assert_videorate_stats),
10384         (setup_videorate), (cleanup_videorate), (GST_START_TEST),
10385         (videorate_suite), (main):
10386           Fix an infinite loop if frames are passed in with wrongly ordered
10387           timestamps.  Fixes #339013.
10388
10389 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
10390
10391         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
10392
10393         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
10394           fix typefinding on some ISO files.  Fixes #339212.
10395
10396 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
10397
10398         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
10399
10400         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10401           add another H264 fourcc.  Fixes #339047.
10402
10403 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
10404
10405         Patch by: Jan Schmidt
10406
10407         * gst/playback/gststreamselector.c:
10408         (gst_stream_selector_bufferalloc):
10409           Restore old StreamSelector behaviour.
10410           Fixes #338419.
10411
10412 2006-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
10413
10414         * configure.ac:
10415         * win32/common/config.h:
10416           prerelease
10417
10418 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
10419
10420         Patch by: Antoine Tremblay  <hexa00 at gmail dot com>
10421
10422         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10423         (gst_base_rtp_depayload_finalize), (gst_base_rtp_depayload_push):
10424           Fix some memory leaks: on finalize, free buffers left in the queue
10425           before destroying the queue; in _push(), unref rtp_buf even if
10426           the process vfunc returned a NULL buffer as output buffer (#337548);
10427           demote some recuring debug messages to LOG level.
10428
10429 2006-04-11  Wim Taymans  <wim@fluendo.com>
10430
10431         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
10432         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
10433         (gst_ogg_chain_free), (gst_ogg_demux_sink_event),
10434         (gst_ogg_demux_loop):
10435         More cleanups.
10436         Respect segment stop when emiting EOS or SEGMENT_DONE.
10437         Fixes (#337945).
10438
10439 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
10440
10441         * gst/playback/gststreamselector.c:
10442         (gst_stream_selector_get_property):
10443           Don't leak pad name.
10444
10445 2006-04-10  Michael Smith  <msmith@fluendo.com>
10446
10447         * tests/check/Makefile.am:
10448         * tests/check/gst-plugins-base.supp:
10449           Suppress an old libtheora bug (fixed in more recent versions), so 
10450           that FC4 buildslaves can pass.
10451
10452 2006-04-10  Wim Taymans  <wim@fluendo.com>
10453
10454         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
10455         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
10456         (gst_ogg_demux_init), (gst_ogg_demux_finalize),
10457         (gst_ogg_demux_sink_event), (gst_ogg_demux_get_data),
10458         (gst_ogg_demux_loop):
10459         Don't leak events.
10460         Remember what error we got when finding chains, if we
10461         were shutdown, that would not be an error.
10462
10463 2006-04-10  Wim Taymans  <wim@fluendo.com>
10464
10465         * gst-libs/gst/audio/gstbaseaudiosink.c:
10466         (gst_base_audio_sink_event):
10467         Starting the ringbuffer when we did not acquire it can cause
10468         a deadlock, is pointless and causes nasty things for
10469         subclasses. 
10470         Fixes gst-launch audiotestsrc num-buffers=0 ! alsasink.
10471
10472 2006-04-10  Wim Taymans  <wim@fluendo.com>
10473
10474         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
10475         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
10476         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
10477         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
10478         (gst_ogg_demux_deactivate_current_chain),
10479         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
10480         (gst_ogg_demux_bisect_forward_serialno),
10481         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain):
10482         Add some more debugging.
10483
10484 2006-04-10  Wim Taymans  <wim@fluendo.com>
10485
10486         * ext/theora/theoradec.c: (theora_dec_src_event),
10487         (theora_handle_data_packet):
10488         Some more debug info.
10489
10490         * tests/examples/seek/seek.c: (start_seek), (main):
10491         Print element messages too.
10492
10493 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
10494
10495         * gst/audioresample/debug.h:
10496           replace debug macros with variable number of parameters
10497           by a simple alias to gstreamer standard debug macros 
10498          (#define RESAMPLE_ERROR GST_ERROR, __VA_ARGS__ is not
10499           supported by MSVC 6.0 and 7.1)
10500         * gst/audioresample/resample.h:
10501           define M_PI and rint for WIN32
10502         * win32/common/libgstaudio.def:
10503         * win32/common/libgstriff.def:
10504         * win32/common/libgsttag.def:
10505         * win32/common/libgstvideo.def:
10506           add new exported functions
10507         * win32/vs6:
10508           update project files
10509
10510 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
10511
10512         * ext/alsa/gstalsamixeroptions.c:
10513         (gst_alsa_mixer_options_class_init):
10514         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init):
10515         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_class_init):
10516         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
10517         * ext/ogg/gstoggparse.c: (gst_ogg_parse_class_init):
10518         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_class_init):
10519         * gst-libs/gst/audio/gstaudiofilter.c:
10520         (gst_audio_filter_class_init):
10521         * gst-libs/gst/audio/gstaudiosink.c:
10522         (gst_audioringbuffer_class_init):
10523         * gst-libs/gst/audio/gstaudiosrc.c:
10524         (gst_audioringbuffer_class_init):
10525         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_class_init):
10526         * gst-libs/gst/interfaces/colorbalancechannel.c:
10527         (gst_color_balance_channel_class_init):
10528         * gst-libs/gst/interfaces/mixeroptions.c:
10529         (gst_mixer_options_class_init):
10530         * gst-libs/gst/interfaces/mixertrack.c:
10531         (gst_mixer_track_class_init):
10532         * gst-libs/gst/interfaces/tunerchannel.c:
10533         (gst_tuner_channel_class_init):
10534         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_class_init):
10535         * gst-libs/gst/netbuffer/gstnetbuffer.c:
10536         (gst_netbuffer_class_init):
10537         * gst-libs/gst/rtp/gstbasertppayload.c:
10538         (gst_basertppayload_class_init):
10539         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
10540         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
10541         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
10542         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
10543         * gst/playback/gststreamselector.c:
10544         (gst_stream_selector_class_init):
10545         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
10546         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
10547         * sys/v4l/gstv4lcolorbalance.c:
10548         (gst_v4l_color_balance_channel_class_init):
10549         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_class_init):
10550         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
10551         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
10552         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_channel_class_init),
10553         (gst_v4l_tuner_norm_class_init):
10554         * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
10555         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
10556         * tests/old/testsuite/alsa/sinesrc.c: (sinesrc_class_init):
10557         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
10558
10559 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
10560
10561         * ext/pango/gsttextrender.h:
10562         * gst-libs/gst/audio/gstaudiosink.h:
10563         * gst-libs/gst/audio/gstaudiosrc.h:
10564         * gst-libs/gst/audio/gstbaseaudiosink.h:
10565         * gst-libs/gst/audio/gstbaseaudiosrc.h:
10566         * gst-libs/gst/audio/gstringbuffer.h:
10567         * gst-libs/gst/rtp/gstbasertpdepayload.h:
10568         * gst-libs/gst/rtp/gstbasertppayload.h:
10569         * gst-libs/gst/video/gstvideofilter.h:
10570         * gst-libs/gst/video/gstvideosink.h:
10571         * gst/playback/gstplaybasebin.h:
10572         * gst/tcp/gstmultifdsink.h:
10573         * sys/v4l/gstv4lelement.h:
10574         Fix broken GObject macros
10575
10576 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
10577
10578         * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec):
10579         More debug to trace why my USB headset is not working with gst
10580
10581 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
10582
10583         * gst/playback/gstplaybasebin.c: (group_destroy):
10584         Clean up our group elements properly in the case where it never 
10585         got committed - it still got added unconditionally to the bin.
10586
10587 2006-04-07  Wim Taymans  <wim@fluendo.com>
10588
10589         * ext/theora/theoradec.c: (theora_dec_sink_event),
10590         (theora_handle_data_packet), (theora_dec_chain):
10591         Unref unhandled events.
10592         Protect against empty buffers.
10593         Perform QoS on running time.
10594
10595 2006-04-07  Michael Smith  <msmith@fluendo.com>
10596
10597         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_set_header_on_caps),
10598         (gst_vorbis_enc_chain):
10599           Remove leaks from vorbisenc.
10600           Mostly minor changes, the only significant one is that now the
10601           buffers we set as 'streamheader' on the caps are copies of the
10602           original buffers, to avoid circular refcounting problems.
10603
10604 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
10605
10606         * gst/playback/gstplaybasebin.c: (mute_stream), (setup_substreams):
10607           Don't remove our mute-probe if someone else already did so.
10608           Don't set a 2nd one if there is already one pending on the pad.
10609
10610         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
10611         (do_playbin_seek):
10612           When a seek fails, ensure that playbin is still set back to playing.
10613           
10614         * gst/typefind/gsttypefindfunctions.c: (mpeg_ts_probe_headers),
10615         (mpeg_ts_type_find), (plugin_init):
10616           Add a typefind function for mpeg-ts streams. (Closes: #336617)
10617
10618 2006-04-06  Andy Wingo  <wingo@pobox.com>
10619
10620         * gst/videorate/gstvideorate.c (gst_video_rate_reset) 
10621         (gst_video_rate_init): Caps-related parameters should not be reset
10622         by a flush -- move their inits to the instance init function.
10623         (gst_video_rate_flush_prev): Don't complain if gst_pad_push
10624         is not OK, just return the result.
10625
10626         * gst/audiotestsrc/gstaudiotestsrc.c
10627         (gst_audio_test_src_class_init)
10628         (gst_audio_test_src_get_times): Re-enable is-live=true, as was
10629         broken by Stefan's commit on 24 March.
10630
10631         * ext/ogg/gstoggmux.c (gst_ogg_mux_push_buffer): Set caps on
10632         buffers being pushed out. Fixes oggmux ! multifdsink.
10633
10634 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
10635
10636         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
10637         (gst_vorbis_dec_init), (vorbis_dec_finalize):
10638         * ext/vorbis/vorbisdec.h:
10639         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_add_interfaces),
10640         (gst_vorbis_enc_base_init), (gst_vorbis_enc_class_init),
10641         (gst_vorbis_enc_sink_setcaps), (gst_vorbis_enc_convert_src),
10642         (gst_vorbis_enc_convert_sink), (gst_vorbis_enc_get_query_types),
10643         (gst_vorbis_enc_src_query), (gst_vorbis_enc_sink_query),
10644         (gst_vorbis_enc_init), (gst_vorbis_enc_get_tag_value),
10645         (gst_vorbis_enc_metadata_set1), (gst_vorbis_enc_set_metadata),
10646         (gst_vorbis_enc_setup), (gst_vorbis_enc_clear),
10647         (gst_vorbis_enc_buffer_from_packet),
10648         (gst_vorbis_enc_buffer_from_header_packet),
10649         (gst_vorbis_enc_push_buffer), (gst_vorbis_enc_push_packet),
10650         (gst_vorbis_enc_set_header_on_caps), (gst_vorbis_enc_sink_event),
10651         (gst_vorbis_enc_chain), (gst_vorbis_enc_output_buffers),
10652         (gst_vorbis_enc_get_property), (gst_vorbis_enc_set_property),
10653         (gst_vorbis_enc_change_state):
10654         * ext/vorbis/vorbisenc.h:
10655           Remove left-over 0.8 cruft; use GST_DEBUG_FUNCPTR; make
10656           vorbisenc adhere to the official nomenclature; use boilerplate
10657           macro.
10658
10659 2006-04-04  Andy Wingo  <wingo@pobox.com>
10660
10661         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
10662         Whoops, fix bug introduced. Bad hacker!
10663         
10664         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
10665         Properly handle the case where you get EOS before any buffers are
10666         received. Use gst_buffer_make_metadata_writable where appropriate.
10667
10668         * ext/theora/theoradec.c (theora_handle_data_packet): This value
10669         is often negative -- make it signed so as not to wrap around.
10670         Fixes segfaults introduced on 9 March.
10671
10672 2006-04-03  Wim Taymans  <wim@fluendo.com>
10673
10674         * ext/theora/gsttheoradec.h:
10675         * ext/theora/theoradec.c: (theora_dec_src_event):
10676         Don't try to store a gdouble in a gboolean.
10677         Small cleanups.
10678
10679 2006-04-03  Michael Smith  <msmith@fluendo.com>
10680
10681         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads):
10682           Oggmux sucks.
10683           Make it suck slightly less by writing out the final page.
10684           Still can't encode a vorbis-in-ogg file correctly, though.
10685
10686 2006-04-03  Andy Wingo  <wingo@pobox.com>
10687
10688         * ext/theora/theoraparse.c (theora_parse_drain_queue): Um, remove
10689         a g_print.
10690
10691         * ext/theora/theora.c (plugin_init): Register theoraparse.
10692
10693         * ext/theora/gsttheoraparse.h: 
10694         * ext/theora/theoraparse.c: New files implementing a theora
10695         parser. Now we can properly remux ogg/theora+vorbis, yay.
10696
10697         * ext/vorbis/vorbisparse.c: Add some docs and a copyright.
10698
10699 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
10700
10701         * gst/audiotestsrc/gstaudiotestsrc.c:
10702           Fixed the sample pipeline (see #323798)
10703
10704 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
10705
10706         * configure.ac:
10707         * win32/common/config.h:
10708         * win32/common/config.h.in:
10709           use AS_VERSION and AS_NANO
10710           more cleanups
10711
10712 2006-03-31  Andy Wingo  <wingo@pobox.com>
10713
10714         * ext/vorbis/vorbisparse.c (vorbis_parse_sink_event): Fix
10715         uninitialized variable return that would happen.
10716         
10717         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_queue): Fix
10718         uninitialized variable return that would never happen.
10719
10720         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init) 
10721         (vorbis_parse_sink_event): Add an event function to flush our
10722         state on a seek, and to drain buffers on a premature EOS.
10723         (vorbis_parse_push_headers, vorbis_parse_clear_queue) 
10724         (vorbis_parse_push_buffer, vorbis_parse_drain_queue_prematurely) 
10725         (vorbis_parse_chain, vorbis_parse_queue_buffer) 
10726         (vorbis_parse_drain_queue): Queue up buffers until we can set
10727         their timestamps and granulepos values.
10728
10729         * ext/vorbis/vorbisparse.h: Include the vorbis decoder headers,
10730         and keep track of data needed for deriving granulepos and
10731         timestamps for buffers.
10732
10733 2006-03-29  Wim Taymans  <wim@fluendo.com>
10734
10735         Patch by: j^ <j at bootlab dot org>
10736
10737         * ext/alsa/gstalsamixerelement.c:
10738         (gst_alsa_mixer_element_class_init):
10739         * ext/alsa/gstalsasink.c:
10740         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
10741         * ext/ogg/gstoggdemux.c:
10742         * ext/ogg/gstoggmux.c:
10743         * ext/ogg/gstoggparse.c:
10744         * ext/pango/gstclockoverlay.c:
10745         * ext/pango/gsttextoverlay.c:
10746         * ext/pango/gsttextrender.c:
10747         * ext/pango/gsttimeoverlay.c:
10748         * ext/theora/theoradec.c:
10749         * ext/theora/theoraenc.c:
10750         * ext/vorbis/vorbisdec.c:
10751         * ext/vorbis/vorbisenc.c:
10752         * gst/audioconvert/gstaudioconvert.c:
10753         * gst/subparse/gstsubparse.c:
10754         * gst/tcp/gstmultifdsink.c:
10755         * gst/tcp/gsttcpclientsink.c:
10756         * gst/tcp/gsttcpclientsrc.c:
10757         * gst/tcp/gsttcpserversink.c:
10758         * gst/tcp/gsttcpserversrc.c:
10759           better/unified long descriptions
10760           Fixes #336477
10761
10762 2006-03-29  Wim Taymans  <wim@fluendo.com>
10763
10764         * tests/examples/seek/seek.c: (end_scrub), (seek_cb), (start_seek),
10765         (stop_seek):
10766         Don't let double and triple clicks mess up our state.
10767
10768 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
10769
10770         * gst/playback/gstplaybin.c: (gen_video_element),
10771         (gen_text_element), (gen_audio_element), (gen_vis_element):
10772           Error out gracefully when we can't create any of the usual
10773           conversion elements for some reason. Also, don't try to
10774           create an audioscale (sic) element that's not used anyway.
10775
10776 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
10777
10778         * gst/playback/gstplaybasebin.c: (setup_source):
10779           Don't post RESOURCE_NOT_FOUND error when we can't find a source
10780           element for a particular protocol, that's confusing for users.
10781           Instead, post a RESOURCE_FAILED error, so that our own error
10782           message is actually shown in totem etc. (#336303).
10783
10784 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
10785
10786         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
10787
10788         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_finalize),
10789         (gst_gnome_vfs_src_get_icy_metadata):
10790           Fix some minor memory leaks (#336194).
10791
10792 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
10793
10794         * ext/gnomevfs/gstgnomevfs.c:
10795         (gst_gnome_vfs_location_to_uri_string):
10796         * ext/gnomevfs/gstgnomevfs.h:
10797         * ext/gnomevfs/gstgnomevfssink.c:
10798         (gst_gnome_vfs_sink_set_property):
10799         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_set_property):
10800           Make gnomevfssink accept filenames as well as URIs for the
10801           "location" property, just like gnomevfssrc does (and
10802           filesrc/filesink do) (#336190).
10803
10804 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
10805
10806         * tests/check/generic/clock-selection.c: (GST_START_TEST):
10807           set to NULL before unreffing, fixes a valgrind leak.
10808           Why was this not triggering the error that an object needs to
10809           be NULL before unreffing ?
10810         * win32/common/config.h:
10811           update
10812
10813 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
10814
10815         * gst/subparse/gstsubparse.c: (convert_encoding),
10816         (gst_sub_parse_change_state):
10817         * gst/subparse/gstsubparse.h:
10818           Text subtitle files may or may not be UTF-8. If it's not, we
10819           don't really want to see '?' characters in place of non-ASCII
10820           characters like accented characters. So let's assume the input
10821           is UTF-8 until we come across text that is clearly not. If it's
10822           not UTF-8, we don't really know what it is, so try the following:
10823           (a) see whether the GST_SUBTITLE_ENCODING environment variable
10824           is set; if not, check (b) if the current locale encoding is
10825           non-UTF-8 and use that if it is, or (c) assume ISO-8859-15 if
10826           the current locale encoding is UTF-8 and the environment variable
10827           was not set to any particular encoding. Not perfect, but better
10828           than nothing (and better than before, I think) (fixes #172848).
10829
10830 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
10831
10832         * configure.ac:
10833           update core requirement to 0.10.4.1 because of async_playback
10834           vmethod on GstBaseSink
10835
10836 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
10837
10838         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
10839         * gst/adder/gstadder.c: (gst_adder_init):
10840         use DEBUG_FUNCPTR for collectpads
10841
10842 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
10843
10844         * docs/plugins/Makefile.am:
10845         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10846         * docs/plugins/gst-plugins-base-plugins-sections.txt:
10847         * ext/cdparanoia/gstcdparanoiasrc.c:
10848         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_base_init),
10849         (gst_gnome_vfs_sink_class_init):
10850         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_base_init):
10851         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_base_init):
10852         * ext/ogg/gstoggmux.c:
10853         * ext/ogg/gstoggparse.c: (gst_ogg_parse_base_init):
10854         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
10855         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init):
10856         * ext/pango/gsttextoverlay.c:
10857         * ext/pango/gsttextrender.c:
10858         * ext/theora/theoradec.c:
10859         * ext/theora/theoraenc.c:
10860         * ext/vorbis/vorbisdec.c:
10861         * ext/vorbis/vorbisenc.c:
10862         * gst-libs/gst/audio/gstaudiofilter.c:
10863         (gst_audio_filter_base_init):
10864         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
10865         (gst_audio_filter_template_base_init):
10866         * gst/adder/gstadder.c: (gst_adder_get_type):
10867         * gst/adder/gstadder.h:
10868         * gst/audioconvert/gstaudioconvert.c:
10869         * gst/audiotestsrc/gstaudiotestsrc.c:
10870         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
10871         (gst_audio_test_src_create):
10872         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10873         * gst/playback/gstdecodebin.c:
10874         * gst/playback/gstplaybin.c:
10875         * gst/playback/gststreamselector.c:
10876         (gst_stream_selector_base_init):
10877         * gst/subparse/gstsubparse.c: (gst_sub_parse_base_init):
10878         * gst/volume/gstvolume.c:
10879         * sys/v4l/gstv4lmjpegsink.c:
10880         * sys/v4l/gstv4lmjpegsrc.c:
10881         * tests/check/libs/cddabasesrc.c:
10882         * tests/old/examples/gob/gst-identity2.gob:
10883           Add docs for adder, use GST_ELEMENT_DETAILS macro,
10884           define GstElementDetails at the top
10885
10886 2006-03-23  Sebastien Moutte  <sebastien@moutte.net>
10887
10888         * win32/common/libgstinterfaces.def:
10889         Add a lot of export functions for gst-python
10890         * win32/vs6/libgstinterfaces.dsp:
10891         Add a missing include folder in the project configuration
10892         
10893 2006-03-23  Wim Taymans  <wim@fluendo.com>
10894
10895         * gst-libs/gst/audio/gstbaseaudiosrc.c:
10896         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
10897         (gst_base_audio_src_change_state):
10898         Fix audio sources, forgot to make the ringbuffer
10899         startable...
10900
10901 2006-03-23  Wim Taymans  <wim@fluendo.com>
10902
10903         * gst-libs/gst/audio/gstbaseaudiosrc.c:
10904         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
10905         (gst_base_audio_src_change_state):
10906         unparent instead of unref the ringbuffer.
10907
10908 2006-03-23  Wim Taymans  <wim@fluendo.com>
10909
10910         * gst-libs/gst/audio/gstbaseaudiosink.c:
10911         (gst_base_audio_sink_class_init), (gst_base_audio_sink_async_play),
10912         (gst_base_audio_sink_do_play), (gst_base_audio_sink_change_state):
10913         Implement new async_play vmethod to start slaving and allow
10914         playback start in case of async PLAY state changes. 
10915
10916         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
10917         Enable QoS with new method in base class.
10918
10919 2006-03-23  Wim Taymans  <wim@fluendo.com>
10920
10921         Patch by: Julien MOUTTE <julien at moutte dot net>
10922
10923         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_query),
10924         (gst_video_test_src_do_seek), (gst_video_test_src_create):
10925         Partially handle 0 framerate, only EOS after the first frame
10926         is missing.
10927
10928 2006-03-23  Wim Taymans  <wim@fluendo.com>
10929
10930         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
10931
10932         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
10933         (gst_riff_create_video_template_caps):
10934         * gst/ffmpegcolorspace/avcodec.h:
10935         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10936         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
10937         (gst_ffmpegcsp_avpicture_fill):
10938         * gst/ffmpegcolorspace/imgconvert.c:
10939         Patch for support of YVU9 AVI files (#334822)
10940
10941 2006-03-22  Edward Hervey  <edward@fluendo.com>
10942
10943         * docs/design/design-decodebin.txt:
10944         Added design document for new decodebin
10945         (Target Caps): text/x-pango-markup is also a default target caps.
10946
10947 2006-03-22  Wim Taymans  <wim@fluendo.com>
10948
10949         * gst-libs/gst/audio/gstbaseaudiosink.c:
10950         (gst_base_audio_sink_dispose):
10951         Since we _parent the ringbuffer, we also need to
10952         _unparent instead of a plain _unref.
10953
10954 2006-03-22  Wim Taymans  <wim@fluendo.com>
10955
10956         * tests/examples/seek/seek.c: (end_scrub), (do_seek), (seek_cb),
10957         (stop_seek), (scrub_toggle_cb), (main):
10958         Add scrub checkbox.
10959
10960 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
10961
10962         * ext/ogg/gstoggparse.c: (gst_ogg_parse_find_stream),
10963         (gst_ogg_parse_chain):
10964           Fix very inefficient usage of linked lists (#335365).
10965
10966 2006-03-21  Edward Hervey  <edward@fluendo.com>
10967
10968         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
10969         * gst/playback/gstplaybin.c: (handoff):
10970         * gst/playback/gststreamselector.c:
10971         (gst_stream_selector_set_property):
10972         gcc 4.1 unreferenced pointer fixes.
10973         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
10974         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
10975         gst_buffer_ref() now takes a GstBuffer*.
10976
10977 2006-03-20  Julien MOUTTE  <julien@moutte.net>
10978
10979         * sys/xvimage/xvimagesink.c:
10980         (gst_xvimagesink_get_format_from_caps): Fix a memleak reported
10981         by Jan Schmidt.
10982
10983 2006-03-19  Tim-Philipp Müller  <tim at centricular dot net>
10984
10985         * gst/typefind/gsttypefindfunctions.c: (id3v2_type_find),
10986         (id3v1_type_find), (apetag_type_find), (plugin_init):
10987           Can't do tag preferences via probability, as tags would then
10988           lose against types that are recognised with MAXIMUM probability
10989           (like .wav); so let all tag typefinders return MAXIMUM themselves
10990           and order them via the rank. Split ID3v1 and ID3v2 typefinders so
10991           that we can prefer APE to ID3v1 (fixes #335028).
10992           
10993 2006-03-17  Wim Taymans  <wim@fluendo.com>
10994
10995         * gst-libs/gst/audio/gstbaseaudiosink.c:
10996         (gst_base_audio_sink_change_state):
10997         * gst-libs/gst/audio/gstringbuffer.c: (wait_segment),
10998         (gst_ring_buffer_may_start):
10999         * gst-libs/gst/audio/gstringbuffer.h:
11000         Only start playback if we are playing.
11001         should fix #330748.
11002
11003 2006-03-17  Jan Schmidt  <thaytan@mad.scientist.com>
11004
11005         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
11006         * win32/common/config.h:
11007           Revert accidental commits to these files.
11008
11009 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
11010
11011         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
11012
11013         * tests/Makefile.am:
11014           Don't try to build tests in tests/icles if we
11015           don't have X (#323852)
11016
11017 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
11018
11019         * gst-libs/gst/tag/gstid3tag.c:
11020           Add TXXX frame identifiers for replaygain stuff as used
11021           by some taggers (see #323721).
11022
11023 2006-03-16  Jan Schmidt  <thaytan@mad.scientist.com>
11024
11025         * gst/playback/gststreamselector.c:
11026         (gst_stream_selector_set_property),
11027         (gst_stream_selector_bufferalloc):
11028           Preserve the existing buggy streamselector behaviour by performing
11029           a fallback buffer allocation when downstream isn't linked yet.
11030           This should really be fixed in playbin by blocking pads until it's
11031           linked them.
11032           Also, use gst_pad_alloc_buffer instead of
11033           gst_pad_alloc_buffer_and_set.
11034
11035 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
11036
11037         * gst-libs/gst/tag/gstid3tag.c:
11038           Don't crash on unknown ID3v2 TXXX frames.
11039           
11040 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
11041
11042         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise):
11043           Chain up to the parent finalize method.
11044           Add 32-bit sample size to the template caps.
11045
11046         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
11047         (gst_riff_create_video_template_caps):
11048           Add the fourcc that the VMWare codec uses.
11049           
11050         * gst/playback/gststreamselector.c:
11051         (gst_stream_selector_set_property),
11052         (gst_stream_selector_bufferalloc),
11053         (gst_stream_selector_request_new_pad):
11054           For the active pad, forward buffer-alloc requests, otherwise
11055           return GST_FLOW_NOT_LINKED. This also prevents xvimagesink
11056           having to memcpy every frame when used by playbin.
11057
11058         * gst/tcp/gstmultifdsink.c:
11059         (gst_multi_fd_sink_handle_client_write):
11060           Get negotiated caps from the sink pad, rather than the sink
11061           pad's peer.
11062
11063 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
11064
11065         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
11066         
11067         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_pop_callbacks):
11068           Don't forget to set src->callbacks_pushed to FALSE again when
11069           popping them, otherwise re-activation in a different mode won't
11070           work (#334620).
11071
11072 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
11073
11074         Patch by: Sebastien Moutte  <sebastien moutte net>
11075
11076         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: (gst_ff_vid_caps_new),
11077         (gst_ff_aud_caps_new), (gst_ffmpeg_pixfmt_to_caps),
11078         (gst_ffmpeg_smpfmt_to_caps):
11079           Replace __VA_ARGS__ caps creation macros with varargs functions.
11080           Makes things compile on MSVC (#320765), looks nicer, and we can
11081           tell the compiler to check for the NULL terminator.
11082
11083 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
11084
11085         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
11086
11087         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
11088           Make sure the buffer we copy into is really always big
11089           enough, this time for real (#333488).
11090           
11091 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
11092
11093         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
11094           Add support for 24bpp DIB (#305279).
11095
11096 2006-03-14  Wim Taymans  <wim@fluendo.com>
11097
11098         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_init):
11099         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
11100         * gst/ffmpegcolorspace/gstffmpegcolorspace.c: (gst_ffmpegcsp_init):
11101         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
11102         (gst_video_scale_init), (gst_video_scale_src_event):
11103         Re-enable QoS after the release.
11104         Rework videoscale to use the base class src_event handler.
11105
11106 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
11107
11108         * configure.ac:
11109           back to CVS.
11110
11111 === release 0.10.5 ===
11112
11113 2006-03-13  Thomas Vander Stichele <thomas at apestaart dot org>
11114
11115         * configure.ac:
11116           releasing 0.10.5, "Net"
11117
11118 2006-03-13  Tim-Philipp Müller  <tim at centricular dot net>
11119
11120         * docs/plugins/Makefile.am:
11121           Part of previous cdparanoiasrc docs fixes, forgot to commit.
11122           
11123 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
11124
11125         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
11126         * docs/plugins/gst-plugins-base-plugins-sections.txt:
11127         * docs/plugins/gst-plugins-base-plugins.hierarchy:
11128           Add cdparanoiasrc to docs.
11129
11130         * gst-libs/gst/cdda/gstcddabasesrc.c:
11131           More GstCddaBaseSrc docs.
11132
11133 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
11134
11135         * docs/libs/gst-plugins-base-libs-sections.txt:
11136         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_user_tag):
11137         * gst-libs/gst/tag/tag.h:
11138           API: libgsttag: new method gst_tag_from_id3_user_tag().
11139
11140 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
11141
11142         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
11143           NULL-terminate array of mpeg4 video file extensions.
11144           Fixes crash on PPC (#334226).
11145
11146 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
11147
11148         * ext/gnomevfs/gstgnomevfssrc.c:
11149         (gst_gnome_vfs_src_check_get_range):
11150           gnome_vfs_uri_is_local() alone is not a good indicator
11151           whether we can operate in pull-mode with a specific URI,
11152           as it returns FALSE for file:// URIs that point to an
11153           NFS-mounted path. Be more conservative here: whitelist
11154           local files, blacklist http URIs and use the old
11155           mechanism for anything else (fixes #334216).
11156
11157 2006-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
11158
11159         * configure.ac:
11160           back to trunk
11161
11162 === release 0.10.4 ===
11163
11164 2006-03-10  Thomas Vander Stichele <thomas at apestaart dot org>
11165
11166         * configure.ac:
11167           releasing 0.10.4, "Power"
11168
11169 2006-03-10  Jan Schmidt  <thaytan@mad.scientist.com>
11170
11171         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
11172         Disable max-lateness by setting it to -1 for now, so that 
11173         we can bed QoS stuff in thoroughly between now and the next
11174         release.
11175
11176 2006-03-10  Tim-Philipp Müller  <tim at centricular dot net>
11177
11178         Patch by: Fabrizio Gennari
11179
11180         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
11181           Make sure we don't read beyond the palette buffer in case of
11182           broken or manipulated files (#333488)
11183
11184 2006-03-10  Edward Hervey  <edward@fluendo.com>
11185
11186         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
11187         Fix for variable not initialized.
11188
11189 2006-03-09  Wim Taymans  <wim@fluendo.com>
11190
11191         * ext/libvisual/visual.c: (gst_visual_get_type),
11192         (gst_visual_src_setcaps), (gst_vis_src_negotiate),
11193         (gst_visual_chain):
11194         Small cleanups.
11195
11196         * ext/theora/gsttheoradec.h:
11197         * ext/theora/theoradec.c: (gst_theora_dec_init),
11198         (gst_theora_dec_reset), (_theora_granule_time),
11199         (theora_dec_src_convert), (theora_dec_sink_convert),
11200         (theora_dec_src_query), (theora_dec_src_event),
11201         (theora_dec_sink_event), (theora_handle_comment_packet),
11202         (theora_handle_header_packet), (theora_dec_push),
11203         (theora_handle_data_packet), (theora_dec_chain),
11204         (theora_dec_change_state):
11205         Add simple QoS.
11206
11207 2006-03-09  Wim Taymans  <wim@fluendo.com>
11208
11209         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
11210         (audiocast_register_listener), (gst_gnome_vfs_src_start):
11211         Some cleanups.
11212
11213 2006-03-09  Wim Taymans  <wim@fluendo.com>
11214
11215         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
11216         Don't try to activate NULL chains.
11217
11218 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
11219
11220         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
11221           Fix invalid memory access to region before peek'd data (#332964).
11222
11223 2006-03-09  Wim Taymans  <wim@fluendo.com>
11224
11225         Patch by: Christophe Fergeau
11226
11227         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init):
11228         * ext/pango/gsttextrender.c: (gst_text_render_init):
11229         * gst/adder/gstadder.c: (gst_adder_init):
11230         Don't leak padtemplates, closes #333510.
11231
11232 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
11233
11234         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
11235           Fix invalid memory access: make sure string passed to
11236           regexec() is NUL-termianted.
11237
11238 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
11239
11240         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
11241         (mp3_type_find):
11242           Refactor mpeg/audio typefinding to make it more maintainable
11243           and easier to fine-tune. Make probing into middle of the file
11244           work properly (fixes #333900, also see #152688).
11245
11246 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
11247
11248         * gst/typefind/gsttypefindfunctions.c:
11249         (utf8_type_find_have_valid_utf8_at_offset):
11250           Remove part from previous commit that was bogus:
11251           g_utf8_validate() does in fact not accept embedded
11252           zeroes, so we don't need to check for those (thanks
11253           to Mike for the hint).
11254
11255 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
11256
11257         * gst/typefind/gsttypefindfunctions.c:
11258         (utf8_type_find_count_embedded_zeroes),
11259         (utf8_type_find_have_valid_utf8_at_offset), (utf8_type_find):
11260           Make plain/text typefinder more conservative: firstly, check
11261           for embedded zeroes, which are perfectly valid UTF-8 characters,
11262           but also a fairly good sign that something is not a plain text
11263           file; secondly, probe into the middle of the file if possible.
11264           If we can't probe into the middle, limit the probability value
11265           to be returned to TYPE_FIND_POSSIBLE (see #333900).
11266
11267 2006-03-08  Michael Smith  <msmith@fluendo.com>
11268
11269         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
11270           Make typefind function name for mpeg4 video unique.
11271
11272 2006-03-08  Wim Taymans  <wim@fluendo.com>
11273
11274         * ext/libvisual/visual.c: (gst_visual_init),
11275         (gst_visual_clear_actors), (gst_visual_dispose),
11276         (gst_visual_reset), (gst_visual_src_setcaps),
11277         (gst_visual_sink_setcaps), (gst_vis_src_negotiate),
11278         (gst_visual_sink_event), (gst_visual_src_event), (get_buffer),
11279         (gst_visual_chain), (gst_visual_change_state):
11280         Cleanups, post nice errors.
11281         Handle sink and src events.
11282         Implement simple QoS.
11283
11284         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
11285         Use new basesink methods to configure max-lateness.
11286         Small doc update.
11287
11288         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11289         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps):
11290         Debug statement cleanups.
11291
11292         * gst/volume/gstvolume.c: (gst_volume_class_init):
11293         Simple cleanup.
11294
11295 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
11296
11297         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
11298         (gst_text_overlay_init), (gst_text_overlay_set_property),
11299         (gst_text_overlay_get_property):
11300           Revert API/ABI break from March 1. Keep 'halign' and 'valign'
11301           as string type properties, but mark them deprecated. Add
11302           'halignment' and 'valignment' properties that use enums
11303           instead of strings.
11304
11305 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
11306
11307         Patch by: Fabrizio Gennari
11308
11309         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
11310           Allow palettes with less than 256 colours in AVI files
11311           (#333488)
11312
11313 2006-03-07  Julien MOUTTE  <julien@moutte.net>
11314
11315         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
11316         (gst_text_overlay_video_event): Fix wrong EOS handling on text
11317         pad. We were releasing the queued text buffer when we should keep
11318         it until video pad gets EOS or discard the text buffer because it's
11319         too old. That was eating the last subtitle buffer. Add some more
11320         debug.
11321
11322 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
11323
11324         * ext/pango/gsttextoverlay.c: (gst_text_overlay_render_text),
11325         (gst_text_overlay_video_chain):
11326           Fix invalid memory access (we can't access a buffer after it's been
11327           pushed downstream without taking a reference); fix memory leak (if
11328           there's no text to render, bail out before allocating stuff).
11329
11330 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
11331
11332         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
11333         (gst_text_overlay_setcaps_txt), (gst_text_overlay_video_chain):
11334         * ext/pango/gsttextoverlay.h:
11335           If input is plain text, escape it before passing it to
11336           pango_layout_set_markup().
11337
11338 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
11339
11340         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_chain):
11341           Don't ignore flow return from gst_pad_push().
11342
11343 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
11344
11345         Patch by: Fabrizio Gennari
11346
11347         * ext/libvisual/visual.c: (gst_visual_getcaps),
11348         (gst_visual_src_setcaps), (gst_visual_sink_setcaps):
11349         * ext/ogg/gstoggmux.c: (gst_ogg_mux_sinkconnect):
11350         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
11351         (gst_vorbisenc_convert_sink):
11352         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
11353         (gst_audio_duration_from_pad_buffer):
11354         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_link),
11355         (gst_audio_filter_chain):
11356         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11357         (gst_base_rtp_depayload_setcaps):
11358         * gst-libs/gst/video/video.c: (gst_video_frame_rate),
11359         (gst_video_get_size):
11360         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
11361           Don't leak references returned by gst_pad_get_parent()
11362           (#333663)
11363
11364 2006-03-06  Stefan Kost  <ensonic@users.sf.net>
11365
11366         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
11367           change location param details
11368         * gst/volume/gstvolume.c: (plugin_init):
11369           correct plugin description
11370
11371 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
11372
11373         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
11374         (gst_gnome_vfs_src_check_get_range):
11375           Override GstBaseSrc::check_get_range() in order to avoid opening
11376           the resource just to check whether we can operate in pull-mode or
11377           not - we can predict that pretty well from the URI alone. Should
11378           fix problems with last.fm (#331690). (Requires latest core CVS).
11379
11380 2006-03-06  Wim Taymans  <wim@fluendo.com>
11381
11382         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
11383         (gst_video_sink_class_init):
11384         Throw away frames that are later than 20 ms.
11385
11386 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
11387
11388         Patch by: Fabrizio Gennari
11389
11390         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
11391           Set depth on WMA caps (#333545)
11392
11393 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
11394
11395         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
11396         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
11397           put Theora BOS pages before others.  This hardcodes
11398           the Ogg/Theora I profile, but hey.
11399
11400 2006-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
11401
11402         * ext/ogg/README:
11403           updated with some examples
11404         * ext/theora/theoraenc.c: (granulepos_to_timestamp),
11405         (granulepos_add), (theora_buffer_from_packet):
11406         * ext/vorbis/vorbisenc.c: (granulepos_to_timestamp_offset),
11407         (granulepos_to_timestamp), (gst_vorbisenc_buffer_from_packet),
11408         (gst_vorbisenc_chain):
11409           implement strategy from ext/ogg/README
11410         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
11411         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
11412         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_compare_pads),
11413         (gst_ogg_mux_queue_pads), (gst_ogg_mux_collected):
11414           Fix muxer so that oggz-validate is happy with all streams;
11415           except for no eos mark, and the BOS page ordering
11416         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
11417         (check_buffer_granulepos):
11418         * tests/check/pipelines/vorbisenc.c: (check_buffer_granulepos):
11419           update tests to check for OFFSET being set as requested
11420           fixed type of granulepos, it's not a ClockTime
11421
11422 2006-03-05  Julien MOUTTE  <julien@moutte.net>
11423
11424         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
11425         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
11426         Check that the xvimage we are creating has a correct size
11427         before returning it. (#314897)
11428
11429 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
11430
11431         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
11432           Give id3 and ape tag typefinders a rank slightly higher
11433           than PRIMARY to ensure they're always run before any of
11434           the other typefinders (in particular wav and mp3) (#324186).
11435
11436 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
11437
11438         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
11439           Add support for '3IVD' fourcc (#333403).
11440
11441 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
11442
11443         * configure.ac:
11444           Bump requirements to GStreamer CVS for the new error enum.
11445
11446         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_render):
11447           Emit new GST_RESOURCE_ERROR_NO_SPACE_LEFT when there's no
11448           space left on the device (fixes #333352).
11449
11450 2006-03-04  Sebastien Moutte  <sebastien@moutte.net>
11451
11452         * win32/vs6:
11453           add a project file for libgstvolume
11454           update the workspace
11455
11456 2006-03-03  Thomas Vander Stichele  <thomas at apestaart dot org>
11457
11458         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
11459         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
11460         (GST_START_TEST):
11461           Fix for http://bugzilla.gnome.org/show_bug.cgi?id=333254
11462           Set IN_CAPS on header buffers
11463
11464 2006-03-02  Wim Taymans  <wim@fluendo.com>
11465
11466         * docs/plugins/Makefile.am:
11467         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
11468         * docs/plugins/gst-plugins-base-plugins-sections.txt:
11469         Add audioresample to docs.
11470
11471         * gst/audioconvert/gstaudioconvert.c:
11472         Add revision date.
11473
11474         * gst/audioresample/gstaudioresample.c:
11475         (gst_audioresample_base_init), (gst_audioresample_class_init),
11476         (gst_audioresample_init), (gst_audioresample_dispose),
11477         (audioresample_get_unit_size), (audioresample_transform_caps),
11478         (resample_set_state_from_caps), (audioresample_transform_size),
11479         (audioresample_set_caps), (audioresample_event),
11480         (audioresample_do_output), (audioresample_transform),
11481         (audioresample_pushthrough), (gst_audioresample_set_property),
11482         (gst_audioresample_get_property), (plugin_init):
11483         * gst/audioresample/gstaudioresample.h:
11484         Added docs.
11485         Small code cleanups.
11486
11487 2006-03-02  Wim Taymans  <wim@fluendo.com>
11488
11489         * docs/plugins/Makefile.am:
11490         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
11491         * docs/plugins/gst-plugins-base-plugins-sections.txt:
11492         Added videoscale to docs.
11493
11494         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
11495         (gst_video_rate_swap_prev), (gst_video_rate_event),
11496         (gst_video_rate_chain):
11497         Fix typo in docs.
11498
11499         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
11500         (gst_video_scale_init), (gst_video_scale_prepare_size),
11501         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
11502         (gst_video_scale_fixate_caps), (gst_video_scale_transform):
11503         * gst/videoscale/gstvideoscale.h:
11504         Added docs, examples.
11505         Some code cleanups.
11506         Post errors instead of g_warning.
11507
11508 2006-03-02  Wim Taymans  <wim@fluendo.com>
11509
11510         * docs/libs/gst-plugins-base-libs-docs.sgml:
11511         * docs/libs/gst-plugins-base-libs-sections.txt:
11512         * docs/libs/gst-plugins-base-libs.types:
11513         * docs/plugins/Makefile.am:
11514         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
11515         * docs/plugins/gst-plugins-base-plugins-sections.txt:
11516         Added some more docs to libs and plugins.
11517
11518         * gst-libs/gst/audio/gstringbuffer.c:
11519         (gst_ring_buffer_prepare_read), (gst_ring_buffer_clear):
11520         * gst-libs/gst/audio/gstringbuffer.h:
11521         Document ringbuffer some more.
11522
11523         * gst/videorate/gstvideorate.c: (gst_video_rate_class_init),
11524         (gst_video_rate_setcaps), (gst_video_rate_reset),
11525         (gst_video_rate_init), (gst_video_rate_flush_prev),
11526         (gst_video_rate_swap_prev), (gst_video_rate_event),
11527         (gst_video_rate_chain), (gst_video_rate_change_state):
11528         * gst/videorate/gstvideorate.h:
11529         Fix videorate to use segments.
11530         Make it work with 0/1 framerates (closes #331903)
11531         Handle EOS correctly.
11532         Added docs.
11533
11534 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
11535
11536         * ext/ogg/gstogmparse.c: (gst_ogm_parse_class_init),
11537         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
11538         (gst_ogm_text_parse_init), (gst_ogm_parse_change_state):
11539           In state change function, first chain up to parent class,
11540           then handle downwards state change stuff. Remove some
11541           commented out cruft from 0.8 code.
11542
11543 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
11544
11545         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
11546         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
11547         (gst_ogm_parse_sink_convert), (gst_ogm_parse_sink_query),
11548         (gst_ogm_parse_chain):
11549           Don't remove/re-add source pad if the new caps are the same as
11550           the old caps anyway (#333042). When removing source pad, don't
11551           unref it afterwards - we didn't ref it when adding. Sprinkle some
11552           GST_DEBUG_FUNCPTR goodness here and there. Don't leak references
11553           after using gst_pad_get_parent(). Return downstream flow return
11554           value in chain function.
11555
11556 2006-03-02  Wim Taymans  <wim@fluendo.com>
11557
11558         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
11559         * docs/plugins/gst-plugins-base-plugins.args:
11560         * docs/plugins/gst-plugins-base-plugins.hierarchy:
11561         * docs/plugins/gst-plugins-base-plugins.interfaces:
11562         * docs/plugins/gst-plugins-base-plugins.signals:
11563         Fix hierarchy, added some more elements to the docs.
11564
11565         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11566         (gst_ffmpegcsp_get_type):
11567         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
11568         Fix docs for ffmpegcolorspace.
11569
11570 2006-03-01  Tim-Philipp Müller  <tim at centricular dot net>
11571
11572         * gst/typefind/gsttypefindfunctions.c: (id3_type_find),
11573         (apetag_type_find), (ape_type_find), (plugin_init):
11574           Some typefinding fine-tuning:
11575           - rank ID3/APE tags in order of preference via probabilities, so that
11576             ID3v2 > APEv2 > APEv1 > ID3v1.
11577           - three or four bytes don't really justify MAXIMUM probability,
11578             change those to 'very likely' (musepack and monkeysaudio).
11579
11580 2006-03-01  Wim Taymans  <wim@fluendo.com>
11581
11582         * docs/plugins/Makefile.am:
11583         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
11584         * docs/plugins/gst-plugins-base-plugins-sections.txt:
11585         * ext/alsa/gstalsamixer.c:
11586         * ext/alsa/gstalsamixer.h:
11587         * ext/alsa/gstalsamixerelement.c:
11588         (gst_alsa_mixer_element_class_init), (gst_alsa_mixer_element_init):
11589         * ext/alsa/gstalsamixerelement.h:
11590         * ext/alsa/gstalsasink.c:
11591         * ext/alsa/gstalsasink.h:
11592         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
11593         (gst_alsasrc_init):
11594         * ext/alsa/gstalsasrc.h:
11595         Added alsa docs.
11596         Small code cleanups.
11597
11598 2006-03-01  Wim Taymans  <wim@fluendo.com>
11599
11600         * ext/theora/Makefile.am:
11601         Dist new header too,
11602
11603 2006-03-01  Wim Taymans  <wim@fluendo.com>
11604
11605         * docs/plugins/Makefile.am:
11606         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
11607         * docs/plugins/gst-plugins-base-plugins-sections.txt:
11608         * ext/gnomevfs/gstgnomevfssink.h:
11609         * ext/gnomevfs/gstgnomevfssrc.h:
11610         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
11611         * ext/vorbis/vorbisdec.h:
11612         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_sink):
11613         * ext/vorbis/vorbisenc.h:
11614         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps),
11615         (vorbis_parse_chain), (vorbis_parse_change_state):
11616         * ext/vorbis/vorbisparse.h:
11617         * gst/audioconvert/gstaudioconvert.h:
11618         * gst/tcp/gsttcpserversink.h:
11619         * gst/videotestsrc/gstvideotestsrc.c:
11620         * gst/videotestsrc/gstvideotestsrc.h:
11621         * gst/volume/gstvolume.c:
11622         * gst/volume/gstvolume.h:
11623         Fix some more docs.
11624         Added docs for vorbisdec and vorbisparse.
11625         Fix vorbisparse.
11626
11627 2006-03-01  Wim Taymans  <wim@fluendo.com>
11628
11629         * docs/plugins/Makefile.am:
11630         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
11631         * docs/plugins/gst-plugins-base-plugins-sections.txt:
11632         * ext/pango/gstclockoverlay.h:
11633         * ext/pango/gsttextoverlay.h:
11634         * ext/pango/gsttextrender.h:
11635         * ext/pango/gsttimeoverlay.h:
11636         * ext/theora/gsttheoradec.h:
11637         * ext/theora/gsttheoraenc.h:
11638         * ext/theora/theoradec.c:
11639         * ext/theora/theoraenc.c:
11640         * gst/audioconvert/gstaudioconvert.h:
11641         * gst/audiotestsrc/gstaudiotestsrc.h:
11642         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
11643         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
11644         * gst/tcp/gstmultifdsink.h:
11645         Updated/added documentation.
11646
11647         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
11648         (gst_text_overlay_halign_get_type),
11649         (gst_text_overlay_wrap_mode_get_type),
11650         (gst_text_overlay_base_init), (gst_text_overlay_class_init),
11651         (gst_text_overlay_init), (gst_text_overlay_set_property),
11652         (gst_text_overlay_get_property):
11653         Fix up properties to be enums instead of string to make bindings,
11654         introspection and automatic GUI creation possible.
11655         Add getters for the properties.
11656
11657 2006-02-28  Sebastien Moutte  <sebastien@moutte.net>
11658
11659         * gst/audiotestsrc/gstaudiotestsrc.c:
11660           added defines of M_PI and M_PI_2
11661         * gst/ffmpegcolorspace/avcodec.h:
11662           removed #include "stdint.h" for win32 as _stdint.h is 
11663           autogenerated to win32/common
11664         * win32/common/libgstaudio.def:
11665         * win32/common/libgsttag.def:
11666           added some exports
11667         * win32/vs6:
11668           some project files bugs corrected
11669         * win32/vs7:
11670           project files are reset to the default vs7 configuration 
11671           (they link to msvcr71.dll using default optimizations)
11672           
11673 2006-02-28  Wim Taymans  <wim@fluendo.com>
11674
11675         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
11676         Fix some docs.
11677
11678 2006-02-28  Edward Hervey  <edward@fluendo.com>
11679
11680         * ext/alsa/gstalsasrc.c:
11681         Set proper class on the ElementDetails:
11682         Source/Audio instead of Src/Audio/
11683
11684 2006-02-28  Edward Hervey  <edward@fluendo.com>
11685
11686         * gst/videoscale/vs_scanline.c:
11687         (vs_scanline_resample_nearest_RGBA):
11688         Revert optimization in videoscale. It should go in liboil and have
11689         an appropriate liboil function.
11690
11691 2006-02-28  Wim Taymans  <wim@fluendo.com>
11692
11693         * gst-libs/gst/audio/gstbaseaudiosink.c:
11694         (gst_base_audio_sink_provide_clock):
11695         Don't try to provide a clock in the NULL state.
11696
11697 2006-02-28  Wim Taymans  <wim@fluendo.com>
11698
11699         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
11700         (gst_ogg_pad_event), (gst_ogg_pad_internal_chain),
11701         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
11702         (gst_ogg_demux_deactivate_current_chain),
11703         (gst_ogg_demux_activate_chain), (gst_ogg_demux_do_seek),
11704         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_info),
11705         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
11706         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
11707         Use GstSegment infrastructure to remove duplicated code
11708         and handle more seek cases correctly.
11709
11710 2006-02-28  Wim Taymans  <wim@fluendo.com>
11711
11712         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11713         (gst_ffmpegcsp_transform):
11714         Don't ignore return code from ffmpeg convert function.
11715
11716         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
11717         Split out some long statements to ease debugging.
11718
11719 2006-02-27  Jan Schmidt  <thaytan@mad.scientist.com>
11720
11721         * ext/libvisual/visual.c: (gst_visual_init),
11722         (gst_vis_src_negotiate), (get_buffer), (plugin_init):
11723         Don't use gst_pad_use_fixed_caps, because it prevents downstream from
11724         being able to renegotiate the size. Instead, use the negotiation
11725         algorithm from the goom plugin to pick an initial output caps. 
11726
11727         Also, allow theoretical libvisual plugins that might support non-GL 
11728         output even if they also do GL.
11729
11730 2006-02-26  Julien MOUTTE  <julien@moutte.net>
11731
11732         * ext/libvisual/visual.c: (gst_visual_init),
11733         (gst_visual_src_setcaps), (get_buffer), (gst_visual_chain),
11734         (plugin_init): Load only non GL plugins. Fix some memleaks and 
11735         possible negotiation issues.
11736
11737 2006-02-25  Julien MOUTTE  <julien@moutte.net>
11738
11739         * gst-libs/gst/tag/tag.h: Adding Annodex tags here.
11740
11741 2006-02-24  Michael Smith  <msmith@fluendo.com>
11742
11743         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find),
11744         (cmml_type_find), (plugin_init):
11745           Fix CMML type find function to not require a specific minor version
11746           of the CMML header.
11747
11748           Add an MPEG4 video elementary stream typefind function.
11749
11750 2006-02-04  Michael Smith  <msmith@fluendo.com>
11751
11752         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
11753         (gst_ogg_pad_parse_skeleton_fisbone), (gst_ogg_pad_query_convert),
11754         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
11755         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
11756         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_collect_chain_info),
11757         (gst_ogg_demux_change_state), (gst_annodex_granule_to_time):
11758           Annodex support in ogg demuxer. Doesn't do very much without the
11759           other annodex patches (to come).
11760
11761 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
11762
11763         Patch by: Fabrizio Gennari <fabrizio dot get at tiscali dot it>
11764
11765         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
11766           Pick up palette for MS video v1 (#327028)
11767
11768 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
11769
11770         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11771         (gst_ffmpegcsp_caps_remove_format_info),
11772         (gst_ffmpegcsp_get_unit_size):
11773           The 'palette_data' field from incoming RGB caps shouldn't be
11774           proxied on outgoing YUV caps; also, restrict unit size
11775           adjustment in case of paletted data only to the unit that
11776           actually has a palette. Fixes #330711.
11777
11778 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
11779
11780         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11781         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
11782         (gst_ffmpegcsp_finalize), (gst_ffmpegcsp_class_init),
11783         (gst_ffmpegcsp_get_unit_size):
11784           Plug some memory leaks.
11785
11786 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
11787
11788         * sys/ximage/Makefile.am:
11789         * sys/xvimage/Makefile.am:
11790           Add some _CFLAGS and _LIBS that seem to be missing
11791           and/or required for Cygwin (see #317048).
11792
11793 2006-02-22  Wim Taymans  <wim@fluendo.com>
11794
11795         * ext/alsa/gstalsasrc.c:
11796         Fix description as pointed out by caugier.
11797
11798 2006-02-22  Tommi Myöhänen  <ext-tommi do myohanen at nokia dot com>
11799
11800         Reviewed by : Edward Hervey  <edward@fluendo.com>
11801
11802         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
11803         (qt_type_find):
11804         Better 3gp typefinding (#331526).
11805
11806 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
11807
11808         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
11809           Don't send EOS event here, the base class will send one for us.
11810
11811         * gst/playback/gstplaybasebin.c: (prepare_output):
11812           Subpictures without video stream aren't allowed either.
11813         
11814         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
11815           Fix debug statement copy'n'paste-o.
11816
11817 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
11818
11819         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume):
11820           Fix issues with mixer keeping state when muting/unmuting
11821           and when changing the volume whilst muted (see #331763
11822           and #331765).
11823
11824 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
11825
11826         * gst/subparse/gstsubparse.c: (subrip_unescape_formatting),
11827         (parse_subrip), (gst_sub_parse_format_autodetect):
11828           Set right caps given that we send escaped text. Also,
11829           honour <i></i>, <b></b> and <u></u> markers that can be found
11830           in .srt files (fixes #310202).
11831
11832 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
11833
11834         * gst-libs/gst/audio/mixerutils.c:
11835         (element_factory_rank_compare_func):
11836           Make order in which elements are tried more determinable.
11837
11838 2006-02-20  Julien MOUTTE  <julien@moutte.net>
11839
11840         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
11841         (remove_element_chain), (cleanup_decodebin),
11842         (gst_decode_bin_change_state): Make decodebin reusable by
11843         fixing remove_element_chain first and then introduce a
11844         cleaner in state change to ->NULL. (Closes #331678)
11845
11846 2006-02-19  Wim Taymans  <wim@fluendo.com>
11847
11848         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_open_file):
11849         use 0666 mask when creating files so umask gets applied
11850         correctly. Fixes #331295.
11851
11852 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
11853
11854         * gst/subparse/Makefile.am:
11855         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
11856         (gst_ssa_parse_dispose), (gst_ssa_parse_init),
11857         (gst_ssa_parse_class_init), (gst_ssa_parse_src_event),
11858         (gst_ssa_parse_sink_event), (gst_ssa_parse_setcaps),
11859         (gst_ssa_parse_remove_override_codes), (gst_ssa_parse_parse_line),
11860         (gst_ssa_parse_chain), (gst_ssa_parse_change_state):
11861         * gst/subparse/gstssaparse.h:
11862         * gst/subparse/gstsubparse.c: (plugin_init):
11863           Add very basic parser for SSA subtitle streams (as often
11864           found in matroska files).
11865
11866 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
11867
11868         * gst/playback/gstdecodebin.c: (mimetype_is_raw):
11869           That should be text/x-pango-markup, not text/x-pango-layout.
11870
11871 2006-02-19  Julien MOUTTE  <julien@moutte.net>
11872
11873         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize):
11874         Polishing.
11875
11876 2006-02-19  Julien MOUTTE  <julien@moutte.net>
11877
11878         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
11879         (gst_text_overlay_finalize), (gst_text_overlay_init),
11880         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
11881         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
11882         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
11883         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
11884         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
11885         Fix state change deadlock.
11886
11887 2006-02-19  Julien MOUTTE  <julien@moutte.net>
11888
11889         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
11890         (gst_text_overlay_finalize), (gst_text_overlay_init),
11891         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
11892         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
11893         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
11894         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
11895         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
11896         * ext/pango/gsttextoverlay.h: Fix seeking both for muxed formats
11897         and subtitles files.
11898
11899 2006-02-19  Julien MOUTTE  <julien@moutte.net>
11900
11901         * gst/playback/gstdecodebin.c: (mimetype_is_raw): pango layout
11902         should be considered as raw.
11903
11904 2006-02-19  Julien MOUTTE  <julien@moutte.net>
11905
11906         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
11907         (cb_probe):
11908         * gst/playback/gststreaminfo.h: Introduce language informations.
11909
11910 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
11911
11912         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
11913         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
11914         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
11915         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
11916         Set shared memory segments to be deleted as soon as we have attached,
11917         that way they get cleaned up automatically if we crash.
11918
11919 2006-02-18  Julien MOUTTE  <julien@moutte.net>
11920
11921         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_get_text): 
11922         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_get_text): Those
11923         functions are called with lock held.
11924
11925 2006-02-18  Julien MOUTTE  <julien@moutte.net>
11926
11927         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
11928         (gst_text_overlay_finalize), (gst_text_overlay_init),
11929         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
11930         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
11931         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
11932         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
11933         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
11934         (gst_text_overlay_change_state): Refactoring of textoverlay
11935         without collectpads. This now supports sparse subtitles coming
11936         from a demuxer instead of a sub file. Seeking is still broken 
11937         though. Need to discuss with wtay some more on how to handle
11938         seeking correctly.
11939         * ext/pango/gsttextoverlay.h:
11940         * gst/playback/gstplaybin.c: (setup_sinks): Support linking with
11941         subtitles coming from the demuxer.
11942
11943 2006-02-17  Wim Taymans  <wim@fluendo.com>
11944
11945         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
11946         (gst_vorbisenc_convert_sink):
11947         Use some more scaling functions.
11948
11949 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
11950
11951         * ext/cdparanoia/gstcdparanoiasrc.c:
11952         (gst_cd_paranoia_src_class_init), (gst_cd_paranoia_dummy_callback),
11953         (gst_cd_paranoia_paranoia_callback),
11954         (gst_cd_paranoia_src_signal_is_being_watched),
11955         (gst_cd_paranoia_src_read_sector):
11956         * ext/cdparanoia/gstcdparanoiasrc.h:
11957           Add back 'transport-error' and 'uncorrected-error' signals and
11958           make them actually be fired when bad stuff happens (#319340).
11959
11960 2006-02-17  Wim Taymans  <wim@fluendo.com>
11961
11962         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
11963         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
11964         (gst_ring_buffer_device_is_open), (gst_ring_buffer_acquire),
11965         (gst_ring_buffer_release), (gst_ring_buffer_set_flushing),
11966         (gst_ring_buffer_start), (gst_ring_buffer_pause_unlocked),
11967         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
11968         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
11969         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
11970         (gst_ring_buffer_commit), (gst_ring_buffer_prepare_read),
11971         (gst_ring_buffer_clear):
11972         Small cleanups.
11973         Added some G_LIKELY.
11974
11975 2006-02-17  Wim Taymans  <wim@fluendo.com>
11976
11977         * gst-libs/gst/audio/TODO:
11978         Update TODO
11979
11980         * gst-libs/gst/audio/gstbaseaudiosink.c:
11981         (gst_base_audio_sink_get_offset):
11982         When trying to play samples ASAP and we don't have a
11983         previous sample, try to play at position 0 instead of
11984         an invalid position.
11985
11986 2006-02-17  Wim Taymans  <wim@fluendo.com>
11987
11988         * ext/alsa/gstalsasink.c: (gst_alsasink_open),
11989         (gst_alsasink_reset):
11990         Also release lock when we get an error in _reset();
11991         fix an error message.
11992
11993 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
11994
11995         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
11996         (gst_alsasink_init), (get_channel_free_structure),
11997         (caps_add_channel_configuration), (gst_alsasink_getcaps),
11998         (gst_alsasink_close):
11999         * ext/alsa/gstalsasink.h:
12000           Add support for more than 2 channels (#326720).
12001
12002 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
12003
12004         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
12005           Set codec_name for WAVEFORMATEX as well. When we have 'normal PCM'
12006           with 4 or 6 channels, assume a default channel layout to make things
12007           work (not sure there's anything else we can do in those cases).
12008
12009 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
12010
12011         * gst-libs/gst/audio/multichannel.c:
12012           Minor docs fix.
12013
12014         * gst-libs/gst/riff/Makefile.am:
12015         * gst-libs/gst/riff/riff-ids.h:
12016         * gst-libs/gst/riff/riff-media.c:
12017         (gst_riff_wavext_add_channel_layout), (gst_riff_create_audio_caps):
12018           Add support for WAVEFORMATEX, eg. PCM audio with more than two
12019           channels and a channel layout map.
12020           
12021 2006-02-16  Mathieu Garcia <b0nk at free dot fr>
12022
12023         Reviewed by Edward Hervey  <edward@fluendo.com>
12024
12025         * gst/videoscale/vs_scanline.c: (vs_scanline_resample_nearest_RGBA): 
12026         C-level optimization of the RGBA nearest neighbour function.
12027         Eventually this might end up in liboil with vectorized versions.
12028
12029 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
12030
12031         * gst-libs/gst/audio/multichannel.c:
12032         (gst_audio_get_channel_positions):
12033           When we have more than 2 channels, but no channel layout is
12034           specified in the caps, return some default channel layout
12035           to the caller and warn about about a possibly buggy element
12036           (could be buggy filtercaps as well of course) (#317038).
12037
12038 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
12039
12040         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
12041           Add gst-libs/gst/cdda to list of lib search paths.
12042
12043 2006-02-15  Andy Wingo  <wingo@pobox.com>
12044
12045         * ext/ogg/gstoggmux.c (gst_ogg_mux_collected): When updating
12046         timestamp, update timestamp_end as well. Fixes a bugaboo. I hope
12047         to the Lord Jesus that I do not have to touch the ogg muxer ever
12048         again.
12049
12050 2006-02-15  Edward Hervey  <edward@fluendo.com>
12051
12052         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
12053         quicktime movie files can also contain 'uuid' atoms.
12054
12055 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
12056
12057         * gst/audioconvert/plugin.c: (plugin_init):
12058           Register the GstAudioChannelPosition enum type with the type
12059           system in the plugin_init function, so that it is known before
12060           any element actually makes use of multi-channel stuff. This is
12061           required for example if one wants to be able to deserialise/use
12062           a caps string with channel positions before any pipeline has
12063           been setup and started, like with gst-launch.
12064
12065 2006-02-14  Wim Taymans  <wim@fluendo.com>
12066
12067         * gst-libs/gst/audio/gstringbuffer.c:
12068         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_delay),
12069         (gst_ring_buffer_samples_done), (wait_segment),
12070         (gst_ring_buffer_commit), (gst_ring_buffer_clear):
12071         Add some compiler G_(UN_)LIKELY help.
12072         SIGNAL the ringbuffer waiters when going to PAUSED as well to
12073         make sure they can exit their functions. Should fix #330748
12074
12075 2006-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
12076
12077         * Makefile.am:
12078         * configure.ac:
12079         * win32/MANIFEST:
12080         * win32/common/_stdint.h:
12081           Windows does not have long long; copy the generated _stdint.h
12082         * win32/common/interfaces-enumtypes.c:
12083         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
12084         (gst_mixer_track_flags_get_type),
12085         (gst_tuner_channel_flags_get_type):
12086         * win32/common/multichannel-enumtypes.c:
12087         (gst_audio_channel_position_get_type):
12088           update
12089
12090 2006-02-13  Wim Taymans  <wim@fluendo.com>
12091
12092         * gst-libs/gst/audio/gstbaseaudiosink.c:
12093         (gst_base_audio_sink_get_time), (gst_base_audio_sink_preroll),
12094         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
12095         Always sync on first sample we receive when starting.
12096
12097 2006-02-13  Wim Taymans  <wim@fluendo.com>
12098
12099         * gst/playback/gstplaybin.c: (gen_vis_element):
12100         Update vis bin docs.
12101         Move queue after tee so we don't queue video buffers but
12102         audio samples instead. Fixes problems where the video queue
12103         is filled and the audio queue empty.
12104
12105 2006-02-13  Tim-Philipp Müller  <tim at centricular dot net>
12106
12107         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
12108           No need to push an EOS event here, GstBaseSrc will do that for us
12109           when we return FLOW_UNEXPECTED.
12110           
12111 2006-02-12  Wim Taymans  <wim@fluendo.com>
12112
12113         * gst-libs/gst/audio/gstbaseaudiosink.c:
12114         (gst_base_audio_sink_get_time), (gst_base_audio_sink_setcaps),
12115         (gst_base_audio_sink_drain), (gst_base_audio_sink_preroll),
12116         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
12117         Use scale functions when possible.
12118         Fix error messages.
12119         Free clockid when after waiting for EOS.
12120         Use G_(UN_)LIKLY when it makes sense.
12121         Fix sample clipping bug found by Arwed v. Merkatz fixes #330789.
12122
12123 2006-02-12  Edward Hervey  <edward@fluendo.com>
12124
12125         * gst/playback/gstplaybasebin.c: (prepare_output): 
12126         Remove stray semi-colon (fixes #330888).
12127
12128 2006-02-12  Jan Schmidt  <thaytan@mad.scientist.com>
12129
12130         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
12131         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
12132         Fix up the XShm call testing so that we catch errors, and don't
12133         cause new ones by attempting to detach from a segment we failed
12134         to attach to. Fixes #312439.
12135
12136 2006-02-10  Edward Hervey  <edward@fluendo.com>
12137
12138         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
12139         Added flv file typefind (video/x-flv).
12140
12141 2006-02-10  Edward Hervey  <edward@fluendo.com>
12142
12143         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
12144         (gst_riff_create_video_template_caps):
12145         Added FLV1 <==> 'video/x-flash-video,flvversion=1' conversion.
12146         Also added the caps to the default set of riff video caps.
12147
12148 2006-02-09  Andy Wingo  <wingo@pobox.com>
12149
12150         * ext/ogg/gstoggmux.c (GstOggPad): Keep track of both the start
12151         time and the end time of the last packet in the page.
12152         (gst_ogg_mux_pad_queue_page): In addition to setting the timestamp
12153         on the pages in our queue, set the duration as well. Reflow a
12154         debug statement.
12155         (gst_ogg_mux_collected): Keep track of GstOggPad->timestamp_end.
12156         Fixes bad muxing order.
12157
12158 2006-02-09  Thomas Vander Stichele  <thomas at apestaart dot org>
12159
12160         * gst-libs/gst/rtp/gstbasertppayload.c:
12161         (gst_basertppayload_setcaps), (gst_basertppayload_push):
12162           update seqnum before setting it on the packet; this makes sure
12163           that the timestamp and seqnum properties match after pushing
12164           a buffer
12165
12166 2006-02-09  Andy Wingo  <wingo@pobox.com>
12167
12168         * gst-libs/gst/audio/gstringbuffer.c
12169         (gst_ring_buffer_samples_done): Cast to guint64, fixes an integer
12170         overflow after 13.5 hours of recording. Kapow!
12171
12172         * ext/alsa/gstalsasrc.c (gst_alsasrc_delay): Clamp the delay to
12173         the buffer size -- we don't care about underrun/overrun reporting
12174         right now, just need to return a useful value.
12175
12176 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
12177
12178         * configure.ac:
12179           Back to CVS
12180
12181 === release 0.10.3 ===
12182
12183 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
12184
12185         * configure.ac:
12186           releasing 0.10.3, "Under Pressure"
12187
12188 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
12189
12190         * configure.ac:
12191         Drat. Bump libtool version number for new API.
12192         Prelease 0.10.2.3 (of 0.10.3)
12193
12194 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
12195
12196         * configure.ac:
12197         * win32/common/config.h:
12198         0.10.2.2 prerelease (of 0.10.3).
12199
12200 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
12201
12202         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_create):
12203           Revert Andy's newsegment change pending a more correct
12204           fix.
12205
12206 2006-02-08  Thomas Vander Stichele  <thomas at apestaart dot org>
12207
12208         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
12209         (qt_type_find), (plugin_init):
12210           detect more files as 3gp
12211           group and reorder the iso file formats
12212
12213 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
12214
12215         * ext/vorbis/vorbis.c: (plugin_init):
12216           Register musicbrainz tags, so apps don't have to.
12217
12218 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
12219
12220         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_from_vorbis_tag),
12221         (gst_tag_to_vorbis_tag):
12222           Make sure we called gst_tag_register_musicbrainz_tags()
12223           before possibly mapping a vorbiscomment string from/to a
12224           musicbrainz tag.
12225
12226 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
12227
12228         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
12229           In case we can't find the required number of consecutive
12230           mpeg audio frames to positively identify an MPEG audio
12231           stream, check if there's at least a valid mpeg audio
12232           frame right at offset 0 and if so suggest mpeg/audio
12233           caps with a very low probability (#153004).
12234
12235 2006-02-07  Andy Wingo  <wingo@pobox.com>
12236
12237         * gst/tcp/gsttcpclientsrc.c (gst_tcp_client_src_create): Switch to
12238         a TIME segment if we get timestamped buffers. Requires recent
12239         fixes in core to work properly.
12240
12241 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
12242
12243         * gst/playback/gstplaybasebin.c: (prepare_output):
12244           Don't print the URI as part of the error message, it
12245           makes error dialogs look rather ugly, especially if
12246           the URI is very long or has characters in it that
12247           need escaping.
12248
12249 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
12250
12251         * gst/playback/gstplaybasebin.c: (prepare_output):
12252           Error out if we have only text or subtitles, but nothing
12253           else. Also error out if we have subtitles but no video
12254           stream.
12255
12256 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
12257
12258         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
12259           Treat GNOME_VFS_RESULT_EOF as EOS, not as error (#329194).
12260           Post an error message on the bus when we encounter an
12261           error, which will hopefully be more meaningful than the
12262           'Internal Flow Error' message users get to see if we
12263           just return GST_FLOW_ERROR.
12264
12265 2006-02-07  Andy Wingo  <wingo@pobox.com>
12266
12267         * configure.ac (GST_MAJORMINOR): Update core version req to
12268         0.10.2.2, for the collectpads API addition (#330244).
12269
12270 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
12271
12272         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
12273           Return FALSE from plugin_init() when GnomeVFS can't
12274           be initialised for some reason (#328423).
12275
12276 2006-02-06  Julien MOUTTE  <julien@moutte.net>
12277
12278         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event): 
12279         Stick to seeking theory until i find the bug.
12280         * gst/subparse/gstsubparse.c: (parse_subrip): Fix debug.
12281
12282 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
12283
12284         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
12285         (theora_enc_finalize), (theora_enc_sink_setcaps),
12286         (theora_set_header_on_caps), (theora_enc_chain),
12287         (theora_enc_change_state):
12288         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
12289           Make theoraenc and the tests leak free. Like, really.
12290
12291 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
12292
12293         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
12294         (theora_enc_finalize), (theora_enc_sink_setcaps):
12295           Add a finalize method to ensure we clean up state even if
12296           someone omitted the state change back to NULL.
12297
12298         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1),
12299         (gst_vorbisenc_chain):
12300           Free some more leaked bits.
12301
12302         * tests/check/pipelines/theoraenc.c: (start_pipeline),
12303         (stop_pipeline):
12304           Wait for state changes to happen if they're ASYNC.
12305
12306           This ought to teach those fancy pants buildbots a lesson.
12307
12308 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
12309
12310         * gst-libs/gst/tag/gstid3tag.c:
12311           Add mapping for ID3 International Standard Recording Code
12312           tag "TSRC"
12313
12314 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
12315
12316         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1):
12317           Don't leak tag names.
12318
12319 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
12320
12321         * docs/libs/gst-plugins-base-libs-docs.sgml:
12322         * docs/libs/gst-plugins-base-libs-sections.txt:
12323         * gst-libs/gst/tag/gstid3tag.c:
12324         * gst-libs/gst/tag/gstvorbistag.c:
12325         * gst-libs/gst/tag/tags.c:
12326           Split libgsttag docs into multiple sections.
12327
12328 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
12329
12330         * docs/libs/Makefile.am:
12331         * docs/libs/gst-plugins-base-libs-docs.sgml:
12332         * docs/libs/gst-plugins-base-libs-sections.txt:
12333         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_tag):
12334         * gst-libs/gst/tag/gstvorbistag.c:
12335         * gst-libs/gst/tag/tag.h:
12336         * gst-libs/gst/tag/tags.c:
12337           Add libgsttag to the docs.
12338
12339 2006-02-05  Julien MOUTTE  <julien@moutte.net>
12340
12341         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize),
12342         (gst_text_overlay_init), (gst_text_overlay_src_event),
12343         (gst_text_overlay_collected): Fix clockoverlay.
12344
12345 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
12346
12347         * docs/libs/compiling.sgml:
12348           Fix typo: it's pkg-config, not pkg-gconfig
12349
12350         * docs/libs/gst-plugins-base-libs-docs.sgml:
12351         * docs/libs/gst-plugins-base-libs-sections.txt:
12352         * docs/libs/tmpl/gstgconf.sgml:
12353           There is no libgstgconf in 0.10, remove it
12354           from the docs.
12355
12356 2006-02-05  Julien MOUTTE  <julien@moutte.net>
12357
12358         * docs/libs/tmpl/gstcolorbalance.sgml: Updated.
12359         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
12360         (gst_text_overlay_src_event), (gst_text_overlay_collected):
12361         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
12362         (gst_sub_parse_class_init), (gst_sub_parse_init),
12363         (gst_sub_parse_src_event), (parse_mdvdsub), (parse_subrip),
12364         (parse_mpsub), (parser_state_init), (handle_buffer),
12365         (gst_sub_parse_chain), (gst_sub_parse_sink_event), (plugin_init):
12366         * gst/subparse/gstsubparse.h: Introduce seeking code.
12367
12368 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
12369
12370         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
12371           Add comment about LANGUAGE tag inconsistency (we want
12372           ISO-639-1, but extract three-letter identifiers?)
12373
12374         * po/POTFILES.in:
12375           Add two translatable files.
12376
12377 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
12378
12379         * gst-libs/gst/tag/Makefile.am:
12380         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
12381         * gst-libs/gst/tag/tag.h:
12382         * gst-libs/gst/tag/tags.c:
12383         (gst_tag_register_musicbrainz_tags_internal),
12384         (gst_tag_register_musicbrainz_tags):
12385           Forward-port some tags stuff from the 0.8 branch. This is
12386           mostly the addition of musicbrainz tags and their mapping
12387           to vorbistags, and a vorbistag mapping of the language tag.
12388
12389 2006-02-05  Julien MOUTTE  <julien@moutte.net>
12390
12391         * gst/playback/gstplaybin.c: (gen_text_element): Fix broken code
12392         refactoring.
12393
12394 2006-02-04  David Schleef  <ds@schleef.org>
12395
12396         * ext/ogg/gstoggmux.c:
12397         * gst/typefind/gsttypefindfunctions.c:
12398           Add Dirac typefinding and add dirac format to oggmux.
12399
12400 2006-02-03  Tim-Philipp Müller  <tim at centricular dot net>
12401
12402         * gst/playback/gstdecodebin.c: (try_to_link_1):
12403           Don't put essential function call into
12404           g_return_*() macro, otherwise it'll all be
12405           replaced by NOOPs when compiling with
12406           G_DISABLE_CHECKS defined.
12407
12408 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
12409
12410         * ext/ogg/gstoggdemux.c:
12411         * ext/ogg/gstoggparse.c:
12412         * gst/tcp/gsttcpserversink.c:
12413         * sys/v4l/v4lsrc_calls.c:
12414         * sys/v4l/v4lsrc_calls.h:
12415         Just make it compile with --disable-gst-debug.
12416
12417 2006-02-03  Wim Taymans  <wim@fluendo.com>
12418
12419         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
12420         (gst_alsasink_class_init), (gst_alsasink_init),
12421         (gst_alsasink_write), (gst_alsasink_reset):
12422         * ext/alsa/gstalsasink.h:
12423         Add lock to protect alsa calls.
12424         Implement reset to flush samples ASAP, does not work
12425         with dmix though.
12426
12427 2006-02-02  Wim Taymans  <wim@fluendo.com>
12428
12429         * gst-libs/gst/audio/gstbaseaudiosink.c:
12430         (gst_base_audio_sink_provide_clock):
12431         Ugh.. getting late I guess...
12432
12433 2006-02-02  Wim Taymans  <wim@fluendo.com>
12434
12435         * gst-libs/gst/audio/gstbaseaudiosink.c:
12436         (gst_base_audio_sink_provide_clock),
12437         (gst_base_audio_sink_set_property),
12438         (gst_base_audio_sink_get_property), (gst_base_audio_sink_render):
12439         Don't try to provide a clock when we are not negotiated since
12440         we might not be able to make it run.
12441
12442 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
12443
12444         * gst/playback/gstdecodebin.c: (try_to_link_1):
12445           Unlinking two source pads is ... hard.
12446
12447 2006-02-02  Wim Taymans  <wim@fluendo.com>
12448
12449         * gst-libs/gst/audio/TODO:
12450         Updated.
12451
12452         * gst-libs/gst/audio/gstbaseaudiosink.c:
12453         (gst_base_audio_sink_drain), (gst_base_audio_sink_event):
12454         On EOS, wait till the last sample is played before posting EOS.
12455
12456 2006-02-01  Philippe Kalaf <burger at speedy dot org>
12457
12458         Patch by: Kai Vehmanen
12459         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12460           Adds ability to enable newsegment bypass by setting queue_delay to
12461           zero. Also avoid thread being started if queue_delay is zero.
12462
12463 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
12464
12465         * gst/playback/test6.c: (new_decoded_pad_cb), (show_error), (main):
12466           Make test work again by connecting fakesinks to each decoded pad,
12467           which makes the pipeline wait until each fakesink has a buffer
12468           queued before going to PAUSED state. At that point we know the
12469           decodebin pads are negotiated.
12470
12471 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
12472
12473         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_query),
12474         (gst_cdda_base_src_handle_event):
12475         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
12476           Pass unhandled queries to the parent class's query function.
12477
12478 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
12479
12480         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_types),
12481         (gst_ogg_pad_src_query):
12482         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
12483         * ext/theora/theoradec.c: (theora_dec_src_query),
12484         (theora_dec_sink_query):
12485         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
12486         (vorbis_dec_sink_query):
12487         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
12488         (gst_vorbisenc_sink_query):
12489         * gst/adder/gstadder.c: (gst_adder_query):
12490           Pass unhandled queries upstream instead of just
12491           dropping them (#326447). Also, fix supported
12492           query types list for some elements.
12493
12494 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
12495
12496         * gst/typefind/gsttypefindfunctions.c: (au_type_find),
12497         (paris_type_find), (ilbc_type_find), (plugin_init):
12498           Fix typefinding for audio/x-au, audio/x-paris and
12499           audio/iLBC-sh. We cannot use the START_WITH macros
12500           here, because there can only be one typefind factory
12501           with the same name (caps), so the second one would
12502           replace the first one and the first one would never
12503           be called when doing typefinding (see #161712).
12504           
12505
12506 2006-01-31  Wim Taymans  <wim@fluendo.com>
12507
12508         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
12509         (vorbis_handle_header_packet), (vorbis_dec_push),
12510         (vorbis_handle_data_packet):
12511         Use scale_int when we can, add some more scaling.
12512         Check packettype before parsing it.
12513
12514 2006-01-31  Wim Taymans  <wim@fluendo.com>
12515
12516         * ext/theora/theoradec.c: (_theora_granule_time),
12517         (theora_dec_src_convert), (theora_dec_sink_convert):
12518         Call right _scale functions.
12519         Use parameter instead of some other random value.
12520
12521 2006-01-31  Wim Taymans  <wim@fluendo.com>
12522
12523         * ext/theora/theoradec.c: (_theora_granule_frame),
12524         (_theora_granule_time), (_inc_granulepos),
12525         (theora_dec_src_convert), (theora_dec_sink_convert),
12526         (theora_handle_type_packet), (theora_handle_data_packet),
12527         (theora_dec_chain):
12528         Use higher precision timestamps calculation.
12529         Convert some other conversions to _scale.
12530
12531 2006-01-31  Stefan Kost  <ensonic@users.sf.net>
12532
12533         * gst/audiotestsrc/gstaudiotestsrc.c:
12534         (gst_audio_test_src_create_sine_table), (plugin_init):
12535         * gst/volume/gstvolume.c: (plugin_init):
12536           initialize gst_controller before using
12537
12538 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
12539
12540         * tests/check/pipelines/theoraenc.c:
12541         * tests/check/pipelines/vorbisenc.c:
12542         Define constant using G_GINT64_CONSTANT to avoid errors when
12543         passing it around - otherwise it gets truncated to 32 bits.
12544
12545         Fixes failing tests.
12546
12547 2006-01-31  Andy Wingo  <wingo@pobox.com>
12548
12549         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_set_caps): Don't segfault if the
12550         caps being set doesn't have a framerate value. Basically a stopgap
12551         measure.
12552
12553         * ext/ogg/gstoggmux.c (GST_BUFFER_END_TIME): New macro. Not
12554         technically correct enough to put into core though.
12555         (gst_ogg_mux_dequeue_page): Use END_TIME instead of TIMESTAMP +
12556         DURATION. Fixes theoraenc ! oggmux.
12557
12558         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Fixate to the nearest
12559         fraction, not double.
12560
12561 2006-01-31  Sebastien Moutte  <sebastien@moutte.net>
12562
12563         * win32/vs7:
12564         add vs7 project files created by Sergey Scobich
12565
12566 2006-01-30  Sebastien Moutte  <sebastien@moutte.net>
12567
12568         * win32/vs8:
12569         add vs8 project files created by Sergey Scobich
12570         
12571 2006-01-30  Andy Wingo  <wingo@pobox.com>
12572
12573         * ext/ogg/gstoggmux.c (gst_ogg_mux_dequeue_page): Compare
12574         timestamp + duration, not just timestamp -- ogg pages should be
12575         ordered by stop time. Necessary fix given the change in vorbis
12576         timestamps.
12577
12578         * ext/theora/theoraenc.c (theora_enc_sink_setcaps) 
12579         (gst_theora_enc_init): Pull the granule shift out of the encoder.
12580         (granulepos_add): New function, handles the messiness of adjusting
12581         granulepos values.
12582         (theora_buffer_from_packet):
12583         (theora_enc_chain):
12584         (theora_enc_sink_event): Use granulepos_add, not +.
12585
12586         * tests/check/pipelines/theoraenc.c
12587         (check_buffer_granulepos_from_starttime): Just check the frame
12588         count, not the actual granulepos -- we can't dictate to the
12589         encoder when it should be placing keyframes.
12590
12591 2006-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
12592
12593         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
12594           SERVICE_NOT_AVAILABLE happens for example when you're trying to
12595           play an http:// stream from a server that's not serving
12596
12597 2006-01-30  Andy Wingo  <wingo@pobox.com>
12598
12599         * tests/check/pipelines/vorbisenc.c (TIMESTAMP_OFFSET): 
12600         * tests/check/pipelines/theoraenc.c (TIMESTAMP_OFFSET): Totally
12601         remove the UINT64_CONSTANT macro, doesn't appear to be needed or
12602         available.
12603
12604         * ext/theora/gsttheoraenc.h:
12605         * ext/theora/theoraenc.c: Same changes as were done to vorbisenc,
12606         although theoraenc was timestamping correctly. Added handling of
12607         streams that start with nonzero timestamps.
12608
12609         * tests/check/Makefile.am:
12610         * tests/check/pipelines/theoraenc.c: New file, basically does same
12611         tests as vorbisenc.
12612
12613         * tests/check/pipelines/vorbisenc.c: I claim these bugs.
12614
12615 2006-01-30  Wim Taymans  <wim@fluendo.com>
12616
12617         * gst-libs/gst/audio/gstaudiosink.c:
12618         (gst_audioringbuffer_class_init), (gst_audioringbuffer_release),
12619         (gst_audioringbuffer_pause):
12620         Implement pause that does not wait for completion.
12621
12622         * gst-libs/gst/audio/gstbaseaudiosink.c:
12623         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
12624         Don't drop buffers when going to PAUSED but perform preroll on
12625         remaining samples now that core base class supports this.
12626
12627         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_release),
12628         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_stop),
12629         (gst_ring_buffer_commit):
12630         Pause should not signal waiters.
12631         Implement return value of _commit correctly.
12632
12633 2006-01-30  Andy Wingo  <wingo@pobox.com>
12634
12635         * tests/check/Makefile.am (check_vorbis): Add pipelines/vorbisenc.
12636
12637         * ext/vorbis/vorbisenc.c (gst_vorbisenc_buffer_from_packet): Logic
12638         updated to timestamp from the first sample, not the last.
12639         (gst_vorbisenc_buffer_from_header_packet): New function, takes
12640         special care of granulepos and timestamp for header packets.
12641         (gst_vorbisenc_chain): Reflow, fix some leaks, and handle the case
12642         when the first buffer has a nonzero timestamp.
12643
12644         * ext/vorbis/vorbisenc.h (GstVorbisEnc.granulepos_offset)
12645         (GstVorbisEnc.subgranule_offset): New members. Take care of the
12646         case when the first audio buffer we get has a nonzero timestamp.
12647         (GstVorbisEnc.next_ts): Renamed from prev_ts, because now we
12648         properly timestamp vorbis buffers with the time of the first
12649         sample, not the last.
12650         
12651         * ext/vorbis/vorbisenc.c (granulepos_to_clocktime): Renamed from
12652         vorbis_granule_time_copy -- now it takes the granule/subgranule
12653         offset into account.
12654
12655         * tests/check/pipelines/vorbisenc.c: New test for correctness of
12656         timestamps, durations, and granulepos on buffers produced by
12657         vorbisenc.
12658
12659 2006-01-30  Jan Schmidt  <thaytan@mad.scientist.com>
12660
12661         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
12662         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
12663           Patch from Eric Jonas to support conversions to/from UYVY 
12664           (Fixes: #324626)
12665
12666 2006-01-30  Julien MOUTTE  <julien@moutte.net>
12667
12668         * gst/playback/gstplaybasebin.c: (group_commit), (queue_overrun),
12669         (setup_subtitle), (setup_source), (set_active_source):
12670         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
12671         (gen_text_element), (gen_audio_element), (gen_vis_element),
12672         (remove_sinks), (add_sink), (setup_sinks): Implement subtitles.
12673
12674 2006-01-29  Sebastien Moutte  <sebastien@moutte.net>
12675
12676         * gst-libs/gst/audio/audio.h: (GST_CLOCK_TIME_TO_FRAMES)
12677         * gst-libs/gst/audio/gstbaseaudiosink.c: (gst_base_audio_sink_render)
12678                 use gst_guint64_to_gdouble to be compliant with vs6
12679         * gst/playback/gstdecodebin.c: (try_to_link_1)
12680         * gst/videorate/videorate.c: (gst_video_rate_blank_data)
12681                 use G_GINT64_CONSTANT for int64 constants
12682         * win32/common/libgstinterfaces.def:
12683                 export some symbols (gst_mixer_get_type,gst_mixer_track_get_type)
12684         * win32/vs6:
12685                 update and add new project files
12686                 
12687 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
12688
12689         * Makefile.am:
12690         * win32/MANIFEST:
12691         * win32/common/interfaces-enumtypes.c:
12692         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
12693         (gst_mixer_track_flags_get_type),
12694         (gst_tuner_channel_flags_get_type):
12695         * win32/common/interfaces-enumtypes.h:
12696         * win32/common/multichannel-enumtypes.c:
12697         (gst_audio_channel_position_get_type):
12698         * win32/common/multichannel-enumtypes.h:
12699           add a win32-update rule like in core, and copy over enumtypes files
12700
12701 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
12702
12703         * win32/MANIFEST:
12704         * win32/common/config.h:
12705         * win32/common/config.h.in:
12706           add config files just like in core
12707
12708 2006-01-28  Tim-Philipp Müller  <tim at centricular dot net>
12709
12710         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format):
12711           Make gcc-4.1 happy (part of #327357).
12712
12713 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
12714
12715         * ext/alsa/gstalsasink.c: (gst_alsasink_init), (set_hwparams),
12716         (set_swparams), (gst_alsasink_prepare), (gst_alsasink_unprepare),
12717         (gst_alsasink_close), (gst_alsasink_write), (gst_alsasink_reset):
12718         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (set_hwparams),
12719         (set_swparams), (gst_alsasrc_open), (gst_alsasrc_prepare),
12720         (gst_alsasrc_unprepare), (gst_alsasrc_read):
12721           Update all error messages.  All of them should either use
12722           the default translated message, or actually provide a
12723           translatable string.
12724           Make the string for channel count problems meaningful.
12725
12726 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
12727
12728         * sys/v4l/v4l_calls.c: (gst_v4l_open):
12729           check for and throw RESOURCE_BUSY
12730
12731 2006-01-27  David Schleef  <ds@schleef.org>
12732
12733         * gst/videoscale/vs_scanline.c: Oops, *that's* why I never
12734           checked in this change -- it requires liboil features not
12735           in 0.3.6.  Revert parts.
12736
12737 2006-01-27  David Schleef  <ds@schleef.org>
12738
12739         * REQUIREMENTS:
12740         * configure.ac: update liboil requirement to 0.3.6
12741         * gst/videoscale/Makefile.am:
12742         * gst/videoscale/vs_scanline.c: liboilify
12743
12744 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
12745
12746         * ext/libvisual/visual.c: (get_buffer):
12747           When pad_alloc returns a GstFlowReturn other
12748           than GST_FLOW_OK, make sure it is passed upstream.
12749
12750 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
12751
12752         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
12753         (gst_alsasink_class_init):
12754           Free the device name string.
12755
12756         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
12757         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad),
12758         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_clear_collectpads):
12759           Don't remove a pad from the collectpads structure until it
12760           is released - it's a request pad, and may receive data again
12761           if the element gets moved back to PLAYING state.
12762
12763         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
12764           Ensure we turn on double buffering on the Xv port, and
12765           set the colour key to something dark and mysterious that
12766           isn't black.
12767
12768 2006-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
12769
12770         * ext/alsa/gstalsaplugin.c: (plugin_init):
12771         * ext/cdparanoia/gstcdparanoiasrc.c:
12772         (gst_cd_paranoia_src_base_init), (plugin_init):
12773         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
12774         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
12775           - a library should not call setlocale. see "Libraries" node in
12776             gettext manual
12777           - make sure all plugins that use translation do bindtextdomain
12778             to point to the localedir
12779         * gst/playback/gstplaybin.c: (gen_vis_element), (add_sink),
12780         (setup_sinks), (plugin_init):
12781           all this, and check for NULL when creating sinks
12782
12783 2006-01-27  Julien MOUTTE  <julien@moutte.net>
12784
12785         * gst/subparse/gstsubparse.c: (gst_subparse_type_find),
12786         (plugin_init): Make typefinding of subtitles work again.
12787
12788 2006-01-26  Tim-Philipp Müller  <tim at centricular dot net>
12789
12790         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
12791         (mp3_type_frame_length_from_header), (mp3_type_find),
12792         (wavpack_type_find), (m4a_type_find), (ircam_type_find),
12793         (plugin_init):
12794           Backport a bunch of typefinding fixes from the 0.8 branch.
12795           Also, improve wavpack typefinding: if we can't peek the
12796           entire wavpack block, try to parse the bits we can get and
12797           see if we find what we're looking for in those.
12798
12799 2006-01-26  Julien MOUTTE  <julien@moutte.net>
12800
12801         * sys/ximage/ximagesink.c:
12802         (gst_ximagesink_calculate_pixel_aspect_ratio):
12803         * sys/xvimage/xvimagesink.c:
12804         (gst_xvimagesink_calculate_pixel_aspect_ratio): Handle some
12805         more cases of pixel aspect ratio.
12806
12807 2006-01-26  Edward Hervey  <edward@fluendo.com>
12808
12809         * gst/playback/gstdecodebin.c: (pad_probe):
12810         Also consider the flush-start and tag events as unblockers
12811         for the pad probes.
12812
12813 2006-01-26  Julien MOUTTE  <julien@moutte.net>
12814
12815         * gst/playback/gstplaybin.c: (gst_play_bin_init),
12816         (gst_play_bin_dispose), (gst_play_bin_vis_unblocked),
12817         (gst_play_bin_vis_blocked), (gst_play_bin_set_property): 
12818         On the fly visualisation switch, works disabling, enabling as
12819         well but it won't be able to enable vis in a playbin that was
12820         created with no visualisation.
12821
12822 2006-01-25  Wim Taymans  <wim@fluendo.com>
12823
12824         * gst-libs/gst/audio/gstbaseaudiosink.c:
12825         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
12826         Undo previous commit that returned WRONG_STATE sooner, it breaks 
12827         resume after pause.
12828
12829 2006-01-25  Wim Taymans  <wim@fluendo.com>
12830
12831         * gst-libs/gst/audio/gstbaseaudiosink.c:
12832         (gst_base_audio_sink_setcaps), (gst_base_audio_sink_event),
12833         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render):
12834         Improve debugging.
12835         Post error when caps cannot be parsed.
12836         Resync on discontinuity in the stream.
12837         Clip samples to segment boundaries.
12838         return WRONG_STATE sooner when we are flushing.
12839
12840         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
12841         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
12842         Make audiosrc operate in TIME.
12843         Set TIMESTAMP and DURATION on buffers.
12844
12845 2006-01-24  Tim-Philipp Müller  <tim at centricular dot net>
12846
12847         * tests/examples/seek/seek.c: (main):
12848           Output tag messages as well.
12849
12850 2006-01-23  Edward Hervey  <edward@fluendo.com>
12851
12852         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
12853         (free_pad_probes), (remove_fakesink), (pad_probe),
12854         (close_pad_link), (gst_decode_bin_change_state):
12855         Replace GstPadBlockCallback with pad probes that detect
12856         first buffer AND eos before removing fakesink.
12857         Fixes hang with demuxers doing EOS while pre-rolling.
12858         Solves #328279
12859
12860 2006-01-23  Andy Wingo  <wingo@pobox.com>
12861
12862         * ext/alsa/gstalsasink.c:
12863         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12864         (gst_base_rtp_depayload_setcaps),
12865         (gst_base_rtp_depayload_add_to_queue),
12866         (gst_base_rtp_depayload_queue_release): GCC 2.95 fixes (#328263).
12867         
12868         Patch by: Jens Granseuer <jensgr at gmx dot net>
12869
12870 2006-01-22  Julien MOUTTE  <julien@moutte.net>
12871
12872         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
12873         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
12874         (gst_xvimagesink_buffer_alloc): Playbin keeps some ref to some 
12875         frames. We might get a frame destroyed after changing state to
12876         NULL, adding a safety check on xcontext.
12877
12878 2006-01-22  Tim-Philipp Müller  <tim at centricular dot net>
12879
12880         * gst-libs/gst/interfaces/xoverlay.c:
12881           Fix prepare-xwindow-id code example in the docs - we need to
12882           ignore all messages that aren't element messages as well.
12883           
12884 2006-01-21  Julien MOUTTE  <julien@moutte.net>
12885
12886         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
12887           I think one day i'll completely undestand how caps negotiation
12888           is supposed to work. This refactoring handles buffer_alloc
12889           called with caps we can't handle. We definitely don't want a
12890           set_caps with those caps, so we define and allocate a buffer
12891           we would like to receive.
12892
12893 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
12894
12895         * gst/playback/gstplaybasebin.c: (setup_source):
12896           Free iterator when done.
12897
12898 2006-01-17  Jan Schmidt  <thaytan@mad.scientist.com>
12899
12900         * gst-libs/gst/audio/gstbaseaudiosink.c:
12901         (gst_base_audio_sink_render):
12902           Fix playback of non-synchronised streams by assuming a rate
12903           of 1.0 instead of a random one.
12904
12905           Makes this work again:
12906
12907           gst-launch filesrc location=raw_audio.file ! 'audio/x-raw-int,
12908           endianness=(int)4321, signed=(boolean)true, width=(int)16,
12909           depth=(int)16, rate=(int)44100, channels=(int)2' ! audioconvert !
12910           audioresample ! alsasink
12911
12912 === release 0.10.2 ===
12913
12914 2006-01-16  Thomas Vander Stichele <thomas at apestaart dot org>
12915
12916         * configure.ac:
12917           releasing 0.10.2, "Then the devil is six"
12918
12919 2006-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
12920
12921         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
12922         * gst/playback/gststreamselector.c:
12923         (gst_stream_selector_set_property):
12924           Comment out broken code that connects to the state-changed signal.
12925           At this point, changing current stream selection is broken, but 
12926           stuff like gst-launch playbin current-audio=1 works and filters
12927           to the chosen stream.
12928
12929 2006-01-16  Thomas Vander Stichele  <thomas at apestaart dot org>
12930
12931         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
12932           Fix #327216 (null dereference in vorbisdec)
12933
12934 2006-01-16  Tim-Philipp Müller  <tim at centricular dot net>
12935
12936         * ext/theora/theoradec.c: (theora_handle_comment_packet):
12937           Post taglist actually on bus instead of just freeing it
12938           (fixes #327114 and totem bug #327080).
12939
12940         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
12941           Use gst_element_found_tags_for_pad(), so that the tags
12942           are sent downstream as an event as well.
12943
12944 2006-01-15  Thomas Vander Stichele  <thomas at apestaart dot org>
12945
12946         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
12947         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
12948         (gst_ximagesink_buffer_alloc):
12949         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
12950         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_show_frame),
12951         (gst_xvimagesink_buffer_alloc):
12952           move all regularly occurring messages to GST_LOG level
12953           add some more object logs
12954
12955 2006-01-14  Thomas Vander Stichele  <thomas at apestaart dot org>
12956
12957         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
12958           fix a silly segfault
12959
12960 2006-01-14  Tim-Philipp Müller  <tim at centricular dot net>
12961
12962         * docs/libs/gst-plugins-base-libs-docs.sgml:
12963         * docs/libs/gst-plugins-base-libs-sections.txt:
12964         * gst-libs/gst/audio/mixerutils.c:
12965         * gst-libs/gst/audio/mixerutils.h:
12966           Add docs for mixerutils stuff.
12967
12968 2006-01-13  Tim-Philipp Müller  <tim at centricular dot net>
12969
12970         * gst/playback/gstplaybasebin.c: (setup_source):
12971           Fix playback for sources that emit raw audio or
12972           raw video streams (e.g.: cd audio sources) (#325984).
12973
12974 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
12975
12976         * gst-libs/gst/audio/mixerutils.c:
12977         (gst_audio_mixer_filter_do_filter):
12978           actually save the element we create
12979
12980 2006-01-12  Tim-Philipp Müller  <tim at centricular dot net>
12981
12982         * gst-libs/gst/cdda/gstcddabasesrc.c:
12983         (gst_cdda_base_src_handle_track_seek):
12984           No need to post a tag message on the bus when seeking
12985           within the same track, only post it when the current
12986           track changes.
12987
12988 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
12989
12990         * gst/playback/gstplaybasebin.c: (group_destroy),
12991         (probe_triggered), (new_decoded_pad), (mute_group_type),
12992         (set_active_source):
12993         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
12994         * gst/playback/gststreamselector.c:
12995         (gst_stream_selector_base_init),
12996         (gst_stream_selector_set_property),
12997         (gst_stream_selector_request_new_pad):
12998           Reenable stream selection. These mechanisms need a complete overhaul
12999           in the face of 0.8->0.10 changes though.
13000
13001 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
13002
13003         * ext/ogg/gstoggdemux.c:
13004           Change the pad template to src_%d to match the pads that 
13005           are created from it. decodebin needs this information in order
13006           to decide that oggdemux is capable of producing multiple pads
13007           (and hence needs queues inserted).
13008
13009         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
13010         (gst_ogg_mux_collected):
13011           Make debug output more useful by using GST_PTR_FORMAT.
13012
13013 2006-01-11  Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
13014
13015         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
13016
13017         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
13018           Set depth and width for alaw/mulaw (fixes #326601).
13019
13020 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
13021
13022         * tests/icles/Makefile.am:
13023           don't build the tests if we don't have the libs
13024
13025 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
13026
13027         * ext/cdparanoia/gstcdparanoiasrc.c: (gst_cd_paranoia_src_close),
13028         (gst_cd_paranoia_paranoia_callback):
13029           Don't try to free NULL pointers.
13030
13031 2006-01-10  Edward Hervey  <edward@fluendo.com>
13032
13033         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain),
13034         (gst_audio_rate_change_state), (plugin_init):
13035         Add debugging category.
13036         Fix type issues.
13037         Add case for incoming buffers without valid offset/offset_end.
13038
13039 2006-01-10  Michael Smith  <msmith@fluendo.com>
13040
13041         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_dispose):
13042           Don't leak GCond in audio sources.
13043
13044 2006-01-10  Jan Schmidt  <thaytan@mad.scientist.com>
13045
13046         * gst/playback/gstplaybin.c: (gen_audio_element):
13047           Don't leak an autoaudiosink/alsasink when we generate
13048           a new audio element. (old code, I guess)
13049
13050 2006-01-10  Michael Smith  <msmith@fluendo.com>
13051
13052         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
13053           Support float audio in audiorate.
13054           Use width rather than depth for selecting sample width.
13055
13056 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
13057
13058         * gst/videotestsrc/videotestsrc.h:
13059           Use GLib types here (that way we don't have to include the
13060           generated _stdint.h header, which makes life easier for win32
13061           folks that don't use autotools for the build) (#325990, patch
13062           by: Sergey Scobich).
13063
13064 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
13065
13066         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
13067         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
13068         (gst_ring_buffer_pause), (wait_segment):
13069         * gst-libs/gst/audio/gstringbuffer.h:
13070           Name (private) union, makes Forte compiler happy (this time
13071           for real) (#324900).
13072
13073 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
13074
13075         * gst-libs/gst/audio/Makefile.am:
13076           Link against libgstinterfaces, needed for mixer
13077           and property probe stuff.
13078
13079 2006-01-09  Edward Hervey  <edward@fluendo.com>
13080
13081         * gst-libs/gst/Makefile.am:
13082
13083 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
13084
13085         * gst-libs/gst/audio/Makefile.am:
13086         * gst-libs/gst/audio/mixerutils.c:
13087         (gst_audio_mixer_filter_do_filter),
13088         (gst_audio_mixer_filter_check_element),
13089         (gst_audio_mixer_filter_probe_feature),
13090         (element_factory_rank_compare_func),
13091         (gst_audio_default_registry_mixer_filter):
13092         * gst-libs/gst/audio/mixerutils.h:
13093           Add gst_audio_default_registry_mixer_filter() utility
13094           function.
13095
13096 2006-01-03  Michael Smith  <msmith@fluendo.com>
13097
13098         * gst/audioresample/resample.h:
13099           As before, but for o_buf
13100
13101 2006-01-03  Michael Smith  <msmith@fluendo.com>
13102
13103         * gst/audioresample/resample.h:
13104           Declare struct _ResampleState.buffer as unsigned char *, not void *,
13105           since we do arithmetic on it.
13106
13107 2006-01-02  Tim-Philipp Müller  <tim at centricular dot net>
13108
13109         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
13110         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
13111         (gst_ring_buffer_pause), (wait_segment):
13112         * gst-libs/gst/audio/gstringbuffer.h:
13113           Sun's Forte compiler doesn't seem to like anonymous structs,
13114           so use same setup as in GstBaseSrc (fixes #324900).
13115
13116 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
13117
13118         * configure.ac:
13119         * gst/volume/Makefile.am:
13120         * gst/volume/demo.c:
13121           move old example to tests/examples/volume/volune.c
13122         * tests/examples/Makefile.am:
13123         * tests/examples/seek/seek.c: (main):
13124           change window-close event from "delete-event" to "destroy"
13125         * tests/examples/volume/Makefile.am:
13126         * tests/examples/volume/volume.c: (value_changed_callback),
13127         (setup_gui), (message_received), (eos_message_received), (main):
13128           fix event handling and bus usage
13129
13130 2005-12-29  Stefan Kost  <ensonic@users.sf.net>
13131
13132         * gst/audiotestsrc/gstaudiotestsrc.c:
13133         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
13134         (gst_audio_test_src_init), (gst_audio_test_src_src_fixate),
13135         (gst_audio_test_src_query), (gst_audio_test_src_create_sine),
13136         (gst_audio_test_src_create_square),
13137         (gst_audio_test_src_create_saw),
13138         (gst_audio_test_src_create_triangle),
13139         (gst_audio_test_src_create_silence),
13140         (gst_audio_test_src_create_white_noise),
13141         (gst_audio_test_src_create_pink_noise),
13142         (gst_audio_test_src_init_sine_table),
13143         (gst_audio_test_src_create_sine_table),
13144         (gst_audio_test_src_change_wave),
13145         (gst_audio_test_src_change_volume), (gst_audio_test_src_do_seek),
13146         (gst_audio_test_src_create), (gst_audio_test_src_set_property):
13147         * gst/audiotestsrc/gstaudiotestsrc.h:
13148           update to basesrc changes, implement segmented seeking and eos
13149           handling, add a 'sine-tab' waveform for performance critical playback
13150
13151 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
13152
13153         * po/POTFILES.in:
13154           ... and this time the other modified file that I missed last time.
13155
13156 2005-12-29  Michael Smith  <msmith@fluendo.com>
13157
13158         * gst/playback/gstdecodebin.c: (new_pad):
13159           Fix non-C89 variable declaration not at the start of a block. Should
13160           help some compilers.
13161
13162 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
13163
13164         * tests/check/Makefile.am:
13165           And now fix 'make distcheck' (builddir != srcdir)
13166
13167 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
13168
13169         * configure.ac:
13170         * ext/cdparanoia/Makefile.am:
13171         * ext/cdparanoia/gstcdparanoia.c:
13172         * ext/cdparanoia/gstcdparanoia.h:
13173         * ext/cdparanoia/gstcdparanoiasrc.c:
13174         (gst_cd_paranoia_mode_get_type), (gst_cd_paranoia_src_base_init),
13175         (gst_cd_paranoia_src_init), (gst_cd_paranoia_src_class_init),
13176         (gst_cd_paranoia_src_open), (gst_cd_paranoia_src_close),
13177         (gst_cd_paranoia_paranoia_callback),
13178         (gst_cd_paranoia_src_read_sector), (gst_cd_paranoia_src_finalize),
13179         (gst_cd_paranoia_src_set_property),
13180         (gst_cd_paranoia_src_get_property), (plugin_init):
13181         * ext/cdparanoia/gstcdparanoiasrc.h:
13182           New cdparanoiasrc element based on cddabasesrc; enable cdparanoia
13183           plugin again (there are still fixes required to playbin to make
13184           cdda:// uris work there).
13185
13186 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
13187
13188         * tests/check/Makefile.am:
13189           Fix test case compilation.
13190
13191 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
13192
13193         * gst-libs/gst/cdda/gstcddabasesrc.c:
13194         (gst_cdda_base_src_update_duration),
13195         (gst_cdda_base_src_calculate_cddb_id):
13196           An integer is not a string. Fix access to uninitialised variable.
13197
13198         * tests/check/Makefile.am:
13199           Add cddabasesrc unit test; also actually enable the vorbis test.
13200
13201         * tests/check/generic/states.c:
13202           Blacklist new cd audio elements as well.
13203
13204         * tests/check/libs/cddabasesrc.c:
13205           Unit test for GstCddaBaseSrc (discid calculation mostly).
13206
13207 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
13208
13209         * docs/libs/Makefile.am:
13210         * docs/libs/gst-plugins-base-libs-docs.sgml:
13211         * docs/libs/gst-plugins-base-libs-sections.txt:
13212         * docs/libs/gst-plugins-base-libs.types:
13213           Add docs for libgstcdda/GstCddaBaseSrc.
13214
13215         * gst-libs/gst/interfaces/mixertrack.h:
13216           Do one struct member per line with a semicolon at the end, that way
13217           even gtk-doc might parse it without complaining.
13218
13219 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
13220
13221         * configure.ac:
13222         * gst-libs/gst/Makefile.am:
13223         * gst-libs/gst/cdda/Makefile.am:
13224         * gst-libs/gst/cdda/base64.c:
13225         * gst-libs/gst/cdda/base64.h:
13226         * gst-libs/gst/cdda/gstcddabasesrc.c:
13227         (gst_cdda_base_src_mode_get_type), (gst_cdda_base_src_base_init),
13228         (gst_cdda_base_src_class_init), (gst_cdda_base_src_init),
13229         (gst_cdda_base_src_finalize), (gst_cdda_base_src_set_property),
13230         (gst_cdda_base_src_get_property),
13231         (gst_cdda_base_src_get_track_from_sector),
13232         (gst_cdda_base_src_get_query_types), (gst_cdda_base_src_convert),
13233         (gst_cdda_base_src_query), (gst_cdda_base_src_is_seekable),
13234         (gst_cdda_base_src_do_seek), (gst_cdda_base_src_handle_track_seek),
13235         (gst_cdda_base_src_handle_event), (gst_cdda_base_src_uri_get_type),
13236         (gst_cdda_base_src_uri_get_protocols),
13237         (gst_cdda_base_src_uri_get_uri), (gst_cdda_base_src_uri_set_uri),
13238         (gst_cdda_base_src_uri_handler_init),
13239         (gst_cdda_base_src_setup_interfaces),
13240         (gst_cdda_base_src_add_track), (gst_cdda_base_src_update_duration),
13241         (cddb_sum), (gst_cddabasesrc_calculate_musicbrainz_discid),
13242         (lba_to_msf), (gst_cdda_base_src_calculate_cddb_id),
13243         (gst_cdda_base_src_add_tags),
13244         (gst_cdda_base_src_add_index_associations),
13245         (gst_cdda_base_src_set_index), (gst_cdda_base_src_get_index),
13246         (gst_cdda_base_src_track_sort_func), (gst_cdda_base_src_start),
13247         (gst_cdda_base_src_clear_tracks), (gst_cdda_base_src_stop),
13248         (gst_cdda_base_src_create):
13249         * gst-libs/gst/cdda/gstcddabasesrc.h:
13250         * gst-libs/gst/cdda/sha1.c:
13251         * gst-libs/gst/cdda/sha1.h:
13252           Add new libgstcdda with GstCddaBaseSrc class.
13253
13254 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
13255
13256         * ext/gnomevfs/gstgnomevfssink.h:
13257           Use GstBaseSinkClass as parent_class member for class struct, not
13258           GstBaseSink.
13259
13260 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
13261
13262         Patch by: Michael Benes
13263
13264         * gst/videotestsrc/gstvideotestsrc.c:
13265         (gst_video_test_src_class_init), (gst_video_test_src_start):
13266           Add start method to reset running time and number of frames sent
13267           when starting up (fixes #324696)
13268
13269 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
13270
13271         * docs/plugins/Makefile.am:
13272         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13273         * docs/plugins/gst-plugins-base-plugins-sections.txt:
13274         * docs/plugins/gst-plugins-base-plugins.args:
13275         * docs/plugins/gst-plugins-base-plugins.hierarchy:
13276         * docs/plugins/gst-plugins-base-plugins.signals:
13277           Add docs stuff for gnomevfssrc and gnomevfssink.
13278
13279         * ext/gnomevfs/gstgnomevfssrc.c:
13280           Fix example pipeline in gtk-doc blurb.
13281
13282 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
13283
13284         * ext/gnomevfs/Makefile.am:
13285         * ext/gnomevfs/gstgnomevfs.c: (gst_gnome_vfs_uri_get_type),
13286         (gst_gnome_vfs_handle_copy), (gst_gnome_vfs_handle_free),
13287         (gst_gnome_vfs_handle_get_type), (plugin_init):
13288         * ext/gnomevfs/gstgnomevfs.h:
13289         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_do_init),
13290         (gst_gnome_vfs_sink_base_init), (gst_gnome_vfs_sink_class_init),
13291         (gst_gnome_vfs_sink_finalize), (gst_gnome_vfs_sink_init),
13292         (gst_gnome_vfs_sink_set_property),
13293         (gst_gnome_vfs_sink_get_property), (gst_gnome_vfs_sink_open_file),
13294         (gst_gnome_vfs_sink_close_file), (gst_gnome_vfs_sink_start),
13295         (gst_gnome_vfs_sink_stop), (gst_gnome_vfs_sink_handle_event),
13296         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render),
13297         (gst_gnome_vfs_sink_uri_get_type),
13298         (gst_gnome_vfs_sink_uri_get_protocols),
13299         (gst_gnome_vfs_sink_uri_get_uri), (gst_gnome_vfs_sink_uri_set_uri),
13300         (gst_gnome_vfs_sink_uri_handler_init):
13301         * ext/gnomevfs/gstgnomevfssink.h:
13302           Port gnomevfssink; add gtk-doc blurb.
13303
13304         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_type),
13305         (gst_gnome_vfs_src_base_init), (gst_gnome_vfs_src_class_init),
13306         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
13307         (gst_gnome_vfs_src_uri_get_type),
13308         (gst_gnome_vfs_src_uri_get_protocols),
13309         (gst_gnome_vfs_src_uri_get_uri), (gst_gnome_vfs_src_uri_set_uri),
13310         (gst_gnome_vfs_src_uri_handler_init),
13311         (gst_gnome_vfs_src_set_property), (gst_gnome_vfs_src_get_property),
13312         (gst_gnome_vfs_src_unicodify), (audiocast_thread_run),
13313         (gst_gnome_vfs_src_send_additional_headers_callback),
13314         (gst_gnome_vfs_src_received_headers_callback),
13315         (gst_gnome_vfs_src_push_callbacks),
13316         (gst_gnome_vfs_src_pop_callbacks),
13317         (gst_gnome_vfs_src_get_icy_metadata), (gst_gnome_vfs_src_create),
13318         (gst_gnome_vfs_src_is_seekable), (gst_gnome_vfs_src_get_size),
13319         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
13320         * ext/gnomevfs/gstgnomevfssrc.h:
13321           s/gst_gnomevfssrc/gst_gnome_vfs_src/; move header stuff to header
13322           file; add gtk-doc blurb with example pipelines.
13323
13324 === release 0.10.1 ===
13325
13326 2005-12-23  Thomas Vander Stichele <thomas at apestaart dot org>
13327
13328         * configure.ac:
13329           releasing 0.10.1, "Dobro Dedek"
13330
13331 2005-12-21  Edgard Lima <edgard.lima@indt.org.br>
13332
13333         * gst/typefind/gsttypefindfunctions.c:
13334         iLBC30 and iLBC20 added to typefind.
13335
13336 2005-12-20  Thomas Vander Stichele  <thomas at apestaart dot org>
13337
13338         * gst-libs/gst/audio/gstbaseaudiosink.c:
13339         (gst_base_audio_sink_class_init):
13340         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13341         (gst_base_audio_src_class_init):
13342           update strings, values are in microseconds
13343           change the default sink buffer time to something that is smaller
13344           (to help software volume mixing have a slightly lower delay) but
13345           still be acceptable on Wim's laptop
13346
13347 2005-12-20  Edward Hervey  <edward@fluendo.com>
13348
13349         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_template_caps):
13350         Made a quack, forgot to add DUCK to the riff video template.
13351
13352 2005-12-19  Edward Hervey  <edward@fluendo.com>
13353
13354         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_base_init),
13355         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
13356         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
13357         (gst_ogm_parse_chain):
13358         Make sure pads are initialized correctly.
13359         * gst-libs/gst/riff/riff-ids.h:
13360         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
13361         (gst_riff_create_video_template_caps):
13362         Add a whole bunch of FOURCC <=> MimeType.
13363         Extend the riff video pad template to support the newly added fourcc.
13364
13365 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
13366
13367         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
13368         (gst_ogg_demux_activate_chain):
13369           Extra debug output when activating/deactivating chains.
13370
13371         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
13372         (is_demuxer_element), (try_to_link_1), (remove_element_chain),
13373         (unlinked):
13374           Remove a queue from our list when it becomes unlinked.
13375           Don't add queues to elements in class 'Demux' if they
13376           can only produce one pad 
13377
13378 2005-12-18  Julien MOUTTE  <julien@moutte.net>
13379
13380         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_base_init),
13381         (gst_video_sink_get_type): Add a debug category.
13382
13383 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
13384
13385         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13386         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_handle_sink_event):
13387           Handle downstream newsegment by sending our own newsegment before the
13388           next buffer to be released. (#323900)
13389
13390 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
13391
13392         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13393         (gst_base_rtp_depayload_set_gst_timestamp):
13394           add queue delay to new segment as well (as opposed to just the first
13395           buffer). (bug #322347)
13396
13397 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
13398
13399         * ext/libvisual/visual.c: (make_valid_name):
13400           change some char* into char[]
13401         * gst/audiotestsrc/gstaudiotestsrc.c:
13402         (gst_audio_test_src_class_init), (gst_audio_test_src_do_seek),
13403         (gst_audio_test_src_create):
13404         * gst/audiotestsrc/gstaudiotestsrc.h:
13405           prepare to handle EOS and SEGMENT_DONE
13406
13407 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
13408
13409         * tests/check/generic/states.c: (GST_START_TEST):
13410           Blacklist cdparanoia element in state test.
13411
13412 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
13413
13414           Patch by: Benjamin Pineau
13415
13416         * gst/tcp/gsttcp.c:
13417         * gst/tcp/gsttcpclientsink.c:
13418         * gst/tcp/gsttcpserversink.c:
13419         * gst/tcp/gsttcpserversrc.c:
13420           Add <string.h> includes for memset and FD_ZERO (fixes #323878)
13421
13422 2005-12-15  Michael Smith  <msmith@fluendo.com>
13423
13424         * gst/videorate/gstvideorate.c: (gst_video_rate_blank_data),
13425         (gst_video_rate_chain):
13426           Fix timestamping for videorate when the first buffer it sees has a
13427           non-zero timestamp. Fix some misleading debug output.
13428
13429 2005-12-15  Michael Smith  <msmith@fluendo.com>
13430
13431         * gst/audioresample/gstaudioresample.c:
13432           Don't leak all input buffers to audioresample.
13433
13434 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
13435
13436         * ext/pango/gsttextoverlay.c: (gst_text_overlay_collected):
13437           Don't operate on empty text buffers. Strip newlines and
13438           tabs only from the end of the text, but leave them intact
13439           in the middle. Fix typo in gtk-doc description.
13440
13441 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
13442
13443         * gst/playback/gstplaybasebin.c:
13444         * gst/playback/gstplaybin.c: (handoff):
13445           Make sure the video frame buffer we return to apps via the
13446           "frame" property always has caps set on it. Modify
13447           _gst_gvalue_set_object() macro to handle NULL objects
13448           gracefully too.
13449
13450 2005-12-14  Stefan Kost  <ensonic@users.sf.net>
13451
13452         * gst/audiotestsrc/gstaudiotestsrc.c:
13453         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
13454         (gst_audio_test_src_setcaps), (gst_audio_test_src_src_query),
13455         (gst_audio_test_src_do_seek), (gst_audio_test_src_is_seekable),
13456         (gst_audio_test_src_create):
13457         * gst/audiotestsrc/gstaudiotestsrc.h:
13458         Adjust to some recent api changes and add wtays new cool seeking
13459         capabillities
13460
13461 2005-12-14  Tim-Philipp Müller  <tim at centricular dot net>
13462
13463         * ext/alsa/Makefile.am:
13464         * ext/alsa/gstalsadeviceprobe.c:
13465         * ext/alsa/gstalsadeviceprobe.h:
13466           Helper functions to add device probing via the GstPropertyProbe
13467           interface to a class.
13468
13469         * ext/alsa/gstalsamixer.h:
13470           Comment out GST_ALSA_MIXER, it returns a struct that's not
13471           used.
13472
13473         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
13474           Add some debug info. 
13475
13476         * ext/alsa/gstalsamixerelement.c:
13477         (gst_alsa_mixer_element_interface_supported),
13478         (gst_implements_interface_init),
13479         (gst_alsa_mixer_element_init_interfaces),
13480         (gst_alsa_mixer_element_class_init),
13481         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
13482         (gst_alsa_mixer_element_set_property),
13483         (gst_alsa_mixer_element_get_property),
13484         (gst_alsa_mixer_element_change_state):
13485         * ext/alsa/gstalsamixerelement.h:
13486           Add 'device' and 'device-name' properties. Add GstPropertyProbe
13487           for device handling (gnome-volume-control will need that).
13488
13489 2005-12-12  Christian Schaller  <uraeus@gnome.org>
13490
13491         * ext/Makefile.am: fix cdparanoia entry
13492         * gst-plugins-base.spec.in: add cdparanoia
13493
13494 2005-12-12  Michael Smith  <msmith@fluendo.com>
13495
13496         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
13497           Use the correct function to free list of typefind factories.
13498
13499 2005-12-12  Wim Taymans  <wim@fluendo.com>
13500
13501         * gst/videotestsrc/gstvideotestsrc.c:
13502         (gst_video_test_src_class_init), (gst_video_test_src_init),
13503         (gst_video_test_src_parse_caps), (gst_video_test_src_query),
13504         (gst_video_test_src_do_seek), (gst_video_test_src_is_seekable),
13505         (gst_video_test_src_create):
13506         * gst/videotestsrc/gstvideotestsrc.h:
13507         Implement seeking in videotestsrc.
13508         Small cleanups.
13509
13510 2005-12-12  Wim Taymans  <wim@fluendo.com>
13511
13512         * ext/cdparanoia/Makefile.am:
13513         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
13514         (gst_paranoia_endian_get_type), (_do_init),
13515         (cdparanoia_class_init), (cdparanoia_init),
13516         (cdparanoia_set_property), (cdparanoia_get_property),
13517         (cdparanoia_do_seek), (cdparanoia_is_seekable),
13518         (cdparanoia_create), (cdparanoia_start), (cdparanoia_stop),
13519         (cdparanoia_convert), (cdparanoia_get_query_types),
13520         (cdparanoia_query), (cdparanoia_set_index),
13521         (cdparanoia_uri_set_uri):
13522         * ext/cdparanoia/gstcdparanoia.h:
13523         Partially ported cdparanoia now that basesrc can support a
13524         plugin like this..
13525
13526 2005-12-12  Wim Taymans  <wim@fluendo.com>
13527
13528         * tests/examples/seek/scrubby.c: (main):
13529         Set higher priority for bus events so they don't get reordered with
13530         gtk gui events.
13531
13532         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
13533         (flush_toggle_cb), (main):
13534         Added checkbox to disable flushing seeks. 
13535         Disable scrubbing when doing non flushing seeks.
13536
13537 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
13538
13539         * gst/subparse/gstsubparse.c: (gst_sub_parse_init),
13540         (gst_sub_parse_do_seek), (gst_sub_parse_src_event), (parse_subrip),
13541         (parser_state_init), (handle_buffer), (gst_sub_parse_chain),
13542         (gst_sub_parse_sink_event), (gst_sub_parse_change_state):
13543           Implement some sort of event handling that doesn't rely on
13544           g_return_if_fail; make sure we always push the last chunk of an 
13545           .srt out when we receive an EOS; use gst_pad_alloc_buffer; fix
13546           state change function; remove some old cruft. Seeking is still
13547           rather unlikely to work though.
13548
13549         * tools/.cvsignore:
13550           Ignore more.
13551
13552 2005-12-11  Julien MOUTTE  <julien@moutte.net>
13553
13554         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): 
13555         Fixed a leak of the current image reference when cleaning up.
13556         Thanks to Arwed von Merkatz (alley_cat) for pointing it out.
13557
13558 2005-12-09  Michael Smith  <msmith@fluendo.com>
13559
13560         * tools/Makefile.am:
13561         * tools/gst-launch-ext-m.m:
13562           Remove gst-launch-ext. It doesn't work, and is no longer
13563           particularly useful.
13564
13565 2005-12-08  Luca Ognibene  <luogni@tin.it>
13566
13567         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
13568           don't pass random values to ogmparse convert function.
13569           Make seeking possible in the exile1.ogm file.
13570
13571 2005-12-07  Tim-Philipp Müller  <tim at centricular dot net>
13572
13573         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
13574         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
13575           Work around refcount problem with g_value_set_object() that occur
13576           if the core has been compiled against GLib-2.6 (g_value_set_object()
13577           will only g_object_ref() the element, but the caller will
13578           gst_object_unref() it and bad things will happen due to the way
13579           GstObjects are refcounted in the GLib-2.6 case). Fixes problems with
13580           totem for people on FC4 using Thomas's 0.10 RPMs.
13581           
13582 2005-12-07  Edward Hervey  <edward@fluendo.com>
13583
13584         Time to welcome ogm to 0.10 :)
13585         
13586         * ext/ogg/gstoggdemux.c: (internal_element_pad_added_cb),
13587         (gst_ogg_pad_typefind):
13588         Oggdemux can now properly typefind elements with dynamic pads.
13589         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
13590         Properly set caps on src pad, and set caps on outgoing buffers.
13591
13592 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
13593
13594         * ext/alsa/gstalsamixer.h:
13595         * ext/alsa/gstalsamixerelement.h:
13596         * ext/alsa/gstalsamixeroptions.h:
13597         * ext/alsa/gstalsamixertrack.h:
13598         * ext/alsa/gstalsasink.c:
13599         * ext/alsa/gstalsasink.h:
13600         * ext/alsa/gstalsasrc.c:
13601         * ext/alsa/gstalsasrc.h:
13602         * ext/cdparanoia/gstcdparanoia.h:
13603         * ext/gnomevfs/gstgnomevfsuri.h:
13604         * ext/ogg/gstoggdemux.c:
13605         * ext/ogg/gstoggmux.c:
13606         * ext/pango/gsttextoverlay.h:
13607         * ext/theora/theoradec.c:
13608         * ext/theora/theoraenc.c:
13609         * ext/vorbis/vorbisdec.h:
13610         * ext/vorbis/vorbisenc.c:
13611         * ext/vorbis/vorbisenc.h:
13612         * ext/vorbis/vorbisparse.h:
13613         * gst-libs/gst/audio/gstaudioclock.h:
13614         * gst-libs/gst/audio/gstaudiosink.c:
13615         * gst-libs/gst/audio/gstaudiosink.h:
13616         * gst-libs/gst/audio/gstaudiosrc.c:
13617         * gst-libs/gst/audio/gstaudiosrc.h:
13618         * gst-libs/gst/audio/gstbaseaudiosink.c:
13619         * gst-libs/gst/audio/gstbaseaudiosink.h:
13620         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13621         * gst-libs/gst/audio/gstbaseaudiosrc.h:
13622         * gst-libs/gst/audio/gstringbuffer.h:
13623         * gst-libs/gst/audio/multichannel.h:
13624         * gst-libs/gst/floatcast/floatcast.h:
13625         * gst-libs/gst/interfaces/colorbalance.c:
13626         * gst-libs/gst/interfaces/colorbalance.h:
13627         * gst-libs/gst/interfaces/colorbalancechannel.h:
13628         * gst-libs/gst/interfaces/mixer.h:
13629         * gst-libs/gst/interfaces/mixeroptions.h:
13630         * gst-libs/gst/interfaces/mixertrack.h:
13631         * gst-libs/gst/interfaces/navigation.h:
13632         * gst-libs/gst/interfaces/propertyprobe.h:
13633         * gst-libs/gst/interfaces/tuner.h:
13634         * gst-libs/gst/interfaces/tunerchannel.h:
13635         * gst-libs/gst/interfaces/tunernorm.h:
13636         * gst-libs/gst/interfaces/xoverlay.h:
13637         * gst-libs/gst/netbuffer/gstnetbuffer.h:
13638         * gst-libs/gst/riff/riff-ids.h:
13639         * gst-libs/gst/riff/riff-media.h:
13640         * gst-libs/gst/riff/riff-read.h:
13641         * gst-libs/gst/rtp/gstbasertpdepayload.h:
13642         * gst-libs/gst/rtp/gstbasertppayload.c:
13643         * gst-libs/gst/rtp/gstbasertppayload.h:
13644         * gst-libs/gst/rtp/gstrtpbuffer.c:
13645         * gst-libs/gst/rtp/gstrtpbuffer.h:
13646         * gst-libs/gst/tag/gsttageditingprivate.h:
13647         * gst-libs/gst/tag/gstvorbistag.c:
13648         (gst_tag_list_from_vorbiscomment_buffer):
13649         * gst-libs/gst/tag/tag.h:
13650         * gst-libs/gst/video/video.h:
13651         * gst/adder/gstadder.c:
13652         * gst/adder/gstadder.h:
13653         * gst/audioconvert/audioconvert.c:
13654         * gst/audioconvert/audioconvert.h:
13655         * gst/audioconvert/gstaudioconvert.c:
13656         * gst/audioconvert/gstchannelmix.c:
13657         * gst/audioconvert/gstchannelmix.h:
13658         * gst/audiorate/gstaudiorate.c:
13659         * gst/audioresample/buffer.h:
13660         * gst/audioresample/functable.h:
13661         * gst/audioresample/gstaudioresample.c:
13662         * gst/audioresample/resample.h:
13663         * gst/ffmpegcolorspace/avcodec.h:
13664         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
13665         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
13666         * gst/ffmpegcolorspace/imgconvert.c:
13667         * gst/ffmpegcolorspace/imgconvert_template.h:
13668         * gst/playback/gstdecodebin.c:
13669         * gst/playback/gstplaybasebin.h:
13670         * gst/playback/gstplaybin.c:
13671         * gst/playback/gststreaminfo.h:
13672         * gst/tcp/gstfdset.c:
13673         * gst/tcp/gstfdset.h:
13674         * gst/tcp/gstmultifdsink.c:
13675         * gst/tcp/gstmultifdsink.h:
13676         * gst/tcp/gsttcp.h:
13677         * gst/tcp/gsttcpclientsrc.c:
13678         * gst/tcp/gsttcpclientsrc.h:
13679         * gst/tcp/gsttcpplugin.h:
13680         * gst/tcp/gsttcpserversink.c:
13681         * gst/tcp/gsttcpserversrc.c:
13682         * gst/typefind/gsttypefindfunctions.c:
13683         * gst/videorate/gstvideorate.c:
13684         * gst/videotestsrc/gstvideotestsrc.h:
13685         * gst/videotestsrc/videotestsrc.h:
13686         * sys/v4l/gstv4lcolorbalance.h:
13687         * sys/v4l/gstv4ltuner.h:
13688         * sys/v4l/gstv4lxoverlay.h:
13689         * sys/v4l/v4l_calls.h:
13690         * sys/v4l/videodev_mjpeg.h:
13691         * tests/check/elements/audioconvert.c:
13692         * tests/check/elements/audioresample.c:
13693         * tests/check/elements/audiotestsrc.c:
13694         * tests/check/elements/videotestsrc.c:
13695         * tests/check/elements/volume.c:
13696         * tests/examples/seek/scrubby.c:
13697         * tests/examples/seek/seek.c:
13698           expand tabs
13699
13700 === release 0.10.0 ===
13701
13702 2005-12-05 Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13703
13704         * configure.ac:
13705           releasing 0.10.0, "Mont-d'or"
13706
13707 2005-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
13708
13709         * tests/examples/seek/Makefile.am:
13710         Build fix for when gtk is not available.
13711
13712 2005-12-05  Andy Wingo  <wingo@pobox.com>
13713
13714         * ext/libvisual/visual.c: (get_buffer):
13715         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
13716         * ext/pango/gsttextrender.c: (gst_text_render_chain):
13717         * ext/theora/theoradec.c: (theora_handle_data_packet):
13718         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
13719         (theora_enc_chain):
13720         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
13721         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
13722         Update for alloc_buffer changes.
13723
13724 2005-12-05  Andy Wingo  <wingo@pobox.com>
13725
13726         patch by: Kai Vehmanen <kv2004 eca cx>
13727         
13728         * gst-libs/gst/rtp/gstbasertpdepayload.c
13729         (gst_base_rtp_depayload_thread): Fix busy loop (#323017).
13730
13731 2005-12-04  Andy Wingo  <wingo@pobox.com>
13732
13733         patch by: Sebastien Cote <sebas642 yahoo ca>
13734         
13735         * pkgconfig/gstreamer-plugins-base.pc.in (Libs): Add -L flag.
13736         Fixes #319172.
13737
13738 2005-12-02  Tim-Philipp Müller  <tim at centricular dot net>
13739
13740         * docs/plugins/Makefile.am:
13741         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13742         * docs/plugins/gst-plugins-base-plugins-sections.txt:
13743         * docs/plugins/gst-plugins-base-plugins.hierarchy:
13744         * ext/pango/gstclockoverlay.c:
13745         * ext/pango/gsttextoverlay.c: 
13746         * ext/pango/gsttextrender.c:
13747         * ext/pango/gsttimeoverlay.c:
13748           Add gtk-doc blurbs to pango elements.
13749
13750 2005-12-02  Wim Taymans  <wim@fluendo.com>
13751
13752         * gst/audioresample/buffer.c: (audioresample_buffer_queue_flush):
13753         * gst/audioresample/buffer.h:
13754         * gst/audioresample/gstaudioresample.c:
13755         * gst/audioresample/gstaudioresample.h:
13756         * gst/audioresample/resample.c: (resample_input_flush),
13757         (resample_input_pushthrough), (resample_input_eos),
13758         (resample_get_output_size_for_input),
13759         (resample_get_input_size_for_output), (resample_get_output_size),
13760         (resample_get_output_data):
13761         * gst/audioresample/resample.h:
13762         * gst/audioresample/resample_ref.c: (resample_scale_ref):
13763         Fix audioresample, seek torture, new segments, reverse negotiation
13764         etc.. work fine.
13765
13766 2005-12-02  Wim Taymans  <wim@fluendo.com>
13767
13768         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
13769         Small cleanups.
13770
13771 2005-12-02  Wim Taymans  <wim@fluendo.com>
13772
13773         * gst/audioconvert/gstaudioconvert.c:
13774         (gst_audio_convert_transform):
13775         Post errors.
13776
13777 === release 0.9.7 ===
13778
13779 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13780
13781         * configure.ac:
13782           releasing 0.9.7, "Mi Perro No Tiene Ninguna Nariz"
13783
13784 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
13785
13786         * Makefile.am:
13787         * po/hu.po:
13788         * win32/MANIFEST:
13789         * win32/gst.sln:
13790           add win32 MANIFEST file
13791           do something to the hungarian translation
13792
13793 2005-12-01  Tim-Philipp Müller  <tim at centricular dot net>
13794
13795         * ext/Makefile.am:
13796           Add $(PANGO_DIR) to SUBDIRS
13797
13798         * ext/pango/gstclockoverlay.c:
13799         * ext/pango/gsttimeoverlay.c:
13800           Fix and improve element descriptions.
13801
13802 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13803
13804         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13805         * docs/plugins/inspect/plugin-libvisual.xml:
13806         * docs/plugins/inspect/plugin-pango.xml:
13807           add pango plugin to docs
13808
13809 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13810
13811         * configure.ac:
13812         * ext/Makefile.am:
13813           moved pango to base
13814
13815 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
13816
13817         * configure.ac:
13818         * tests/Makefile.am:
13819         * tests/icles/.cvsignore:
13820         * tests/icles/Makefile.am:
13821         * tests/icles/stress-xoverlay.c: (myclock), (open_display),
13822         (close_display), (resize_window), (move_window), (create_window),
13823         (terminate_playback), (pause_playback), (start_playback), (main):
13824           add stress test for xoverlay from Julien
13825
13826 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13827
13828         * docs/libs/tmpl/gstcolorbalance.sgml:
13829         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13830         * gst-libs/gst/rtp/gstbasertppayload.c:
13831         * gst-libs/gst/rtp/gstrtpbuffer.c:
13832         * gst-libs/gst/rtp/gstrtpbuffer.h:
13833           Do burger's rename for rtp payloaders and depayloaders
13834
13835 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
13836
13837         * win32/:
13838           add Visual Studio 6 build files
13839
13840 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
13841
13842         * docs/libs/gst-plugins-base-libs-docs.sgml:
13843         * docs/libs/gst-plugins-base-libs-sections.txt:
13844         * docs/libs/tmpl/gstaudio.sgml:
13845         * docs/libs/tmpl/gstringbuffer.sgml:
13846         * gst-libs/gst/interfaces/xoverlay.c:
13847         * gst-libs/gst/video/gstvideofilter.c:
13848         * gst-libs/gst/video/gstvideosink.c:
13849           update documentation
13850
13851 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
13852
13853         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_base_init),
13854         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_init),
13855         (gst_multi_fd_sink_finalize), (gst_multi_fd_sink_add),
13856         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
13857         (gst_multi_fd_sink_get_stats),
13858         (gst_multi_fd_sink_remove_client_link),
13859         (gst_multi_fd_sink_handle_client_read),
13860         (gst_multi_fd_sink_client_queue_data),
13861         (gst_multi_fd_sink_client_queue_caps),
13862         (gst_multi_fd_sink_client_queue_buffer),
13863         (gst_multi_fd_sink_new_client),
13864         (gst_multi_fd_sink_handle_client_write),
13865         (gst_multi_fd_sink_recover_client),
13866         (gst_multi_fd_sink_queue_buffer),
13867         (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_thread),
13868         (gst_multi_fd_sink_render), (gst_multi_fd_sink_set_property),
13869         (gst_multi_fd_sink_get_property), (gst_multi_fd_sink_start),
13870         (gst_multi_fd_sink_stop), (gst_multi_fd_sink_change_state):
13871         * gst/tcp/gstmultifdsink.h:
13872         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_get_type),
13873         (gst_tcp_client_sink_base_init), (gst_tcp_client_sink_class_init),
13874         (gst_tcp_client_sink_init), (gst_tcp_client_sink_finalize),
13875         (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
13876         (gst_tcp_client_sink_set_property),
13877         (gst_tcp_client_sink_get_property), (gst_tcp_client_sink_start),
13878         (gst_tcp_client_sink_stop), (gst_tcp_client_sink_change_state):
13879         * gst/tcp/gsttcpclientsink.h:
13880         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_base_init),
13881         (gst_tcp_client_src_class_init), (gst_tcp_client_src_init),
13882         (gst_tcp_client_src_finalize), (gst_tcp_client_src_getcaps),
13883         (gst_tcp_client_src_create), (gst_tcp_client_src_set_property),
13884         (gst_tcp_client_src_get_property), (gst_tcp_client_src_start),
13885         (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
13886         * gst/tcp/gsttcpclientsrc.h:
13887         * gst/tcp/gsttcpplugin.c: (plugin_init):
13888         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_base_init),
13889         (gst_tcp_server_sink_class_init), (gst_tcp_server_sink_init),
13890         (gst_tcp_server_sink_finalize),
13891         (gst_tcp_server_sink_handle_server_read),
13892         (gst_tcp_server_sink_removed), (gst_tcp_server_sink_handle_wait),
13893         (gst_tcp_server_sink_set_property),
13894         (gst_tcp_server_sink_get_property),
13895         (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
13896         * gst/tcp/gsttcpserversink.h:
13897         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_base_init),
13898         (gst_tcp_server_src_class_init), (gst_tcp_server_src_init),
13899         (gst_tcp_server_src_finalize), (gst_tcp_server_src_create),
13900         (gst_tcp_server_src_set_property),
13901         (gst_tcp_server_src_get_property), (gst_tcp_server_src_start),
13902         (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
13903         * gst/tcp/gsttcpserversrc.h:
13904           more borgifying
13905
13906 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
13907
13908         * docs/plugins/Makefile.am:
13909         * docs/plugins/gst-plugins-base-plugins.args:
13910         * docs/plugins/inspect/plugin-libvisual.xml:
13911         * gst/audioconvert/plugin.h:
13912         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_get_type),
13913         (gst_audio_rate_base_init), (gst_audio_rate_class_init),
13914         (gst_audio_rate_setcaps), (gst_audio_rate_init),
13915         (gst_audio_rate_chain), (gst_audio_rate_set_property),
13916         (gst_audio_rate_get_property), (gst_audio_rate_change_state),
13917         (plugin_init):
13918         * gst/audiotestsrc/gstaudiotestsrc.c:
13919         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_base_init),
13920         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
13921         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
13922         (gst_audio_test_src_get_query_types),
13923         (gst_audio_test_src_src_query), (gst_audio_test_src_create_sine),
13924         (gst_audio_test_src_create_square),
13925         (gst_audio_test_src_create_saw),
13926         (gst_audio_test_src_create_triangle),
13927         (gst_audio_test_src_create_silence),
13928         (gst_audio_test_src_create_white_noise),
13929         (gst_audio_test_src_init_pink_noise),
13930         (gst_audio_test_src_generate_pink_noise_value),
13931         (gst_audio_test_src_create_pink_noise),
13932         (gst_audio_test_src_change_wave), (gst_audio_test_src_get_times),
13933         (gst_audio_test_src_create), (gst_audio_test_src_set_property),
13934         (gst_audio_test_src_get_property), (gst_audio_test_src_start),
13935         (plugin_init):
13936         * gst/audiotestsrc/gstaudiotestsrc.h:
13937         * gst/subparse/gstsubparse.c: (gst_sub_parse_get_type),
13938         (gst_sub_parse_base_init), (gst_sub_parse_class_init),
13939         (gst_sub_parse_init), (gst_sub_parse_formats),
13940         (gst_sub_parse_src_eventmask), (gst_sub_parse_src_event),
13941         (convert_encoding), (get_next_line),
13942         (gst_sub_parse_data_format_autodetect),
13943         (gst_sub_parse_format_autodetect), (feed_textbuf), (handle_buffer),
13944         (gst_sub_parse_loop), (gst_sub_parse_chain),
13945         (gst_sub_parse_change_state), (gst_sub_parse_type_find),
13946         (plugin_init):
13947         * gst/subparse/gstsubparse.h:
13948         * gst/videorate/gstvideorate.c: (gst_video_rate_get_type),
13949         (gst_video_rate_base_init), (gst_video_rate_class_init),
13950         (gst_video_rate_transformcaps), (gst_video_rate_getcaps),
13951         (gst_video_rate_setcaps), (gst_video_rate_blank_data),
13952         (gst_video_rate_init), (gst_video_rate_event),
13953         (gst_video_rate_chain), (gst_video_rate_set_property),
13954         (gst_video_rate_get_property), (gst_video_rate_change_state),
13955         (plugin_init):
13956         * gst/videoscale/gstvideoscale.c:
13957         (gst_video_scale_method_get_type), (gst_video_scale_get_capslist),
13958         (gst_video_scale_src_template_factory),
13959         (gst_video_scale_sink_template_factory),
13960         (gst_video_scale_get_type), (gst_video_scale_base_init),
13961         (gst_video_scale_class_init), (gst_video_scale_init),
13962         (gst_video_scale_set_property), (gst_video_scale_get_property),
13963         (gst_video_scale_transform_caps), (gst_video_scale_get_format),
13964         (gst_video_scale_prepare_size), (parse_caps),
13965         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
13966         (gst_video_scale_fixate_caps), (gst_video_scale_prepare_image),
13967         (gst_video_scale_transform), (gst_video_scale_handle_src_event),
13968         (plugin_init):
13969         * gst/videoscale/gstvideoscale.h:
13970         * gst/videotestsrc/gstvideotestsrc.c:
13971         (gst_video_test_src_pattern_get_type),
13972         (gst_video_test_src_base_init), (gst_video_test_src_class_init),
13973         (gst_video_test_src_init), (gst_video_test_src_src_fixate),
13974         (gst_video_test_src_set_pattern),
13975         (gst_video_test_src_set_property),
13976         (gst_video_test_src_get_property), (gst_video_test_src_getcaps),
13977         (gst_video_test_src_parse_caps), (gst_video_test_src_setcaps),
13978         (gst_video_test_src_event), (gst_video_test_src_get_times),
13979         (gst_video_test_src_create), (plugin_init):
13980         * gst/videotestsrc/gstvideotestsrc.h:
13981         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_get_size),
13982         (gst_video_test_src_smpte), (gst_video_test_src_snow),
13983         (gst_video_test_src_black):
13984         * gst/videotestsrc/videotestsrc.h:
13985           borgify further
13986           clean up docs a little
13987
13988 2005-11-30  Wim Taymans  <wim@fluendo.com>
13989
13990         * gst-libs/gst/rtp/gstbasertpdepayload.h:
13991         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
13992         (gst_basertppayload_event), (gst_basertppayload_push),
13993         (gst_basertppayload_change_state):
13994         * gst-libs/gst/rtp/gstbasertppayload.h:
13995         closed #320644.
13996
13997 2005-11-30  Julien MOUTTE  <julien@moutte.net>
13998
13999         * docs/libs/gst-plugins-base-libs-docs.sgml:
14000         * docs/libs/gst-plugins-base-libs-sections.txt:
14001         * gst-libs/gst/video/gstvideofilter.c:
14002         * gst-libs/gst/video/gstvideosink.c:
14003         * gst-libs/gst/video/gstvideosink.h: Adding docs.
14004
14005 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14006
14007         * LICENSE:
14008           move
14009         * po/af.po:
14010         * po/az.po:
14011         * po/cs.po:
14012         * po/en_GB.po:
14013         * po/hu.po:
14014         * po/it.po:
14015         * po/nb.po:
14016         * po/nl.po:
14017         * po/or.po:
14018         * po/sq.po:
14019         * po/sr.po:
14020         * po/sv.po:
14021         * po/uk.po:
14022         * po/vi.po:
14023         * Makefile.am:
14024           update
14025         * scripts/autoplugins.sh:
14026           remove
14027
14028 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14029
14030         * Makefile.am:
14031         * configure.ac:
14032         * examples/Makefile.am:
14033         * examples/capsfilter/Makefile.am:
14034         * examples/capsfilter/capsfilter1.c:
14035         * examples/gob/Makefile.am:
14036         * examples/gob/gst-identity2.gob:
14037         * examples/indexing/.cvsignore:
14038         * examples/indexing/Makefile.am:
14039         * examples/indexing/indexmpeg.c:
14040         * examples/seeking/.cvsignore:
14041         * examples/seeking/Makefile.am:
14042         * examples/seeking/cdparanoia.c:
14043         * examples/seeking/cdplayer.c:
14044         * examples/seeking/chained.c:
14045         * examples/seeking/scrubby.c:
14046         * examples/seeking/seek.c:
14047         * examples/stats/Makefile.am:
14048         * examples/stats/mp2ogg.c:
14049         * examples/switch/.cvsignore:
14050         * examples/switch/Makefile.am:
14051         * examples/switch/switcher.c:
14052         * tests/Makefile.am:
14053         * tests/check/generic/.cvsignore:
14054         * tests/check/pipelines/.cvsignore:
14055         * tests/examples/Makefile.am:
14056         * tests/examples/seek/Makefile.am:
14057           reorganize stuff under tests/
14058
14059 2005-11-30  Edward Hervey  <edward@fluendo.com>
14060
14061         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
14062         Go away you stupid GstStaticPadTemplate memleak.
14063
14064 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
14065
14066         * gst-libs/gst/net/Makefile.am:
14067         * gst-libs/gst/net/README:
14068         * gst-libs/gst/net/gstnetbuffer.c:
14069         * gst-libs/gst/net/gstnetbuffer.h:
14070           this was moved to "netbuffer"
14071
14072 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
14073
14074         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_get_type),
14075         (gst_video_filter_class_init), (gst_video_filter_init):
14076         * gst-libs/gst/video/gstvideofilter.h:
14077           borgify name to bring in line with other classes
14078
14079 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
14080
14081         * gst/audioscale/.cvsignore:
14082         * gst/audioscale/Makefile.am:
14083         * gst/audioscale/README:
14084         * gst/audioscale/audioscale.vcproj:
14085         * gst/audioscale/dtof.c:
14086         * gst/audioscale/dtos.c:
14087         * gst/audioscale/functable.c:
14088         * gst/audioscale/gstaudioscale.c:
14089         * gst/audioscale/gstaudioscale.h:
14090         * gst/audioscale/private.h:
14091         * gst/audioscale/resample.c:
14092         * gst/audioscale/resample.h:
14093         * gst/audioscale/test.c:
14094           remove
14095
14096 2005-11-30  Edward Hervey  <edward@fluendo.com>
14097
14098         * gst-libs/gst/netbuffer/Makefile.am:
14099         really, really tired
14100
14101 2005-11-30  Edward Hervey  <edward@fluendo.com>
14102
14103         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
14104         Update for new GstTypeFindFactory _register()
14105
14106 2005-11-30  Edward Hervey  <edward@fluendo.com>
14107
14108         * gst-libs/gst/netbuffer/Makefile.am: (libgstnetbufferincludedir): 
14109         Let's not override libgstnet from core for no reason...
14110         (libgstnetbuffer_@GST_MAJORMINOR@_la_SOURCES):
14111         Ok, maybe not so quick next time.
14112
14113 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
14114
14115         * configure.ac:
14116         * gst-libs/gst/Makefile.am:
14117           moved gst-libs/gst/net to netbuffer through CVS surgery
14118           remove old directory
14119           updating build to accomodate
14120           (#322257)
14121
14122 2005-11-29  Andy Wingo  <wingo@pobox.com>
14123
14124         * pkgconfig/gstreamer-plugins-base.pc.in:
14125         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
14126         * gst-libs/gst/net/Makefile.am: Rename gstnet to gstnetbuffer
14127         (#322257).
14128
14129 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
14130
14131         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
14132         3rd time's the charm. Correct ref-counting for discarded buffers.
14133
14134 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
14135
14136         * gst/playback/gststreamselector.c:
14137         (gst_stream_selector_class_init),
14138         (gst_stream_selector_set_property),
14139         (gst_stream_selector_get_property),
14140         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
14141         Fix ref-counting
14142
14143 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
14144
14145         * gst/subparse/gstsubparse.c: (feed_textbuf):
14146           Don't access already unref'ed buffer.
14147
14148 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
14149
14150         * gst/playback/gststreamselector.c:
14151         (gst_stream_selector_class_init), (gst_stream_selector_init),
14152         (gst_stream_selector_dispose), (gst_stream_selector_set_property),
14153         (gst_stream_selector_get_property),
14154         (gst_stream_selector_get_linked_pad),
14155         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
14156         * gst/playback/gststreamselector.h:
14157         Add the active-pad property for playbin to use shortly. Ignore buffers
14158         from any other pad, returning GST_FLOW_NOT_LINKED
14159
14160 2005-11-29  Julien MOUTTE  <julien@moutte.net>
14161
14162         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find): Free the list,
14163         patch from bug #322704 (Alessandro Decina).
14164
14165 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
14166
14167         * gst-libs/gst/audio/Makefile.am:
14168           folded audiofilter into the audio library
14169
14170 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
14171
14172         * gst/videoscale/gstvideoscale.h:
14173         * gst/videoscale/gstvideoscale.c:
14174           remove unimplemented scale methods
14175
14176 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
14177
14178         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
14179           Don't leak caps.
14180
14181 2005-11-28  Julien MOUTTE  <julien@moutte.net>
14182
14183         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
14184         (gst_ximagesink_setcaps):
14185         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
14186         (gst_xvimagesink_setcaps): Fixed a tricky bug. When caps renegotiation
14187         happens (only visible on ximagesink but bug is in xv too) set_caps was
14188         destroying the internal x[v]image used to memcpy non locally alloced
14189         buffers so that it got renewed on next _chain. The issue is that 
14190         _expose will try to put that image as it reffed it in _put.
14191         Using gst_buffer_unref instead of destroy fixes it !
14192
14193 2005-11-28  Edward Hervey  <edward@fluendo.com>
14194
14195         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
14196         (try_to_link_1), (queue_filled_cb):
14197         Better use of the queues. Start with a small size queue and only increase
14198         the size of the queues when the other queues are empty.
14199
14200 2005-11-28  Thomas Vander Stichele  <thomas at apestaart dot org>
14201
14202         * gst-libs/gst/video/Makefile.am:
14203           compile in copied-over videofilter into the video library
14204         * gst-libs/gst/video/videosink.h:
14205           rename the header to gstvideosink.h since it's a base GstObject class
14206         * sys/ximage/ximagesink.h:
14207         * sys/xvimage/xvimagesink.h:
14208           use the new header
14209
14210 2005-11-28  Wim Taymans  <wim@fluendo.com>
14211
14212         * gst/playback/gstplaybasebin.c: (group_commit), (probe_triggered):
14213         * gst/playback/gstplaybasebin.h:
14214         Prepare to handle errors betters.
14215
14216         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
14217         Set sinks to PAUSED first before adding and linking them so that
14218         we don't interrupt dataflow.
14219
14220 2005-11-28  Wim Taymans  <wim@fluendo.com>
14221
14222         * gst-libs/gst/audio/TODO:
14223         Updated TODO
14224
14225         * gst-libs/gst/audio/gstaudiosink.c:
14226         (gst_audioringbuffer_open_device),
14227         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
14228         (gst_audioringbuffer_release):
14229         Small cleanups.
14230
14231         * gst-libs/gst/audio/gstbaseaudiosink.c:
14232         (gst_base_audio_sink_class_init), (gst_base_audio_sink_render),
14233         (gst_base_audio_sink_change_state):
14234         Slave to the master clock when going to PLAYING and unslave when
14235         going to PAUSED.
14236
14237         * gst-libs/gst/audio/gstringbuffer.c:
14238         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
14239         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
14240         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
14241         (gst_ring_buffer_clear_all), (wait_segment),
14242         (gst_ring_buffer_commit), (gst_ring_buffer_read),
14243         (gst_ring_buffer_advance):
14244         * gst-libs/gst/audio/gstringbuffer.h:
14245         Add some docs and cleanups.
14246
14247 2005-11-28  Julien MOUTTE  <julien@moutte.net>
14248
14249         * sys/xvimage/xvimagesink.c:
14250         (gst_xvimagesink_navigation_send_event): Fix navigation events
14251         coordinates translation with pixel aspect ratios.
14252
14253 2005-11-28  Julien MOUTTE  <julien@moutte.net>
14254
14255         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
14256         Use calculated video geometry from _setcaps instead of buffer
14257         caps to respect pixel aspect ratio. (fixes #322388)
14258
14259 2005-11-28  Julien MOUTTE  <julien@moutte.net>
14260
14261         * docs/libs/tmpl/gstcolorbalance.sgml:
14262         * docs/libs/tmpl/gstmixer.sgml:
14263         * docs/libs/tmpl/gstxoverlay.sgml:
14264         * gst-libs/gst/interfaces/xoverlay.c: Add docs for the Xoverlay
14265         interface.
14266
14267 2005-11-28  Julien MOUTTE  <julien@moutte.net>
14268
14269         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
14270         Refuse to create an XvImage if we can't find the format.
14271
14272 2005-11-28  Edward Hervey  <edward@fluendo.com>
14273
14274         * gst-libs/gst/riff/riff-media.c:
14275         (gst_riff_create_audio_template_caps):
14276         Add ATRAC3 to the list of riff-possible audio caps.
14277         I know we still don't have a plugin for atrac3, but it's saner to output
14278         that than a cryptic mimetype.
14279
14280 2005-11-27  Edward Hervey  <edward@fluendo.com>
14281
14282         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds):
14283         Don't try to create a zero-sized subbuffer.
14284
14285 2005-11-27  Julien MOUTTE  <julien@moutte.net>
14286
14287         * sys/ximage/ximagesink.c: (gst_ximage_buffer_free),
14288         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
14289         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_buffer_alloc),
14290         (gst_ximagesink_expose): Fixed a tricky race.
14291         * sys/ximage/ximagesink.h:
14292         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
14293         (gst_xvimagesink_expose): Fixed a tricky race.
14294         * sys/xvimage/xvimagesink.h:
14295
14296 2005-11-27  Edward Hervey  <edward@fluendo.com>
14297
14298         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
14299         (gst_decode_bin_init), (close_pad_link), (try_to_link_1):
14300         Remove unused properties, and add queues between demuxers and decoders
14301         so that a lot more files can preroll properly.
14302
14303 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
14304
14305         * gst-libs/gst/net/Makefile.am:
14306         * gst-libs/gst/rtp/Makefile.am:
14307         * gst-libs/gst/tag/Makefile.am:
14308           remove silly include
14309         * gst/tags/Makefile.am:
14310         * gst/tags/gsttagediting.c:
14311         * gst/tags/gsttageditingprivate.h:
14312         * gst/tags/tagedit.vcproj:
14313           remove directory, is as good as empty
14314
14315 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
14316
14317         * configure.ac:
14318           added GST_LIB_LDFLAGS and GST_ALL_LDFLAGS
14319         * gst-libs/Makefile.am:
14320         * gst-libs/gst/audio/Makefile.am:
14321         * gst-libs/gst/interfaces/Makefile.am:
14322         * gst-libs/gst/net/Makefile.am:
14323         * gst-libs/gst/riff/Makefile.am:
14324         * gst-libs/gst/rtp/Makefile.am:
14325         * gst-libs/gst/tag/Makefile.am:
14326         * gst-libs/gst/video/Makefile.am:
14327           and use them
14328
14329 2005-11-27  Julien MOUTTE  <julien@moutte.net>
14330
14331         * docs/libs/tmpl/gstcolorbalance.sgml:
14332         * docs/libs/tmpl/gstmixer.sgml:
14333         * docs/libs/tmpl/gstxoverlay.sgml:
14334         * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
14335         * sys/ximage/ximagesink.h:
14336         * sys/xvimage/xvimagesink.h: More and more documentation.
14337
14338 2005-11-26  Julien MOUTTE  <julien@moutte.net>
14339
14340         * docs/libs/gst-plugins-base-libs-docs.sgml:
14341         * docs/libs/gst-plugins-base-libs-sections.txt:
14342         * docs/libs/tmpl/gstcolorbalance.sgml:
14343         * docs/libs/tmpl/gstmixer.sgml:
14344         * docs/libs/tmpl/gstxoverlay.sgml: Add the XOverlay interface
14345         to documentation.
14346
14347 2005-11-26  Julien MOUTTE  <julien@moutte.net>
14348
14349         * docs/plugins/Makefile.am:
14350         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
14351         * docs/plugins/gst-plugins-base-plugins-sections.txt:
14352         * sys/xvimage/xvimagesink.c: Added doc for xvimagesink.
14353
14354 2005-11-26  Julien MOUTTE  <julien@moutte.net>
14355
14356         * docs/plugins/Makefile.am:
14357         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
14358         * docs/plugins/gst-plugins-base-plugins-sections.txt:
14359         * docs/plugins/inspect/plugin-adder.xml:
14360         * docs/plugins/inspect/plugin-alsa.xml:
14361         * docs/plugins/inspect/plugin-audioconvert.xml:
14362         * docs/plugins/inspect/plugin-audiorate.xml:
14363         * docs/plugins/inspect/plugin-audioresample.xml:
14364         * docs/plugins/inspect/plugin-audiotestsrc.xml:
14365         * docs/plugins/inspect/plugin-decodebin.xml:
14366         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
14367         * docs/plugins/inspect/plugin-gnomevfs.xml:
14368         * docs/plugins/inspect/plugin-ogg.xml:
14369         * docs/plugins/inspect/plugin-playbin.xml:
14370         * docs/plugins/inspect/plugin-subparse.xml:
14371         * docs/plugins/inspect/plugin-tcp.xml:
14372         * docs/plugins/inspect/plugin-theora.xml:
14373         * docs/plugins/inspect/plugin-typefindfunctions.xml:
14374         * docs/plugins/inspect/plugin-video4linux.xml:
14375         * docs/plugins/inspect/plugin-videorate.xml:
14376         * docs/plugins/inspect/plugin-videoscale.xml:
14377         * docs/plugins/inspect/plugin-videotestsrc.xml:
14378         * docs/plugins/inspect/plugin-volume.xml:
14379         * docs/plugins/inspect/plugin-vorbis.xml:
14380         * docs/plugins/inspect/plugin-ximagesink.xml:
14381         * docs/plugins/inspect/plugin-xvimagesink.xml: Updated version.
14382         * sys/ximage/ximagesink.c: Adding documentation for ximagesink.
14383
14384 2005-11-26  Edward Hervey  <edward@fluendo.com>
14385
14386         * gst/audiorate/gstaudiorate.c: (gst_audiorate_chain):
14387         Properly return GstFlowReturn from gst_pad_push in chain functions.
14388
14389 2005-11-25  Michael Smith  <msmith@fluendo.com>
14390
14391         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
14392         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
14393         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
14394         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
14395           Handle various conditions better when we don't understand a stream.
14396           Removes a heap of CRITICALs on ogg streams containing unknown data.
14397
14398 2005-11-24  Andy Wingo  <wingo@pobox.com>
14399
14400         * gst/tcp/gstmultifdsink.c (gst_multifdsink_handle_client_write):
14401         Be threadsafe.
14402
14403 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
14404
14405         * configure.ac: back to HEAD
14406
14407 === release 0.9.6 ===
14408
14409 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
14410
14411         * configure.ac:
14412           releasing 0.9.6, "White Eight"
14413
14414 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
14415
14416         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
14417         * docs/plugins/inspect/plugin-sine.xml:
14418           remove sinesrc some more
14419
14420 2005-11-23  Wim Taymans  <wim@fluendo.com>
14421
14422         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
14423         If we are reading too slowly, jump forward in the ringbuffer
14424         instead of blocking.
14425
14426 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
14427
14428         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
14429         (gst_visual_chain):
14430         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps):
14431         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps),
14432         (gst_videorate_chain):
14433         * gst/videotestsrc/gstvideotestsrc.c:
14434         (gst_videotestsrc_src_fixate), (gst_videotestsrc_create):
14435         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_fps),
14436         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query),
14437         (gst_v4lmjpegsrc_get), (gst_v4lmjpegsrc_getcaps):
14438         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
14439         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
14440           Updates for API changes
14441
14442 2005-11-23  Wim Taymans  <wim@fluendo.com>
14443
14444         * gst-libs/gst/audio/gstbaseaudiosink.c:
14445         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
14446         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
14447         Fix for calibration API change.
14448
14449 2005-11-23  Michael Smith <msmith@fluendo.com>
14450
14451         * gst-libs/gst/audio/multichannel.c:
14452         (gst_audio_get_channel_positions),
14453         (gst_audio_set_channel_positions),
14454         (gst_audio_set_structure_channel_positions_list),
14455         (gst_audio_fixate_channel_positions):
14456           Use gst_value_array_*() functions on value arrays, not
14457           gst_value_list_*().
14458
14459 2005-11-23  Edward Hervey  <edward@fluendo.com>
14460
14461         * autogen.sh:
14462         eheh, sinesrc is gone. Replacing sample srcfile by existing one.
14463         Fixes autogen
14464
14465 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
14466
14467         * check/Makefile.am:
14468         * check/elements/videotestsrc.c: (setup_videotestsrc),
14469         (cleanup_videotestsrc), (GST_START_TEST), (videotestsrc_suite),
14470         (main):
14471           add a test for videotestsrc
14472
14473 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
14474
14475         * gst/sine/.cvsignore:
14476         * gst/sine/Makefile.am:
14477         * gst/sine/gstsinesrc.c:
14478         * gst/sine/gstsinesrc.h:
14479         * gst/sine/sinesrc.vcproj:
14480           and remove sinesrc from the repository.  Closes #321446
14481
14482 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
14483
14484         * configure.ac:
14485         * gst-plugins-base.spec.in:
14486           remove sinesrc from the build
14487
14488 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
14489
14490         * check/Makefile.am:
14491         * check/elements/audiotestsrc.c: (setup_audiotestsrc),
14492         (cleanup_audiotestsrc), (GST_START_TEST), (audiotestsrc_suite),
14493         (main):
14494           add a test for audiotestsrc, testing all waves.  Even seems
14495           leak-free at first glance, nice job Stefan
14496
14497 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
14498
14499         * po/af.po:
14500         * po/az.po:
14501         * po/cs.po:
14502         * po/en_GB.po:
14503         * po/hu.po:
14504         * po/it.po:
14505         * po/nb.po:
14506         * po/nl.po:
14507         * po/or.po:
14508         * po/sq.po:
14509         * po/sr.po:
14510         * po/sv.po:
14511         * po/uk.po:
14512         * po/vi.po:
14513           Translation string updates
14514
14515         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
14516         (gst_v4lsrc_set_caps):
14517         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
14518         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
14519         * sys/v4l/v4lsrc_calls.h:
14520           Improve v4lsrc, by making it work again.
14521
14522 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
14523
14524         * ext/libvisual/visual.c: (gst_visual_chain):
14525           Fix the fps calculations.
14526
14527         * gst/ffmpegcolorspace/avcodec.h:
14528           Move structure element for clarity
14529
14530         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_init):
14531         * gst-libs/gst/interfaces/tunernorm.h:
14532         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_src_link):
14533         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
14534         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
14535         (gst_v4lmjpegsrc_get_fps), (gst_v4lmjpegsrc_src_convert),
14536         (gst_v4lmjpegsrc_src_query), (gst_v4lmjpegsrc_get),
14537         (gst_v4lmjpegsrc_getcaps):
14538         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
14539         (gst_v4lsrc_set_caps):
14540         * sys/v4l/gstv4lsrc.h:
14541         * sys/v4l/v4l_calls.c: (gst_v4l_open):
14542         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
14543         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
14544         * sys/v4l/v4lsrc_calls.h:
14545           Fractional framerates...
14546
14547 2005-11-22  Wim Taymans  <wim@fluendo.com>
14548
14549         * gst-libs/gst/audio/gstbaseaudiosink.c:
14550         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
14551         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
14552         And we provide a clock by default, of course...
14553
14554 2005-11-22  Wim Taymans  <wim@fluendo.com>
14555
14556         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init):
14557         This clock can be slaved to a master clock now.
14558
14559         * gst-libs/gst/audio/gstbaseaudiosink.c:
14560         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
14561         (gst_base_audio_sink_dispose), (gst_base_audio_sink_provide_clock),
14562         (gst_base_audio_sink_set_clock),
14563         (gst_base_audio_sink_set_property),
14564         (gst_base_audio_sink_get_property), (gst_base_audio_sink_preroll),
14565         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
14566         * gst-libs/gst/audio/gstbaseaudiosink.h:
14567         Handle slaving the internal clock to the clock selected in the
14568         pipeline.
14569         Add property to make the basesink not provide a clock.
14570
14571         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14572         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
14573         (gst_base_rtp_depayload_wait):
14574         * gst-libs/gst/rtp/gstbasertpdepayload.h:
14575         We can use the clock in GstElement, no need to store it ourselves.
14576
14577 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
14578
14579         * docs/libs/tmpl/gstaudio.sgml:
14580           update
14581         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
14582         (gst_paranoia_endian_get_type):
14583         * ext/theora/theoraenc.c: (gst_border_mode_get_type):
14584         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
14585         * gst/audiotestsrc/gstaudiotestsrc.c:
14586         (gst_audiostestsrc_wave_get_type):
14587         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
14588         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
14589         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
14590         (gst_sync_method_get_type), (gst_unit_type_get_type),
14591         (gst_client_status_get_type), (gst_multifdsink_class_init),
14592         (gst_multifdsink_new_client), (gst_multifdsink_recover_client),
14593         (gst_multifdsink_queue_buffer), (gst_multifdsink_set_property),
14594         (gst_multifdsink_get_property):
14595         * gst/tcp/gstmultifdsink.h:
14596         * gst/videoscale/gstvideoscale.c: (gst_videoscale_method_get_type):
14597         * gst/videotestsrc/gstvideotestsrc.c:
14598         (gst_videotestsrc_pattern_get_type):
14599           remove deprecated properties
14600           fix up enums to correctly have short lowercase dashed nicks
14601
14602 2005-11-22  Michael Smith <msmith@fluendo.com>
14603
14604         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
14605         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
14606           Add underscore.
14607
14608 2005-11-22  Michael Smith <msmith@fluendo.com>
14609
14610         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
14611         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
14612           Use utility method for scaling clocktime for fractional framerates.
14613
14614 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
14615
14616         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
14617         (gst_visual_chain):
14618         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
14619         * ext/theora/theoradec.c: (theora_handle_type_packet):
14620         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
14621         (theora_enc_chain):
14622         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
14623         * gst-libs/gst/video/video.c: (gst_video_frame_rate):
14624         * gst-libs/gst/video/video.h:
14625         * gst/ffmpegcolorspace/avcodec.h:
14626         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
14627         (gst_ffmpeg_caps_to_pixfmt):
14628         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14629         (gst_ffmpegcsp_set_caps):
14630         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
14631         (gst_videorate_setcaps), (gst_videorate_blank_data),
14632         (gst_videorate_chain):
14633         * gst/videotestsrc/gstvideotestsrc.c:
14634         (gst_videotestsrc_src_fixate), (gst_videotestsrc_getcaps),
14635         (gst_videotestsrc_parse_caps), (gst_videotestsrc_setcaps),
14636         (gst_videotestsrc_event), (gst_videotestsrc_create):
14637         * gst/videotestsrc/gstvideotestsrc.h:
14638         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
14639         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
14640         (gst_ximagesink_get_times), (gst_ximagesink_init):
14641         * sys/ximage/ximagesink.h:
14642         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
14643         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
14644         (gst_xvimagesink_get_times), (gst_xvimagesink_init):
14645         * sys/xvimage/xvimagesink.h:
14646           Convert elements to use fractions for their framerate.
14647           V4L elements to come later tonight.
14648
14649 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
14650
14651         * gst-libs/gst/audio/audio.c:
14652         * gst-libs/gst/audio/audio.h:
14653           remove some deprecated functions
14654
14655 2005-11-22  Andy Wingo  <wingo@pobox.com>
14656
14657         * Update for gst_tag_setter API changes.
14658
14659 2005-11-22  Andy Wingo  <wingo@pobox.com>
14660
14661         * ext/ogg/gstoggdemux.c (gst_ogg_pad_submit_packet)
14662         (gst_ogg_demux_perform_seek):
14663         * ext/theora/theoradec.c (theora_dec_sink_event):
14664         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): Run
14665         update-funcnames.
14666
14667 2005-11-22  Wim Taymans  <wim@fluendo.com>
14668
14669         * examples/seeking/seek.c: (main):
14670         Give higher priority to bus signals than the gtk events
14671         to fix a race condition in the segment looping.
14672
14673 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
14674
14675         * ext/theora/Makefile.am:
14676         * ext/vorbis/Makefile.am:
14677         * gst-libs/gst/tag/Makefile.am:
14678         * gst-plugins-base.spec.in:
14679           Rename libgsttagedit to libgsttag (#322117).
14680
14681 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
14682
14683         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
14684         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
14685           Call gst_x_overlay_prepare_xwindow_id() to give applications
14686           a final chance to set their own xwindow id before the video
14687           sink creates its own window.
14688
14689 2005-11-22  Julien MOUTTE  <julien@moutte.net>
14690
14691         * sys/xvimage/xvimagesink.c:
14692         (gst_xvimagesink_navigation_send_event): Handle navigation
14693         events correcly with borders if applicable.
14694
14695 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
14696
14697         Patch by: Luca Ognibene
14698
14699         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
14700         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
14701         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14702         (gst_ffmpegcsp_caps_remove_format_info):
14703         * gst/ffmpegcolorspace/imgconvert.c:
14704         * gst/ffmpegcolorspace/imgconvert_template.h:
14705           Forward-port fixes from the 0.8 branch (patch by Luca Ognibene,
14706           #318353); use gst_structure_has_name().
14707
14708 2005-11-22  Julien MOUTTE  <julien@moutte.net>
14709
14710         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
14711         (gst_ximagesink_class_init): Add debug macros on functions.
14712         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
14713         (gst_xvimagesink_xwindow_draw_borders),
14714         (gst_xvimagesink_xvimage_put),
14715         (gst_xvimagesink_xwindow_update_geometry),
14716         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_get_xv_support),
14717         (gst_xvimagesink_event_thread), (gst_xvimagesink_xcontext_get),
14718         (gst_xvimagesink_xcontext_clear),
14719         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
14720         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
14721         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
14722         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
14723         (gst_xvimagesink_get_property), (gst_xvimagesink_finalize),
14724         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
14725         * sys/xvimage/xvimagesink.h: Refactoring to handle aspect ratio,
14726         expose while being PAUSED, out of data flow navigation events, etc..
14727
14728 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
14729
14730         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
14731         * gst-libs/gst/audio/audio.h:
14732           fix prototype - wondering why the test worked regardless
14733
14734 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
14735
14736         * check/Makefile.am:
14737         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
14738         * gst-libs/gst/audio/audio.h:
14739           add a method that returns a proper GstClockTime
14740
14741 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
14742
14743         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_base_init),
14744         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_prepare_xwindow_id):
14745         * gst-libs/gst/interfaces/xoverlay.h:
14746           Remove everything having to do with the desired size; add 
14747           gst_x_overlay_prepare_xwindow_id() function; remove the
14748           'have-xwindow-id' signal and make gst_x_overlay_got_xwindow_id()
14749           post a message on the bus instead (#321816).
14750
14751         * sys/ximage/ximagesink.c: (gst_ximagesink_xoverlay_init):
14752         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps),
14753         (gst_xvimagesink_xoverlay_init):
14754           Remove desired size stuff (#321816).
14755
14756 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
14757
14758         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
14759         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
14760         (mpeg_video_type_find), (mpeg_video_stream_type_find):
14761           Terminate vararg functions with NULL instead of 0 to 
14762           make gcc4 happy.
14763
14764 2005-11-21  Andy Wingo  <wingo@pobox.com>
14765
14766         patch by: Sebastien Cote <sebas642@yahoo.ca>
14767         
14768         * gst-libs/gst/rtp/gstrtpbuffer.h: 
14769         * gst-libs/gst/rtp/gstrtpbuffer.c
14770         (gst_rtpbuffer_get_payload_buffer): New function. Fixes #321451.
14771
14772 2005-11-21  Andy Wingo  <wingo@pobox.com>
14773
14774         * gst/playback/gstplaybin.c (gen_audio_element) 
14775         (gen_video_element): Use the new MISSING_PLUGIN core error
14776         category. Closes #320060.
14777
14778         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): 
14779         * gst/videorate/gstvideorate.c (gst_videorate_event):
14780         * ext/theora/theoradec.c (theora_dec_sink_event): 
14781         * ext/theora/theoraenc.c (theora_enc_sink_event): Don't take
14782         stream lock.
14783
14784         * gst/subparse/gstsubparse.c (gst_subparse_src_event):
14785         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek): Update for
14786         stream lock changes.
14787
14788 2005-11-21  Wim Taymans  <wim@fluendo.com>
14789
14790         * gst-libs/gst/audio/gstbaseaudiosink.c:
14791         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
14792         (gst_base_audio_sink_provide_clock),
14793         (gst_base_audio_sink_set_clock), (gst_base_audio_sink_render),
14794         (gst_base_audio_sink_change_state):
14795         * gst/audioresample/gstaudioresample.c:
14796         Segment update fix.
14797
14798 2005-11-21  Andy Wingo  <wingo@pobox.com>
14799
14800         * *.h:
14801         * *.c: Ran scripts/update-macros. Oh yes.
14802
14803 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
14804
14805         * sys/ximage/Makefile.am:
14806         * sys/ximage/ximage.c:
14807           Rename ximage plugin to ximagesink (#321426) (Don't forget to
14808           remove your old libgstximage.* manually if necessary).
14809
14810 2005-11-21  Michael Smith <msmith@fluendo.com>
14811
14812         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup):
14813           Minimal fix for bug #320200: set the min/max bitrate in the correct
14814           units. A better fix would be to upgrade to the RATEMANAGE2
14815           interface, rather than using the deprecated interface used here, but
14816           that would require an update in our libvorbis dependency (to 1.1),
14817           which is probably undesirable.
14818
14819 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
14820
14821         * ext/libvisual/visual.c: (get_buffer):
14822         * gst-libs/gst/audio/gstbaseaudiosrc.c:
14823         (gst_base_audio_src_fixate):
14824         * gst/audioconvert/gstaudioconvert.c:
14825         (gst_audio_convert_fixate_caps):
14826         * gst/audioscale/gstaudioscale.c: (gst_audioscale_fixate):
14827         * gst/audiotestsrc/gstaudiotestsrc.c:
14828         (gst_audiotestsrc_src_fixate):
14829         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
14830         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps):
14831         * gst/videoscale/gstvideoscale.c: (gst_videoscale_fixate_caps):
14832         * gst/videotestsrc/gstvideotestsrc.c:
14833         (gst_videotestsrc_src_fixate):
14834         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
14835         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
14836           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
14837           (#322027)
14838
14839
14840 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
14841
14842         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
14843         (gst_riff_create_iavs_caps):
14844         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_file_header),
14845         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
14846         (gst_riff_parse_info):
14847         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure):
14848         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_caps):
14849         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
14850           Fixes for GST_FOURCC_FORMAT API change.
14851
14852 2005-11-21  Andy Wingo  <wingo@pobox.com>
14853
14854         patch by: Alessandro Dessina <alessandro nnva org>
14855
14856         * ext/ogg/gstoggmux.c (gst_ogg_mux_set_header_on_caps):
14857         * ext/ogg/gstoggparse.c (gst_ogg_parse_append_header)
14858         (gst_ogg_parse_chain):
14859         * ext/theora/theoraenc.c (theora_set_header_on_caps):
14860         * ext/vorbis/vorbisenc.c (gst_vorbisenc_set_header_on_caps):
14861         * ext/vorbis/vorbisparse.c (vorbis_parse_set_header_on_caps): Fix
14862         gst_value_list calls on arrays. Fixes #321962.
14863
14864 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
14865
14866         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
14867         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_queue_pads),
14868         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
14869         * gst/adder/gstadder.c: (gst_adder_init),
14870         (gst_adder_request_new_pad), (gst_adder_collected),
14871         (gst_adder_change_state):
14872           Update for gst_collectpads_foo() to gst_collect_pads_foo()
14873           API change.
14874
14875 2005-11-21  Michael Smith <msmith@fluendo.com>
14876
14877         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
14878         (gst_vorbisenc_chain), (gst_vorbisenc_output_buffers):
14879           Properly handle pad_push return values.
14880
14881 2005-11-20  Jan Schmidt  <thaytan@mad.scientist.com>
14882
14883         * gst-libs/gst/tag/Makefile.am:
14884         * gst-libs/gst/tag/gstvorbistag.c:
14885         (gst_tag_list_to_vorbiscomment_buffer):
14886           Remove obsolete vorbistag element and debug category.
14887
14888         * gst/playback/gstplaybasebin.c: (check_queue):
14889           Don't divide by 0 when queue-threshold is 0.
14890
14891         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property):
14892           Don't modify an existing pixel-aspect-ratio if we fail to read
14893           a new one.
14894
14895 2005-11-20  Wim Taymans  <wim@fluendo.com>
14896
14897         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_push_buffer),
14898         (gst_vorbisenc_push_packet):
14899         GST_PAD_IS_USABLE is gone, use the return value of
14900         the push or pad_alloc_buffer instead.
14901
14902 2005-11-18  Julien MOUTTE  <julien@moutte.net>
14903
14904         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
14905         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
14906         (gst_ximagesink_ximage_destroy),
14907         (gst_ximagesink_xwindow_draw_borders), (gst_ximagesink_ximage_put),
14908         (gst_ximagesink_xwindow_new),
14909         (gst_ximagesink_xwindow_update_geometry),
14910         (gst_ximagesink_handle_xevents), (gst_ximagesink_event_thread),
14911         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
14912         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_getcaps),
14913         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
14914         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_alloc),
14915         (gst_ximagesink_navigation_send_event),
14916         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_expose),
14917         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
14918         (gst_ximagesink_finalize), (gst_ximagesink_init),
14919         (gst_ximagesink_class_init):
14920         * sys/ximage/ximagesink.h: Refactoring of ximagesink.
14921         This new version brings correct software scaling, non flickering
14922         window while resizing, pixel aspect ratio handling, usage of
14923         hardware buffer pools, out of data flow event thread for 
14924         navigation and handling of expose events even when being PAUSED,
14925         a new property to keep video aspect ratio when resizing, etc...
14926
14927 2005-11-18  Julien MOUTTE  <julien@moutte.net>
14928
14929         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
14930         (gst_videoscale_fixate_caps): Introduce back caps fixate with
14931         handling of PAR.
14932
14933 2005-11-18  Edward Hervey  <bilboed@dvdsrc.fluendo.com>
14934
14935         * gst/playback/gstdecodebin.c: (gst_decode_bin_init): 
14936         Unsetting IS_SINK flag from the fakesink, so decodebin
14937         never behaves as a sink.
14938
14939 2005-11-17  Wim Taymans  <wim@fluendo.com>
14940
14941         * gst-libs/gst/audio/gstbaseaudiosrc.c:
14942         (gst_base_audio_src_change_state):
14943         Fix the audiosrc base class again, we did not unflush.
14944
14945 2005-11-17  Julien MOUTTE  <julien@moutte.net>
14946
14947         * examples/seeking/seek.c: (make_dv_pipeline),
14948         (make_vorbis_theora_pipeline), (make_avi_pipeline),
14949         (make_mpegnt_pipeline): Use VSINK everywhere, add a scaler
14950         to ogg/vorbis/theora pipeline.
14951
14952 2005-11-17  Wim Taymans  <wim@fluendo.com>
14953
14954         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
14955         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
14956         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
14957         Fix EOS on multiple streams.
14958         More debugging.
14959
14960 2005-11-16  Wim Taymans  <wim@fluendo.com>
14961
14962         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_configure_segment),
14963         (gst_ogg_demux_perform_seek):
14964         Segment done must include stream time.
14965
14966         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
14967         (gst_ogg_mux_clear), (gst_ogg_mux_init), (gst_ogg_mux_finalize),
14968         (gst_ogg_mux_change_state):
14969         Fix ogg muxer again.
14970
14971 2005-11-16  Wim Taymans  <wim@fluendo.com>
14972
14973         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init):
14974         Fix compile again.
14975
14976 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
14977
14978         * ext/libvisual/visual.c: (gst_visual_init):
14979         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
14980         * ext/ogg/gstoggparse.c: (gst_ogg_parse_init),
14981         (gst_ogg_parse_chain):
14982         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
14983         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init):
14984         * ext/theora/theoradec.c: (gst_theora_dec_init):
14985         * ext/theora/theoraenc.c: (gst_theora_enc_init):
14986         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
14987         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init):
14988         * gst/adder/gstadder.c: (gst_adder_class_init),
14989         (gst_adder_dispose):
14990         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
14991         * gst/subparse/gstsubparse.c: (gst_subparse_init):
14992         * gst/videorate/gstvideorate.c: (gst_videorate_init):
14993           Fix a whole set of pad template leaks
14994
14995 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
14996
14997         * check/generic/states.c: (GST_START_TEST):
14998           fix the test so that it only checks for elements that are part of
14999           this source module
15000
15001 2005-11-16  Michael Smith <msmith@fluendo.com>
15002
15003         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_reset),
15004         (gst_ogg_mux_init), (gst_ogg_mux_request_new_pad),
15005         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
15006         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
15007         (gst_ogg_mux_collected), (gst_ogg_mux_clear_collectpads),
15008         (gst_ogg_mux_change_state):
15009           Fix leaking collectpads.
15010
15011 2005-11-16  Edward Hervey  <edward@fluendo.com>
15012
15013         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
15014         (gst_videorate_event), (gst_videorate_chain):
15015         Handle segment seeks
15016
15017 2005-11-16  Wim Taymans  <wim@fluendo.com>
15018
15019         * gst-libs/gst/audio/gstbaseaudiosink.c:
15020         (gst_base_audio_sink_provide_clock),
15021         (gst_base_audio_sink_change_state):
15022         Set ringbuffer to non-flushing when going to PAUSED, set to
15023         flushing again when going to READY.
15024
15025         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
15026         (gst_ring_buffer_stop):
15027         Start in flushing mode by default.
15028         Don't set flushing in the _stop method, let the app call
15029         this explicitly.
15030
15031 2005-11-16  Julien MOUTTE  <julien@moutte.net>
15032
15033         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_center_rect):
15034         * gst-libs/gst/video/videosink.h: Add helper function needed
15035         for video sinks.
15036
15037 2005-11-16  Tim-Philipp Müller  <tim at centricular dot net>
15038
15039         * gst/videoscale/gstvideoscale.c:
15040         (gst_videoscale_handle_src_event):
15041           Don't leak reference to pad parent.
15042
15043 2005-11-16  Wim Taymans  <wim@fluendo.com>
15044
15045         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop):
15046         Set ringbuffer to flushing when stopping so that we don't
15047         block on wait_segment anymore and livelock.
15048
15049 2005-11-16  Wim Taymans  <wim@fluendo.com>
15050
15051         * examples/seeking/seek.c: (send_event), (do_seek),
15052         (loop_toggle_cb), (segment_done), (main):
15053         Added looping checkbox.
15054
15055 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
15056
15057         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
15058         (gst_ogg_demux_init):
15059         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
15060         (gst_vorbis_dec_init):
15061           revert unrefs, they don't pass make check
15062
15063 2005-11-15  Johan Dahlin  <johan@gnome.org>
15064
15065         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
15066         (gst_ogg_demux_init), (gst_ogg_demux_finalize):
15067         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
15068         (gst_vorbis_dec_init):
15069         Fix pad template leaks. 
15070
15071 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
15072
15073         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
15074           Make state change function thread safe.
15075
15076 2005-11-15  Edward Hervey  <edward@fluendo.com>
15077
15078         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
15079         (gst_ogg_demux_class_init):
15080         Implement GstElement::send_event, so we can send seek events
15081         in GST_STATE_READY
15082
15083 2005-11-14  Julien MOUTTE  <julien@moutte.net>
15084
15085         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new):
15086         Discovered how to take away flickering while resizing the
15087         window. Please don't put that in ximagesink, refactoring in
15088         progress.
15089
15090 2005-11-14  Michael Smith <msmith@fluendo.com>
15091
15092         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_client_queue_data),
15093         (gst_multifdsink_render):
15094           Don't leak GDP headers when using GDP mode (i.e. tcpserversink).
15095
15096 2005-11-14  Tim-Philipp Müller  <tim at centricular dot net>
15097
15098         * gst/playback/gstplaybin.c: (gen_audio_element):
15099           Use autoaudiosink, it tends to be more widely available than
15100           autoaudiiosink.
15101           
15102 2005-11-14  Andy Wingo  <wingo@pobox.com>
15103
15104         * gst/playback/gstplaybin.c (gen_audio_element): Use autoaudiosink
15105         as well if it is available. Fixes #316442.
15106
15107 2005-11-14  Michael Smith <msmith@fluendo.com>
15108
15109         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_init),
15110         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
15111         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
15112         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
15113         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_collected),
15114         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
15115         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_buffer_from_packet),
15116         (gst_vorbisenc_change_state):
15117           Fix a small memory leak in vorbisenc.
15118           Fix large memory leaks in oggmux, also fix lots of state change
15119           bugs in oggmux.
15120
15121 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
15122
15123         * gst/videotestsrc/gstvideotestsrc.c:
15124         (gst_videotestsrc_class_init), (gst_videotestsrc_init),
15125         (gst_videotestsrc_src_fixate):
15126           move fixation to a fixate function
15127           remove negotiate function, basesrc's is good enough
15128           fixes a bug for check when using the element alone
15129
15130 2005-11-13  Edward Hervey  <edward@fluendo.com>
15131
15132         * examples/seeking/seek.c: (do_seek), (accurate_toggle_cb),
15133         (key_toggle_cb), (main):
15134         Added checkboxes for adding/removing the accurate and key_unit seek
15135         flags.
15136
15137 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15138
15139         * configure.ac: back to HEAD
15140
15141 === release 0.9.5 ===
15142
15143 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
15144
15145         * configure.ac:
15146           releasing 0.9.5, "No No Kia"
15147
15148 2005-11-11  Edward Hervey  <edward@fluendo.com>
15149
15150         * examples/seeking/seek.c: (make_parselaunch_pipeline):
15151         Added parse-launch syntax seeking mode for the seeking example.
15152         This should help stress-test even more cases.
15153         Ex usage : ./seek 15 "filesrc location=uranus.avi ! decodebin ! xvimagesink"
15154
15155 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
15156
15157         * sys/xvimage/xvimagesink.c:
15158         (gst_xvimagesink_navigation_send_event):
15159           Check whether peer pad exists before sending navigation events
15160           to it.
15161
15162 2005-11-11  Michael Smith <msmith@fluendo.com>
15163
15164         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup),
15165         (gst_vorbisenc_buffer_from_packet):
15166         * ext/vorbis/vorbisenc.h:
15167           Set duration on encoded buffers. This allows oggmux's
15168           max_page_delay parameter to actually work.
15169
15170 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
15171
15172         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
15173         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
15174         (gst_ffmpegcsp_avpicture_fill):
15175         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15176         (gst_ffmpegcsp_get_unit_size), (gst_ffmpegcsp_transform):
15177           Make palettes work again (see #132341). Use our own macros
15178           for rounding up.
15179
15180 2005-11-10  Andy Wingo  <wingo@pobox.com>
15181
15182         * gst/playback/gstplaybasebin.c (prepare_output): Fix format
15183         string doober.
15184
15185 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
15186
15187         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15188         (gst_ffmpegcsp_transform_caps):
15189           Prefer passthrough in transform_caps
15190
15191 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
15192
15193         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
15194           check for ALSA errors properly, instead of relying on ALSA's
15195           error strings to serve to the user.
15196
15197 2005-11-10  Wim Taymans  <wim@fluendo.com>
15198
15199         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event), (gst_ogg_demux_init),
15200         (gst_ogg_demux_configure_segment), (gst_ogg_demux_perform_seek),
15201         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
15202         Modernise the seek code.
15203
15204 2005-11-10  Michael Smith <msmith@fluendo.com>
15205         
15206         * gst/playback/gstplaybasebin.c: (group_commit), (new_decoded_pad),
15207         (setup_substreams), (set_active_source):
15208           Unlock GROUP_LOCK in failure cases, so that we don't deadlock when
15209           trying to go to NULL if we failed to read a file.
15210
15211 2005-11-10  Wim Taymans  <wim@fluendo.com>
15212
15213         * gst/audiotestsrc/gstaudiotestsrc.c:
15214         (gst_audiotestsrc_class_init), (gst_audiotestsrc_get_times),
15215         (gst_audiotestsrc_create):
15216         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
15217         (gst_sinesrc_get_times), (gst_sinesrc_create):
15218         * gst/videotestsrc/gstvideotestsrc.c:
15219         (gst_videotestsrc_class_init), (gst_videotestsrc_get_times),
15220         (gst_videotestsrc_create):
15221         The base class can now sync for us.
15222
15223 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
15224
15225         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate): Check if the caps have
15226           a fourcc field. Fixes crash for gst-launch-0.9 v4lsrc
15227           name=source autoprobe=false autoprobe-fps=false copy-mode=1
15228           device=/dev/video0 ! ffmpegcolorspace ! "video/x-raw-yuv,
15229           format=(fourcc)I420" ! xvimagesink
15230
15231 2005-11-10  Tim-Philipp Müller  <tim at centricular dot net>
15232
15233         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
15234         (gst_sinesrc_get_query_types), (gst_sinesrc_src_query),
15235         (gst_sinesrc_newsegment):
15236           Send newsegment event in TIME format, set duration if
15237           num-buffers is set, fix duration querying.
15238
15239 2005-11-10  Michael Smith <msmith@fluendo.com>
15240
15241         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
15242         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
15243         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
15244         (gst_ogg_mux_collected):
15245          Fix EOS handling, partially. Now forwarding an EOS event once we have
15246          EOS on all pads works correctly. However, we still don't properly set
15247          EOS on the actual ogg stream pages.
15248
15249 2005-11-09  Tim-Philipp Müller  <tim at centricular dot net>
15250
15251         * gst/playback/gstplaybin.c: (gst_play_bin_dispose):
15252           Set elements to NULL state before disposing of them.
15253
15254 2005-11-08  Sebastien Cote  <sebas642 at yahoo dot ca>
15255
15256         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15257
15258         * gst-libs/gst/rtp/gstbasertpdepayload.c:
15259         (gst_base_rtp_depayload_init),
15260         (gst_base_rtp_depayload_set_gst_timestamp):
15261         * gst-libs/gst/rtp/gstbasertpdepayload.h:
15262           We need to send a newsegment event for each instance, not
15263           just for the first instance of this class (get rid of
15264           static variable in function). (#321011).
15265           
15266 2005-11-08  Michael Smith <msmith@fluendo.com>
15267
15268         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
15269         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_buffer),
15270         (gst_ogg_mux_dequeue_page), (gst_ogg_mux_pad_queue_page),
15271         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
15272           Forward port rewrite of muxing strategy to 0.9 version of oggmux.
15273           This makes us mux things correctly according to the ogg muxing
15274           rules. Still not handling EOS correctly right now, though.
15275
15276 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
15277
15278         * gst/audioconvert/gstaudioconvert.c:
15279           Fix typo in docs. 
15280
15281 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
15282
15283         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
15284         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new):
15285           Initialise segment_stop to GST_CLOCK_TIME_NONE when
15286           creating a new chain; should fix live streaming. Also
15287           add more debug output and fix a typo.
15288
15289 2005-11-08  Brian Cameron  <brian dot cameron at sun dot com>
15290
15291         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15292
15293         * gst/volume/gstvolume.c: (volume_set_caps):
15294           Fix compilation on Solaris with Forte. (#320923)
15295
15296 2005-11-08  Wim Taymans  <wim@fluendo.com>
15297
15298         * gst-libs/gst/audio/gstbaseaudiosink.c:
15299         (gst_base_audio_sink_render):
15300         No need to do a typecheck.
15301
15302 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
15303
15304         * ext/alsa/gstalsa.h:
15305           We register a debug category, so let's use it.
15306
15307 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
15308
15309         * gst-libs/gst/rtp/gstbasertpdepayload.c:
15310         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_wait):
15311         Fixed a small problem.
15312
15313 2005-11-04  Wim Taymans  <wim@fluendo.com>
15314
15315         * examples/seeking/Makefile.am:
15316         * examples/seeking/scrubby.c: (gst_element_factory_make_or_warn),
15317         (dynamic_link), (setup_dynamic_link), (make_wav_pipeline),
15318         (make_playerbin_pipeline), (format_value), (update_scale),
15319         (speed_cb), (seek_cb), (do_seek), (start_seek), (stop_seek),
15320         (play_cb), (pause_cb), (stop_cb), (print_message), (bus_message),
15321         (print_usage), (main):
15322         Added app for playback speed testing.
15323
15324         * examples/seeking/seek.c: (dynamic_link),
15325         (make_avi_msmpeg4v3_mp3_pipeline), (make_avi_pipeline),
15326         (make_mpeg_pipeline), (do_seek), (set_update_scale),
15327         (message_received), (main):
15328         Updated seek example.
15329
15330 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
15331
15332         * gst-libs/gst/rtp/gstbasertpdepayload.c:
15333         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
15334         (gst_base_rtp_depayload_thread), (gst_base_rtp_depayload_wait),
15335         (gst_base_rtp_depayload_set_clock):
15336         * gst-libs/gst/rtp/gstbasertpdepayload.h:
15337         Don't sleep on the bench (system clock) when you have a nice 
15338         comfortable bed (Gstreamer clock) to sleep on.
15339
15340 2005-11-03  Wim Taymans  <wim@fluendo.com>
15341
15342         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
15343         (gst_decode_bin_dispose), (free_dynamics), (remove_fakesink),
15344         (pad_blocked), (close_pad_link), (new_pad), (no_more_pads):
15345         Handle the case where a pad_block failed.
15346
15347 2005-11-02  Sebastien Cote  <sebas642@yahoo.ca> 
15348
15349         reviewed by: Zeeshan Ali  <zeenix@gmail.com>
15350
15351         * gst-libs/gst/rtp/gstbasertpdepayload.c:
15352         (gst_base_rtp_depayload_add_to_queue),
15353         (gst_base_rtp_depayload_push),
15354         (gst_base_rtp_depayload_set_gst_timestamp),
15355         (gst_base_rtp_depayload_queue_release):
15356           Fixes some bugs in the depayloader's queuing/de-queueing code.
15357
15358 2005-10-31  Michael Smith <msmith@fluendo.com>
15359
15360         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
15361         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
15362         (gst_ogg_demux_collect_chain_info), (gst_ogg_print):
15363           Patch from Alessandro Decina <alessandro@nnva.org>.
15364           Make oggdemux only find the final time in a chain, not per-pad,
15365           since the per-pad information can be very expensive to locate, and
15366           it isn't used anywhere. This makes reading a file containing
15367           OggSkeleton reasonably fast.
15368           Also, make chain finding work when there are logical bitstreams that
15369           can't be decoded. Fixes #319110.
15370
15371 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
15372
15373         * gst-libs/gst/rtp/gstbasertpdepayload.c:
15374         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
15375         (gst_base_rtp_depayload_chain),
15376         (gst_base_rtp_depayload_add_to_queue),
15377         (gst_base_rtp_depayload_push),
15378         (gst_base_rtp_depayload_set_gst_timestamp),
15379         (gst_base_rtp_depayload_queue_release),
15380         (gst_base_rtp_depayload_start_thread),
15381         (gst_base_rtp_depayload_set_property),
15382         (gst_base_rtp_depayload_get_property):
15383         * gst-libs/gst/rtp/gstbasertpdepayload.h:
15384         Some random fixes, to fullfill the desires of thomas.
15385
15386 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
15387
15388         * gst-libs/gst/rtp/gstbasertpdepayload.c:
15389         (gst_base_rtp_depayload_add_to_queue),
15390         (gst_base_rtp_depayload_push):
15391         Fixed the queueing algorithm.
15392
15393 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
15394
15395         * gst-libs/gst/rtp/gstbasertpdepayload.c:
15396         (gst_base_rtp_depayload_push):
15397         A small fix
15398
15399 2005-10-31  Wim Taymans  <wim@fluendo.com>
15400
15401         * gst-libs/gst/audio/gstringbuffer.h:
15402         Don't break ABI.
15403
15404         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
15405         (gst_ffmpeg_caps_to_pixfmt):
15406         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15407         (gst_ffmpegcsp_set_caps):
15408         Some more comments.
15409         Handle missing required caps fields better.
15410
15411 2005-10-31  Wim Taymans  <wim@fluendo.com>
15412
15413         * gst-libs/gst/audio/gstbaseaudiosink.c:
15414         (gst_base_audio_sink_event), (gst_base_audio_sink_get_offset),
15415         (gst_base_audio_sink_render):
15416         * gst-libs/gst/audio/gstringbuffer.c:
15417         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
15418         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
15419         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_pause),
15420         (gst_ring_buffer_stop), (wait_segment), (gst_ring_buffer_commit),
15421         (gst_ring_buffer_read):
15422         * gst-libs/gst/audio/gstringbuffer.h:
15423         Add flushing mode to the ringbuffer so that it in all cases does
15424         not try to handle more audio. This makes sure it does not try to
15425         block anymore when flushing and fixes a livelock.
15426
15427 2005-10-29  Tim-Philipp Müller  <tim at centricular dot net>
15428
15429         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
15430         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
15431         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain):
15432           Explicitly check for -1 values before doing a conversion
15433           and always map them to -1. (#315545)
15434
15435 2005-10-28  Thomas Vander Stichele  <thomas at apestaart dot org>
15436
15437         * gst/playback/gstplaybin.c: (gen_video_element):
15438           first try autovideosink, then xvimagesink, then error out
15439         * po/POTFILES.in:
15440           add translatable file
15441         * po/af.po:
15442         * po/az.po:
15443         * po/cs.po:
15444         * po/en_GB.po:
15445         * po/hu.po:
15446         * po/it.po:
15447         * po/nb.po:
15448         * po/nl.po:
15449         * po/or.po:
15450         * po/sq.po:
15451         * po/sr.po:
15452         * po/sv.po:
15453         * po/uk.po:
15454         * po/vi.po:
15455           update translations
15456
15457 2005-10-27  Philippe Khalaf <burger at speedy dot org> 
15458
15459         * gst-libs/gst/rtp/gstbasedepayload.c:
15460         * gst-libs/gst/rtp/gstbasedepayload.h:
15461           Minor cleanups
15462
15463 2005-10-27  Tim-Philipp Müller  <tim at centricular dot net>
15464
15465         * gst/playback/.cvsignore:
15466         * gst/playback/decodetest.c:
15467         * gst/playback/test3.c:
15468           Port these two tests as well.
15469
15470 2005-10-27  Wim Taymans  <wim@fluendo.com>
15471
15472         * ext/theora/theoradec.c: (theora_dec_src_query),
15473         (theora_dec_sink_event):
15474         * ext/theora/theoraenc.c: (theora_enc_sink_event),
15475         (theora_enc_change_state):
15476         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
15477         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
15478         Take proper locks when handling events.
15479
15480 2005-10-27  Wim Taymans  <wim@fluendo.com>
15481
15482         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_collected),
15483         (gst_adder_change_state):
15484         Fix timestamps and fix deadlock when stopping the collectpads.
15485
15486 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
15487
15488         * gst-libs/gst/rtp/gstrtpbuffer.h:
15489         Declaring the payload types as strings too so that they can be used
15490         in the padtemplate inialization.
15491
15492 2005-10-26  Andre Magalhaes  <andrunko@gmail.com>
15493
15494         reviewed by: Zeeshan Ali   <zeenix@gmail.com>
15495
15496         * gst-libs/gst/rtp/gstbasertpdepayload.c:
15497         (gst_base_rtp_depayload_class_init):
15498         Fixes a small but nasty bug. The derived elements no longer segfaults
15499         on finalization.
15500
15501 2005-10-26  Michael Smith <msmith@fluendo.com>
15502
15503         * gst/audioconvert/audioconvert.c: (audio_convert_clean_context):
15504           When clearing an audioconvert context, set tmpbufsize to zero, so
15505           we'll allocate it again later if required.
15506           This fixes audioconvert re-negotiating formats, which previously
15507           segfaulted with a NULL destination buffer.
15508
15509 2005-10-26  Zeeshan Ali <zeenix@gmail.com>
15510
15511         * gst-libs/gst/rtp/gstbasertpdepayload.c:
15512         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_push),
15513         (gst_base_rtp_depayload_set_gst_timestamp),
15514         (gst_base_rtp_depayload_queue_release):
15515         Fixed a smalll memleak.
15516
15517 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
15518         * gst-libs/gst/rtp/gstbasertpdepayload.c:
15519         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_init),
15520         (gst_base_rtp_depayload_finalize),
15521         (gst_base_rtp_depayload_setcaps),
15522         (gst_base_rtp_depayload_add_to_queue),
15523         (gst_base_rtp_depayload_push),
15524         (gst_base_rtp_depayload_set_gst_timestamp),
15525         (gst_base_rtp_depayload_queue_release),
15526         (gst_base_rtp_depayload_thread),
15527         (gst_base_rtp_depayload_change_state):
15528         * gst-libs/gst/rtp/gstbasertpdepayload.h:
15529         Changed the C++ comments to C comments
15530
15531 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
15532
15533         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init):
15534         * gst/tcp/gsttcpclientsrc.h:
15535         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init):
15536         * gst/tcp/gsttcpserversrc.h:
15537           Remove unused 'curoffset' structure member.
15538
15539 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
15540
15541         * gst-libs/gst/rtp/gstbasertpdepayload.c:
15542         (gst_base_rtp_depayload_base_init),
15543         (gst_base_rtp_depayload_finalize):
15544         * gst-libs/gst/rtp/gstbasertpdepayload.h:
15545         * gst-libs/gst/rtp/gstbasertppayload.h:
15546           The pad-template on the sinkpad should be set by the derived classes.
15547           Also added some useful macros.
15548
15549 2005-10-24  Wim Taymans  <wim@fluendo.com>
15550
15551         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
15552         Correctly flush decoder samples even if we could not
15553         copy them to an output buffer. Fixes #319618.
15554
15555 2005-10-24  Julien MOUTTE  <julien@moutte.net>
15556
15557         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
15558         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Check
15559         the caps against our xcontext caps.
15560
15561 2005-10-24  Wim Taymans  <wim@fluendo.com>
15562
15563         * gst-libs/gst/audio/gstbaseaudiosink.c:
15564         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
15565         Remove g_print
15566         Use sync property from baseclass to disable sync.
15567
15568 2005-10-24  Wim Taymans  <wim@fluendo.com>
15569
15570         * gst-libs/gst/audio/gstbaseaudiosink.c:
15571         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
15572         Buffers with no timestamps get aligned with previous buffers or
15573         on underrun, played ASAP.
15574
15575 2005-10-24  Julien MOUTTE  <julien@moutte.net>
15576
15577         * gst-libs/gst/video/video.h:
15578         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
15579         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
15580         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): And
15581         here comes my change on caps for framerate and geometry range.
15582         We are now accepting 1 to MAXINT for width and height, and from
15583         0.0 to MAXDOUBLE for framerate. That allows duration less png frames
15584         to be blended correctly in videomixer.
15585
15586 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
15587
15588         * configure.ac:
15589           back to HEAD
15590
15591 === release 0.9.4 ===
15592
15593 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15594
15595         * NEWS:
15596         * RELEASE:
15597         * configure.ac:
15598           releasing 0.9.4, "Velociraptor"
15599
15600 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15601
15602         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
15603         * po/POTFILES.in:
15604           STOPPED -> FAILED
15605
15606 2005-10-21  Wim Taymans  <wim@fluendo.com>
15607
15608         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
15609         (gst_decode_bin_dispose), (free_dynamics), (pad_unblocked),
15610         (pad_blocked), (close_pad_link), (new_pad):
15611         Don't try to remove elements twice.
15612
15613 2005-10-21  Wim Taymans  <wim@fluendo.com>
15614
15615         * ext/theora/theoradec.c: (theora_dec_src_query),
15616         (theora_dec_sink_event):
15617         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
15618         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
15619         (vorbis_handle_data_packet):
15620         * ext/vorbis/vorbisdec.h:
15621         Fix old naming.
15622
15623         * gst-libs/gst/audio/gstbaseaudiosink.c:
15624         (gst_base_audio_sink_render):
15625         Don't try to sync on buffers without a timestamp.
15626
15627 2005-10-21  Wim Taymans  <wim@fluendo.com>
15628
15629         * ext/theora/theoradec.c: (theora_dec_src_query),
15630         (theora_dec_sink_event):
15631         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
15632         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
15633         (vorbis_handle_data_packet):
15634         * ext/vorbis/vorbisdec.h:
15635         Fix old naming.
15636
15637 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
15638
15639         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types),
15640         (gst_vorbisenc_src_query):
15641           Implement position and duration queries.
15642
15643         * gst/playback/test3.c: (update_scale), (main):
15644           Fix for async state changes and print nicer output.
15645
15646 2005-10-20  Wim Taymans  <wim@fluendo.com>
15647
15648         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
15649         (dump_element_stats), (main):
15650         * gst/playback/test6.c: (main):
15651         Fix tests again
15652
15653 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
15654
15655         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
15656         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
15657           Don't use functions for position queries when handling
15658           duration queries.
15659
15660 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
15661
15662         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
15663         (vorbis_handle_data_packet), (vorbis_dec_chain),
15664         (vorbis_dec_change_state):
15665         * ext/vorbis/vorbisdec.h:
15666           Vorbis streams can be embedded in other container formats
15667           than ogg, container formats where the demuxer might set 
15668           timestamps on encoded vorbis buffers instead of those silly 
15669           granulepos thingies. In short: make vorbisdec handle 
15670           timestamps on incoming buffers as well.
15671
15672 2005-10-20  Wim Taymans  <wim@fluendo.com>
15673
15674         * gst/playback/gstplaybasebin.c: (group_destroy),
15675         (gst_play_base_bin_change_state):
15676         Fix leak.
15677         Handle case where playbasebin is now ASYNC because
15678         decodebin is.
15679
15680 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
15681
15682         * gst/audioconvert/Makefile.am:
15683         * gst/audioconvert/bufferframesconvert.c:
15684         * gst/audioconvert/plugin.c: (plugin_init):
15685         * gst/audioconvert/plugin.h:
15686           And bye bye buffer-frames-convert
15687
15688 2005-10-19  Wim Taymans  <wim@fluendo.com>
15689
15690         * check/elements/audioconvert.c:
15691         * docs/libs/tmpl/gstaudio.sgml:
15692         * docs/libs/tmpl/gstcolorbalance.sgml:
15693         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
15694         (vorbis_handle_identification_packet), (vorbis_handle_data_packet):
15695         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
15696         * gst-libs/gst/audio/audio.c: (gst_audio_structure_set_int):
15697         * gst-libs/gst/audio/audio.h:
15698         * gst/audioconvert/audioconvert.h:
15699         * gst/audioconvert/gstaudioconvert.c:
15700         (gst_audio_convert_parse_caps):
15701         * gst/volume/gstvolume.c:
15702         Bye bye buffer-frames.
15703
15704 2005-10-19  Wim Taymans  <wim@fluendo.com>
15705
15706         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
15707         (query_positions_elems), (query_positions_pads), (update_scale),
15708         (do_seek), (set_update_scale), (message_received), (main):
15709         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
15710         (gst_ogg_demux_perform_seek), (gst_ogg_demux_find_chains),
15711         (gst_ogg_demux_loop):
15712         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
15713         * ext/theora/theoradec.c: (theora_dec_src_query),
15714         (theora_dec_sink_event):
15715         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
15716         (vorbis_dec_sink_event), (vorbis_handle_data_packet):
15717         * gst/adder/gstadder.c: (gst_adder_query):
15718         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
15719         * gst/playback/test3.c: (update_scale):
15720         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
15721         (dump_element_stats), (main):
15722         * gst/playback/test6.c: (main):
15723         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
15724         Query API update.
15725
15726 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
15727
15728         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
15729         (xml_check_first_element), (xml_type_find), (smil_type_find),
15730         (plugin_init):
15731           Add typefinding for SMIL and for generic XML. Based on patch by
15732           Akos Maroy (#308663).
15733
15734 2005-10-18  Wim Taymans  <wim@fluendo.com>
15735
15736         * gst/playback/Makefile.am:
15737         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
15738         (gst_decode_bin_dispose), (dynamic_create), (dynamic_free),
15739         (free_dynamics), (pad_unblocked), (pad_blocked), (close_pad_link),
15740         (try_to_link_1), (new_pad), (no_more_pads), (type_found),
15741         (gst_decode_bin_change_state):
15742         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
15743         (gst_play_bin_send_event_to_sink):
15744         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
15745         (dump_element_stats), (main):
15746         * gst/playback/test6.c: (main):
15747         Make playbin async, it'll commit state to paused when all streams
15748         are detected.
15749         Remove ugly hack.
15750         Added test6.c to show async behaviour.
15751
15752 2005-10-18  Wim Taymans  <wim@fluendo.com>
15753
15754         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
15755         (gst_ogg_demux_perform_seek), (gst_ogg_demux_loop):
15756         Fix for segment-start/stop API change.
15757
15758 2005-10-18  Wim Taymans  <wim@fluendo.com>
15759
15760         * check/Makefile.am:
15761         * check/clocks/selection.c: (GST_START_TEST), (volume_suite),
15762         (main):
15763         Add future test for clock selection.
15764
15765 2005-10-18  Wim Taymans  <wim@fluendo.com>
15766
15767         * ext/alsa/gstalsasink.c: (gst_alsasink_init),
15768         (gst_alsasink_close):
15769         Set handle to NULL.
15770
15771         * gst-libs/gst/audio/gstringbuffer.c:
15772         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
15773         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
15774         (gst_ring_buffer_start), (gst_ring_buffer_pause),
15775         (gst_ring_buffer_stop), (gst_ring_buffer_commit),
15776         (gst_ring_buffer_read):
15777         More debug info.
15778
15779 2005-10-17  Stefan Kost  <ensonic@users.sf.net>
15780
15781         * gst/audiotestsrc/Makefile.am:
15782         * gst/sine/Makefile.am:
15783         * gst/volume/Makefile.am:
15784           fix broken build of controllerized plugins
15785
15786 2005-10-17  Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
15787
15788         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15789
15790         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
15791         (gst_riff_create_video_template_caps):
15792           Add support for Indeo-3 (IV32).
15793
15794 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
15795
15796         * configure.ac:
15797           rewrite
15798
15799 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
15800
15801         * gst-libs/gst/video/video.c: (gst_video_get_size):
15802         * gst/audiotestsrc/gstaudiotestsrc.c:
15803           doc updates
15804
15805 2005-10-17  Andy Wingo  <wingo@pobox.com>
15806
15807         * ext/ogg/gstoggmux.c (gst_ogg_mux_queue_pads): Fix bug introduced
15808         with the collectpads change.
15809         (gst_ogg_mux_send_headers): Elevate warning to a g_critical.
15810
15811         * gst/tcp/gstmultifdsink.c: Convert to use the boilerplate macro.
15812
15813         * gst/tcp/gsttcp.c (gst_tcp_socket_read): Comment update.
15814
15815         * ext/theora/theoraenc.c (theora_buffer_from_packet): Pass the
15816         alloc_buffer flow return to callers.
15817         (theora_enc_chain, theora_enc_chain): Adapt to buffer_from_packet
15818         change. Fix some memleaks in theoraenc.
15819
15820         * ext/ogg/gstoggmux.c (gst_ogg_mux_send_headers): Fix a segfault
15821         in strange circumstance.
15822
15823 2005-10-17  Julien MOUTTE  <julien@moutte.net>
15824
15825         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15826         (gst_ffmpegcsp_get_unit_size): We are asked to compute a buffer size
15827         from caps, let's use the caps...
15828
15829 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
15830
15831         * configure.ac:
15832           put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
15833
15834 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
15835
15836         * gst-libs/gst/interfaces/Makefile.am:
15837           fix silly typo
15838
15839 2005-10-16  Andy Wingo  <wingo@pobox.com>
15840
15841         * gst/playback/gstdecodebin.c
15842         (gst_element_set_state_like_a_crazy_man): New kraaaaaaazy
15843         function!
15844         (try_to_link_1): Increase kraziness level.
15845
15846 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
15847
15848         * configure.ac:
15849           restructure like the core one
15850         * gst-libs/gst/audio/Makefile.am:
15851         * gst-libs/gst/interfaces/Makefile.am:
15852         * gst-libs/gst/net/Makefile.am:
15853         * gst-libs/gst/riff/Makefile.am:
15854         * gst-libs/gst/rtp/Makefile.am:
15855         * gst-libs/gst/tag/Makefile.am:
15856         * gst-libs/gst/video/Makefile.am:
15857           use correct linker flags, now the libs are properly versioned
15858         * check/elements/audioconvert.c: (verify_convert):
15859         * ext/alsa/gstalsaplugin.c:
15860         * ext/cdparanoia/gstcdparanoia.c:
15861         * ext/gnomevfs/gstgnomevfs.c:
15862         * ext/libvisual/visual.c:
15863         * ext/ogg/gstogg.c:
15864         * ext/ogg/gstoggparse.c: (gst_ogg_parse_chain):
15865         * ext/theora/theora.c:
15866         * ext/vorbis/vorbis.c:
15867         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
15868         * gst-libs/gst/tag/gsttagediting.c:
15869         * gst-libs/gst/video/video.c:
15870         * gst/adder/gstadder.c:
15871         * gst/audioconvert/plugin.c:
15872         * gst/audiorate/gstaudiorate.c:
15873         * gst/audioresample/gstaudioresample.c:
15874         * gst/audioresample/resample_ref.c: (resample_scale_ref):
15875         * gst/audioscale/gstaudioscale.c:
15876         * gst/audioscale/resample.c:
15877         * gst/audiotestsrc/gstaudiotestsrc.c:
15878         * gst/ffmpegcolorspace/gstffmpeg.c:
15879         * gst/playback/gstdecodebin.c: (close_pad_link):
15880         * gst/playback/gstplaybin.c: (gen_video_element),
15881         (gen_audio_element):
15882         * gst/sine/gstsinesrc.c:
15883         * gst/subparse/gstsubparse.c:
15884         * gst/tags/gsttagediting.c:
15885         * gst/tcp/gsttcpplugin.c:
15886         * gst/typefind/gsttypefindfunctions.c:
15887         * gst/videorate/gstvideorate.c:
15888         * gst/videoscale/gstvideoscale.c:
15889         * gst/videotestsrc/gstvideotestsrc.c:
15890         * gst/volume/gstvolume.c:
15891         * sys/v4l/gstv4l.c:
15892         * sys/ximage/ximage.c:
15893         * sys/xvimage/xvimagesink.c:
15894           fix up defines
15895
15896 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
15897
15898         * ext/vorbis/vorbisenc.c:
15899         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
15900         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
15901         (gst_tag_to_vorbis_comments):
15902           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE.
15903
15904 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
15905
15906         * examples/stats/mp2ogg.c:
15907         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
15908           typo fixes
15909
15910 2005-10-13  Michael Smith <msmith@fluendo.com>
15911
15912         * ext/ogg/gstoggmux.c:
15913           Use magic glib macros to define constants as 64 bit, to ensure
15914           appropriate vararg passing.
15915
15916 2005-10-13  Michael Smith <msmith@fluendo.com>
15917
15918         * ext/ogg/gstoggmux.c:
15919         * gst/audioconvert/audioconvert.c: (float):
15920           Don't use LL suffix, as it's not portable, and neither of these
15921           uses required it anyway.
15922
15923 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
15924
15925         * examples/indexing/indexmpeg.c: (main):
15926         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get),
15927         (cdparanoia_open), (cdparanoia_close), (cdparanoia_event),
15928         (cdparanoia_convert), (cdparanoia_query):
15929         * ext/cdparanoia/gstcdparanoia.h:
15930         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
15931         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file),
15932         (gst_gnomevfssink_chain), (gst_gnomevfssink_change_state):
15933         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
15934         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init):
15935         * gst/playback/gststreamselector.c: (gst_stream_selector_init):
15936         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
15937         (gst_multifdsink_render), (gst_multifdsink_start),
15938         (gst_multifdsink_stop):
15939         * gst/tcp/gstmultifdsink.h:
15940         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init),
15941         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
15942         (gst_tcpclientsink_stop):
15943         * gst/tcp/gsttcpclientsink.h:
15944         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
15945         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_create),
15946         (gst_tcpclientsrc_start), (gst_tcpclientsrc_stop):
15947         * gst/tcp/gsttcpclientsrc.h:
15948         * gst/tcp/gsttcpserversink.h:
15949         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init),
15950         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
15951         (gst_tcpserversrc_stop):
15952         * gst/tcp/gsttcpserversrc.h:
15953         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
15954         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
15955         * sys/ximage/ximagesink.c: (gst_ximagesink_init):
15956           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
15957           moved bitshift from macro to enum definition
15958
15959 2005-10-12  Wim Taymans  <wim@fluendo.com>
15960
15961         * examples/seeking/Makefile.am:
15962         Oops.
15963
15964 2005-10-12  Wim Taymans  <wim@fluendo.com>
15965
15966         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
15967         (gst_ring_buffer_read), (gst_ring_buffer_clear):
15968         Don't assert on normal stuff.
15969
15970         * gst/playback/gstplaybin.c: (do_playbin_seek):
15971         API fix.
15972
15973 2005-10-12  Wim Taymans  <wim@fluendo.com>
15974
15975         * check/pipelines/simple_launch_lines.c: (run_pipeline):
15976         * examples/seeking/Makefile.am:
15977         * examples/seeking/cdplayer.c: (play_cb), (pause_cb), (stop_cb):
15978         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
15979         (do_seek), (set_update_scale), (message_received), (main):
15980         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
15981         (gst_ring_buffer_read), (gst_ring_buffer_clear):
15982         Update for _get_state() API change.
15983
15984 2005-10-11  Wim Taymans  <wim@fluendo.com>
15985
15986         * gst-libs/gst/audio/gstbaseaudiosink.c:
15987         (gst_base_audio_sink_render):
15988         * gst-libs/gst/audio/gstbaseaudiosrc.c:
15989         (gst_base_audio_src_create):
15990         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
15991         (gst_ring_buffer_read):
15992         Cleanups.
15993         Commit and read from ringbuffer in samples rather than bytes.
15994
15995 2005-10-11  Wim Taymans  <wim@fluendo.com>
15996
15997         * gst-libs/gst/audio/gstbaseaudiosink.c:
15998         (gst_base_audio_sink_render):
15999         Respect segment rate and accum when scheduling samples.
16000
16001 2005-10-11  Julien MOUTTE  <julien@moutte.net>
16002
16003         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
16004         (gst_ogg_mux_collected): Quick hack to fix build. We need to handle
16005         EOS correctly, that needs more work.
16006
16007 2005-10-11  Wim Taymans  <wim@fluendo.com>
16008
16009         * check/generic/states.c: (GST_START_TEST):
16010         remove old property.
16011
16012         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
16013         (gst_ogg_demux_perform_seek):
16014         * ext/theora/theoradec.c: (theora_dec_sink_event):
16015         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
16016         (vorbis_handle_data_packet):
16017         * gst-libs/gst/rtp/gstbasertpdepayload.c:
16018         (gst_base_rtp_depayload_set_gst_timestamp):
16019         * gst/videorate/gstvideorate.c: (gst_videorate_event):
16020         Update for newsegment API change.
16021
16022 2005-10-11  Michael Smith <msmith@fluendo.com>
16023
16024         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
16025         (do_playbin_seek), (gst_play_bin_send_event):
16026           Override send_event differently, so that we can takes bits of
16027           functionality from GstPipeline (special handling for seeks,
16028           including pausing/resuming, and resetting stream time) and still get
16029           the appropriate behaviour of only forwarding event to a single sink,
16030           rather than all of them.
16031           Unfortunately requires a lot of code duplication, but the
16032           alternatives are equally ugly in the end.
16033
16034 2005-10-11  Thomas Vander Stichele  <thomas at apestaart dot org>
16035
16036         * check/elements/audioconvert.c: (setup_audioconvert),
16037         (cleanup_audioconvert), (get_int_caps), (verify_convert),
16038         (GST_START_TEST), (audioconvert_suite):
16039           clean up tests a little, fix some leaks.
16040
16041 2005-10-10  Wim Taymans  <wim@fluendo.com>
16042
16043         * ext/alsa/gstalsasink.c:
16044         Also allow unsigned int.
16045
16046         * gst-libs/gst/audio/gstbaseaudiosrc.c:
16047         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
16048         Small cleanup
16049
16050 2005-10-10  Wim Taymans  <wim@fluendo.com>
16051
16052         * check/pipelines/simple_launch_lines.c: (run_pipeline):
16053         Small update, use API as stated in design docs.
16054
16055         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
16056         (update_scale), (do_seek), (seek_cb), (set_update_scale),
16057         (start_seek), (stop_seek), (play_cb), (pause_cb), (stop_cb),
16058         (message_received), (main):
16059         Updated seek example for GOption. Some usability improvements.
16060
16061 2005-10-10  Wim Taymans  <wim@fluendo.com>
16062
16063         * gst/audioconvert/audioconvert.h:
16064         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
16065         (gst_channel_mix_setup_matrix), (gst_channel_mix_mix):
16066         Alloc temp storage somewhere else where we can do it more
16067         portable.
16068
16069 2005-10-10  Wim Taymans  <wim@fluendo.com>
16070
16071         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_create),
16072         (gst_tcpserversrc_start):
16073         Don't block in accept while doing the state change, move
16074         to poll and make cancellable.
16075
16076 2005-10-09  Philippe Khalaf <burger@speedy.org>
16077
16078         * gst-libs/gst/rtp/rtpbasedepayload.c:
16079         Set timestamp and add queue delay to timestamp
16080         * gst-libs/gst/rtp/rtpbuffer.h:
16081         Set correct payload type for h263
16082
16083 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
16084
16085         * gst/audiotestsrc/gstaudiotestsrc.c:
16086         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_class_init),
16087         (gst_audiotestsrc_init), (gst_audiotestsrc_create_sine),
16088         (gst_audiotestsrc_create_square), (gst_audiotestsrc_create_saw),
16089         (gst_audiotestsrc_create_triangle),
16090         (gst_audiotestsrc_create_silence),
16091         (gst_audiotestsrc_create_white_noise),
16092         (gst_audiotestsrc_init_pink_noise),
16093         (gst_audiotestsrc_generate_pink_noise_value),
16094         (gst_audiotestsrc_create_pink_noise),
16095         (gst_audiotestsrc_change_wave):
16096         * gst/audiotestsrc/gstaudiotestsrc.h:
16097           fixed typo, added pink noise
16098
16099 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
16100
16101         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find),
16102         (plugin_init):
16103           Add wavpack and spc typefind functions from 0.8 branch.
16104
16105 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
16106
16107         * gst/typefind/gsttypefindfunctions.c: (tar_type_find),
16108         (ar_type_find), (msdos_type_find), (plugin_init):
16109           Add typefind functions for tar archives, ar archives,
16110           RAR archives, and msdos-executables (dlls, exe, etc.).
16111           Some of those would be wrongly identified as mpeg
16112           streams of some sort before (#315550).
16113
16114 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
16115
16116         * configure.ac:
16117         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16118         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16119         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
16120         * gst/audiotestsrc/Makefile.am:
16121         * gst/audiotestsrc/gstaudiotestsrc.c:
16122         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
16123         (gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
16124         (gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
16125         (gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
16126         (gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
16127         (gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
16128         (gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
16129         (gst_audiotestsrc_create_silence),
16130         (gst_audiotestsrc_create_white_noise),
16131         (gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
16132         (gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
16133         (gst_audiotestsrc_start), (plugin_init):
16134         * gst/audiotestsrc/gstaudiotestsrc.h:
16135           add new plugin and element
16136         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
16137           use gobject_class
16138
16139 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
16140
16141         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_class_init),
16142         (gst_adder_init), (gst_adder_request_new_pad),
16143         (gst_adder_change_state):
16144           Add query function to source pad, so adder reports the correct
16145           time/sample position when queried (#315457); fix state change
16146           function; use GST_DEBUG_FUNCPTR() for pad functions.
16147
16148 2005-10-08  Thomas Vander Stichele  <thomas at apestaart dot org>
16149
16150         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find):
16151           Fix leaks in typefind registration
16152           Clean up the gratuitous commenting and whitespacing a little
16153
16154 2005-10-08  Wim Taymans  <wim@fluendo.com>
16155
16156         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
16157         Only actually wait for the thread to be stopped if it's 
16158         running.
16159
16160 2005-10-08  Wim Taymans  <wim@fluendo.com>
16161
16162         * gst-libs/gst/audio/gstbaseaudiosink.c:
16163         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
16164         If we receive EOS we can start playback of what we had.
16165
16166 2005-10-08  Wim Taymans  <wim@fluendo.com>
16167
16168         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
16169         (gst_multifdsink_finalize), (multifdsink_hash_remove),
16170         (gst_multifdsink_stop):
16171         Fix crasher when going to NULL multiple times.
16172
16173 2005-10-06  Wim Taymans  <wim@fluendo.com>
16174
16175         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event),
16176         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
16177         * gst-libs/gst/audio/gstbaseaudiosrc.h:
16178         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
16179         patch from Edgard Lima <edgard.lima@indt.org.br>
16180         Fixed gstbaseaudiosrc adding ring buffer sync to it.
16181
16182 2005-10-06  Wim Taymans  <wim@fluendo.com>
16183
16184         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
16185         Report the FLOW_RETURN as string in the error message.
16186
16187         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_clear_all):
16188         Don't assert when clearing an unnegotiated buffer.
16189
16190 2005-10-04  Michael Smith <msmith@fluendo.com>
16191
16192         * gst/playback/gstplaybasebin.c: (group_destroy),
16193         (gen_preroll_element), (remove_groups), (setup_source):
16194         * gst/playback/gstplaybin.c: (remove_sinks), (add_sink),
16195         (setup_sinks), (gst_play_bin_send_event),
16196         (gst_play_bin_change_state):
16197           Set state to NULL before removing from bin. Fix refcounting.
16198
16199 2005-10-04  Michael Smith <msmith@fluendo.com>
16200
16201         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
16202           Correct refcounting in send_event() function. Previously was wrong
16203           if the first sink was unable to handle the event.
16204
16205 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
16206
16207         * configure.ac:
16208           back to development
16209
16210 === release 0.9.3 ===
16211
16212 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
16213
16214         * configure.ac:
16215           Releasing 0.9.3, "De Facto"
16216
16217 2005-10-03  Andy Wingo  <wingo@pobox.com>
16218
16219         * gst/playback/gstdecodebin.c (try_to_link_1)
16220         (remove_element_chain): set element to NULL before removing it.
16221
16222 2005-10-02  Johan Dahlin  <johan@gnome.org>
16223
16224         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols): 
16225         protect gst_gnomevfs_get_supported_uris by a mutex, to make it
16226         MT safe.
16227
16228 2005-10-02  Andy Wingo  <wingo@pobox.com>
16229
16230         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear) 
16231         (gst_ring_buffer_prepare_read): 
16232         * gst-libs/gst/audio/gstaudiosink.c (audioringbuffer_thread_func):
16233         Demote to LOG.
16234
16235 2005-09-29  Wim Taymans  <wim@fluendo.com>
16236
16237         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
16238         * ext/theora/theoradec.c: (theora_handle_data_packet):
16239         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
16240         Propagate error codes from alloc_buffer too.
16241
16242 2005-09-29  Wim Taymans  <wim@fluendo.com>
16243
16244         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
16245         We use fixed caps.
16246
16247         * gst/playback/Makefile.am:
16248         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
16249         (dump_element_stats), (main):
16250         Added example stream introspection code.
16251
16252 2005-09-28  Stefan Kost  <ensonic@users.sf.net>
16253
16254         * gst/adder/gstadder.c: (gst_adder_collected):
16255           fix adder for float elements
16256
16257 2005-09-28  Wim Taymans  <wim@fluendo.com>
16258
16259         * gst-libs/gst/audio/gstbaseaudiosink.c:
16260         (gst_base_audio_sink_class_init),
16261         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
16262         * gst-libs/gst/audio/gstbaseaudiosrc.c:
16263         (gst_base_audio_src_class_init),
16264         (gst_base_audio_src_provide_clock):
16265         get_clock -> provide_clock
16266
16267 2005-09-28  Andy Wingo  <wingo@pobox.com>
16268
16269         * gst/videotestsrc/gstvideotestsrc.c: Implement live source mode
16270         and unlocking.
16271
16272         * gst/sine/gstsinesrc.c (gst_sinesrc_unlock): Actually implement
16273         unlocking.
16274
16275         * gst/tcp/gsttcpclientsink.c (gst_tcpclientsink_base_init):
16276         Actually add the pad template.
16277         (gst_tcpclientsink_get_type): We're a base sink. Woot, works.
16278
16279         * gst/tcp/gsttcpserversrc.c: Go ahead and fix up serversrc while
16280         I'm at it...
16281
16282         * gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen
16283         from fdsrc. Get caps in create() instead of start() so it can be
16284         interrupted. Interruption somewhat untested.
16285
16286         * gst/tcp/gsttcp.c (gst_tcp_read_buffer, gst_tcp_socket_read):
16287         Proper EOS handling.
16288
16289 2005-09-27  Andy Wingo  <wingo@pobox.com>
16290
16291         * gst/tcp/gsttcpclientsrc.c: Cleaned up.
16292
16293         * gst/tcp/gsttcpserversrc.c: Cleaned up.
16294
16295         * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API.
16296
16297         * gst/tcp/gsttcp.h: 
16298         * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored
16299         out of tcpclientsrc.c. Cancellable.
16300         (gst_tcp_socket_read): Made private, cancellable, with better
16301         diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*.
16302         (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the
16303         whole buffer, and better diagnostics.
16304         (gst_tcp_gdp_read_caps): Same.
16305
16306         * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
16307
16308 2005-09-26  Andy Wingo  <wingo@pobox.com>
16309
16310         * gst/sine/gstsinesrc.h:
16311         * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code,
16312         change the 'sync' property to 'is-live' and implement it halfway,
16313         update for controller api change.
16314
16315         * gst/volume/gstvolume.c (volume_transform_ip): Update for
16316         controller api change.
16317
16318 2005-09-24  Wim Taymans  <wim@fluendo.com>
16319
16320         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
16321         * gst-libs/gst/audio/gstaudiosink.c:
16322         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
16323         (gst_audioringbuffer_stop):
16324         * gst-libs/gst/audio/gstbaseaudiosink.c:
16325         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
16326         (gst_base_audio_sink_change_state):
16327         * gst-libs/gst/audio/gstbaseaudiosink.h:
16328         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop),
16329         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
16330         (gst_ring_buffer_commit), (gst_ring_buffer_read):
16331         * gst-libs/gst/audio/gstringbuffer.h:
16332         Fix sync again. Moved sample alignment to basesink.
16333
16334 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
16335
16336         * docs/plugins/Makefile.am:
16337         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16338         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16339         * gst/volume/gstvolume.c:
16340           add/fix docs
16341         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
16342         * gst-libs/gst/audio/audio.h:
16343           add conversion macros for frames <-> clocktime
16344
16345 2005-09-23  David Schleef  <ds@schleef.org>
16346
16347         * gst/audioresample/Makefile.am:
16348         * gst/audioresample/debug.h:
16349         * gst/audioresample/gstaudioresample.c:
16350         * gst/audioresample/resample.c: Convert to using gst debugging
16351
16352 2005-09-22  Wim Taymans  <wim@fluendo.com>
16353
16354         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
16355         (gst_play_bin_send_event):
16356         Only seek on one sink, the first one that succeeds.
16357
16358 2005-09-22  Michael Smith <msmith@fluendo.com>
16359
16360         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
16361         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
16362         Don't flush encoder state unless we have an initialised encoder.
16363         Clear out encoder state on PAUSED_TO_READY.
16364
16365 2005-09-22  Wim Taymans  <wim@fluendo.com>
16366
16367         * gst-libs/gst/rtp/gstbasertppayload.c:
16368         (gst_basertppayload_class_init), (gst_basertppayload_init),
16369         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
16370         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
16371         (gst_basertppayload_is_filled), (gst_basertppayload_push),
16372         (gst_basertppayload_set_property),
16373         (gst_basertppayload_get_property),
16374         (gst_basertppayload_change_state):
16375         * gst-libs/gst/rtp/gstbasertppayload.h:
16376         Added max-ptime to control amount of data in the rtp packets.
16377
16378 2005-09-21  Andy Wingo  <wingo@pobox.com>
16379
16380         * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe
16381         thingies.
16382
16383         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose
16384         can be called multiple times, dogs.
16385
16386 2005-09-21  Wim Taymans  <wim@fluendo.com>
16387
16388         * gst-libs/gst/rtp/gstbasertppayload.c:
16389         (gst_basertppayload_class_init), (gst_basertppayload_init),
16390         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
16391         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
16392         (gst_basertppayload_push), (gst_basertppayload_get_property),
16393         (gst_basertppayload_change_state):
16394         Allow 0 ssrc too.
16395
16396 2005-09-21  Stefan Kost  <ensonic@users.sf.net>
16397
16398         * docs/libs/compiling.sgml:
16399           fixing typos
16400
16401 2005-09-20  Wim Taymans  <wim@fluendo.com>
16402
16403         * gst-libs/gst/rtp/gstbasertppayload.c:
16404         (gst_basertppayload_class_init), (gst_basertppayload_init),
16405         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
16406         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
16407         (gst_basertppayload_push), (gst_basertppayload_set_property),
16408         (gst_basertppayload_get_property),
16409         (gst_basertppayload_change_state):
16410         * gst-libs/gst/rtp/gstbasertppayload.h:
16411         Added property to configure sequence number offsets.
16412
16413 2005-09-20  Wim Taymans  <wim@fluendo.com>
16414
16415         * gst-libs/gst/rtp/gstbasertppayload.c:
16416         (gst_basertppayload_class_init), (gst_basertppayload_init),
16417         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
16418         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
16419         (gst_basertppayload_push), (gst_basertppayload_set_property),
16420         (gst_basertppayload_get_property),
16421         (gst_basertppayload_change_state):
16422         * gst-libs/gst/rtp/gstbasertppayload.h:
16423         Make timestamp offset configurable.
16424
16425 2005-09-20  Thomas Vander Stichele  <thomas at apestaart dot org>
16426
16427         * check/pipelines/simple_launch_lines.c: (run_pipeline):
16428           fix wrong pop/unref
16429
16430 2005-09-19  Torsten Schoenfeld  <kaffeetisch at gmx dot net>
16431
16432         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
16433
16434         * gst-libs/gst/interfaces/propertyprobe.c:
16435         (gst_property_probe_probe_property_name),
16436         (gst_property_probe_needs_probe_name),
16437         (gst_property_probe_get_values_name),
16438         (gst_property_probe_probe_and_get_values_name):
16439           Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or
16440           G_OBJECT_CLASS(klass), not G_OBJECT_CLASS(obj). (#316571)
16441
16442 2005-09-19  Thomas Vander Stichele  <thomas at apestaart dot org>
16443
16444         * check/Makefile.am:
16445           have some tests be disabled for valgrinding
16446         * check/elements/vorbisdec.c: (cleanup_vorbisdec),
16447         (GST_START_TEST):
16448         * ext/vorbis/vorbisdec.c: (vorbisdec_finalize):
16449           Fix A Leak.  Chain To Parent Finalize.
16450
16451 2005-09-19  Wim Taymans  <wim@fluendo.com>
16452
16453         * examples/seeking/seek.c: (make_wav_pipeline), (main):
16454         Fixed wav pipeline.
16455
16456 2005-09-19  Wim Taymans  <wim@fluendo.com>
16457
16458         * gst-libs/gst/rtp/gstbasertppayload.c:
16459         (gst_basertppayload_class_init), (gst_basertppayload_init),
16460         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
16461         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
16462         (gst_basertppayload_push), (gst_basertppayload_get_property),
16463         (gst_basertppayload_change_state):
16464         Posting ERROR and WARNING messages is good.
16465
16466 2005-09-19  Wim Taymans  <wim@fluendo.com>
16467
16468         * gst-libs/gst/rtp/gstbasertpdepayload.c:
16469         (gst_base_rtp_depayload_add_to_queue),
16470         (gst_base_rtp_depayload_push),
16471         (gst_base_rtp_depayload_set_gst_timestamp),
16472         (gst_base_rtp_depayload_queue_release):
16473         This one was not supposed to go in.
16474
16475 2005-09-19  Wim Taymans  <wim@fluendo.com>
16476
16477         * check/pipelines/simple_launch_lines.c: (run_pipeline):
16478         Fix for bus API.
16479
16480         * gst-libs/gst/rtp/gstbasertpdepayload.c:
16481         (gst_base_rtp_depayload_chain),
16482         (gst_base_rtp_depayload_add_to_queue),
16483         (gst_base_rtp_depayload_push),
16484         (gst_base_rtp_depayload_set_gst_timestamp),
16485         (gst_base_rtp_depayload_queue_release):
16486         Some cleanups.
16487
16488         * gst-libs/gst/rtp/gstbasertppayload.c:
16489         (gst_basertppayload_class_init), (gst_basertppayload_init),
16490         (gst_basertppayload_setcaps), (gst_basertppayload_set_options),
16491         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
16492         (gst_basertppayload_get_property),
16493         (gst_basertppayload_change_state):
16494         Added debugging category.
16495
16496 2005-09-18  David Schleef  <ds@schleef.org>
16497
16498         * gst/playback/gstdecodebin.c: free plugin list correctly
16499         * gst/playback/gstplaybin.c: emit warning if autovideosink
16500           and autoaudiosink can't be found (instead of segfaulting)
16501
16502 2005-09-17  Thomas Vander Stichele  <thomas at apestaart dot org>
16503
16504         * check/elements/audioconvert.c: (GST_START_TEST):
16505           try out 24 bit conversion
16506
16507 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
16508
16509         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
16510         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
16511         (gst_vorbisenc_output_buffers), (gst_vorbisenc_change_state):
16512         * ext/vorbis/vorbisenc.h:
16513           Fix EOS handling.  Still needs a fix in the ogg muxer to
16514           mark the last page as eos.
16515
16516 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
16517
16518         * common/gtk-doc-plugins.mak:
16519         * docs/plugins/Makefile.am:
16520         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16521         * gst/ffmpegcolorspace/Makefile.am:
16522         * gst/ffmpegcolorspace/avcodec.h:
16523         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16524         * gst/tcp/gstmultifdsink.c:
16525           fix up ffmpegcolorspace docs; extract header
16526
16527 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
16528
16529         * common/gtk-doc-plugins.mak:
16530         * docs/plugins/Makefile.am:
16531         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16532         * ext/theora/Makefile.am:
16533         * ext/theora/gsttheoraenc.h:
16534         * ext/theora/theoraenc.c:
16535         * ext/vorbis/vorbisenc.c:
16536           pick up signals and args for vorbis; add some docs for vorbis
16537
16538 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
16539
16540         * common/gstdoc-scangobj:
16541         * common/gtk-doc-plugins.mak:
16542         * docs/libs/Makefile.am:
16543         * docs/plugins/gst-plugins-base-plugins.args:
16544         * docs/plugins/gst-plugins-base-plugins.hierarchy:
16545         * docs/plugins/gst-plugins-base-plugins.interfaces:
16546         * docs/plugins/gst-plugins-base-plugins.prerequisites:
16547         * docs/plugins/gst-plugins-base-plugins.signals:
16548           only scanobj stuff from our source module.  Not sure yet
16549           if that's correct, given the hierarchy stuff :)
16550
16551 2005-09-15  Wim Taymans  <wim@fluendo.com>
16552
16553         * gst/audioconvert/gstaudioconvert.c:
16554         And enable 24 bits mode as well..
16555
16556 2005-09-15  Wim Taymans  <wim@fluendo.com>
16557
16558         * gst-libs/gst/rtp/Makefile.am:
16559         * gst-libs/gst/rtp/gstbasertppayload.c:
16560         (gst_basertppayload_get_type), (gst_basertppayload_base_init),
16561         (gst_basertppayload_class_init), (gst_basertppayload_init),
16562         (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
16563         (gst_basertppayload_chain), (gst_basertppayload_set_options),
16564         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
16565         (gst_basertppayload_set_property),
16566         (gst_basertppayload_get_property),
16567         (gst_basertppayload_change_state):
16568         * gst-libs/gst/rtp/gstbasertppayload.h:
16569         Added rtp payloader base class.
16570
16571 2005-09-15  Andy Wingo  <wingo@pobox.com>
16572
16573         * configure.ac (plugindir): Remove the EOL matcher from the
16574         regexp, as it causes me problems. Libtool? Make? Who knows?
16575
16576 2005-09-14  David Schleef  <ds@schleef.org>
16577
16578         * check/generic/states.c: 
16579         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
16580         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
16581           Fixes for changes in registry API.
16582
16583         * configure.ac: Only export gst_plugins_desc.  Add -no-undefined
16584           to GST_PLUGIN_LDFLAGS.
16585         * ext/libvisual/visual.c: Make the library shut up.
16586         * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
16587         * gst-libs/gst/audio/gstaudiofilter.c: same
16588
16589 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
16590
16591         * docs/plugins/Makefile.am:
16592         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16593         * docs/plugins/inspect/plugin-libvisual.xml:
16594         * docs/plugins/tmpl/element-tcpserversink.sgml:
16595         * ext/theora/theoraenc.c:
16596           add libvisual plugin and theoraenc element to docs
16597
16598 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
16599
16600         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16601         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16602         * ext/theora/theoraenc.c:
16603           add theoraenc
16604
16605 2005-09-13  Tim-Philipp Müller  <tim at centricular dot net>
16606
16607         * gst/audioconvert/Makefile.am:
16608           Audioconvert derives from GstBaseTransform and should
16609           link to the library with our base elements to avoid
16610           unresolved symbols. Makes things work with MinGW (#316160)
16611
16612         * gst/playback/test4.c: (main):
16613           Fix MinGW build problem and use g_usleep() instead of 
16614           sleep() (#316162)
16615
16616 2005-09-12  Wim Taymans  <wim@fluendo.com>
16617
16618         * gst/audioconvert/audioconvert.c: (float),
16619         (audio_convert_prepare_context), (audio_convert_convert):
16620         * gst/audioconvert/audioconvert.h:
16621         Cleanups, speedups, simplifications, added back support
16622         for 24 bits.
16623
16624 2005-09-11  Thomas Vander Stichele  <thomas at apestaart dot org>
16625
16626         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16627         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16628         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
16629         * docs/plugins/tmpl/element-tcpserversink.sgml:
16630         * gst/ffmpegcolorspace/gstffmpeg.c:
16631         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16632         * gst/videotestsrc/gstvideotestsrc.c:
16633         * gst/volume/gstvolume.c:
16634           add more elements to the docs
16635
16636 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
16637
16638         * check/Makefile.am:
16639         * check/pipelines/simple_launch_lines.c: (setup_pipeline),
16640         (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
16641           Add extra tests for basetransform based components. 
16642           Comment out the test_element_negotiation test until we decide
16643           if it's testing correct behaviour.
16644         * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
16645         (gst_visual_chain), (gst_visual_change_state):
16646           Slightly more correct but still bogus timestamping.
16647           Fix state change function.
16648         * gst/audioconvert/gstaudioconvert.c:
16649         (gst_audio_convert_class_init):
16650         * gst/audioresample/gstaudioresample.c:
16651         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16652         (gst_ffmpegcsp_class_init):
16653         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
16654         (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
16655         (gst_videoscale_prepare_image):
16656         * gst/volume/gstvolume.c: (gst_volume_class_init),
16657         (volume_transform_ip):
16658           Basetransform updates. Enable passthrough modes.
16659         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
16660         (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
16661         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
16662           Negotiation fix that allows the window to return to the original
16663           size and renegotiate passthrough upstream. Extra debug output.
16664
16665 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
16666
16667         * gst/sine/gstsinesrc.c:
16668         * gst/volume/gstvolume.c:
16669           fix up header include
16670
16671 2005-09-09  Stefan Kost  <ensonic@users.sf.net>
16672
16673         * gst-libs/gst/audio/gstbaseaudiosink.c:
16674         (gst_base_audio_sink_render):
16675         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
16676         * gst/volume/gstvolume.c: (gst_volume_class_init),
16677         (volume_transform):
16678           fixing lost sync, some more debugging
16679
16680 2005-09-08  Jan Schmidt  <thaytan@mad.scientist.com>
16681
16682         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
16683         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
16684         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
16685         (gst_xvimagesink_check_xshm_calls):
16686           Fix compilation when XShm is not available.
16687
16688 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
16689
16690         * ext/libvisual/visual.c: (gst_visual_dispose),
16691         (gst_visual_getcaps), (gst_visual_src_setcaps),
16692         (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
16693         (gst_visual_change_state):
16694           Finish fixing up libvisual plugin so that it runs. 
16695
16696 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
16697
16698         * ext/vorbis/vorbisenc.c:
16699         * gst-libs/gst/tag/gstvorbistag.c:
16700           gsttaginterface.h -> gsttagsetter.h
16701
16702 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
16703
16704         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
16705           added another test that failes for me (test is not active by default)
16706
16707 2005-09-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16708
16709         * configure.ac:
16710           v4l2 is no longer in gst-plugins-base
16711
16712 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
16713
16714         * configure.ac:
16715           In the output at the end, don't show the first plugin on the same
16716           line as "Core plug-ins, always built:".
16717           Indent the output as for other plugin categories
16718         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
16719           #define that can be used to not use peer buffer_alloc functions for
16720           test purposes.
16721         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
16722         (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
16723         (gst_ximagesink_show_frame):
16724         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
16725         (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
16726         (gst_xvimagesink_show_frame):
16727           Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
16728           fails gracefully instead of XError aborting or deadlocking.
16729
16730 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
16731
16732         * ext/libvisual/Makefile.am:
16733           link against gst-base-libs
16734
16735 2005-09-06  David Schleef  <ds@schleef.org>
16736
16737         * configure.ac: Enable libvisual plugin.
16738         * ext/libvisual/Makefile.am:
16739         * ext/libvisual/visual.c: Fixes to make it compile.
16740
16741 === release 0.9.2 ===
16742
16743 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
16744
16745         * NEWS:
16746         * RELEASE:
16747         * configure.ac:
16748         * docs/random/ChangeLog-0.8:
16749           releasing 0.9.2, "Spoon"
16750
16751 2005-09-05  Michael Smith <msmith@fluendo.com>
16752
16753         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
16754           libvorbis accepts quality as low as -0.1, not just 0.0. So accept
16755           that in the vorbisenc element.
16756
16757 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
16758
16759         * common/gtk-doc-plugins.mak:
16760         * docs/plugins/Makefile.am:
16761           fix distcheck
16762         * gst/audioresample/resample.c:
16763           fix wrong docstring
16764
16765 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
16766
16767         * common/gst-xmlinspect.py:
16768         * common/gtk-doc-plugins.mak:
16769           only inspect plugins for this given package
16770           require gst-python 0.9
16771
16772 2005-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
16773
16774         * Makefile.am:
16775         * autogen.sh:
16776         * common/gst-xmlinspect.py:
16777         * configure.ac:
16778         * docs/Makefile.am:
16779         * docs/plugins/inspect/plugin-alsa.xml:
16780         * docs/plugins/inspect/plugin-audioresample.xml:
16781         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
16782         * docs/plugins/inspect/plugin-ogg.xml:
16783         * docs/plugins/tmpl/element-gnomevfssink.sgml:
16784         * docs/plugins/tmpl/element-multifdsink.sgml:
16785         * docs/plugins/tmpl/element-tcpserversink.sgml:
16786         * docs/plugins/tmpl/element-vorbisenc.sgml:
16787         * gst-plugins-base.spec.in:
16788           various doc-related updates
16789
16790 2005-08-31  Wim Taymans  <wim@fluendo.com>
16791
16792         * gst-libs/gst/audio/gstbaseaudiosink.c:
16793         (gst_base_audio_sink_render):
16794         Resync if the buffer timestamps drift more than a 10th 
16795         of a second.
16796
16797 2005-08-31  Tim-Philipp Müller  <tim at centricular dot net>
16798
16799         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
16800         (gst_v4lsrc_get_property):
16801           The 'timestamp-offset' property is registered as an int64, so
16802           let's use g_value_{set|get}_int64() in our setter and getter
16803           functions (makes it work and fixes warnings with gst-inspect).
16804
16805 2005-08-30  Wim Taymans  <wim@fluendo.com>
16806
16807         * check/elements/audioconvert.c: (setup_audioconvert):
16808         * check/elements/audioresample.c: (setup_audioresample):
16809         * check/elements/volume.c: (setup_volume):
16810         Fix checks.
16811
16812 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
16813
16814         * common/gtk-doc-plugins.mak:
16815         * common/plugins.xsl:
16816         * docs/plugins/Makefile.am:
16817           make module a param
16818
16819 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
16820
16821         * examples/seeking/seek.c: (make_mp3_pipeline),
16822         (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
16823         (play_cb), (pause_cb), (stop_cb):
16824           update the example
16825
16826 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
16827
16828         * gst/volume/gstvolume.c: (gst_volume_class_init),
16829         (volume_transform):
16830           do not update controlled params, if buffer has no timestamp
16831
16832 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
16833
16834         * configure.ac:
16835         * gst/sine/Makefile.am:
16836         * gst/volume/Makefile.am:
16837           controllerized elements also need to link against controller-libs ;)
16838
16839 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
16840
16841         * docs/libs/tmpl/gstcolorbalance.sgml:
16842         * docs/libs/tmpl/gstgconf.sgml:
16843         * docs/libs/tmpl/gstmixer.sgml:
16844         * docs/libs/tmpl/gstringbuffer.sgml:
16845         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
16846         (gst_sinesrc_create):
16847         * gst/volume/gstvolume.c: (gst_volume_class_init),
16848         (volume_transform):
16849           controllerized two audio plugins
16850
16851 2005-08-29  Andy Wingo  <wingo@pobox.com>
16852
16853         * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push) 
16854         (vorbis_handle_data_packet): Fix some int overflow errors.
16855
16856         * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
16857         -1.
16858         (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
16859         valid.
16860         (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
16861         if it's valid. Fixed streaming-mode playback.
16862
16863         * check/elements/volume.c (cleanup_volume): Fix for running
16864         CK_FORK=no.
16865
16866         * check/elements/audioconvert.c: Convert from native endian, not
16867         little endian.
16868
16869 2005-08-29  Michael Smith <msmith@fluendo.com>
16870
16871         * ext/ogg/Makefile.am:
16872         * ext/ogg/gstogg.c: (plugin_init):
16873         * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
16874         (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
16875         (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
16876         (gst_ogg_parse_class_init), (gst_ogg_parse_init),
16877         (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
16878         (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
16879         (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
16880         (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
16881         Add an ogg parser element.
16882
16883 2005-08-28  Andy Wingo  <wingo@pobox.com>
16884
16885         * Updates for two-arg init from GST_BOILERPLATE_FULL.
16886
16887 2005-08-26  Wim Taymans  <wim@fluendo.com>
16888
16889         * gst/audioconvert/audioconvert.c: (if), (float),
16890         (audio_convert_get_func_index), (check_default),
16891         (audio_convert_clean_fmt), (audio_convert_prepare_context),
16892         (audio_convert_clean_context), (audio_convert_get_sizes),
16893         (audio_convert_convert):
16894         Cleanups.
16895
16896 2005-08-26  Wim Taymans  <wim@fluendo.com>
16897
16898         * gst/audioconvert/audioconvert.c: (if), (float),
16899         (audio_convert_get_func_index), (check_default),
16900         (audio_convert_clean_fmt), (audio_convert_prepare_context),
16901         (audio_convert_clean_context), (audio_convert_get_sizes),
16902         (audio_convert_convert):
16903         More elegant and working temp buffer selection algo.
16904
16905 2005-08-26  Wim Taymans  <wim@fluendo.com>
16906
16907         * gst/audioconvert/audioconvert.c: (if), (float),
16908         (audio_convert_get_func_index), (check_default),
16909         (audio_convert_clean_fmt), (audio_convert_prepare_context),
16910         (audio_convert_clean_context), (audio_convert_get_sizes),
16911         (get_temp_buffer), (audio_convert_convert):
16912         Use realloc else we lose our original data.
16913
16914 2005-08-26  Thomas Vander Stichele  <thomas at apestaart dot org>
16915
16916         * gst/audioresample/gstaudioresample.c:
16917           use base class' newsegment to properly timestamp
16918
16919 2005-08-26  Wim Taymans  <wim@fluendo.com>
16920
16921         * gst/audioconvert/audioconvert.c: (if), (float),
16922         (audio_convert_get_func_index), (check_default),
16923         (audio_convert_clean_fmt), (audio_convert_prepare_context),
16924         (audio_convert_clean_context), (audio_convert_get_sizes),
16925         (get_temp_buffer), (audio_convert_convert):
16926         * gst/audioconvert/gstaudioconvert.c:
16927         (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
16928         (gst_audio_convert_transform_caps),
16929         (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
16930         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
16931         Oops, allocate enough space to perform the channel mix.
16932
16933 2005-08-26  Wim Taymans  <wim@fluendo.com>
16934
16935         * gst/audioconvert/Makefile.am:
16936         * gst/audioconvert/audioconvert.c: (if), (float),
16937         (audio_convert_get_func_index), (check_default),
16938         (audio_convert_clean_fmt), (audio_convert_prepare_context),
16939         (audio_convert_clean_context), (audio_convert_get_sizes),
16940         (get_temp_buffer), (audio_convert_convert):
16941         * gst/audioconvert/audioconvert.h:
16942         * gst/audioconvert/gstaudioconvert.c:
16943         (gst_audio_convert_class_init), (gst_audio_convert_init),
16944         (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
16945         (gst_audio_convert_get_unit_size),
16946         (gst_audio_convert_transform_caps),
16947         (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
16948         (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
16949         * gst/audioconvert/gstaudioconvert.h:
16950         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
16951         (gst_channel_mix_fill_identical),
16952         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
16953         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
16954         (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
16955         (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
16956         (gst_channel_mix_mix):
16957         * gst/audioconvert/gstchannelmix.h:
16958         Cleanups, librarify a bit, optimize, better negotiation and more.
16959
16960 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
16961
16962         * ext/ogg/gstoggdemux.c: (ogg_find_peek):
16963         Another from MikeS:
16964         During typefinding, don't support negative offsets
16965         (offsets from the end of the stream) in our typefind->peek() function
16966         - nothing embedded in ogg ever needs them. However, we need to recognise
16967         those requests and reject them, otherwise we return invalid pointers.
16968
16969 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
16970
16971         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
16972         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
16973         (vorbisdec_finalize), (vorbis_handle_type_packet):
16974           Big shout-out to MikeS for fixing this giant memory leak.
16975           Huzzah!
16976
16977 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
16978
16979         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
16980         (audio_convert_get_unit_size):
16981           plug some leaks
16982
16983 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
16984
16985         * check/Makefile.am:
16986         * check/elements/audioconvert.c: (setup_audioconvert),
16987         (cleanup_audioconvert), (get_int_caps), (verify_convert),
16988         (GST_START_TEST), (audioconvert_suite), (main):
16989           add a test for audioconvert
16990         * gst/audioresample/gstaudioresample.c:
16991         * gst/audioresample/gstaudioresample.h:
16992           set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
16993           note that for buffers of 1/3 sec this means DURATION(c) is 
16994           one nanosecond more than for a and b
16995
16996 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
16997
16998         * check/Makefile.am:
16999         * check/elements/audioresample.c: (setup_audioresample),
17000         (cleanup_audioresample), (fail_unless_perfect_stream),
17001         (test_perfect_stream_instance), (GST_START_TEST),
17002           add a check for audioresample
17003         (audioresample_suite), (main):
17004         * check/elements/volume.c: (GST_START_TEST):
17005           remove unused method
17006         * gst/audioresample/gstaudioresample.c:
17007           set correct buffer parameters since we're changing them
17008         * gst/audioresample/resample_ref.c: (resample_scale_ref):
17009           add some debug
17010
17011 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
17012
17013         * gst/audioresample/debug.c:
17014         * gst/audioresample/gstaudioresample.c:
17015           add room for extra overlap samples when asked to transform size
17016           protect against possible mem corruption and check for discrepancies
17017           between written size and outbuffer's size so we can warn for
17018           potential problems
17019         * gst/audioresample/resample.c: (resample_init),
17020         (resample_get_output_size_for_input), (resample_get_output_size),
17021         (resample_set_n_channels), (resample_set_format):
17022           set debug level based on RESAMPLE_DEBUG env var
17023           make sure that get_output_size* returns a whole number of
17024           sample_size
17025           set sample_size each time either channel or format is set
17026         * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
17027         * gst/audioresample/resample_functable.c:
17028         (resample_scale_functable):
17029         * gst/audioresample/resample_ref.c: (resample_scale_ref):
17030           remove r->sample_size, it's done in resample.c now
17031           add some debugging to the ref implementation
17032           make sure we only give back bytes that are wholes of the sample
17033           size
17034
17035 2005-08-25  Jan Schmidt  <thaytan@mad.scientist.com>
17036         * gst/playback/gstplaybasebin.c: (fill_buffer):
17037         Revert unpopular change for GST_MESSAGE_SRC to GObject.
17038
17039 2005-08-25  Stefan Kost  <ensonic@users.sf.net>
17040
17041         * gst/volume/gstvolume.c:
17042           made set_caps function static
17043
17044 2005-08-24  Wim Taymans  <wim@fluendo.com>
17045
17046         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
17047         (gst_vorbisenc_change_state):
17048         Stop leaking taglists.
17049
17050 2005-08-24  Wim Taymans  <wim@fluendo.com>
17051
17052         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
17053         (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
17054         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
17055         (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
17056         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
17057         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
17058         Parse seeking events better.
17059         Unref static caps.
17060         Generate correct newsegment events, fixes seeking in live oggs.
17061
17062         * ext/theora/theoradec.c: (theora_dec_src_query),
17063         (theora_dec_src_event), (theora_dec_src_getcaps),
17064         (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
17065         Use newsegment values to report correct play time.
17066
17067         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
17068         (vorbis_dec_src_event), (vorbis_dec_sink_event):
17069         * ext/vorbis/vorbisdec.h:
17070         Parse and use newsegment values to report correct play time.
17071
17072         * gst-libs/gst/audio/gstbaseaudiosink.c:
17073         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
17074         Clear ringbuffer on flush.
17075         Use newsegment values to calculate playback time.
17076
17077         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
17078         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
17079         Basesink does newsegment calculations for us now.
17080
17081 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
17082
17083         * check/Makefile.am:
17084         * configure.ac:
17085           add core's plugins to the mix so that playbin works
17086         * check/generic/states.c: (GST_START_TEST):
17087           set a 0 timeout on pipelines, so they don't force the next
17088           state change
17089         * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
17090         (gst_play_base_bin_change_state):
17091           remove the crappy error handling and do GST error handling
17092
17093 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
17094
17095         * check/Makefile.am:
17096         * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
17097           add same test as to core, it bitches out on playbin atm.
17098
17099 2005-08-24  Wim Taymans  <wim@fluendo.com>
17100
17101         * configure.ac:
17102         Remove audioscale.
17103
17104 2005-08-24  Wim Taymans  <wim@fluendo.com>
17105
17106         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
17107         (gst_videoscale_prepare_size), (parse_caps),
17108         (gst_videoscale_set_caps), (gst_videoscale_get_size),
17109         (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
17110         (gst_videoscale_transform):
17111         * gst/videoscale/gstvideoscale.h:
17112         Refactor, make use of BaseTranform really well.
17113
17114 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
17115
17116         * configure.ac:
17117           compile audioresample
17118         * gst/audioresample/Makefile.am:
17119         * gst/audioresample/buffer.c:
17120         * gst/audioresample/functable.c:
17121         * gst/audioresample/gstaudioresample.c:
17122         * gst/audioresample/gstaudioresample.h:
17123         * gst/audioresample/resample.c:
17124         (resample_get_output_size_for_input):
17125         * gst/audioresample/resample.h:
17126         * gst/audioresample/resample_chunk.c:
17127         * gst/audioresample/resample_functable.c:
17128         * gst/audioresample/resample_ref.c:
17129           port to use basetransform; doesn't work in all cases yet
17130
17131 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
17132
17133         * gst/audioconvert/gstaudioconvert.c:
17134         (gst_audio_convert_class_init), (gst_audio_convert_init),
17135         (audio_convert_get_unit_size), (audio_convert_transform_caps),
17136         (audio_convert_fixate_caps), (audio_convert_set_caps),
17137         (audio_convert_transform),
17138         (gst_audio_convert_buffer_to_default_format),
17139         (gst_audio_convert_buffer_from_default_format),
17140         (gst_audio_convert_channels):
17141         * gst/audioconvert/gstchannelmix.c:
17142         * gst/audioconvert/gstchannelmix.h:
17143           port to basetransform
17144         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17145         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
17146         (gst_ffmpegcsp_get_unit_size):
17147         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
17148         (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
17149           fix for basetransform changes
17150
17151 2005-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
17152
17153         * check/Makefile.am:
17154           Add CHECK_CFLAGS and LDFLAGS
17155
17156         * gst/playback/gstplaybasebin.c: (fill_buffer):
17157           GST_MESSAGE_SRC became a GObject
17158
17159 2005-08-24  Wim Taymans  <wim@fluendo.com>
17160
17161         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
17162         (gst_ring_buffer_clear_all):
17163         * gst-libs/gst/audio/gstringbuffer.h:
17164         Added function to clear the ringbuffer.
17165
17166 2005-08-24  Andy Wingo  <wingo@pobox.com>
17167
17168         * sys/v4l/gstv4lelement.c (gst_v4lelement_start) 
17169         (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
17170         of _open and _close.
17171
17172         * sys/v4l/gstv4lxoverlay.h:
17173         * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
17174         an Xv connection here, instead of all the time. Make Xv only be
17175         loaded if you axe for it. Kindof a workaround for buggy behaviour
17176         of Xv when using remote xservers (XvQueryExtension would block).
17177         (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
17178         replace the _open and _close public API. Only start the xv
17179         connection if necessary.
17180         (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
17181
17182 2005-08-23  David Schleef  <ds@schleef.org>
17183
17184         * gst/audioresample/Makefile.am: Leet audioresampling code
17185         * gst/audioresample/buffer.c:
17186         * gst/audioresample/buffer.h:
17187         * gst/audioresample/debug.c:
17188         * gst/audioresample/debug.h:
17189         * gst/audioresample/functable.c:
17190         * gst/audioresample/functable.h:
17191         * gst/audioresample/gstaudioresample.c:
17192         * gst/audioresample/gstaudioresample.h:
17193         * gst/audioresample/resample.c:
17194         * gst/audioresample/resample.h:
17195         * gst/audioresample/resample_chunk.c:
17196         * gst/audioresample/resample_functable.c:
17197         * gst/audioresample/resample_ref.c:
17198
17199 2005-08-23  Wim Taymans  <wim@fluendo.com>
17200
17201         * examples/seeking/seek.c: (make_vorbis_pipeline),
17202         (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
17203         Small seek updates.
17204
17205 2005-08-23  Andy Wingo  <wingo@pobox.com>
17206
17207         * gst-libs/gst/audio/gstbaseaudiosrc.c
17208         (gst_base_audio_src_fixate): Only fixate endianness if it is
17209         present in the caps.
17210
17211 2005-08-22  Andy Wingo  <wingo@pobox.com>
17212
17213         * ext/alsa/gstalsasink.c (gst_alsasink_get_property): 
17214         * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
17215         device-name property.
17216
17217         * gst-libs/gst/audio/gstaudiosrc.h:
17218         * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
17219         close_device in the ring buffer, like gstaudiosink.
17220
17221         * ext/alsa/gstalsamixer.h:
17222         * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
17223         macro to implement the interface without much code. Cleanups. 
17224
17225         * ext/alsa/gstalsasrc.h:
17226         * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
17227         READY.
17228
17229         * ext/alsa/Makefile.am: Add new files.
17230         * ext/alsa/gstalsamixerelement.c: 
17231         * ext/alsa/gstalsamixerelement.c: Split element code out from
17232         mixer code so that alsasrc can be a mixer too.
17233
17234 2005-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
17235
17236         * check/elements/volume.c: (setup_volume), (cleanup_volume),
17237         (GST_START_TEST):
17238         * check/elements/vorbisdec.c: (setup_vorbisdec),
17239         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
17240         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
17241         (vorbis_handle_identification_packet),
17242         (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
17243         (vorbis_handle_header_packet), (vorbis_dec_push),
17244         (vorbis_dec_chain):
17245           use the setup/teardown methods to save code.  save code is good.
17246
17247 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
17248
17249         * check/Makefile.am:
17250           add ext dir for plugins
17251           add vorbisdec test conditionally
17252         * check/elements/volume.c: (setup_volume), (cleanup_volume),
17253         (GST_START_TEST), (volume_suite):
17254           add a test with wrong caps
17255         * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
17256         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
17257           add a vorbisdec test
17258         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
17259         (gst_ogg_demux_chain), (gst_ogg_demux_loop):
17260           clean up debug output
17261         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
17262           yay, fix a segfault/security issue in vorbisdec
17263           gst-launch fakesrc ! vorbisdec wasn't happy
17264         * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
17265         (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
17266         (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
17267         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
17268         (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
17269         (gst_vorbisenc_set_metadata), (get_constraints_string),
17270         (update_start_message), (gst_vorbisenc_setup),
17271         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
17272         (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
17273         (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
17274         (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
17275         * ext/vorbis/vorbisenc.h:
17276           march in line
17277         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17278         (gst_ffmpegcsp_transform):
17279           have the kow come home
17280         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
17281           debug my func ptr
17282         * gst/volume/gstvolume.c: (volume_set_caps):
17283           add a debug
17284
17285 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
17286
17287         * Makefile.am:
17288         * check/.cvsignore:
17289         * check/Makefile.am:
17290         * check/elements/.cvsignore:
17291         * check/elements/volume.c: (chain_func), (event_func),
17292         (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
17293         (main):
17294         * configure.ac:
17295           add unit test structure for gst-plugins-base
17296           add a test for volume
17297         * gst/volume/gstvolume.c: (gst_volume_list_tracks),
17298         (gst_volume_set_volume), (gst_volume_get_volume),
17299         (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
17300         (volume_funcfind), (volume_process_float), (volume_process_int16),
17301         (volume_set_caps), (volume_transform), (volume_update_mute),
17302         (volume_update_volume), (volume_set_property),
17303         (volume_get_property):
17304           document a little; use basetransform vmethod _set_caps
17305
17306 2005-08-19  Andy Wingo  <wingo@pobox.com>
17307
17308         * ext/alsa/gstalsamixertrack.h:
17309         * ext/alsa/gstalsamixertrack.c:
17310         * ext/alsa/gstalsamixeroptions.h:
17311         * ext/alsa/gstalsamixeroptions.c:
17312         * ext/alsa/gstalsamixer.h:
17313         * ext/alsa/gstalsamixer.c: Port to 0.9.
17314
17315         * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
17316         Remove gstalsa.c and alsaclock. No more cruft here.
17317         
17318 2005-08-18  Wim Taymans  <wim@fluendo.com>
17319
17320         * gst-libs/gst/rtp/gstbasertpdepayload.c:
17321         (gst_base_rtp_depayload_chain),
17322         (gst_base_rtp_depayload_add_to_queue),
17323         (gst_base_rtp_depayload_push),
17324         (gst_base_rtp_depayload_queue_release):
17325         * gst-libs/gst/rtp/gstbasertpdepayload.h:
17326         Fix for RTPBuffer changes.
17327
17328         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
17329         (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
17330         (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
17331         (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
17332         (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
17333         (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
17334         (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
17335         (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
17336         (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
17337         (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
17338         (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
17339         (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
17340         (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
17341         (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
17342         (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
17343         (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
17344         (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
17345         (gst_rtpbuffer_get_payload):
17346         * gst-libs/gst/rtp/gstrtpbuffer.h:
17347         Don't subclass GstBuffer but add methods and helper functions
17348         to construct and manipulate RTP packets in regular GstBuffers.
17349
17350 2005-08-18  Stefan Kost  <ensonic@users.sf.net>
17351
17352         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
17353           moved statement below switch
17354         * gst/volume/gstvolume.c: (gst_volume_class_init):
17355           added debug ptr
17356
17357 2005-08-16  Wim Taymans  <wim@fluendo.com>
17358
17359         * gst-libs/gst/audio/gstbaseaudiosrc.c:
17360         (gst_base_audio_src_change_state):
17361         Open and close device in READY<->NULL state change.
17362
17363 2005-08-16  Andy Wingo  <wingo@pobox.com>
17364
17365         * examples/seeking/Makefile.am: Don't compile non-compiling
17366         compiled objects with the compiler.
17367
17368         * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
17369         elements.
17370
17371 2005-08-12  Philippe Khalaf <burger@speedy.org>
17372         * gst-libs/gst/rtp/gstbasertpdepayload.c:
17373         * gst-libs/gst/rtp/gstbasertpdepayload.h:
17374           Made a thread to release the queue.
17375           Removed timestamp conversion for now.
17376
17377 2005-08-10  Philippe Khalaf <burger@speedy.org>
17378         * gst-libs/gst/rtp/gstbasertpdepayload.c:
17379         * gst-libs/gst/rtp/gstbasertpdepayload.h:
17380           Added rtp timestamp -> gst timestamp conversion.
17381           Fixed several problems with queue.
17382
17383 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
17384
17385         * gst-libs/gst/audio/gstaudioclock.h:
17386         * gst-libs/gst/audio/gstaudiofilter.h:
17387         * gst-libs/gst/audio/gstaudiosink.h:
17388         * gst-libs/gst/audio/gstaudiosrc.h:
17389         * gst-libs/gst/audio/gstbaseaudiosink.h:
17390         * gst-libs/gst/audio/gstbaseaudiosrc.h:
17391         * gst-libs/gst/audio/gstringbuffer.h:
17392         * gst-libs/gst/net/gstnetbuffer.h:
17393         * gst-libs/gst/rtp/gstbasertpdepayload.h:
17394         * gst-libs/gst/rtp/gstrtpbuffer.h:
17395           Add padding (you will need to rebuild gst-plugins-base,
17396           gst-plugins and all applications afterwards!)
17397
17398 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
17399
17400         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
17401         (gst_riff_parse_chunk):
17402           Fix bug in debug message and add some more debug messages.
17403
17404 2005-08-08  Edward Hervey  <edward@fluendo.com>
17405
17406         * gst-libs/gst/riff/riff-media.c:
17407         backported updates since branch
17408
17409 2005-08-08  Andy Wingo  <wingo@pobox.com>
17410
17411         * gst-libs/gst/audio/gstbaseaudiosink.c
17412         (gst_base_audio_sink_change_state): Open the device in NULL->READY
17413         like good elements should. Close on READY->NULL too.
17414
17415         * gst-libs/gst/audio/gstaudiosink.c
17416         (gst_audioringbuffer_open_device,
17417         (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
17418         (gst_audioringbuffer_release): Updates for new ring buffer API,
17419         hook into the new audio sink api.
17420
17421         * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
17422         (GstAudioSinkClass.close): Just open and close the device -- no
17423         resource allocation or configuration.
17424         (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
17425         vmethods, handle device setup and resource allocation.
17426
17427         * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
17428         (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
17429         base class API.
17430
17431         * gst-libs/gst/audio/gstringbuffer.h
17432         (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
17433         New vmethods.
17434
17435         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
17436         (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
17437         New API functions. The device should be opened before acquiring
17438         and closed after releasing.
17439
17440 2005-08-08  Tim-Philipp Müller  <tim at centricular dot net>
17441
17442         * gst-libs/gst/interfaces/mixer.h:
17443           Reset padding to GST_PADDING.
17444
17445 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17446
17447         * gst/playback/gstplaybin.c: (remove_sinks):
17448           Remove visualization from parent explicitely; works around some
17449           apparent refcount issue that I haven't tracked down yet.
17450
17451 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17452
17453         * ext/alsa/gstalsasink.c: (set_hwparams):
17454           Assign debug category, add negotiation debug msgs.
17455
17456 2005-08-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17457
17458         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
17459           Fix error code for file-not-found to NOT_FOUND.
17460
17461 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
17462
17463         * common/gtk-doc-plugins.mak:
17464         * docs/plugins/Makefile.am:
17465         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17466         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17467           renamed to actual element names, so much nicer to look at
17468         * docs/plugins/tmpl/gstmultifdsink.sgml:
17469           remove
17470         * docs/plugins/tmpl/multifdsink.sgml:
17471         * docs/plugins/tmpl/tcpserversink.sgml:
17472           add
17473         * ext/alsa/gstalsa.c:
17474         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
17475         * ext/ogg/gstoggmux.c:
17476         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
17477         * gst/playback/gstdecodebin.c:
17478         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
17479         * gst/tcp/gsttcpserversink.c:
17480           various fixes and documentation additions
17481
17482 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
17483
17484         * common/Makefile.am:
17485         * common/gstdoc-scangobj:
17486         * common/gtk-doc-plugins.mak:
17487         * common/gtk-doc.mak:
17488           add a custom scangobj that uses the registry
17489           add a custom gtk-doc-plugins.mak that uses it
17490           some doc build fixes
17491         * configure.ac:
17492         * docs/Makefile.am:
17493         * docs/plugins/Makefile.am:
17494         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17495         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17496         * docs/plugins/gst-plugins-base-plugins.types:
17497         * docs/plugins/tmpl/gstmultifdsink.sgml:
17498           add docs for one element, multifdsink
17499         * gst/adder/gstadder.h:
17500         * gst/volume/gstvolume.h:
17501           don't privatize enum
17502         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
17503         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
17504         (gst_sync_method_get_type), (gst_client_status_get_type),
17505         (gst_multifdsink_class_init),
17506         (gst_multifdsink_client_queue_buffer),
17507         (gst_multifdsink_handle_client_write):
17508         * gst/tcp/gstmultifdsink.h:
17509         * gst/tcp/gsttcp.h:
17510         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
17511         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
17512         (gst_tcpclientsink_render):
17513         * gst/tcp/gsttcpclientsink.h:
17514         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
17515         (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
17516         (gst_tcpclientsrc_start):
17517         * gst/tcp/gsttcpclientsrc.h:
17518         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
17519         (gst_tcpserversrc_init), (gst_tcpserversrc_create):
17520         * gst/tcp/gsttcpserversrc.h:
17521         * gst/typefind/gsttypefindfunctions.c:
17522           remove superfluous Type stuff
17523
17524 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17525
17526         * gst/playback/gstplaybin.c: (gen_video_element):
17527           Enable videoscale.
17528
17529 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17530
17531         * gst-libs/gst/gconf/gconf.c:
17532         * gst-libs/gst/gconf/gconf.h:
17533           Fix some Andy Problem [tm].
17534
17535 2005-08-04  Andy Wingo  <wingo@pobox.com>
17536
17537         * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
17538         * gst/ffmpegcolorspace/gstffmpegcolorspace.c
17539         (gst_ffmpegcsp_get_size): Adapt to API changes.
17540
17541         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
17542         Implement an in-place do-nothing transform.
17543
17544 2005-08-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17545
17546         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
17547         (gst_ximagesink_renegotiate_size):
17548           Do not set new window sizes yet if we prepare a new buffer size
17549           for upstream renegotiation (software scaling) at some point in the
17550           future, because this new size waqs not actually accepted yet. Once
17551           accepted, renegotiation later on will set the new sizes just fine.
17552           Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
17553           embedding testcase.
17554
17555 2005-08-03  Andy Wingo  <wingo@pobox.com>
17556
17557         * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
17558         (gst_ximagesink_buffer_alloc): 
17559         Protect the height, width, and desired_caps with the pool_lock.
17560         Fixes videotestsrc ! queue ! ximagesink.
17561
17562 2005-08-02  Edward Hervey  <edward@fluendo.com>
17563
17564         * gst/volume/gstvolume.c:
17565         include left from controller cleanup
17566
17567 2005-08-02  Jan Schmidt  <thaytan@mad.scientist.com>
17568         * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
17569           Stop collectpads before calling the parent state
17570           change function on PAUSED->READY.
17571
17572 2005-08-01  Jan Schmidt  <thaytan@mad.scientist.com>
17573         * configure.ac:
17574           When testing for X libs, use the X CFlags 
17575         * gst/adder/gstadder.c: (gst_adder_change_state):
17576           Stop the collectpads before calling parent state change function
17577           on PAUSED->READY, otherwise we deadlock deactivating pads.
17578
17579 2005-08-01  Stefan Kost  <ensonic@users.sf.net>
17580
17581         * configure.ac:
17582         * docs/libs/tmpl/gstcolorbalance.sgml:
17583         * docs/libs/tmpl/gstmixer.sgml:
17584         * examples/Makefile.am:
17585         * gst/sine/Makefile.am:
17586         * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
17587         (gst_sinesrc_set_property), (plugin_init):
17588         * gst/sine/gstsinesrc.h:
17589         * gst/volume/Makefile.am:
17590         * gst/volume/gstvolume.c: (gst_volume_set_volume),
17591         (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
17592         (volume_process_float), (volume_process_int16),
17593         (volume_set_property), (plugin_init):
17594         * gst/volume/gstvolume.h:
17595           deactivate and remove dparams (libgstcontrol)
17596
17597 2005-07-29  Wim Taymans  <wim@fluendo.com>
17598
17599         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
17600         Convert me to BaseTransform!! help..
17601
17602 2005-07-29  Andy Wingo  <wingo@pobox.com>
17603
17604         * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
17605         sinks.
17606
17607         * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
17608         support of both endiannesses.
17609
17610 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
17611
17612         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
17613           Fix confusing debug message (s/event/query/)
17614
17615 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
17616
17617         * gst/videotestsrc/videotestsrc.h:
17618           Use "_stdint.h" instead of <stdint.h>
17619
17620 2005-07-27  Wim Taymans  <wim@fluendo.com>
17621
17622         * ext/vorbis/Makefile.am:
17623         Revert wrong commit.
17624
17625 2005-07-27  Wim Taymans  <wim@fluendo.com>
17626
17627         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
17628         More compilation fixen.
17629
17630 2005-07-27  Wim Taymans  <wim@fluendo.com>
17631
17632         * gst-libs/gst/audio/gstbaseaudiosink.c:
17633         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
17634         (gst_base_audio_sink_create_ringbuffer),
17635         (gst_base_audio_sink_change_state):
17636         Fix compilation.
17637
17638 2005-07-27  Wim Taymans  <wim@fluendo.com>
17639
17640         * examples/seeking/seek.c: (setup_dynamic_link),
17641         (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
17642         (query_positions_elems), (query_positions_pads), (do_seek):
17643         Update seek example.
17644
17645         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
17646         (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
17647         (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
17648         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
17649         (gst_ogg_demux_handle_event),
17650         (gst_ogg_demux_deactivate_current_chain),
17651         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
17652         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
17653         (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
17654         (gst_ogg_demux_loop):
17655         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
17656         * ext/theora/theoradec.c: (theora_dec_src_event),
17657         (theora_dec_src_getcaps), (theora_dec_sink_event),
17658         (theora_dec_push), (theora_dec_chain):
17659         * ext/vorbis/Makefile.am:
17660         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
17661         (vorbis_dec_sink_event), (vorbis_dec_push),
17662         (vorbis_handle_data_packet):
17663         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
17664         (gst_vorbisenc_chain):
17665         * gst/playback/gststreaminfo.c: (cb_probe):
17666         * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
17667         * gst/videorate/gstvideorate.c: (gst_videorate_event):
17668         * gst/videoscale/gstvideoscale.c:
17669         (gst_videoscale_handle_src_event):
17670         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
17671         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
17672         (gst_ximagesink_navigation_send_event):
17673         * sys/xvimage/xvimagesink.c:
17674         (gst_xvimagesink_navigation_send_event):
17675         Various event updates and cleanups
17676
17677 2005-07-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17678
17679         * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
17680           Fix segfault for I420/YV12.
17681
17682 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17683
17684         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
17685           Report bitrate.
17686
17687 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17688
17689         * gst/playback/gstplaybin.c: (gen_video_element),
17690         (gen_audio_element):
17691           Switch to auto*sink elements as default sinks; add volume element
17692           so that volume control in totem works.
17693
17694 2005-07-21  Wim Taymans  <wim@fluendo.com>
17695
17696         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
17697         * gst/playback/gstplaybin.c: (setup_sinks),
17698         (gst_play_bin_change_state):
17699         Refcount fix and more comments.
17700
17701 2005-07-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17702
17703         * sys/ximage/Makefile.am:
17704         * sys/ximage/ximage.c: (plugin_init):
17705         * sys/ximage/ximagesink.c:
17706         Prepare for adding ximagesrc, rename of plugin to ximage etc.
17707         
17708
17709 2005-07-21  Wim Taymans  <wim@fluendo.com>
17710
17711         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
17712         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
17713         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
17714         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
17715         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
17716         (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
17717         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
17718         (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
17719         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
17720         Generate correct disconts for live chained oggs.
17721
17722         * gst-libs/gst/audio/gstbaseaudiosink.c:
17723         (gst_base_audio_sink_render),
17724         (gst_base_audio_sink_create_ringbuffer),
17725         (gst_base_audio_sink_change_state):
17726         Handle discont math correctly.
17727
17728         * gst/playback/gstplaybin.c: (add_sink):
17729         Some small debug cleanup.
17730
17731 2005-07-21  Wim Taymans  <wim@fluendo.com>
17732
17733         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (gst_ogg_pad_event),
17734         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
17735         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
17736         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
17737         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
17738         (gst_ogg_demux_init), (gst_ogg_demux_deactivate_current_chain),
17739         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
17740         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
17741         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
17742         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
17743         (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
17744         (gst_ogg_demux_change_state), (gst_ogg_print):
17745         Reorganize code to send the right disconts when in streaming
17746         mode.
17747
17748 2005-07-20  Andy Wingo  <wingo@pobox.com>
17749
17750         * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
17751         fix (?), fixes a seggie mcfalterson (#310894).
17752
17753 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17754
17755         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
17756         (gst_ogg_mux_set_header_on_caps):
17757         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
17758         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
17759         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
17760         * gst-libs/gst/audio/multichannel.c:
17761         (gst_audio_set_channel_positions),
17762         (gst_audio_set_structure_channel_positions_list):
17763         * gst/playback/gstdecodebin.c: (dynamic_create):
17764         * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
17765         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
17766           Fixes for API changes in core.
17767
17768 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17769
17770         * gst/playback/gstplaybasebin.c: (fill_buffer):
17771           Use _new_custom() so we can set custom message types for buffering
17772           messages.
17773
17774 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17775
17776         * configure.ac:
17777         * gst-libs/gst/Makefile.am:
17778         * gst-libs/gst/gconf/.cvsignore:
17779         * gst-libs/gst/gconf/Makefile.am:
17780         * gst-libs/gst/gconf/test-gconf.c:
17781         * pkgconfig/Makefile.am:
17782         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
17783         * pkgconfig/gstreamer-gconf.pc.in:
17784           Remove gconf stuff, use gconf elements instead from now on.
17785
17786 2005-07-20  Wim Taymans  <wim@fluendo.com>
17787
17788         * gst-libs/gst/audio/TODO:
17789         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
17790         (gst_audio_clock_get_internal_time):
17791         * gst-libs/gst/audio/gstaudioclock.h:
17792         * gst-libs/gst/audio/gstbaseaudiosink.c:
17793         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
17794         (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
17795         (gst_base_audio_sink_render),
17796         (gst_base_audio_sink_create_ringbuffer),
17797         (gst_base_audio_sink_change_state):
17798         Make sure the audio clock always returns an increasing value.
17799
17800 2005-07-19  Andy Wingo  <wingo@pobox.com>
17801
17802         * gst/videotestsrc/: Cleanups.
17803
17804 2005-07-19  Wim Taymans  <wim@fluendo.com>
17805
17806         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
17807         Better debugging.
17808
17809 2005-07-19  Wim Taymans  <wim@fluendo.com>
17810
17811         * examples/seeking/seek.c: (make_dv_pipeline),
17812         (make_vorbis_theora_pipeline), (query_rates),
17813         (query_positions_elems), (query_positions_pads), (do_seek):
17814         Make correct DV pipeline.
17815
17816 2005-07-18  Andy Wingo  <wingo@pobox.com>
17817
17818         * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
17819         default. Also because it's the only thing that really works. (This
17820         is used in the GConf elements).
17821         Use AS_LIBTOOL_TAGS.
17822
17823 2005-07-18  Wim Taymans  <wim@fluendo.com>
17824
17825         * gst/playback/gstdecodebin.c: (remove_element_chain):
17826         * gst/playback/gstplaybin.c: (add_sink):
17827         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
17828         (gst_stream_info_set_mute):
17829         * gst/playback/gststreamselector.c:
17830         (gst_stream_selector_get_linked_pad),
17831         (gst_stream_selector_getcaps), (gst_stream_selector_chain):
17832         More leak and compile fixes.
17833
17834 2005-07-18  Wim Taymans  <wim@fluendo.com>
17835
17836         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
17837         (query_rates), (query_positions_elems), (query_positions_pads),
17838         (do_seek), (seek_cb), (stop_seek):
17839         Updated seek example. 
17840
17841         * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
17842         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
17843         (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
17844         * gst/playback/gstplaybin.c: (add_sink):
17845         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
17846         (gst_stream_info_set_mute):
17847         Some refcount leak fixes.
17848
17849 2005-07-16  Wim Taymans  <wim@fluendo.com>
17850
17851         * gst-libs/gst/audio/gstbaseaudiosink.c:
17852         (gst_base_audio_sink_render):
17853         Align samples even if we have roundoff errors in the 
17854         timestamp conversion.
17855
17856 2005-07-16  Wim Taymans  <wim@fluendo.com>
17857
17858         * docs/libs/tmpl/gstringbuffer.sgml:
17859         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
17860         (query_rates), (query_positions_elems), (query_positions_pads),
17861         (update_scale), (do_seek):
17862         Updated seek example.
17863
17864         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
17865         (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
17866         (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
17867         (gst_ogg_demux_loop):
17868         Push out correct discont values.
17869
17870         * ext/theora/theoradec.c: (theora_dec_src_convert),
17871         (theora_dec_sink_convert), (theora_dec_src_getcaps),
17872         (theora_dec_sink_event), (theora_handle_type_packet),
17873         (theora_handle_header_packet), (theora_dec_push),
17874         (theora_handle_data_packet), (theora_dec_chain),
17875         (theora_dec_change_state):
17876         Better timestamping.
17877
17878         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
17879         (vorbis_dec_sink_event), (vorbis_dec_push),
17880         (vorbis_handle_data_packet), (vorbis_dec_chain):
17881         * ext/vorbis/vorbisdec.h:
17882         Better timestamping.
17883
17884         * gst-libs/gst/audio/gstbaseaudiosink.c:
17885         (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
17886         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
17887         Handle syncing on timestamps instead of sample offsets. Make
17888         use of DISCONT values as described in design docs.
17889
17890         * gst-libs/gst/audio/gstbaseaudiosrc.c:
17891         (gst_base_audio_src_get_time):
17892         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
17893         (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
17894         (gst_ring_buffer_read):
17895         * gst-libs/gst/audio/gstringbuffer.h:
17896         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
17897         (gst_ximagesink_show_frame):
17898         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
17899         Correcly convert buffer timestamp to stream time.
17900
17901 2005-07-16  Wim Taymans  <wim@fluendo.com>
17902
17903         * gst/audioconvert/gstaudioconvert.c:
17904         (gst_audio_convert_get_buffer):
17905         Timestamp buffers correctly.
17906
17907         * gst/playback/gstplaybin.c: (gen_video_element):
17908         Make internal fakesink silent.
17909
17910 2005-07-15  Wim Taymans  <wim@fluendo.com>
17911
17912         * gst/ffmpegcolorspace/Makefile.am:
17913         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17914         (gst_ffmpegcsp_caps_remove_format_info),
17915         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
17916         (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
17917         (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
17918         (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
17919         Ported ffmpegcolorspace to basetransform.
17920
17921         * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
17922         * gst/volume/gstvolume.c: (volume_transform):
17923         Ported to new API.
17924
17925 2005-07-14  Wim Taymans  <wim@fluendo.com>
17926
17927         * gst/videotestsrc/Makefile.am:
17928         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
17929         (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
17930         (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
17931         (gst_videotestsrc_init), (gst_videotestsrc_event),
17932         (gst_videotestsrc_create), (gst_videotestsrc_start),
17933         (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
17934         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
17935         (gst_videotestsrc_get_property):
17936         * gst/videotestsrc/gstvideotestsrc.h:
17937         Make videotestsrc a pushsrc.
17938
17939 2005-07-14  Wim Taymans  <wim@fluendo.com>
17940
17941         * gst/tcp/gstfdset.c: (gst_fdset_free):
17942         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
17943         (gst_multifdsink_add), (gst_multifdsink_remove),
17944         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
17945         (gst_multifdsink_remove_client_link),
17946         (gst_multifdsink_client_queue_data),
17947         (gst_multifdsink_client_queue_caps),
17948         (gst_multifdsink_client_queue_buffer),
17949         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
17950         (gst_multifdsink_stop):
17951         * gst/tcp/gstmultifdsink.h:
17952         0.8 backporting.
17953
17954         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
17955         Also draw image when not from a pool.
17956
17957 2005-07-14  Wim Taymans  <wim@fluendo.com>
17958
17959         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
17960         (mute_stream), (silence_stream):
17961         Small debug additions.
17962
17963 2005-07-14  Wim Taymans  <wim@fluendo.com>
17964
17965         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
17966         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
17967         (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
17968         Better error recovery, ignore unconnected pads and
17969         non-fatal errors.
17970
17971 2005-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
17972
17973         * docs/libs/tmpl/gstaudio.sgml:
17974         * docs/libs/tmpl/gstcolorbalance.sgml:
17975         * docs/libs/tmpl/gstgconf.sgml:
17976         * docs/libs/tmpl/gstmixer.sgml:
17977         * docs/libs/tmpl/gstringbuffer.sgml:
17978         * docs/libs/tmpl/gsttuner.sgml:
17979         * gst-libs/gst/audio/gstbaseaudiosrc.c:
17980         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
17981         (gst_tcpclientsrc_class_init):
17982         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
17983         (gst_tcpserversrc_class_init):
17984         * sys/v4l/gstv4lelement.c:
17985           more autistic cleanliness in functions/names/defines
17986
17987 2005-07-13  Thomas Vander Stichele  <thomas at apestaart dot org>
17988
17989         * configure.ac:
17990           make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
17991           added manually to each Makefile.am so we are sure it goes
17992           *last* and doesn't add -L flags before linking in libs of our
17993           own, like, say, internal .la libs, that then accidentally pick
17994           up the installed copy.
17995         * docs/libs/Makefile.am:
17996         * ext/alsa/Makefile.am:
17997         * ext/cdparanoia/Makefile.am:
17998         * ext/gnomevfs/Makefile.am:
17999         * ext/libvisual/Makefile.am:
18000         * ext/ogg/Makefile.am:
18001         * ext/theora/Makefile.am:
18002         * ext/vorbis/Makefile.am:
18003         * gst-libs/gst/video/Makefile.am:
18004         * gst/adder/Makefile.am:
18005         * gst/audioconvert/Makefile.am:
18006         * gst/audiorate/Makefile.am:
18007         * gst/audioscale/Makefile.am:
18008         * gst/ffmpegcolorspace/Makefile.am:
18009         * gst/playback/Makefile.am:
18010         * gst/sine/Makefile.am:
18011         * gst/subparse/Makefile.am:
18012         * gst/tags/Makefile.am:
18013         * gst/tcp/Makefile.am:
18014         * gst/typefind/Makefile.am:
18015         * gst/videorate/Makefile.am:
18016         * gst/videoscale/Makefile.am:
18017         * gst/videotestsrc/Makefile.am:
18018         * gst/volume/Makefile.am:
18019         * sys/v4l/Makefile.am:
18020         * sys/ximage/Makefile.am:
18021         * sys/xvimage/Makefile.am:
18022           adapt properly to this change. This should make sure that
18023           plugins and libs properly link to the as-yet-uninstalled
18024           copies of stuff like libgstinterfaces and libgstvideo
18025
18026 2005-07-13  Andy Wingo  <wingo@pobox.com>
18027
18028         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
18029         (gst_v4lsrc_fixate): Fixate on format as well.
18030
18031         * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy) 
18032         (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
18033         buffer points to it.
18034         (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
18035         rather just doing X calls ourselves. Also fixes a memleak.
18036
18037 2005-07-12  Andy Wingo  <wingo@pobox.com>
18038
18039         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property) 
18040         (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init) 
18041         (gst_v4lsrc_create): Re-add the copy-mode property, default to
18042         TRUE to avoid deadlocks if an element holds on to our buffers.
18043
18044 2005-07-11  Thomas Vander Stichele  <thomas at apestaart dot org>
18045
18046         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
18047         (gst_sinesrc_init), (gst_sinesrc_create),
18048         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
18049         (gst_sinesrc_start):
18050         * gst/sine/gstsinesrc.h:
18051           removing num-buffers property before moving it
18052
18053 2005-07-10  Thomas Vander Stichele  <thomas at apestaart dot org>
18054
18055         * configure.ac:
18056           use overridable ERROR_CFLAGS
18057         * docs/libs/gst-plugins-base-libs.types:
18058         * docs/libs/tmpl/gstringbuffer.sgml:
18059         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
18060         (gst_alsasink_class_init):
18061         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
18062         (gst_alsasrc_class_init):
18063         * gst-libs/gst/audio/audio.h:
18064         * gst-libs/gst/audio/gstaudioclock.h:
18065         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
18066         (gst_audio_filter_base_init), (gst_audio_filter_class_init),
18067         (gst_audio_filter_link), (gst_audio_filter_init),
18068         (gst_audio_filter_chain), (gst_audio_filter_set_property),
18069         (gst_audio_filter_get_property),
18070         (gst_audio_filter_class_add_pad_templates):
18071         * gst-libs/gst/audio/gstaudiofilter.h:
18072         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
18073         (gst_audio_filter_template_get_type),
18074         (gst_audio_filter_template_base_init),
18075         (gst_audio_filter_template_class_init),
18076         (gst_audio_filter_template_init),
18077         (gst_audio_filter_template_set_property),
18078         (gst_audio_filter_template_get_property), (plugin_init),
18079         (gst_audio_filter_template_setup),
18080         (gst_audio_filter_template_filter),
18081         (gst_audio_filter_template_filter_inplace):
18082         * gst-libs/gst/audio/gstaudiosink.c:
18083         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
18084         (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
18085         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
18086         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
18087         (gst_audio_sink_base_init), (gst_audio_sink_class_init),
18088         (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
18089         * gst-libs/gst/audio/gstaudiosink.h:
18090         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
18091         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
18092         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
18093         (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
18094         (gst_audioringbuffer_delay), (gst_audio_src_base_init),
18095         (gst_audio_src_class_init), (gst_audio_src_init),
18096         (gst_audio_src_create_ringbuffer):
18097         * gst-libs/gst/audio/gstaudiosrc.h:
18098         * gst-libs/gst/audio/gstbaseaudiosink.c:
18099         (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
18100         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
18101         (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
18102         (gst_base_audio_sink_set_property),
18103         (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
18104         (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
18105         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
18106         (gst_base_audio_sink_create_ringbuffer),
18107         (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
18108         * gst-libs/gst/audio/gstbaseaudiosink.h:
18109         * gst-libs/gst/audio/gstbaseaudiosrc.c:
18110         (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
18111         (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
18112         (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
18113         (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
18114         (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
18115         (gst_base_audio_src_event), (gst_base_audio_src_create),
18116         (gst_base_audio_src_create_ringbuffer),
18117         (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
18118         * gst-libs/gst/audio/gstbaseaudiosrc.h:
18119         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
18120         (gst_ring_buffer_class_init), (gst_ring_buffer_init),
18121         (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
18122         (gst_ring_buffer_debug_spec_caps),
18123         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
18124         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
18125         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
18126         (gst_ring_buffer_start), (gst_ring_buffer_pause),
18127         (gst_ring_buffer_stop), (gst_ring_buffer_delay),
18128         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
18129         (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
18130         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
18131         (gst_ring_buffer_clear):
18132         * gst-libs/gst/audio/gstringbuffer.h:
18133         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
18134         (gst_video_sink_class_init), (gst_video_sink_get_type):
18135         * gst-libs/gst/video/videosink.h:
18136         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
18137         (gst_multifdsink_class_init),
18138         (gst_multifdsink_handle_client_write),
18139         (gst_multifdsink_change_state):
18140         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
18141         (gst_tcpclientsink_setcaps):
18142         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
18143         (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
18144         (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
18145         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
18146         (gst_ximagesink_send_pending_navigation),
18147         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
18148         (gst_ximagesink_class_init), (gst_ximagesink_get_type):
18149         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
18150         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
18151         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
18152         (gst_xvimagesink_send_pending_navigation),
18153         (gst_xvimagesink_navigation_send_event),
18154         (gst_xvimagesink_set_xwindow_id),
18155         (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
18156         (gst_xvimagesink_get_type):
18157         more macro splitting
18158
18159 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
18160
18161         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
18162           plug a memleak, allows me to import 1479 albums in one go
18163           in jamboree
18164         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
18165         (vorbis_handle_type_packet), (vorbis_dec_chain),
18166         (vorbis_dec_change_state):
18167           fix some format strings
18168
18169 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
18170
18171         * docs/libs/tmpl/gstcolorbalance.sgml:
18172         * docs/libs/tmpl/gstmixer.sgml:
18173         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
18174         (gst_alsasink_set_property), (gst_alsasink_get_property):
18175         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
18176         (gst_alsasrc_set_property), (gst_alsasrc_get_property):
18177           add device property
18178
18179 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
18180
18181         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
18182         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
18183         (audiocast_register_listener), (audiocast_thread_run),
18184         (gst_gnomevfssrc_send_additional_headers_callback),
18185         (gst_gnomevfssrc_received_headers_callback),
18186         (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
18187         (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
18188         (gst_gnomevfssrc_get_size):
18189           add/clean up debugging
18190         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
18191           cleanups
18192
18193 2005-07-07  Andy Wingo  <wingo@pobox.com>
18194
18195         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
18196         framerate. Need to get a handle on when exactly this function is
18197         called, tho.
18198
18199         * sys/v4l/v4lsrc_calls.h:
18200         * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
18201         (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
18202         (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
18203
18204         * sys/v4l/v4l_calls.h: Cast to V4lElement.
18205         * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
18206         v4lelements are sources.
18207
18208         * sys/v4l/gstv4lxoverlay.h:
18209         * sys/v4l/gstv4lxoverlay.c:
18210         * sys/v4l/gstv4ltuner.h:
18211         * sys/v4l/gstv4ltuner.c: Header loc fixen.
18212         
18213         * sys/v4l/gstv4lsrc.h:
18214         * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
18215         PushSrc/BaseSrc. Removed most sync-related properties, videorate
18216         or something should handle that. Made a live source.
18217
18218         * sys/v4l/gstv4lelement.h:
18219         * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
18220         signals. Some cleanups.
18221
18222         * sys/v4l/gstv4lcolorbalance.h: Interface header update.
18223
18224         * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
18225         stuff.
18226
18227         * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
18228         stuff.
18229
18230         * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
18231
18232 2005-07-07  Wim Taymans  <wim@fluendo.com>
18233
18234         * ext/theora/theoradec.c: (theora_get_query_types),
18235         (theora_dec_src_getcaps), (theora_dec_push):
18236         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
18237         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
18238         Remove deprecated/unused query types.
18239
18240 2005-07-06  Wim Taymans  <wim@fluendo.com>
18241
18242         * ext/alsa/Makefile.am:
18243         * ext/alsa/gstalsaplugin.c: (plugin_init):
18244         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
18245         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
18246         (gst_alsasrc_dispose), (gst_alsasrc_base_init),
18247         (gst_alsasrc_class_init), (gst_alsasrc_init),
18248         (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
18249         (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
18250         (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
18251         (gst_alsasrc_reset):
18252         * ext/alsa/gstalsasrc.h:
18253         * gst-libs/gst/audio/Makefile.am:
18254         * gst-libs/gst/audio/gstaudiosink.c:
18255         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
18256         (gst_audioringbuffer_start):
18257         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
18258         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
18259         (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
18260         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
18261         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
18262         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
18263         (gst_audiosrc_base_init), (gst_audiosrc_class_init),
18264         (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
18265         * gst-libs/gst/audio/gstaudiosrc.h:
18266         * gst-libs/gst/audio/gstbaseaudiosink.c:
18267         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
18268         (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
18269         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
18270         * gst-libs/gst/audio/gstbaseaudiosrc.c:
18271         (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
18272         (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
18273         (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
18274         (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
18275         (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
18276         (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
18277         (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
18278         (gst_baseaudiosrc_change_state):
18279         * gst-libs/gst/audio/gstbaseaudiosrc.h:
18280         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
18281         (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
18282         (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
18283         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
18284         (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
18285         (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
18286         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
18287         * gst-libs/gst/audio/gstringbuffer.h:
18288         Added audiosource base classes.
18289         Ported alsasrc, still very basic.
18290
18291 2005-07-06  Wim Taymans  <wim@fluendo.com>
18292
18293         * ext/theora/theoradec.c: (theora_dec_src_getcaps),
18294         (theora_dec_push), (theora_handle_data_packet):
18295         Prepare for better timestamp fix later.
18296
18297         * gst/audioconvert/gstaudioconvert.c:
18298         List most accurate caps first
18299
18300         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
18301         Use proper pad task function.
18302
18303         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
18304         (gst_xvimagesink_show_frame):
18305         Fix deadlock when alloc failed.
18306
18307 2005-07-05  Andy Wingo  <wingo@pobox.com>
18308
18309         * ext/gnomevfs/gstgnomevfssrc.c:
18310         * gst/sine/gstsinesrc.c:
18311         * gst/tcp/gsttcpserversrc.c:
18312         * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
18313
18314         * sys/v4l/: Port from 0.8.
18315
18316         * Many files: Null if we got it....
18317
18318 2005-07-05  Andy Wingo  <wingo@pobox.com>
18319
18320         * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read): 
18321         * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
18322         Signedness fixes.
18323
18324 2005-07-05  Wim Taymans  <wim@fluendo.com>
18325
18326         * configure.ac:
18327         * gst/tcp/Makefile.am:
18328         * gst/tcp/README:
18329         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
18330         (gst_multifdsink_base_init), (gst_multifdsink_class_init),
18331         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
18332         (is_sync_frame), (gst_multifdsink_handle_client_write),
18333         (gst_multifdsink_render), (gst_multifdsink_start),
18334         (gst_multifdsink_stop), (gst_multifdsink_change_state):
18335         * gst/tcp/gstmultifdsink.h:
18336         * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
18337         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
18338         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
18339         * gst/tcp/gsttcp.h:
18340         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
18341         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
18342         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
18343         (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
18344         * gst/tcp/gsttcpclientsink.h:
18345         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
18346         (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
18347         (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
18348         (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
18349         (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
18350         * gst/tcp/gsttcpclientsrc.h:
18351         * gst/tcp/gsttcpplugin.c: (plugin_init):
18352         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
18353         * gst/tcp/gsttcpserversink.h:
18354         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
18355         (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
18356         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
18357         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
18358         (gst_tcpserversrc_stop):
18359         * gst/tcp/gsttcpserversrc.h:
18360         * gst/tcp/gsttcpsink.c:
18361         * gst/tcp/gsttcpsink.h:
18362         * gst/tcp/gsttcpsrc.c:
18363         * gst/tcp/gsttcpsrc.h:
18364         Ported tcp plugins to 0.9. 
18365         
18366
18367 2005-07-05  Andy Wingo  <wingo@pobox.com>
18368
18369         * gst/playback/gstplaybasebin.c (fill_buffer):
18370         message_new_application fixen.
18371
18372         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
18373         Style fix.
18374
18375 2005-07-04  Wim Taymans  <wim@fluendo.com>
18376
18377         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
18378         Set caps on output buffer.
18379
18380 2005-07-04  Andy Wingo  <wingo@pobox.com>
18381
18382         * ext/gnomevfs/gstgnomevfssrc.c
18383         (gst_gnomevfssrc_received_headers_callback) 
18384         (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
18385         hopefully.
18386
18387         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
18388         No refcount leakage.
18389
18390         * configure.ac: Enable -Werror.
18391         
18392         * ext/theora/theoradec.c (theora_dec_src_getcaps):
18393         * gst/audioconvert/bufferframesconvert.c
18394         (buffer_frames_convert_fixate):
18395         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
18396         (gst_audio_convert_fixate):
18397         * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
18398         (gst_sinesrc_create): Fixate func changes.
18399         
18400         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
18401         (gst_ximagesink_buffer_alloc): Unused var.
18402
18403 2005-07-01  Andy Wingo  <wingo@pobox.com>
18404
18405         * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
18406         getcaps to do explicit caps. Needs to be done in all decoders,
18407         possibly via a base class.
18408
18409         * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
18410
18411         * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
18412         caps on the sink pad, just rely on the pad template. Also, setting
18413         ANY caps on a pad is not valid because the caps are not fixed.
18414
18415         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
18416         caps on the buffer, and get the width from the desired_caps if
18417         they're set.
18418         (gst_ximagesink_renegotiate_size): Implement via setting the
18419         desired_caps on the ximagesink.
18420         (gst_ximagesink_setcaps): Only reset the width of the player if it
18421         wasn't already set. Not sure if this is right.
18422         (gst_ximagesink_show_frame): Memcpy only for normal buffers.
18423
18424         * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
18425         that the user wants. NULL unless the window has been resized.
18426
18427         * gst/volume/gstvolume.c (volume_transform): Adapt to
18428         basetransform refcount changes.
18429         
18430 2005-07-01  Andy Wingo  <wingo@pobox.com>
18431
18432         * gst/videoscale/gstvideoscale.c:
18433         * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
18434         from BaseTransform, implements a transform_caps. Removed dead code
18435         including some PAR stuff that was never reached -- should probably
18436         be added back somehow.
18437
18438 2005-07-01  Andy Wingo  <wingo@pobox.com>
18439
18440         * gst/videoscale: Merge David's work from 0.8 branch. Changes to
18441         come later.
18442
18443 2005-06-30  Thomas Vander Stichele  <thomas at apestaart dot org>
18444
18445         * configure.ac:
18446         * docs/libs/Makefile.am:
18447         * docs/libs/gst-plugins-libs.types:
18448         * ext/alsa/Makefile.am:
18449         * ext/alsa/gstalsamixer.h:
18450         * ext/alsa/gstalsamixeroptions.h:
18451         * ext/alsa/gstalsamixertrack.h:
18452         * gst-libs/gst/Makefile.am:
18453         * gst-libs/gst/colorbalance/.cvsignore:
18454         * gst-libs/gst/colorbalance/Makefile.am:
18455         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
18456         * gst-libs/gst/colorbalance/colorbalance.c:
18457         * gst-libs/gst/colorbalance/colorbalance.h:
18458         * gst-libs/gst/colorbalance/colorbalance.vcproj:
18459         * gst-libs/gst/colorbalance/colorbalancechannel.c:
18460         * gst-libs/gst/colorbalance/colorbalancechannel.h:
18461         * gst-libs/gst/interfaces/Makefile.am:
18462         * gst-libs/gst/interfaces/colorbalance.c:
18463         (gst_color_balance_class_init):
18464         * gst-libs/gst/interfaces/colorbalance.h:
18465         * gst-libs/gst/interfaces/interfaces-marshal.list:
18466         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
18467         * gst-libs/gst/interfaces/mixer.h:
18468         * gst-libs/gst/interfaces/mixeroptions.h:
18469         * gst-libs/gst/interfaces/navigation.c:
18470         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
18471         * gst-libs/gst/interfaces/tuner.h:
18472         * gst/volume/Makefile.am:
18473         * gst/volume/gstvolume.c:
18474         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
18475         * sys/ximage/Makefile.am:
18476         * sys/ximage/ximagesink.c:
18477         * sys/xvimage/Makefile.am:
18478         * sys/xvimage/xvimagesink.c:
18479           fold in all interfaces into an interfaces dir, preserving CVS
18480           history
18481
18482 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18483
18484         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
18485           Fix build after riff changes.
18486
18487 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18488
18489         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
18490         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
18491         (gst_riff_create_video_template_caps),
18492         (gst_riff_create_audio_template_caps),
18493         (gst_riff_create_iavs_template_caps):
18494         * gst-libs/gst/riff/riff-media.h:
18495         * gst-libs/gst/riff/riff-read.h:
18496         * gst-libs/gst/riff/riff.c: (gst_riff_init):
18497           Add gst_riff_init() to initialize the debug category, instead
18498           of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
18499
18500 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18501
18502         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
18503           Oops, I shouldn't apply hacks.
18504
18505 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18506
18507         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
18508           Remove pad_loop function which doesn't work.
18509
18510 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18511
18512         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
18513           Send EOS when deactivating.
18514         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
18515         (check_queue), (queue_threshold_reached), (queue_out_of_data),
18516         (gen_preroll_element), (probe_triggered), (mute_stream),
18517         (silence_stream), (new_decoded_pad), (setup_substreams),
18518         (set_active_source):
18519         * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
18520         (remove_sinks), (add_sink):
18521         * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
18522           Change for new probe API.
18523
18524 2005-06-29  Wim Taymans  <wim@fluendo.com>
18525
18526         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
18527         * gst-libs/gst/audio/gstbaseaudiosink.c:
18528         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
18529         (gst_baseaudiosink_change_state):
18530         * gst-libs/gst/audio/gstbaseaudiosink.h:
18531         * gst-libs/gst/audio/gstringbuffer.c:
18532         (gst_ringbuffer_set_callback):
18533         Fix compilation error.
18534         Ringbuffer starts out as not running.
18535         Free our clock in dispose.
18536         When releasing the ringbuffer we need to renegotiate so
18537         clear the pad caps.
18538
18539 2005-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
18540
18541         * autogen.sh:
18542         * configure.ac:
18543         * docs/Makefile.am:
18544         * docs/libs/Makefile.am:
18545         * docs/libs/gst-plugins-libs-docs.sgml:
18546         * docs/libs/gst-plugins-libs-sections.txt:
18547         * docs/libs/gst-plugins-libs.types:
18548         * docs/libs/tmpl/gstaudio.sgml:
18549         * docs/libs/tmpl/gstcolorbalance.sgml:
18550         * docs/libs/tmpl/gstringbuffer.sgml:
18551         * gst-libs/gst/audio/gstringbuffer.c:
18552         (gst_ringbuffer_set_callback):
18553           reinstate gtk-doc docs for plugin libs
18554
18555 2005-06-28  Wim Taymans  <wim@fluendo.com>
18556
18557         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
18558         (gst_ogg_demux_init):
18559         Removed pad loop function.
18560
18561 2005-06-28  Wim Taymans  <wim@fluendo.com>
18562
18563         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
18564         If we're building a chain we are not in an error case
18565         when we queue a buffer.
18566
18567 2005-06-28  Andy Wingo  <wingo@pobox.com>
18568
18569         * *.c: Don't cast to GstObject before reffing/unreffing.
18570
18571 2005-06-27  Andy Wingo  <wingo@pobox.com>
18572
18573         * gst/videotestsrc/gstvideotestsrc.c
18574         (gst_videotestsrc_activate_push): Activation API changes.
18575
18576         * gst/playback/gstdecodebin.c (gst_decode_bin_change_state) 
18577         (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
18578         they have refs on the decodebin.
18579
18580         * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
18581         parent class.
18582         (gst_ogg_pad_typefind): Don't leak a pad ref.
18583         (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
18584         (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push) 
18585         (gst_ogg_demux_sink_activate_pull): Changes for activation API.
18586
18587 2005-06-27  Edward Hervey  <edward@fluendo.com>
18588
18589         * ext/theora/theoradec.c: (theora_dec_change_state): 
18590         re-arranged call to parent's state change in order to avoid locks (or
18591         worse).
18592
18593 2005-06-26  Edward Hervey  <edward@fluendo.com>
18594
18595         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
18596         2nd argument of 'unknow-type' signal is a GstCaps and not a
18597         GstMiniObject
18598
18599 2005-06-25  Jan Schmidt  <thaytan@mad.scientist.com>
18600         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
18601           Set the worker thread's running flag to TRUE before starting the
18602           thread.
18603         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
18604           Catch a failure to add typefind to the bin.
18605
18606 2005-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
18607
18608         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
18609         (gst_sinesrc_init), (gst_sinesrc_create),
18610         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
18611         (gst_sinesrc_start):
18612         * gst/sine/gstsinesrc.h:
18613           add num-buffers and timestamp-offset properties
18614         * gst/videotestsrc/gstvideotestsrc.c:
18615         (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
18616         (gst_videotestsrc_get_property):
18617           add timestamp-offset property
18618
18619 2005-06-23  Christian Schaller  <uraeus@gnome.org>
18620
18621         * configure.ac: add videorate
18622         * gst-plugins-base.spec.in: add videorate
18623
18624 2005-06-23  Wim Taymans  <wim@fluendo.com>
18625
18626         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
18627         (gst_videorate_getcaps), (gst_videorate_setcaps),
18628         (gst_videorate_event), (gst_videorate_chain):
18629         Fixed videorate, fixating an already fixated caps is not
18630         an error.
18631
18632 2005-06-23  Wim Taymans  <wim@fluendo.com>
18633
18634         * ext/ogg/README:
18635         * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
18636         Buffer on caps is not boxed anymore.
18637
18638 2005-06-22  Wim Taymans  <wim@fluendo.com>
18639
18640         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
18641         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
18642         Set buffers on caps as miniobjects and not as boxed.
18643
18644 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
18645
18646         * configure.ac:
18647           back to HEAD
18648
18649 === release 0.9.1 ===
18650
18651 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
18652
18653         * .cvsignore:
18654         * NEWS:
18655         * README:
18656         * RELEASE:
18657         * configure.ac:
18658         * po/af.po:
18659         * po/az.po:
18660         * po/cs.po:
18661         * po/en_GB.po:
18662         * po/hu.po:
18663         * po/it.po:
18664         * po/nb.po:
18665         * po/nl.po:
18666         * po/or.po:
18667         * po/sq.po:
18668         * po/sr.po:
18669         * po/sv.po:
18670         * po/uk.po:
18671         * po/vi.po:
18672           updates for release
18673
18674 2005-06-09  Andy Wingo  <wingo@pobox.com>
18675
18676         * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
18677         
18678 2005-06-09  Andy Wingo  <wingo@pobox.com>
18679
18680         * configure.ac:
18681         * gst-libs/gst/Makefile.am:
18682         * gst-libs/gst/net/Makefile.am:
18683         Add gstnet to build.
18684
18685 2005-06-09  Andy Wingo  <wingo@pobox.com>
18686
18687         * gst-libs/gst/gconf/gconf.c:
18688         * gst/playback/test.c:
18689         * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
18690         fixes.
18691
18692         * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
18693
18694         * ext/theora/theoraenc.c (theora_enc_chain): 
18695         * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
18696
18697         * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
18698         RealPad.
18699
18700 2005-06-02  Wim Taymans  <wim@fluendo.com>
18701
18702         * gst-libs/gst/net/Makefile.am:
18703         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
18704         * pkgconfig/gstreamer-libs.pc.in:
18705         Added net stuff, version net lib.
18706
18707 2005-06-02  Wim Taymans  <wim@fluendo.com>
18708
18709         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
18710         (query_rates), (query_positions_elems), (query_positions_pads),
18711         (do_seek):
18712         Updated seek example.
18713
18714 2005-06-02  Andy Wingo  <wingo@pobox.com>
18715
18716         * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
18717         * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
18718         list.
18719
18720         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
18721         remove the typefind, the bin dispose will do it for us. When it's
18722         removed and unreffed, the signal handler will be disconnected,
18723         too.
18724         (unlinked): It's too difficult to disconnect from unlinked
18725         handlers, as they are on pads not elements. Just punt if the pads
18726         aren't grandkids of the bin.
18727
18728 2005-06-02  Wim Taymans  <wim@fluendo.com>
18729
18730         * ext/ogg/README:
18731         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
18732         (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
18733         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
18734         * ext/theora/theoradec.c: (theora_dec_src_query),
18735         (theora_handle_data_packet):
18736         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
18737         (theora_enc_chain):
18738         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
18739         (vorbis_handle_data_packet):
18740         * gst/audioconvert/bufferframesconvert.c:
18741         (buffer_frames_convert_chain):
18742         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18743         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
18744         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
18745         (gst_ffmpegcsp_chain):
18746         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
18747         (gst_videorate_getcaps), (gst_videorate_setcaps),
18748         (gst_videorate_event), (gst_videorate_chain):
18749         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
18750         (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
18751         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
18752         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
18753         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
18754         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
18755         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
18756         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
18757         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
18758         Cleanups and buffer alloc.
18759
18760 2005-05-31  Wim Taymans  <wim@fluendo.com>
18761
18762         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
18763         Don't try to call the delay method when the device is not
18764         opened.
18765
18766 2005-05-31  Wim Taymans  <wim@fluendo.com>
18767
18768         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
18769         Get actual segment size and buffer size after opening
18770         the device.
18771
18772 2005-05-30  Wim Taymans  <wim@fluendo.com>
18773
18774         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
18775         (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
18776         Also FLUSH upstream, makes the loop function exit faster.
18777         
18778         * ext/theora/theoradec.c: (theora_dec_src_query):
18779         Some more debug info in the query.
18780         
18781         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
18782         (gst_ximagesink_setcaps):
18783         Release lock on par error, better error reporting.
18784
18785 2005-05-26  Wim Taymans  <wim@fluendo.com>
18786
18787         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
18788         (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
18789         (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
18790         Clear chains in READY
18791         Queue packets until the chain is activated.
18792
18793 2005-05-25  Wim Taymans  <wim@fluendo.com>
18794
18795         * gst-libs/gst/audio/gstaudiosink.c:
18796         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
18797         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
18798         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
18799         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
18800         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
18801         (gst_audiosink_create_ringbuffer):
18802         * gst-libs/gst/audio/gstbaseaudiosink.c:
18803         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
18804         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
18805         (gst_baseaudiosink_set_property), (build_linear_format),
18806         (debug_spec_caps), (debug_spec_buffer),
18807         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
18808         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
18809         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
18810         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
18811         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
18812         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
18813         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
18814         (gst_ringbuffer_play), (gst_ringbuffer_pause),
18815         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
18816         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
18817         (wait_segment), (gst_ringbuffer_commit),
18818         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
18819         (gst_ringbuffer_clear):
18820         Various small cleanups.
18821
18822         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
18823         (gst_audio_convert_change_state):
18824         * gst/subparse/gstsubparse.c: (gst_subparse_chain):
18825         No need to take the locks anymore.
18826
18827 2005-05-25  Wim Taymans  <wim@fluendo.com>
18828
18829         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
18830         (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
18831         (remove_element_chain), (no_more_pads), (unlinked), (close_link),
18832         (type_found):
18833         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
18834         (group_destroy), (group_commit), (queue_overrun),
18835         (gen_preroll_element), (no_more_pads), (preroll_unlinked),
18836         (mute_stream), (new_decoded_pad), (setup_substreams),
18837         (setup_source), (mute_group_type), (set_active_source),
18838         (gst_play_base_bin_change_state):
18839         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
18840         (gen_video_element), (gen_text_element), (gen_audio_element),
18841         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
18842         * gst/playback/gststreaminfo.c: (gst_stream_info_new),
18843         (gst_stream_info_dispose), (gst_stream_info_set_mute):
18844         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
18845         Some playbin cleanups mostly refcounting sloppyness.
18846
18847 2005-05-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18848
18849         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
18850           Work with streaming input.
18851
18852 2005-05-25  Wim Taymans  <wim@fluendo.com>
18853
18854         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18855         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
18856         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
18857         (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
18858         No need to take the STREAM lock anymore.
18859
18860 2005-05-25  Wim Taymans  <wim@fluendo.com>
18861
18862         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
18863         (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
18864         (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
18865         (gst_ogg_demux_chain), (gst_ogg_demux_loop),
18866         (gst_ogg_demux_sink_activate):
18867         * ext/theora/theoradec.c: (theora_dec_src_event),
18868         (theora_handle_comment_packet), (theora_dec_chain),
18869         (theora_dec_change_state):
18870         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
18871         (vorbis_handle_data_packet), (vorbis_dec_chain),
18872         (vorbis_dec_change_state):
18873         Remove STREAM locks as they are taken in core now.
18874         Never set bogus granulepos on vorbis/theora.
18875         Fix leaks in theoradec tag parsing.
18876
18877 2005-05-25  Wim Taymans  <wim@fluendo.com>
18878
18879         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
18880         Fix memleaks, GST_BUFFER_DATA() is not freed.
18881
18882 2005-05-25  Wim Taymans  <wim@fluendo.com>
18883
18884         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
18885         Open non-blocking, set to blocking mode afterwards to avoid
18886         lockups when audio device is busy.
18887
18888 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18889
18890         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
18891           This can't be good.
18892
18893 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18894
18895         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
18896         (gst_audio_convert_chain), (gst_audio_convert_link_src),
18897         (gst_audio_convert_setcaps):
18898           Implement instant setup switching.
18899
18900 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18901
18902         * gst/playback/gstplaybasebin.c: (probe_triggered):
18903           Fix missing unlock.
18904         * gst/playback/gstplaybin.c: (add_sink):
18905           First add, then link (otherwise pad link fails).
18906
18907 2005-05-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18908
18909         * examples/Makefile.am:
18910         fix buildbot (make distcheck)
18911
18912 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18913
18914         * gst/playback/gstplaybin.c: (gen_vis_element):
18915           Remove some wrong code. Doesn't work yet.
18916
18917 2005-05-19  Wim Taymans  <wim@fluendo.com>
18918
18919         * gst-libs/gst/net/Makefile.am:
18920         * gst-libs/gst/net/README:
18921         * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
18922         (gst_netbuffer_class_init), (gst_netbuffer_init),
18923         (gst_netbuffer_finalize), (gst_netbuffer_copy),
18924         (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
18925         (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
18926         (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
18927         * gst-libs/gst/net/gstnetbuffer.h:
18928         Added buffer subclass to store extra to/from addresses for
18929         network sources/sinks.
18930
18931 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18932
18933         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
18934           Don't lock an unassigned variable.
18935
18936 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18937
18938         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
18939           Increase buffer for video, decrease buffer for other media types.
18940         * gst/playback/gstplaybin.c: (gen_video_element),
18941         (gen_audio_element):
18942           Change names for debugging purposes.
18943
18944 2005-05-18  Wim Taymans  <wim@fluendo.com>
18945
18946         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18947         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
18948         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
18949         (gst_ffmpegcsp_chain):
18950         Enable buffer alloc passthrough if the source and dest
18951         formats are the same.
18952
18953 2005-05-17  Wim Taymans  <wim@fluendo.com>
18954
18955         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
18956         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
18957         (gst_ogg_demux_chain_unlocked):
18958         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
18959         (gst_audio_convert_caps_remove_format_info),
18960         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
18961         (gst_audio_convert_fixate), (gst_audio_convert_change_state):
18962         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18963         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
18964         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
18965         (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
18966         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
18967         (gst_ffmpegcsp_get_property):
18968         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
18969         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
18970         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
18971         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
18972         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
18973         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
18974         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
18975         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
18976         Leak fixes in oggdemux.
18977         Some cleanups in audioconvert.
18978         Make passthrough work along with buffer_alloc etc.
18979         Make buffer_alloc and buffer recycling actually work in
18980         xvimagesink.
18981
18982 2005-05-17  Thomas Vander Stichele  <thomas at apestaart dot org>
18983
18984         * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
18985           make the compiler happy
18986
18987 2005-05-17  Wim Taymans  <wim@fluendo.com>
18988
18989         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
18990         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
18991         (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
18992         (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
18993         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
18994         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
18995         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
18996         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
18997         (gst_xvimagesink_set_xwindow_id):
18998         * sys/xvimage/xvimagesink.h:
18999         Port xvimagesink to new MiniObject.
19000
19001 2005-05-17  Wim Taymans  <wim@fluendo.com>
19002
19003         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
19004         (gst_audiofilter_chain):
19005         * gst-libs/gst/audio/gstaudiosink.c:
19006         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
19007         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
19008         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
19009         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
19010         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
19011         (gst_audiosink_create_ringbuffer):
19012         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
19013         (gst_audio_convert_caps_remove_format_info),
19014         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
19015         (gst_audio_convert_fixate), (gst_audio_convert_channels):
19016         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19017         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
19018         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
19019         Fix passthrough in ffmpegcolorspace.
19020         Fix memset in audiosink on wrong memory.
19021
19022 2005-05-16  David Schleef  <ds@schleef.org>
19023
19024         * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
19025         to GstMiniObject.
19026
19027 2005-05-16  David Schleef  <ds@schleef.org>
19028
19029         Port from GstData to GstMiniObject.
19030         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
19031         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
19032         (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
19033         (gst_ogg_mux_collected):
19034         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
19035         * ext/theora/theoradec.c: (theora_handle_comment_packet),
19036         (theora_handle_data_packet):
19037         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
19038         (theora_set_header_on_caps), (theora_enc_chain):
19039         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
19040         (vorbis_handle_comment_packet):
19041         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
19042         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
19043         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
19044         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
19045         * gst/audioconvert/gstaudioconvert.c:
19046         (gst_audio_convert_get_buffer):
19047         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
19048         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
19049         (mute_stream), (silence_stream):
19050         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
19051         * gst/volume/gstvolume.c: (volume_transform):
19052         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
19053         (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
19054         (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
19055         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
19056         (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
19057         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
19058         (gst_ximagesink_buffer_alloc):
19059         * sys/ximage/ximagesink.h:
19060
19061 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19062
19063         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
19064         (fill_buffer), (check_queue), (queue_threshold_reached),
19065         (queue_out_of_data):
19066         * gst/playback/gstplaybasebin.h:
19067           Post buffer-fullness on the bus.
19068
19069 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19070
19071         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
19072         (try_to_link_1):
19073         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
19074         (group_commit), (probe_triggered), (setup_source),
19075         (gst_play_base_bin_change_state):
19076         * gst/playback/gstplaybasebin.h:
19077         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
19078         (gst_play_bin_init), (remove_sinks), (setup_sinks),
19079         (gst_play_bin_change_state):
19080           Move setup_output_pads into a virtual function, remove
19081           group-switch (no longer needed) and redirect (handled by bus
19082           now) signals.
19083
19084 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19085
19086         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
19087         (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
19088         (get_active_group), (get_building_group), (group_destroy),
19089         (group_commit), (check_queue), (queue_overrun),
19090         (queue_threshold_reached), (queue_out_of_data),
19091         (gen_preroll_element), (remove_groups), (unknown_type),
19092         (add_element_stream), (no_more_pads), (probe_triggered),
19093         (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
19094         (setup_substreams), (setup_source), (finish_source),
19095         (prepare_output), (muted_group_change_state),
19096         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
19097         (gst_play_base_bin_change_state):
19098         * gst/playback/gstplaybasebin.h:
19099         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
19100         (gst_play_bin_init), (gst_play_bin_set_property),
19101         (gen_video_element), (gen_text_element), (gen_audio_element),
19102         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
19103         (gst_play_bin_change_state):
19104         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
19105         (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
19106         (stream_info_change_state), (gst_stream_info_set_mute),
19107         (gst_stream_info_get_property):
19108         * gst/playback/gststreaminfo.h:
19109         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
19110         (gst_stream_selector_get_linked_pad),
19111         (gst_stream_selector_getcaps),
19112         (gst_stream_selector_get_linked_pads),
19113         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
19114         * gst/playback/gststreamselector.h:
19115           Rough port of playbin. Needs some more work, but is mostly done,
19116           and uses a few locks in important places, which should make stuff
19117           like chain-switches clean. Still uses GST_STATE() in a few places,
19118           which isn't all that good an idea, subtitles/elements disabled
19119           because no elements to test with and thus probably broken, query
19120           and event handling moved to GstBin, internal thread removed
19121           alltogether because the pipeline does that for us now. Can play
19122           Ogg/Vorbis files. Haven't tested anything else yet.
19123
19124 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19125
19126         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
19127           Do no-more-pads (needed for autoplugging).
19128
19129 2005-05-10  Andy Wingo  <wingo@pobox.com>
19130
19131         * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
19132         message to the bus with the tags. Still not sent downstream tho.
19133
19134         * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
19135         get_parent.
19136         (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
19137         avoid refcounting hassles.
19138
19139 2005-05-09  Andy Wingo  <wingo@pobox.com>
19140
19141         * gst/volume/Makefile.am:
19142         * gst/volume/demo.c
19143         * gst/volume/gstvolume.h
19144         * gst/volume/gstvolume.c: Port to 0.9 API, derive from
19145         basetransform. Probably need an audio filter base class.
19146
19147 2005-05-09  Wim Taymans  <wim@fluendo.com>
19148
19149         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
19150         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
19151         (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
19152         (gst_vorbisenc_chain):
19153         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
19154         (gst_audio_convert_caps_remove_format_info),
19155         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
19156         (gst_audio_convert_fixate), (gst_audio_convert_channels):
19157         Make caps writable before writing to it.
19158         Fix negotiation in audioconvert some more.
19159
19160 2005-05-09  Wim Taymans  <wim@fluendo.com>
19161
19162         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
19163         (gst_videorate_getcaps), (gst_videorate_setcaps),
19164         (gst_videorate_event), (gst_videorate_chain):
19165         Better negotiation.
19166
19167 2005-05-09  Wim Taymans  <wim@fluendo.com>
19168
19169         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
19170         (gst_videorate_getcaps), (gst_videorate_setcaps),
19171         (gst_videorate_blank_data), (gst_videorate_init),
19172         (gst_videorate_event), (gst_videorate_chain),
19173         (gst_videorate_change_state):
19174         Port videorate, do a better job at negotiation while we're at
19175         it.
19176
19177 2005-05-09  Jan Schmidt  <thaytan@mad.scientist.com>
19178
19179         * configure.ac:
19180           Disable libvisual
19181
19182         * examples/Makefile.am:
19183         * gst-libs/gst/audio/Makefile.am:
19184         * gst-libs/gst/riff/Makefile.am:
19185         * gst-libs/gst/tag/Makefile.am:
19186         * gst-libs/gst/video/Makefile.am:
19187           Fixups for missing variables.
19188
19189 2005-05-09  Wim Taymans  <wim@fluendo.com>
19190
19191         * examples/seeking/seek.c: (make_theora_pipeline),
19192         (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
19193         (query_rates), (query_positions_elems), (query_positions_pads),
19194         (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
19195         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
19196         (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
19197         (gst_ogg_pad_typefind), (gst_ogg_demux_init),
19198         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
19199         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
19200         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
19201         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
19202         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
19203         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
19204         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
19205         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
19206         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
19207         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
19208         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
19209         (theora_dec_src_convert), (theora_dec_sink_convert),
19210         (theora_dec_src_query), (theora_dec_sink_query),
19211         (theora_dec_src_event), (theora_dec_sink_event),
19212         (theora_handle_comment_packet), (theora_handle_type_packet),
19213         (theora_handle_header_packet), (theora_handle_data_packet),
19214         (theora_dec_chain):
19215         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
19216         (vorbis_dec_convert), (vorbis_dec_src_query),
19217         (vorbis_dec_sink_query), (vorbis_dec_src_event),
19218         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
19219         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
19220         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
19221         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
19222         (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
19223         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
19224         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
19225         (gst_play_bin_query):
19226         * gst/playback/test3.c: (update_scale):
19227         * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
19228         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
19229         * gst/subparse/gstsubparse.c: (gst_subparse_init):
19230         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
19231         (gst_videotestsrc_src_query):
19232         * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
19233         (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
19234         (paint_hline_YUV9):
19235         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
19236         Port to new query API.
19237         Updated seek.
19238         Cleanups in x[v]imagesink
19239
19240 2005-05-09  Andy Wingo  <wingo@pobox.com>
19241
19242         * ext/alsa/gstalsasink.h:
19243         * ext/gnomevfs/gstgnomevfssrc.c:
19244         (gst_gnomevfssrc_get_icy_metadata):
19245         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
19246         (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
19247         * ext/theora/theoradec.c (theora_dec_src_query)
19248         (theora_dec_src_event, theora_dec_sink_event)
19249         (theora_handle_comment_packet, theora_handle_data_packet):
19250         * ext/theora/theoraenc.c (theora_enc_chain):
19251         * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
19252         (vorbis_dec_sink_event, vorbis_handle_comment_packet):
19253         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
19254         * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
19255         (qt_type_find):
19256         * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
19257         (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
19258         (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
19259         (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
19260         (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
19261         (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
19262         (paint_setup_xBGR8888, paint_setup_RGBx8888)
19263         (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
19264         (paint_setup_RGB565, paint_setup_xRGB1555):
19265         * gst/videotestsrc/videotestsrc.h:
19266         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
19267         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
19268         (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
19269         GCC4 fixes.
19270         
19271         * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
19272         gst_pad_query_position. Fixes oggdemux.
19273
19274 2005-05-08  David Schleef  <ds@schleef.org>
19275
19276         * configure.ac: Require liboil.
19277         * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
19278         a few more.
19279         * gst/videotestsrc/videotestsrc.c:
19280         * gst/videotestsrc/videotestsrc.h:
19281
19282 2005-05-06  Wim Taymans  <wim@fluendo.com>
19283
19284         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19285         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
19286         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
19287         Well, unreffing a buffer right before pushing it is asking
19288         for trouble..
19289
19290 2005-05-06  Christian Schaller  <uraeus@gnome.org>
19291
19292         * pkgconfig/gstreamer-libs.pc.in: add missing library calls
19293
19294 2005-05-06  Wim Taymans  <wim@fluendo.com>
19295
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         * gst/sine/Makefile.am:
19304         * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
19305         (gst_sinesrc_class_init), (gst_sinesrc_init),
19306         (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
19307         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
19308         (gst_sinesrc_update_freq):
19309         * gst/sine/gstsinesrc.h:
19310         * gst/tcp/gstmultifdsink.c:
19311         * sys/xvimage/xvimagesink.c:
19312         Fixed negotiation wrt _peer_get_caps()
19313         Some cleanups.
19314
19315
19316 2005-05-06  Wim Taymans  <wim@fluendo.com>
19317
19318         * gst-libs/gst/audio/gstaudiosink.c:
19319         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
19320         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
19321         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
19322         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
19323         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
19324         (gst_audiosink_create_ringbuffer):
19325         * gst-libs/gst/audio/gstbaseaudiosink.c:
19326         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
19327         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
19328         (gst_baseaudiosink_set_property), (build_linear_format),
19329         (debug_spec_caps), (debug_spec_buffer),
19330         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
19331         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
19332         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
19333         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
19334         * gst-libs/gst/audio/gstbaseaudiosink.h:
19335         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
19336         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
19337         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
19338         (gst_ringbuffer_play), (gst_ringbuffer_pause),
19339         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
19340         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
19341         (wait_segment), (gst_ringbuffer_commit),
19342         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
19343         (gst_ringbuffer_clear):
19344         * gst-libs/gst/audio/gstringbuffer.h:
19345         Make the base audiosink return an error when there is no
19346         audiobuffer negotiated.
19347
19348 2005-05-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19349
19350         * ext/Makefile.am:
19351         Disable cdparanoia until someone ports it!
19352
19353 2005-05-06  Wim Taymans  <wim@fluendo.com>
19354
19355         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
19356         (gst_ogg_demux_sink_activate):
19357         And revert after wingo's revert.. sigh..
19358
19359 2005-05-05  Andy Wingo  <wingo@pobox.com>
19360
19361         * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
19362         GObject.
19363         * configure.ac: Return audiorate and subparse from the ghetto.
19364         Re-enable -Wall -Werror.
19365         * gst/subparse/gstsubparse.c:
19366         * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
19367         or chain-based. Cleaned up a bit. Not tested.
19368         
19369 2005-05-05  Christian Schaller <christian@fluendo.com> 
19370
19371         * Makefile.am: remove stuff that is not building
19372         * configure.ac: remove stuff that is not building
19373         * examples/Makefile.am: remove stuff that is not building
19374         * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
19375         * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
19376         * sys/Makefile.am: remove stuff that is not building
19377         * testsuite/Makefile.am: remove stuff that is not building
19378
19379 2005-05-05  Andy Wingo  <wingo@pobox.com>
19380
19381         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
19382         * gst-libs/gst/tag/gstvorbistag.c:
19383         (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
19384         * gst/adder/gstadder.h:
19385         * gst/audioconvert/gstchannelmix.c:
19386         (gst_audio_convert_fill_one_other):
19387         * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
19388         (gst_audiorate_init), (gst_audiorate_chain):
19389         * gst/playback/gstplaybasebin.c: (setup_source):
19390         * gst/playback/test3.c: (update_scale):
19391         Some GCC4 fixes
19392         
19393         * po/af.po:
19394         * po/az.po:
19395         * po/cs.po:
19396         * po/en_GB.po:
19397         * po/hu.po:
19398         * po/it.po:
19399         * po/nb.po:
19400         * po/nl.po:
19401         * po/or.po:
19402         * po/sq.po:
19403         * po/sr.po:
19404         * po/sv.po:
19405         * po/uk.po:
19406         * po/vi.po: Foo
19407
19408 2005-05-05  Wim Taymans  <wim@fluendo.com>
19409
19410         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
19411         (gst_audio_convert_caps_remove_format_info),
19412         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
19413         (gst_audio_convert_change_state), (gst_audio_convert_channels):
19414         * gst/videotestsrc/gstvideotestsrc.c:
19415         (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
19416         (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
19417         (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
19418         (gst_videotestsrc_init), (gst_videotestsrc_loop):
19419         Don't ignore _push() return values.
19420         Make sure no processing is done when shutting down.
19421         Videotestsrc pad activation fix.
19422
19423 2005-05-05  Wim Taymans  <wim@fluendo.com>
19424
19425         * gst/adder/Makefile.am:
19426         * gst/adder/gstadder.c: (gst_adder_setcaps),
19427         (gst_adder_class_init), (gst_adder_init),
19428         (gst_adder_request_new_pad), (gst_adder_collected),
19429         (gst_adder_change_state):
19430         * gst/adder/gstadder.h:
19431         Ported adder as an example of a mixer element using
19432         collect pads. Needs more negotiation work.
19433
19434 2005-05-05  Wim Taymans  <wim@fluendo.com>
19435
19436         * ext/theora/theoradec.c: (_inc_granulepos),
19437         (theora_dec_src_event), (theora_dec_sink_event),
19438         (theora_handle_comment_packet), (theora_handle_type_packet),
19439         (theora_handle_header_packet), (theora_handle_data_packet),
19440         (theora_dec_chain):
19441         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
19442         (gst_theora_enc_init), (theora_enc_sink_setcaps),
19443         (theora_push_buffer), (theora_push_packet),
19444         (theora_enc_sink_event), (theora_enc_chain),
19445         (theora_enc_change_state), (theora_enc_set_property),
19446         (theora_enc_get_property):
19447         Added stream lock to decoder so that we can serialize
19448         the discont event.
19449         More theoraenc porting, recover from errors, do clean
19450         shutdown.
19451
19452 2005-05-05  Wim Taymans  <wim@fluendo.com>
19453
19454         * ext/ogg/Makefile.am:
19455         * ext/ogg/README:
19456         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
19457         (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
19458         (gst_ogg_print):
19459         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
19460         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
19461         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
19462         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
19463         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
19464         (gst_ogg_mux_change_state):
19465         Ported ogg muxer.
19466
19467 2005-05-05  Wim Taymans  <wim@fluendo.com>
19468
19469         * docs/design-audiosinks.txt:
19470         * gst-libs/gst/audio/TODO:
19471         * gst-libs/gst/audio/gstaudiosink.c:
19472         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
19473         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
19474         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
19475         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
19476         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
19477         (gst_audiosink_create_ringbuffer):
19478         * gst-libs/gst/audio/gstbaseaudiosink.c:
19479         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
19480         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
19481         (gst_baseaudiosink_set_property), (build_linear_format),
19482         (debug_spec_caps), (debug_spec_buffer),
19483         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
19484         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
19485         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
19486         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
19487         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
19488         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
19489         (gst_ringbuffer_release), (gst_ringbuffer_play),
19490         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
19491         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
19492         (gst_ringbuffer_set_sample), (wait_segment),
19493         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
19494         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
19495         More work on the audiosink, mostly debugging and a race in
19496         shutdown.
19497
19498 2005-04-28  Wim Taymans  <wim@fluendo.com>
19499
19500         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
19501         (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
19502         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
19503         (vorbis_dec_src_query), (vorbis_dec_src_event),
19504         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
19505         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
19506         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
19507         Don't crap out when seeking back to position 0.
19508
19509 2005-04-28  Wim Taymans  <wim@fluendo.com>
19510
19511         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
19512         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
19513         (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
19514         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
19515         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
19516         Make audio sink configurable, use alsasink as default.
19517
19518 2005-04-28  Wim Taymans  <wim@fluendo.com>
19519
19520         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
19521         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
19522         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
19523         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
19524         (vorbis_dec_change_state):
19525         * ext/vorbis/vorbisdec.h:
19526         Refactor, use STREAM_LOCK.
19527
19528 2005-04-28  Wim Taymans  <wim@fluendo.com>
19529
19530         * ext/theora/theoradec.c: (_inc_granulepos),
19531         (theora_dec_sink_event), (theora_handle_comment_packet),
19532         (theora_handle_type_packet), (theora_handle_header_packet),
19533         (theora_handle_data_packet), (theora_dec_chain),
19534         (theora_dec_change_state):
19535         Refactor a bit, use STREAM_LOCK.
19536
19537 2005-04-28  Wim Taymans  <wim@fluendo.com>
19538
19539         * ext/alsa/Makefile.am:
19540         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
19541         (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
19542         (gst_alsa_link), (gst_alsa_close_audio):
19543         * ext/alsa/gstalsaplugin.c: (plugin_init):
19544         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
19545         (gst_alsasink_dispose), (gst_alsasink_base_init),
19546         (gst_alsasink_class_init), (gst_alsasink_init),
19547         (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
19548         (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
19549         (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
19550         (gst_alsasink_reset):
19551         * ext/alsa/gstalsasink.h:
19552         Implement alsasink with simple open/write/close API. 
19553         Make alsa dir build by disabling compilation of code.
19554
19555 2005-04-28  Wim Taymans  <wim@fluendo.com>
19556
19557         * gst-libs/gst/audio/Makefile.am:
19558         * gst-libs/gst/audio/audio.h:
19559         * gst-libs/gst/audio/audioclock.c:
19560         * gst-libs/gst/audio/audioclock.h:
19561         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
19562         (gst_audio_clock_class_init), (gst_audio_clock_init),
19563         (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
19564         * gst-libs/gst/audio/gstaudioclock.h:
19565         * gst-libs/gst/audio/gstaudiosink.c:
19566         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
19567         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
19568         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
19569         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
19570         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
19571         (gst_audiosink_create_ringbuffer):
19572         * gst-libs/gst/audio/gstbaseaudiosink.c:
19573         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
19574         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
19575         (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
19576         (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
19577         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
19578         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
19579         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
19580         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
19581         * gst-libs/gst/audio/gstbaseaudiosink.h:
19582         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
19583         (gst_ringbuffer_init), (gst_ringbuffer_finalize),
19584         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
19585         (gst_ringbuffer_release), (gst_ringbuffer_play),
19586         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
19587         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
19588         (gst_ringbuffer_set_sample), (wait_segment),
19589         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
19590         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
19591         * gst-libs/gst/audio/gstringbuffer.h:
19592         Make ringbuffer faster and more simple by removing the locks
19593         in the playback thread.
19594         Add sample accurate playback based on buffer sample offsets.
19595         Make the baseaudiosink provide a clock.
19596         Parse caps in the base class.
19597         Correctly handle seeking, flushing and state changes.
19598
19599 2005-04-25  Thomas Vander Stichele  <thomas at apestaart dot org>
19600
19601         * configure.ac:
19602         * gst/audioconvert/Makefile.am:
19603         * gst/audioscale/Makefile.am:
19604           Fix part of the build.  Come on guys, autogen didn't even work :)
19605
19606 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19607
19608         * configure.ac:
19609         * gst-libs/gst/Makefile.am:
19610         * gst-libs/gst/media-info/.cvsignore:
19611         * gst-libs/gst/media-info/Makefile.am:
19612         * gst-libs/gst/media-info/README:
19613         * gst-libs/gst/media-info/media-info-priv.c:
19614         * gst-libs/gst/media-info/media-info-priv.h:
19615         * gst-libs/gst/media-info/media-info-test.c:
19616         * gst-libs/gst/media-info/media-info.c:
19617         * gst-libs/gst/media-info/media-info.h:
19618         * gst-libs/gst/media-info/media-info.vcproj:
19619         * pkgconfig/Makefile.am:
19620         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
19621         * pkgconfig/gstreamer-media-info.pc.in:
19622           Remove media-info, which is also successed by playbin (see Totem
19623           implementation).
19624
19625 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19626
19627         * configure.ac:
19628         * examples/Makefile.am:
19629         * examples/gstplay/.cvsignore:
19630         * examples/gstplay/Makefile.am:
19631         * examples/gstplay/player.c:
19632         * gst-libs/gst/Makefile.am:
19633         * gst-libs/gst/play/.cvsignore:
19634         * gst-libs/gst/play/Makefile.am:
19635         * gst-libs/gst/play/play.c:
19636         * gst-libs/gst/play/play.h:
19637         * gst-libs/gst/play/play.vcproj:
19638         * pkgconfig/Makefile.am:
19639         * pkgconfig/gstreamer-play-uninstalled.pc.in:
19640         * pkgconfig/gstreamer-play.pc.in:
19641           Remove libgstplay, playbin is now the official successor.
19642
19643 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19644
19645         * configure.ac:
19646         * gst-libs/gst/Makefile.am:
19647         * gst-libs/gst/xwindowlistener/Makefile.am:
19648         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
19649         * gst-libs/gst/xwindowlistener/xwindowlistener.h:
19650           Remove deprecated xwindowlistener (I've moved xwindowlistening
19651           in the v4l/v4l2 plugins over to serverside).
19652
19653 2005-04-25  David Schleef  <ds@schleef.org>
19654
19655         * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
19656         to examples/dynparams.  Examples do not belong interspersed with
19657         source code.
19658         * examples/dynparams/demo-dparams.c:
19659         * gst/sine/Makefile.am:
19660         * gst/sine/demo-dparams.c:
19661
19662 2005-04-25  David Schleef  <ds@schleef.org>
19663
19664         Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
19665         * gst-libs/gst/audio/Makefile.am:
19666         * gst-libs/gst/riff/Makefile.am:
19667         * gst-libs/gst/tag/Makefile.am:
19668         * gst-libs/gst/video/Makefile.am:
19669         * gst-libs/gst/xwindowlistener/Makefile.am:
19670
19671         Convert to 0.9 API, seems to work:
19672         * sys/ximage/Makefile.am:
19673         * sys/ximage/ximagesink.c:
19674
19675 2005-04-24  David Schleef  <ds@schleef.org>
19676
19677         Link plugins against libraries:
19678         * ext/alsa/Makefile.am:
19679         * gst/tcp/Makefile.am:
19680
19681         Remove asm code that should be in liboil
19682         * gst/videoscale/Makefile.am:
19683         * gst/videoscale/videoscale_x86_asm.s:
19684
19685         gettext wants these checked in:
19686         * po/af.po:
19687         * po/az.po:
19688         * po/cs.po:
19689         * po/en_GB.po:
19690         * po/hu.po:
19691         * po/it.po:
19692         * po/nb.po:
19693         * po/nl.po:
19694         * po/or.po:
19695         * po/sq.po:
19696         * po/sr.po:
19697         * po/sv.po:
19698         * po/uk.po:
19699         * po/vi.po:
19700
19701 2005-04-24  David Schleef  <ds@schleef.org>
19702
19703         Convert gst_main() to g_main_loop_run()
19704         * gst/playback/decodetest.c: (main):
19705         * gst/playback/test2.c: (main):
19706         * gst/playback/test3.c: (main):
19707         * gst/playback/test4.c: (main):
19708
19709         Link plugins against libraries:
19710         * ext/libvisual/Makefile.am:
19711         * sys/xvimage/Makefile.am:
19712
19713 2005-04-24  David Schleef  <ds@schleef.org>
19714
19715         * configure.ac: Remove idct and resample libs
19716         * gst-libs/gst/Makefile.am: same
19717
19718         Remove usage of gst_library_load():
19719         * ext/alsa/gstalsaplugin.c: (plugin_init):
19720         * ext/libvisual/visual.c: (plugin_init):
19721         * ext/ogg/gstogg.c: (plugin_init):
19722         * ext/theora/theora.c: (plugin_init):
19723         * ext/vorbis/vorbis.c: (plugin_init):
19724         * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
19725         * gst/audioscale/gstaudioscale.c:
19726         * gst/adder/gstadder.c: (plugin_init):
19727         * gst/audioconvert/plugin.c: (plugin_init):
19728         * sys/ximage/ximagesink.c: (plugin_init):
19729         * sys/xvimage/xvimagesink.c: (plugin_init):
19730         * gst/tcp/gsttcpplugin.c: (plugin_init):
19731
19732         Link plugins against libraries:
19733         * ext/ogg/Makefile.am:
19734         * ext/theora/Makefile.am:
19735         * ext/vorbis/Makefile.am:
19736         * gst/audioconvert/Makefile.am:
19737
19738         Create proper libraries:
19739         * gst-libs/gst/riff/Makefile.am:
19740         * gst-libs/gst/audio/Makefile.am:
19741         * gst-libs/gst/video/Makefile.am:
19742
19743         Move resample library to audioscale plugin directory:
19744         * gst-libs/gst/resample/Makefile.am:
19745         * gst-libs/gst/resample/README:
19746         * gst-libs/gst/resample/dtof.c:
19747         * gst-libs/gst/resample/dtos.c:
19748         * gst-libs/gst/resample/functable.c:
19749         * gst-libs/gst/resample/private.h:
19750         * gst-libs/gst/resample/resample.c:
19751         * gst-libs/gst/resample/resample.h:
19752         * gst-libs/gst/resample/resample.vcproj:
19753         * gst-libs/gst/resample/test.c:
19754         * gst/audioscale/Makefile.am:
19755         * gst/audioscale/README:
19756         * gst/audioscale/dtof.c:
19757         * gst/audioscale/dtos.c:
19758         * gst/audioscale/functable.c:
19759         * gst/audioscale/private.h:
19760         * gst/audioscale/resample.c:
19761         * gst/audioscale/resample.h:
19762         * gst/audioscale/test.c:
19763
19764         Move tagedit library to gst-libs:
19765         * gst-libs/gst/tag/Makefile.am:
19766         * gst-libs/gst/tag/gstid3tag.c:
19767         * gst-libs/gst/tag/gsttagediting.c:
19768         * gst-libs/gst/tag/gsttageditingprivate.h:
19769         * gst-libs/gst/tag/gstvorbistag.c:
19770         * gst/tags/Makefile.am:
19771         * gst/tags/gstid3tag.c:
19772         * gst/tags/gstvorbistag.c:
19773
19774         Fix for core changes:
19775         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
19776         (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
19777         (gst_sinesrc_getrange):
19778
19779 2005-04-23  David Schleef  <ds@schleef.org>
19780
19781         * gst-libs/gst/Makefile.am: Remove idct.  It hasn't been used
19782         in gst-plugins in a long time, and properly belongs in liboil.
19783         * gst-libs/gst/idct/Makefile.am:
19784         * gst-libs/gst/idct/README:
19785         * gst-libs/gst/idct/dct.h:
19786         * gst-libs/gst/idct/doieee:
19787         * gst-libs/gst/idct/fastintidct.c:
19788         * gst-libs/gst/idct/floatidct.c:
19789         * gst-libs/gst/idct/idct.c:
19790         * gst-libs/gst/idct/idct.h:
19791         * gst-libs/gst/idct/idtc.vcproj:
19792         * gst-libs/gst/idct/ieeetest.c:
19793         * gst-libs/gst/idct/intidct.c:
19794
19795 2005-04-20  Wim Taymans  <wim@fluendo.com>
19796
19797         * docs/design-audiosinks.txt:
19798         * gst-libs/gst/audio/Makefile.am:
19799         * gst-libs/gst/audio/TODO:
19800         * gst-libs/gst/audio/gstaudiosink.c:
19801         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
19802         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
19803         (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
19804         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
19805         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
19806         (gst_audioringbuffer_delay), (gst_audiosink_base_init),
19807         (gst_audiosink_class_init), (gst_audiosink_init),
19808         (gst_audiosink_create_ringbuffer):
19809         * gst-libs/gst/audio/gstaudiosink.h:
19810         * gst-libs/gst/audio/gstbaseaudiosink.c:
19811         (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
19812         (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
19813         (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
19814         (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
19815         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
19816         (gst_baseaudiosink_create_ringbuffer),
19817         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
19818         * gst-libs/gst/audio/gstbaseaudiosink.h:
19819         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
19820         (gst_ringbuffer_class_init), (gst_ringbuffer_init),
19821         (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
19822         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
19823         (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
19824         (gst_ringbuffer_play), (gst_ringbuffer_pause),
19825         (gst_ringbuffer_resume), (gst_ringbuffer_stop),
19826         (gst_ringbuffer_callback), (gst_ringbuffer_delay),
19827         (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
19828         (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
19829         * gst-libs/gst/audio/gstringbuffer.h:
19830         An attempt at a set of audio base classes together with some
19831         design docs.
19832
19833 2005-04-20  Wim Taymans  <wim@fluendo.com>
19834
19835         * gst/audioconvert/Makefile.am:
19836         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
19837         (gst_audio_convert_caps_remove_format_info),
19838         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
19839         (gst_audio_convert_channels):
19840         Link against audio libs.
19841         Fix audio convert plugin.
19842
19843 2005-04-20  Wim Taymans  <wim@fluendo.com>
19844
19845         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
19846         (gst_ogg_demux_sink_activate):
19847         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
19848         (theora_set_header_on_caps), (theora_enc_sink_event),
19849         (theora_enc_chain):
19850         Fix theora encoder.
19851
19852 2005-04-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19853
19854         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
19855         * gst/playback/gstdecodebin.c: (find_compatibles):
19856           Work with staticpadtemplates in elementfactories.
19857
19858 2005-04-12  Wim Taymans  <wim@fluendo.com>
19859
19860         * gst/playback/README:
19861         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
19862         (compare_ranks), (print_feature), (gst_decode_bin_init),
19863         (dynamic_create), (dynamic_free), (find_compatibles),
19864         (mimetype_is_raw), (close_pad_link), (got_redirect),
19865         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
19866         (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
19867         (gst_decode_bin_change_state):
19868         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
19869         (gst_play_base_bin_init), (group_destroy), (group_commit),
19870         (check_queue), (queue_overrun), (queue_threshold_reached),
19871         (queue_out_of_data), (gen_preroll_element), (unknown_type),
19872         (new_decoded_pad), (setup_subtitle), (gen_source_element),
19873         (got_redirect), (setup_source), (play_base_eos),
19874         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
19875         (gst_play_base_bin_remove_element):
19876         * gst/playback/gstplaybasebin.h:
19877         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
19878         (gst_play_bin_init), (gst_play_bin_dispose),
19879         (gst_play_bin_set_property), (gen_video_element),
19880         (gen_text_element), (gen_audio_element), (remove_sinks),
19881         (gst_play_bin_send_event):
19882         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
19883         (stream_info_change_state), (gst_stream_info_set_mute):
19884         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
19885         (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
19886         (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
19887         (gst_stream_selector_chain):
19888         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
19889         (main):
19890         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
19891         (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
19892         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
19893         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
19894         Raw and crude port of decodebin. 
19895         Make playbin compile.
19896
19897 2005-04-06  Wim Taymans  <wim@fluendo.com>
19898
19899         * ext/gnomevfs/Makefile.am:
19900         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
19901         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
19902         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
19903         (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
19904         (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
19905         (gst_gnomevfssrc_stop):
19906         * ext/ogg/Makefile.am:
19907         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
19908         (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
19909         * ext/theora/Makefile.am:
19910         * ext/theora/theoradec.c: (_inc_granulepos),
19911         (theora_dec_sink_event), (theora_dec_chain):
19912         * ext/vorbis/Makefile.am:
19913         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
19914         (vorbis_dec_sink_event), (vorbis_dec_chain):
19915         * gst-libs/gst/audio/Makefile.am:
19916         * sys/xvimage/Makefile.am:
19917         Make gnomevfssrc extend the source base class.
19918         Fix linking against libs in various plugins.
19919
19920 2005-04-06  Andy Wingo  <wingo@pobox.com>
19921
19922         * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
19923         GST_BASE_LIBS.
19924
19925         * configure.ac: Add check and AC_SUBST for libgstbase.
19926
19927 2005-03-31  Wim Taymans  <wim@fluendo.com>
19928
19929         * examples/seeking/Makefile.am:
19930         * examples/seeking/cdparanoia.c: (main):
19931         * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
19932         (play_cb), (pause_cb), (stop_cb), (main):
19933         * examples/seeking/playbin.c:
19934         * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
19935         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
19936         (make_sid_pipeline), (make_vorbis_pipeline),
19937         (make_theora_pipeline), (make_vorbis_theora_pipeline),
19938         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
19939         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
19940         (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
19941         (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
19942         (stop_cb), (main):
19943         * examples/seeking/spider_seek.c:
19944         * examples/seeking/vorbisfile.c:
19945         * ext/gnomevfs/Makefile.am:
19946         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
19947         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
19948         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
19949         (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
19950         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
19951         (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
19952         (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
19953         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
19954         * ext/ogg/README:
19955         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
19956         (gst_ogg_pad_class_init), (gst_ogg_pad_init),
19957         (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
19958         (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
19959         (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
19960         (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
19961         (gst_ogg_pad_event), (gst_ogg_pad_reset),
19962         (gst_ogg_demux_factory_filter), (compare_ranks),
19963         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
19964         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
19965         (gst_ogg_chain_new), (gst_ogg_chain_free),
19966         (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
19967         (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
19968         (gst_ogg_demux_class_init), (gst_ogg_demux_init),
19969         (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
19970         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
19971         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
19972         (gst_ogg_demux_get_prev_page),
19973         (gst_ogg_demux_deactivate_current_chain),
19974         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
19975         (gst_ogg_demux_bisect_forward_serialno),
19976         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
19977         (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
19978         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
19979         (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
19980         (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
19981         (gst_ogg_demux_change_state), (gst_ogg_print):
19982         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
19983         (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
19984         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
19985         (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
19986         (gst_ogg_mux_loop):
19987         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
19988         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
19989         (theora_dec_src_convert), (theora_dec_sink_convert),
19990         (theora_dec_src_query), (theora_dec_src_event),
19991         (theora_dec_sink_event), (theora_dec_chain),
19992         (theora_dec_change_state):
19993         * ext/theora/theoraenc.c: (gst_theora_enc_init),
19994         (theora_enc_sink_setcaps), (theora_buffer_from_packet),
19995         (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
19996         (theora_enc_change_state):
19997         * ext/vorbis/Makefile.am:
19998         * ext/vorbis/oggvorbisenc.c:
19999         * ext/vorbis/oggvorbisenc.h:
20000         * ext/vorbis/vorbis.c: (plugin_init):
20001         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
20002         (vorbis_dec_src_query), (vorbis_dec_src_event),
20003         (vorbis_dec_sink_event), (vorbis_dec_chain),
20004         (vorbis_dec_change_state):
20005         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
20006         (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
20007         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
20008         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
20009         (gst_vorbisenc_change_state):
20010         * ext/vorbis/vorbisenc.h:
20011         * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
20012         * gst-libs/gst/audio/audioclock.c:
20013         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
20014         (gst_audiofilter_init), (gst_audiofilter_chain):
20015         * gst-libs/gst/audio/testchannels.c: (main):
20016         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
20017         * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
20018         (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
20019         (gmip_find_track_streaminfo), (gmip_find_track_format):
20020         * gst-libs/gst/media-info/media-info.c:
20021         (gst_media_info_read_idler):
20022         * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
20023         (gst_play_get_all_by_interface):
20024         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
20025         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
20026         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
20027         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
20028         (gst_riff_parse_info):
20029         * gst-libs/gst/riff/riff-read.h:
20030         * gst-libs/gst/riff/riff.c: (plugin_init):
20031         * gst-libs/gst/video/Makefile.am:
20032         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
20033         (gst_videosink_class_init), (gst_videosink_get_type):
20034         * gst-libs/gst/video/videosink.h:
20035         * gst/audioconvert/bufferframesconvert.c:
20036         (buffer_frames_convert_init), (buffer_frames_convert_fixate),
20037         (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
20038         * gst/audioconvert/channelmixtest.c: (main):
20039         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
20040         (gst_audio_convert_chain),
20041         (gst_audio_convert_caps_remove_format_info),
20042         (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
20043         (gst_audio_convert_setcaps), (_fixate_caps_to_int),
20044         (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
20045         (gst_audio_convert_buffer_to_default_format),
20046         (gst_audio_convert_buffer_from_default_format),
20047         (gst_audio_convert_channels):
20048         * gst/audioconvert/gstchannelmix.h:
20049         * gst/ffmpegcolorspace/avcodec.h:
20050         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20051         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
20052         (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
20053         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
20054         * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
20055         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
20056         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
20057         (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
20058         (mpeg_video_type_find), (mpeg_video_stream_type_find),
20059         (dv_type_find):
20060         * gst/videotestsrc/gstvideotestsrc.c:
20061         (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
20062         (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
20063         (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
20064         (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
20065         (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
20066         (gst_videotestsrc_init), (gst_videotestsrc_src_query),
20067         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
20068         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
20069         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
20070         (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
20071         (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
20072         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
20073         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
20074         (gst_xvimagesink_navigation_send_event),
20075         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
20076         (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
20077         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
20078         * sys/xvimage/xvimagesink.h:
20079         Plugin port to 0.9, ogg/theora playback should work in the seek
20080         example now.
20081         Removed old examples.
20082         Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
20083         explained in 0.9 TODO doc.
20084
20085
20086 2005-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20087
20088         * autogen.sh:
20089         * configure.ac:
20090         * ext/Makefile.am:
20091         * gst/Makefile.am:
20092         * po/POTFILES.in:
20093         * po/af.po:
20094         * po/az.po:
20095         * po/cs.po:
20096         * po/en_GB.po:
20097         * po/hu.po:
20098         * po/it.po:
20099         * po/nb.po:
20100         * po/nl.po:
20101         * po/or.po:
20102         * po/sq.po:
20103         * po/sr.po:
20104         * po/sv.po:
20105         * po/uk.po:
20106         * po/vi.po:
20107         * sys/Makefile.am:
20108         * testsuite/Makefile.am:
20109           remove a whole bunch of plugins.  This module now contains a set
20110           of free reference plugins/elements as agreed.
20111
20112 2005-02-22  Thomas Vander Stichele  <thomas at apestaart dot org>
20113
20114         * configure.ac:
20115           hunting season on 0.9 is now OPEN
20116
20117 2005-02-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20118
20119         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
20120           Kick the hell out of gcc for not warning me about a symbol conflict.
20121
20122 2005-02-22  Luca Ognibene  <luogni@tin.it>
20123
20124         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20125
20126         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
20127           Don't leak caps string (fixes #168134)
20128
20129         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
20130         (gst_jpegenc_init), (gst_jpegenc_finalize),
20131         (gst_jpegenc_change_state):
20132           Don't leak line buffers and context struct (fixes #168133).
20133
20134 2005-02-21  Tim-Philipp Müller  <tim at centricular dot net>
20135
20136         * configure.ac:
20137         * ext/dirac/gstdiracdec.cc:
20138         (gst_diracdec_chain):
20139           Since dirac 0.5.0 the framerate in dirac is expressed as a
20140           rational number. Fix build and up requirement to 0.5.0, and
20141           also pass parameters to gst_diracdec_link in the right order
20142           (fixes #167959).
20143
20144 2005-02-21  Maciej Katafiasz  <mathrick@freedesktop.org>
20145
20146         * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
20147         * ext/faad/gstfaad.h:
20148         TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with 
20149         certain invalid muxed streams, where some packets will contain 
20150         junk after decoder data. Partially fixes #149158.
20151
20152 2005-02-21  Jan Schmidt <thaytan@mad.scientist.com>
20153         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
20154           Make sure we only write to writable buffers
20155
20156 2005-02-20  Tim-Philipp Müller  <tim at centricular dot net>
20157
20158         * gst-libs/gst/riff/riff-media.c:
20159         (gst_riff_create_audio_caps_with_data):
20160           Do actually fix invalid RIFF fmt header values for alaw
20161           and mulaw audio instead of just saying so.
20162
20163         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
20164           Give gst_riff_create_audio_caps_with_data() a chance to
20165           fix up broken format header fields before extracting any
20166           parameters from the header. (fixes #167633)
20167
20168 2005-02-19  Martin Holters  <martin.holters@gmx.de>
20169
20170         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20171
20172         * gst/audioconvert/bufferframesconvert.c:
20173         (buffer_frames_convert_link):
20174           Don't leak othercaps. (fixes #167878)
20175
20176 2005-02-19  Arwed v. Merkatz  <v.merkatz@gmx.net>
20177
20178         * configure.ac:
20179         * ext/libvisual/visual.c: (gst_visual_srclink),
20180         (gst_visual_change_state):
20181           Support libvisual 0.2.0.
20182
20183 2005-02-18  Tim-Philipp Müller  <tim at centricular dot net>
20184
20185         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
20186         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
20187           Use same rowstrides for I420 as used everywhere else.
20188
20189 2005-02-17  Tim-Philipp Müller  <tim at centricular dot net>
20190
20191         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
20192           Declare variables at beginning of block and make gcc-2.95 happy
20193           (fixes # 167482, patch by Gergely Nagy).
20194           
20195         * gst/tcp/gsttcpclientsrc.c:
20196         * gst/tcp/gsttcpclientsrc.h:
20197           Move some includes into the header, so that struct sockaddr_in is
20198           defined when it should be defined on FreeBSD as well (fixes
20199           #167483).
20200           
20201         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
20202           Don't pass uninitialised values to setsockopt() here either.
20203
20204 2005-02-17  Luca Ognibene  <luogni at tin dot it>
20205
20206         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20207
20208         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
20209           Don't pass uninitialised values to setsockopt(). (fixes #167704)
20210
20211 2005-02-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20212
20213         * gst/playback/gstplaybin.c: (add_sink):
20214           Invert bin_add/link order to workaround deadlock in opt.
20215
20216 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20217
20218         * gst/modplug/gstmodplug.cc:
20219           Add missing break causing position queries to fail.
20220
20221 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20222
20223         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
20224           Granpos can apparently be -1, which screws up calculations...
20225
20226 2005-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
20227
20228         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
20229         (gst_ximagesink_send_pending_navigation),
20230         (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
20231         (gst_ximagesink_init):
20232         * sys/ximage/ximagesink.h:
20233         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
20234         (gst_xvimagesink_send_pending_navigation),
20235         (gst_xvimagesink_navigation_send_event),
20236         (gst_xvimagesink_finalize), (gst_xvimagesink_init):
20237         * sys/xvimage/xvimagesink.h:
20238           Use a mutex protected list to marshal navigation
20239           events into the stream thread from whichever thread
20240           sends them.
20241
20242 2005-02-15  Tim-Philipp Müller  <tim at centricular dot net>
20243
20244         * gst/speed/demo-mp3.c: (time_tick_cb), (main):
20245           Display current position and track length; misc. clean-ups.
20246           
20247         * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
20248         (speed_init), (speed_chain):
20249           Add query function, so that the stream length and current position
20250           get adjusted when queried (note that current position queries may
20251           still be wrong if the audio sink returns values based on buffer
20252           timestamps instead of passing on the query).
20253
20254 2005-02-13  Benjamin Otte  <otte@gnome.org>
20255
20256         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
20257         (gst_audio_convert_channels):
20258           create channel conversion matrix when linking
20259         * gst/audioconvert/.cvsignore:
20260         * gst/audioconvert/Makefile.am:
20261         * gst/audioconvert/channelmixtest.c: (main):
20262           add (ugly) test that ensures stereo <=> mono conversion works
20263           correctly
20264
20265 2005-02-13  Benjamin Otte  <otte@gnome.org>
20266
20267         * gst/audioconvert/gstchannelmix.h:
20268           include missing header file
20269         * gst/audioconvert/gstchannelmix.c:
20270         (gst_audio_convert_fill_compatible):
20271           use same sign for both channels when converting to/from compatible
20272           channel. Previously used different signs made the signals cancel
20273           each other out and appear like silence. (fixes #167269)
20274
20275 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
20276
20277         * gst/ffmpegcolorspace/avcodec.h:
20278         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20279         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
20280         (gst_ffmpegcsp_avpicture_fill):
20281         * gst/ffmpegcolorspace/imgconvert.c:
20282           Convert to and from YV12 (fixes #156379).
20283
20284 2005-02-12  Julien MOUTTE  <julien@moutte.net>
20285
20286         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
20287         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
20288         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
20289         (gst_ximagesink_expose), (gst_ximagesink_set_property),
20290         (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
20291         methods from chain and negotiation and vice versa (Fixes #166142).
20292         * sys/ximage/ximagesink.h: Add stream_lock.
20293         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
20294         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
20295         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
20296         (gst_xvimagesink_expose): Check for xcontext before trying to link.
20297
20298 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
20299
20300         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
20301           Don't send "Hey! You gave me a NULL pointer you naughty person" as
20302           error message when we can't open the DVD device (when dvdnav_open()
20303           fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
20304           the above). Send something more useful instead (fixes #167117).
20305
20306 2005-02-11  Julien MOUTTE  <julien@moutte.net>
20307
20308         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
20309         (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
20310         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
20311         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
20312         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
20313         (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
20314         methods from chain and negotiation and vice versa (Fixes #166142).
20315         Fix a possible bug of images in the buffer pool being discarded because
20316         we are looking at the wrong geometry.
20317         * sys/xvimage/xvimagesink.h: Add stream_lock.
20318
20319 2005-02-11  David Schleef  <ds@schleef.org>
20320
20321         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
20322         unsigned int. (fixes #167128)
20323
20324 2005-02-11  David Schleef  <ds@schleef.org>
20325
20326         * gst/librfb/Makefile.am: Testing stuff before committing is
20327           for wimps... and people with fast machines.  Fix stupid
20328           mistake.
20329
20330 2005-02-11  David Schleef  <ds@schleef.org>
20331
20332         * configure.ac: Pull in librfb from my CVS tree, because it is
20333           too small and annoying to be separate.  Move rfbsrc plugin
20334           to gst/.
20335         * ext/Makefile.am:
20336         * ext/librfb/Makefile.am:
20337         * ext/librfb/gstrfbsrc.c:
20338         * gst/librfb/Makefile.am:
20339         * gst/librfb/gstrfbsrc.c:
20340         * gst/librfb/rfb.c:
20341         * gst/librfb/rfb.h:
20342         * gst/librfb/rfbbuffer.c:
20343         * gst/librfb/rfbbuffer.h:
20344         * gst/librfb/rfbbytestream.c:
20345         * gst/librfb/rfbbytestream.h:
20346         * gst/librfb/rfbcontext.h:
20347         * gst/librfb/rfbdecoder.c:
20348         * gst/librfb/rfbdecoder.h:
20349         * gst/librfb/rfbutil.h:
20350
20351 2005-02-10  Tim-Philipp Müller  <tim at centricular dot net>
20352
20353         * gst/speed/Makefile.am:
20354         * gst/speed/demo-mp3.c: (main):
20355         * gst/speed/filter.func:
20356         * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
20357         (speed_class_init), (speed_init), (speed_chain_int16),
20358         (speed_chain_float32), (speed_chain), (speed_set_property),
20359         (speed_get_property), (speed_change_state):
20360         * gst/speed/gstspeed.h:
20361           Fix speed element and make it chain-based (fixes #156467),
20362           and make it handle more than one channel.
20363
20364 2005-02-10  Jan Schmidt  <thaytan@mad.scientist.com>
20365
20366         * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
20367         (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
20368         (gst_dtsdec_chain), (gst_dtsdec_change_state):
20369         * ext/dts/gstdtsdec.h:
20370           Don't clobber the stack constructing the channels array.
20371           Make the element chain-based. DTS tracks can now be played.
20372           
20373 2005-02-09  Tim-Philipp Müller  <tim at centricular dot net>
20374
20375         * gst-libs/gst/audio/multichannel.h:
20376         * gst-libs/gst/gconf/gconf.h:
20377         * gst-libs/gst/idct/idct.h:
20378         * gst-libs/gst/media-info/media-info-priv.h:
20379         * gst-libs/gst/play/play.h:
20380         * gst-libs/gst/resample/private.h:
20381         * gst-libs/gst/resample/resample.h:
20382         * gst-libs/gst/riff/riff-ids.h:
20383         * gst-libs/gst/video/video.h:
20384         * gst-libs/gst/video/videosink.h:
20385           Add G_BEGIN_DECLS and G_END_DECLS around headers where
20386           missing, so that they work when included from C++ code.
20387
20388 2005-02-09  David Schleef  <ds@schleef.org>
20389
20390         * testsuite/gst-lint: Check for non-statically scoped
20391           parent_class variables.  This won't be a problem once
20392           plugins are loaded with RTLD_LOCAL.
20393
20394 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20395
20396         * ext/mplex/gstmplexibitstream.cc:
20397           gcc madness.
20398
20399 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20400
20401         * ext/ogg/gstogmparse.c:
20402         * gst/debug/gstnavigationtest.c:
20403           Die, thou faulty symbol pollutors (non-static parent_class).
20404
20405 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20406
20407         * ext/mplex/gstmplexibitstream.cc:
20408           Fix event handling (#165525).
20409
20410 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20411
20412         * ext/mikmod/gstmikmod.c:
20413         * gst/modplug/gstmodplug.cc:
20414           Add missing endianness to template (fixes #165509).
20415
20416 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20417
20418         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
20419           Fix wrong order of reading of optional bytes (#165290).
20420
20421 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20422
20423         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
20424           Implement FILLER event awareness.
20425
20426 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20427
20428         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
20429           Fix track calculations (#166208).
20430
20431 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
20432
20433         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20434
20435         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
20436         * ext/libpng/gstpngenc.c:
20437           Fix byte-order, use proper fixed caps. Fixes #164197.
20438
20439 2005-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
20440
20441         * configure.ac:
20442           Add dvdlpcmdec 
20443
20444         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
20445         (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
20446           Don't push buffers if the src pad isn't negotiated yet.
20447           
20448         * gst/audioconvert/gstaudioconvert.c:
20449         (gst_audio_convert_buffer_to_default_format),
20450         (gst_audio_convert_buffer_from_default_format):
20451           Add support for 24-bit width.
20452
20453         * gst/dvdlpcmdec/.cvsignore:
20454         * gst/dvdlpcmdec/Makefile.am:
20455         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
20456         (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
20457         (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
20458         (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
20459         (plugin_init):
20460         * gst/dvdlpcmdec/gstdvdlpcmdec.h:
20461           New decoder for rearranging DVD LPCM into our audio/x-raw-int
20462           format. Needs support for the channels maps if someone can find 
20463           a DVD LPCM track with > 2 channels.
20464
20465         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
20466         (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
20467         (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
20468         * gst/mpegstream/gstdvddemux.h:
20469         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
20470         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
20471         (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
20472         * gst/mpegstream/gstmpegdemux.h:
20473         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
20474         (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
20475         (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
20476         (gst_mpeg_parse_handle_src_query),
20477         (gst_mpeg_parse_handle_src_event):
20478           Use audio/x-dvd-lpcm for LPCM output.
20479           Add DTS output.
20480
20481 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
20482
20483         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20484
20485         * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
20486         (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
20487           Add BGRA handling (#165736).
20488
20489 2005-02-08  Francis Labonte  <francis_labonte@hotmail.com>
20490
20491         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20492
20493         * gst/law/alaw-decode.c: (alawdec_link):
20494         * gst/law/alaw-encode.c: (alawenc_link):
20495         * gst/law/mulaw-decode.c: (mulawdec_link):
20496         * gst/law/mulaw-encode.c: (mulawenc_link):
20497           Fix caps memleaks (#166600).
20498
20499 2005-02-08  Tim-Philipp Müller  <tim at centricular dot net>
20500
20501         * ext/tarkin/mem.h:
20502         * ext/tarkin/wavelet.h:
20503         * ext/tarkin/yuv.h:
20504         * gst/ffmpegcolorspace/avcodec.h:
20505           Include "_stdint.h" instead of <stdint.h>. Fixes build on
20506           systems that don't have stdint.h, like Solaris9 (fixes #166631).
20507
20508 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20509
20510         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
20511         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
20512         (gst_xvimagesink_change_state):
20513           Clear window on PAUSED->READY instead of READY->PAUSED. Stop
20514           Xv video (and thereby regenerate Xv colourkey) in clear() so
20515           that PLAY -> READY -> PLAY works (fixes #162504).
20516
20517 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20518
20519         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
20520           Switch to list instead of range, since MJPEG-devices really just
20521           support decimations, not any size.
20522
20523 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
20524         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
20525         (gst_mpeg2dec_reset), (free_all_buffers),
20526         (gst_mpeg2dec_alloc_buffer), (handle_sequence):
20527         * ext/mpeg2dec/gstmpeg2dec.h:
20528           The libmpeg2 user-allocated buffer management is awkward, 
20529           to say the least. Hopefully this fixes things.
20530
20531 2005-02-04  Andy Wingo  <wingo@pobox.com>
20532
20533         * gst/audioconvert/bufferframesconvert.c
20534         (buffer_frames_convert_fixate): New function, fixates to 256
20535         frames per buffer by default. (Much better than 1.)
20536         (buffer_frames_convert_init): Set the fixate function for both src
20537         and sink pad.
20538         (buffer_frames_convert_link): After success setting nonfixed caps,
20539         get the negotiated caps so we can know how many buffer-frames it
20540         will be. No idea how this worked at all before.
20541
20542 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
20543
20544         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
20545         (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
20546         (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
20547         (handle_sequence), (handle_picture):
20548         * ext/mpeg2dec/gstmpeg2dec.h:
20549           Rearrange buffer tracking and refcounting and refactor
20550           a little for readability. 
20551
20552 2005-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
20553         * sys/v4l/gstv4l.c: (plugin_init):
20554         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
20555         (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
20556         (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
20557         (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
20558         * sys/v4l/gstv4ljpegsrc.h:
20559         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
20560         * sys/v4l/v4l_calls.h:
20561         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
20562         (gst_v4lsrc_get_fps):
20563         * sys/v4l/v4lsrc_calls.h:
20564           Add new v4ljpegsrc for handling the ov51x hacky "I'll give
20565           you jpeg inside rgb frames" driver.
20566           Don't error in the v4lsrc link function, just return 
20567           REFUSED.
20568
20569 2005-02-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20570
20571         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
20572         (gst_qcamsrc_open):
20573           Use GST_ELEMENT_ERROR, not g_warning, if open failed.
20574
20575 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20576
20577         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
20578           Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
20579
20580 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20581
20582         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
20583           Reset negotiated state on PAUSED->READY.
20584
20585 2005-02-02  David Schleef  <ds@schleef.org>
20586
20587         * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
20588         whereever possible.  (Fixes #165997)
20589         * examples/capsfilter/capsfilter1.c: (main):
20590         * examples/dynparams/filter.c: (create_ui):
20591         * examples/seeking/cdparanoia.c: (get_track_info), (main):
20592         * examples/seeking/chained.c: (main):
20593         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
20594         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
20595         (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
20596         (make_mpeg_pipeline), (make_mpegnt_pipeline):
20597         * examples/seeking/spider_seek.c: (make_spider_pipeline):
20598         * examples/switch/switcher.c: (main):
20599         * ext/dv/demo-play.c: (main):
20600         * ext/faad/gstfaad.c: (gst_faad_change_state):
20601         * ext/mad/gstmad.c: (gst_mad_chain):
20602         * ext/smoothwave/demo-osssrc.c: (main):
20603         * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
20604         (gst_gconf_render_bin_from_description),
20605         (gst_gconf_get_default_audio_sink),
20606         (gst_gconf_get_default_video_sink),
20607         (gst_gconf_get_default_audio_src),
20608         (gst_gconf_get_default_video_src),
20609         (gst_gconf_get_default_visualization_element):
20610         * gst/level/demo.c: (main):
20611         * gst/level/plot.c: (main):
20612         * gst/playback/gstplaybin.c: (gen_video_element),
20613         (gen_audio_element):
20614         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
20615         * gst/playondemand/demo-mp3.c: (setup_pipeline):
20616         * gst/sine/demo-dparams.c: (main):
20617         * gst/spectrum/demo-osssrc.c: (main):
20618         * gst/speed/demo-mp3.c: (main):
20619         * gst/volume/demo.c: (main):
20620         * testsuite/embed/embed.c: (main):
20621
20622 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
20623
20624         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
20625         (gst_tcpclientsink_finalize):
20626         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
20627         (gst_tcpclientsrc_finalize):
20628         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
20629         (gst_tcpserversink_init), (gst_tcpserversink_finalize):
20630         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
20631         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
20632           Don't leak the hostname when shutting down.
20633           In tcpserversrc, take a copy of the default hostname.
20634
20635 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20636
20637         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
20638           Set caps to systemstream=TRUE.
20639
20640 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20641
20642         * testsuite/Makefile.am:
20643           Fix more OSX buildbots.
20644
20645 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
20646
20647         * ext/mpeg2dec/gstmpeg2dec.c:
20648           Don't send things to NULL PAD_PEERs
20649
20650         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
20651           Copy-on-write the incoming buffer.
20652
20653         * gst/mpegstream/gstdvddemux.h:
20654         * gst/mpegstream/gstmpegclock.h:
20655         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
20656         (normal_seek), (gst_mpeg_demux_handle_src_event):
20657         * gst/mpegstream/gstmpegdemux.h:
20658         * gst/mpegstream/gstmpegpacketize.h:
20659         * gst/mpegstream/gstmpegparse.c:
20660         (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
20661         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
20662         (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
20663         (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
20664         (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
20665         * gst/mpegstream/gstmpegparse.h:
20666         * gst/mpegstream/gstrfc2250enc.h:
20667           Various changes to the way time is computed that make seeking and
20668           total time estimation much better here.
20669           Use G_BEGIN/END_DECLS instead of __cplusplus
20670
20671         * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
20672           Use gst_buffer_stamp instead of only copying the TIMESTAMP
20673
20674 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20675
20676         * gst/subparse/gstsubparse.c:
20677           Fix OSX buildbot.
20678
20679 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
20680
20681         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
20682         (theora_enc_chain), (theora_enc_change_state):
20683         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
20684         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
20685         (gst_vorbisenc_change_state):
20686         * ext/vorbis/vorbisenc.h:
20687           Set granulepos and timestamp correctly for streams not
20688           starting at 0, taking into account the initial delay.
20689
20690 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
20691
20692         * gst/mpegstream/gstdvddemux.c:
20693           Add audio/x-dts to audio pad template caps
20694
20695 2005-01-30  David Schleef  <ds@schleef.org>
20696
20697         * ext/polyp/polypsink.c: (gst_polypsink_base_init),
20698         (create_context), (gst_polypsink_link): Fix silly endianness
20699         bug.  Add some debugging.  Remove float from caps; it doesn't
20700         work.  Attempt to get remote audio working.
20701
20702 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20703
20704         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
20705           Add 3IV2 fourcc.
20706
20707 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20708
20709         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
20710         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
20711         (gst_avi_demux_stream_data):
20712         * gst/avi/gstavidemux.h:
20713           Invert DIB images. Fixes #132341.
20714
20715 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20716
20717         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20718         (gst_ffmpegcsp_chain):
20719           D'oh, reference the palette data, not the palette structure.
20720           Fixes color distortion in #132341.
20721
20722 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20723
20724         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
20725           PAR can be non-fixed when not provided as argument (#162626).
20726
20727 2005-01-29  David Moore  <dcm@acm.org>
20728
20729         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20730
20731         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
20732         (gst_qtdemux_loop_header):
20733           Re-apply patch from #142272 that allows non-seekable sources,
20734           re-proposed by Daniel Drake <dsd@gentoo.org>.
20735
20736 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20737
20738         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
20739           Use the src template for creating the src pad (#162330).
20740
20741 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20742
20743         * configure.ac:
20744         * ext/musepack/Makefile.am:
20745         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
20746         (gst_musepackdec_init), (gst_musepackdec_dispose),
20747         (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
20748         (gst_musepack_stream_init), (gst_musepackdec_loop),
20749         (gst_musepackdec_change_state):
20750         * ext/musepack/gstmusepackdec.cpp:
20751         * ext/musepack/gstmusepackdec.h:
20752         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
20753         (gst_musepack_reader_read), (gst_musepack_reader_seek),
20754         (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
20755         (gst_musepack_reader_canseek), (gst_musepack_init_reader):
20756         * ext/musepack/gstmusepackreader.cpp:
20757         * ext/musepack/gstmusepackreader.h:
20758           Update to 1.1 API (#165446).
20759
20760 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20761
20762         * ext/Makefile.am:
20763           Unbreak buildbot.
20764
20765 2005-01-28  Andy Wingo  <wingo@pobox.com>
20766
20767         * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
20768         to reflect a different dubious internet source. Add a reference
20769         and some commentary.
20770
20771 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20772
20773         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
20774         (gst_stream_selector_get_caps), (gst_stream_selector_chain):
20775         * gst/playback/gststreamselector.h:
20776           Be more selective when we're redoing caps negotiation from
20777           within the chain function on a stream change.
20778
20779 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20780
20781         * configure.ac:
20782         * ext/Makefile.am:
20783         * ext/amrnb/Makefile.am:
20784         * ext/amrnb/amrnb.c: (plugin_init):
20785         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
20786         (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
20787         (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
20788         (gst_amrnbdec_state_change):
20789         * ext/amrnb/amrnbdec.h:
20790         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
20791         (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
20792         (gst_amrnbparse_init), (gst_amrnbparse_formats),
20793         (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
20794         (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
20795         (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
20796         * ext/amrnb/amrnbparse.h:
20797           Add support for AMR-NB (mobile phone audio format; #155163, #163286).
20798         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
20799           Add AMR-NB/-WB raw formats.
20800         * ext/alsa/gstalsa.c: (gst_alsa_link):
20801           Keep valid time when changing format.
20802         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
20803         (qtdemux_parse_trak):
20804           Add some more format-specific options (#140141, #143555, #155163).
20805
20806 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20807
20808         * gst/matroska/matroska-demux.c:
20809         (gst_matroska_demux_parse_blockgroup):
20810           Fix logic error in timing of subtitle stream synchronization.
20811         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
20812           Add skip-chunk, which is found in kodak-camera streams.
20813
20814 2005-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
20815
20816         * po/LINGUAS:
20817         * po/vi.po:
20818           Adding Vietnamese translation (submitted by Clytie Siddall)
20819
20820 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20821
20822         * gst/playback/gstdecodebin.c: (try_to_link_1):
20823           Use realpad for signal.
20824
20825 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20826
20827         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
20828           Fix category so decodebin picks it up.
20829
20830 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20831
20832         * ext/mad/Makefile.am:
20833         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
20834         (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
20835         (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
20836         (found_type), (gst_id3demux_bin_change_state):
20837         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
20838         (gst_id3_tag_init), (gst_id3_tag_handle_event),
20839         (gst_id3_tag_src_link), (gst_id3_tag_chain),
20840         (gst_id3_tag_change_state), (plugin_init):
20841         * ext/mad/gstmad.h:
20842           Add id3demuxbin (which is a simple bin consisting of id3demux
20843           and typefind), take over rank from id3demux, remove typefind
20844           code from id3demux. Makes all broken mp3s that I know of work,
20845           and thereby fixes #152688.
20846
20847 2005-01-27  Edward Hervey  <bilboed@bilboed.com>
20848
20849         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20850
20851         * ext/mad/gstmad.c: (gst_mad_src_event):
20852         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
20853           Allow seeks on audio pad, make mad forward those (#164826).
20854         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
20855           Set duration (#165335).
20856
20857 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20858
20859         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
20860         (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
20861         (gst_asf_demux_process_ext_content_desc),
20862         (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
20863         (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
20864         * gst/asfdemux/gstasfdemux.h:
20865           Improve metadata display, e.g. if the metadata comes before the
20866           streams are loaded (which is perfectly valid).
20867
20868 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20869
20870         * tools/gst-launch-ext-m.m:
20871           Fix AVI/ASF pipelines (#165340).
20872
20873 2005-01-26  Amaury Jacquot  <sxpert@esitcom.org>
20874         * ext/cairo/gsttextoverlay.c: include  string.h and strings.h to fix
20875         build failure on amd64
20876
20877 2005-01-26  Tim-Philipp Müller  <tim at centricular dot net>
20878
20879         * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
20880         (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
20881           Check environment variables GST_ID3V2_TAG_ENCODING,
20882           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
20883           list of character encodings to force interpretation of non-unicode
20884           strings stored in an ID3v2 tag to a particular encoding. If none
20885           is specified, try to use current locale's encoding, then fall back
20886           to ISO-8859-1 (which will always succeed). (Resolves #149274)
20887         * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
20888         (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
20889           Check environment variables GST_ID3V1_TAG_ENCODING,
20890           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
20891           list of character encodings to use in case a string encountered
20892           in an ID3v1 tag is not valid UTF-8 already. If no encoding is
20893           specified, try to use the current locale's encoding, then fall
20894           back to ISO-8859-1 (which will always succeed).
20895
20896 2005-01-25  Benjamin Otte  <otte@gnome.org>
20897
20898         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
20899           - on half framerate, compute the rate in advance so the comparisons
20900             don't compare wrong values
20901           - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
20902             behaviour
20903           - don't use mad_header_decode anymore, mad_frame_decode does that
20904             automatically
20905           - when getting rid of consumed bytes, reset the stream's skiplen
20906           (fixes #163867)
20907
20908 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
20909
20910         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
20911           Use 1/2 a second for default max_discont, as PES streams from DVB
20912           seem to have larger spacings in the SCR. 
20913           Fix a typo.
20914
20915 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20916
20917         * gst/playback/gstplaybasebin.c: (group_commit):
20918           Notify delayed stream-info availability.
20919
20920 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
20921         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
20922         (gst_a52dec_handle_event), (gst_a52dec_chain):
20923         Add some debug output. Check that a discont has a valid
20924         time associated.
20925         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
20926         (gst_alsa_sink_loop):
20927         Ignore TAG events. A little extra debug for broken timestamps.
20928         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
20929         (dvdnavsrc_change_state):
20930         Ensure we send a discont to engage the link before we send any
20931         other events.
20932         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
20933         (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
20934         (_seek_chapter), (seek_sector), (dvdreadsrc_get),
20935         (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
20936         Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
20937         dvd://title works in totem because typefinding sends a seek that ends
20938         up going back to chapter 1 regardless.
20939         * ext/mpeg2dec/gstmpeg2dec.c:
20940         * ext/mpeg2dec/gstmpeg2dec.h:
20941         Output correct timestamps and handle disconts.
20942         * ext/ogg/gstoggdemux.c: (get_relative):
20943         Small guard against a null dereference.
20944         * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
20945         (gst_textoverlay_set_property):
20946         Free memory when done. Don't call gst_event_filler_get_duration on
20947         EOS events. Use GST_LOG and GST_WARNING instead of g_message and
20948         g_warning.
20949         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
20950         (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
20951         (gst_sw_srclink), (gst_smoothwave_chain):
20952         Draw solid lines, prettier colours.
20953         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
20954         Add a default palette that'll work for some movies.
20955         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
20956         (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
20957         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
20958         * gst/mpegstream/gstdvddemux.h:
20959         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
20960         (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
20961         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
20962         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
20963         * gst/mpegstream/gstmpegparse.h:
20964         Use PTM/NAV events when for timestamp adjustment when connected to 
20965         dvdnavsrc. Don't use many discont events where one suffices.
20966         * gst/playback/gstplaybasebin.c: (group_destroy),
20967         (gen_preroll_element), (gst_play_base_bin_add_element):
20968         * gst/playback/gstplaybasebin.h:
20969         Make sure we remove subtitles from the same bin we put them in.
20970         * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
20971         (gst_subparse_buffer_format_autodetect),
20972         (gst_subparse_change_state):
20973         Fix some memleaks and invalid accesses.
20974         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
20975         (oggskel_type_find), (cmml_type_find), (plugin_init):
20976         Some typefind functions for Annodex v3.0 files
20977         * gst/wavparse/gstwavparse.h:
20978         GstRiffReadClass is the correct parent class.
20979
20980 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20981
20982         * gst-libs/gst/riff/riff-media.c:
20983         (gst_riff_create_video_caps_with_data):
20984           Add extradata to huffyuv (fixes #165013).
20985         * gst-libs/gst/riff/riff-read.c:
20986         (gst_riff_read_strf_vids_with_data):
20987           Fix extradata extraction if it is in the chunk size.
20988
20989 2005-01-25  Edward Hervey  <bilboed@bilboed.com>
20990
20991         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20992
20993         * gst/effectv/gstquark.c: (gst_quarktv_class_init),
20994         (gst_quarktv_change_state), (gst_quarktv_dispose):
20995           Memory free'ing location fix (#164708).
20996
20997 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20998
20999         * gst/playback/gstplaybasebin.c: (group_commit),
21000         (gen_preroll_element), (probe_triggered), (gen_source_element),
21001         (setup_source), (gst_play_base_bin_change_state),
21002         (gst_play_base_bin_add_element):
21003           Don't block for streams.
21004         * gst/playback/gststreaminfo.c: (stream_info_change_state),
21005         (gst_stream_info_set_mute):
21006           Use gst_pad_set_active_recursive.
21007
21008 2005-01-25  Andy Wingo  <wingo@pobox.com>
21009
21010         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
21011         for #ifndef HAVE_XVIDEO.
21012
21013 2005-01-24  Jeffrey C. Ollie
21014
21015         reviewed by: Maciej Katafiasz  <mathrick@freedesktop.org>
21016
21017         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
21018         * ext/gsm/gstgsmdec.h:
21019         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
21020         * ext/gsm/gstgsmenc.h:
21021         Fix rate to 8kHz as per spec, removes obscure errors when no rate
21022         was given by property. Add proper buffer timestamps and offsets.
21023
21024 2005-01-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21025
21026         * gst-libs/gst/riff/riff-media.c:
21027         (gst_riff_create_audio_caps_with_data):
21028           Audio can be <8000Hz.
21029
21030 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21031
21032         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
21033           Explicit state change to workaround refcount bugs.
21034
21035 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21036
21037         * gst/avi/gstavimux.c: (gst_avimux_write_tag),
21038         (gst_avimux_riff_get_avi_header):
21039           Fix...
21040
21041 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21042
21043         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
21044         (gst_riff_read_element_data):
21045         * gst-libs/gst/riff/riff-read.h:
21046           Add _peek version (req'ed in CDXA).
21047         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
21048         (gst_cdxaparse_loop):
21049           Fix parsing in playbin.
21050         * gst/playback/gstdecodebin.c: (close_pad_link):
21051           Ignore current_ pads, they cause major annoyance.
21052
21053 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21054
21055         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
21056           Safety guard.
21057
21058 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21059
21060         * gst/avi/gstavimux.c: (gst_avimux_write_tag):
21061           Fix padding...
21062
21063 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21064
21065         * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
21066           Allow for 0-sized buffers. Fixes length query problems in
21067           starwars.mkv from the testsuite.
21068
21069 2005-01-19  Tim-Philipp Müller  <tim at centricular dot net>
21070
21071         * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
21072         (gst_video_box_i420), (gst_video_box_chain):
21073           Fix row strides for I420 (fixes #163159)
21074           
21075 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21076
21077         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
21078           MPEG2 has a useful rate property, so we can actually use that.
21079           For MPEG-1, continue using the bytes/time properties.
21080
21081 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21082
21083         * gst-libs/gst/riff/riff-media.c:
21084         (gst_riff_create_video_caps_with_data),
21085         (gst_riff_create_video_template_caps):
21086           Add intel-h263.
21087
21088 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21089
21090         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
21091           Fail if caps negotiation fails. Should fix #162184, and should
21092           definately be in there regardless of it fixing the actual bug.
21093         * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
21094         (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
21095         (gst_avimux_riff_get_avix_header),
21096         (gst_avimux_riff_get_video_header),
21097         (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
21098         (gst_avimux_start_file), (gst_avimux_handle_event),
21099         (gst_avimux_change_state):
21100         * gst/avi/gstavimux.h:
21101           Refactor structure writing to use GST_WRITE_UINT macros, add
21102           metadata writing support.
21103
21104 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21105
21106         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
21107           Elements may already be destroyed when this function is called.
21108
21109 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21110
21111         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
21112         (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
21113           More memory leak fixes (#149162).
21114
21115 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21116
21117         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
21118         (gst_qtdemux_add_stream):
21119           Fix two memleaks.
21120
21121 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21122
21123         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
21124           Argh...
21125
21126 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21127
21128         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
21129           Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
21130           when fixating to six channels in Totem.
21131
21132 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
21133
21134         * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
21135           Fix compile warnings on Solaris 10 buildbot
21136
21137 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
21138
21139         * ext/dvdread/dvdreadsrc.c: (_read):
21140           Don't read beyond the last cell in a chapter (fixes 
21141           invalid memory access)
21142
21143 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
21144
21145         * ext/dvdread/stream_labels.c:
21146         (dvdreadsrc_get_audio_stream_labels):
21147           Use NULL for an empty GList instead of g_list_alloc(); fix 
21148           memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead 
21149           of GString (easier to bulk free later)
21150
21151 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
21152
21153         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21154
21155         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
21156         (gst_ffmpeg_pixfmt_to_caps):
21157           Fix BGRA32 caps (#164209).
21158
21159 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
21160
21161         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21162
21163         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
21164         (gst_ffmpeg_caps_to_pixfmt):
21165           alpha_mask can be RGBA/ABGR. Fixes #164265.
21166
21167 2005-01-17  Francis Labonte  <francis_labonte@hotmail.com>
21168
21169         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21170
21171         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
21172         (gst_mpeg2dec_alloc_buffer):
21173         * ext/mpeg2dec/gstmpeg2dec.h:
21174           Crop if decoding size is not the actual image size (#163676).
21175
21176 2005-01-17  Steve Baker  <steve@stevebaker.org>
21177
21178         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21179
21180         * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
21181         (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
21182           Add libsndfile typefind functions (#163309).
21183
21184 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21185
21186         * tools/gst-launch-ext-m.m:
21187           Add .aac, fix .m1v/.m2v (#163891).
21188
21189 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21190
21191         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
21192           Sanity check, don't wait endlessly since the clock might not
21193           actually run at this point (which is a deadlock). Fixes #164069.
21194
21195 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21196
21197         * gst/playback/gstplaybasebin.c: (probe_triggered):
21198           Of course, only pause if group is done...
21199
21200 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21201
21202         * gst/playback/gstplaybasebin.c: (probe_triggered):
21203           Thread safety.
21204
21205 2005-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
21206
21207         * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
21208           Don't return state change success when the parent
21209           failed.
21210
21211 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21212
21213         * gst/avi/gstavimux.c: (gst_avimux_handle_event):
21214           Free events (fix memleak in #162905).
21215
21216 2005-01-15  Gergely Nagy  <algernon@bonehunter.rulez.org>
21217
21218         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21219
21220         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
21221         (gst_ffmpeg_caps_to_pixfmt):
21222           Fix for depth = 15. Fixes #161675.
21223
21224 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21225
21226         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
21227           Set FPS correctly, even for webcams and the like.
21228         * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
21229           Don error on setting while capturing.
21230
21231 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
21232
21233         * ext/dv/gstdvdec.c:
21234         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
21235         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
21236           I'm a bad boy. using /1001. to force C to do float division
21237           and not integer division (as it did in my last commit)
21238           Thanks to David I. Lehn for pointing this mistake.
21239
21240 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21241
21242         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
21243           Revert Johan's 1.35->1.36 since it breaks compat.
21244
21245 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
21246
21247         * ext/dv/gstdvdec.c:
21248         * ext/libfame/gstlibfame.c:
21249         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
21250         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
21251           replace framerate aproximations by their real value
21252           (24000/1001, 30000/1001, 60000/1001)
21253           Finish fixing bug #164049
21254
21255 2005-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
21256
21257         * ext/ogg/gstoggmux.c:
21258           eos/bos debugging
21259         * gst/tcp/gstmultifdsink.c:
21260         * gst/tcp/gstmultifdsink.h:
21261         * gst/tcp/gsttcp.c:
21262         * gst/tcp/gsttcp.h:
21263         * gst/tcp/gsttcpclientsink.c:
21264         * gst/tcp/gsttcpclientsrc.c:
21265         * gst/tcp/gsttcpserversink.c:
21266         * gst/tcp/gsttcpserversrc.c:
21267           improve reusability of elements after state changes and errors
21268           make multifdsink throw away streamheaders when receiving new ones
21269
21270 2005-01-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21271
21272         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
21273           Fix for if items are already in list...
21274
21275 2005-01-12  Benjamin Otte  <otte@gnome.org>
21276
21277         * gst/adder/gstadder.c: (gst_adder_loop):
21278           fix adder a bit so it doesn't screw up with events as much anymore
21279
21280 2005-01-12  Jan Schmidt  <thaytan@mad.scientist.com>
21281
21282         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
21283         (pixbufscale_scale), (gst_pixbufscale_chain):
21284         * ext/gdk_pixbuf/pixbufscale.h:
21285           Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
21286           to ensure rowstrides are calculated the same way as 
21287           ffmpegcolorspace
21288           Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
21289           that we pick up duration and offset also.
21290
21291 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21292
21293         * gst/avi/gstavimux.c: (gst_avimux_class_init),
21294         (gst_avimux_pad_unlink), (gst_avimux_release_pad):
21295           Reusability fixes.
21296
21297 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21298
21299         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
21300         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
21301         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
21302         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
21303           Update flags when requested.
21304
21305 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21306
21307         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
21308           Fix dmix.
21309
21310 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21311
21312         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
21313         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
21314         (probe_triggered), (new_decoded_pad), (gen_source_element),
21315         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
21316         * gst/playback/gstplaybasebin.h:
21317         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
21318         (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
21319         (gst_play_bin_change_state):
21320           Implement group-switch signal for use in apps to clear metadata
21321           cache, clean up subtitle, add suburi property instead of # hack,
21322           some error-out fixes.
21323
21324 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21325
21326         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
21327           Debug.
21328         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
21329           If we got a state change in the _get handler, don't return success.
21330
21331 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
21332
21333         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
21334         (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
21335           Make jpegdec quiet on MJPEG decoding
21336         * gst/asfdemux/README:
21337           Fix mimetypes for MJPEG and H263
21338
21339 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21340
21341         * ext/theora/theoradec.c: (theora_dec_chain):
21342           Fix broken code generation by gcc by swapping arguments.
21343         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
21344           Fix \n in debug.
21345
21346 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
21347
21348         * TODO:
21349           delete this file, it is by far outdated
21350         * ext/alsa/gstalsa.1: remove
21351         * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
21352         (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
21353         (gst_alsa_get_caps):
21354           Add HW probing for supported sample rates. Fixes #161704
21355
21356 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21357
21358         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
21359           Don't crash, biatch! :).
21360
21361 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21362
21363         * ext/musepack/gstmusepackreader.cpp:
21364         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
21365           Some work on tags - still doesn't work in playbin...
21366         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
21367           Handle events...
21368
21369 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21370
21371         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
21372           Also shove tags on kid pads.
21373
21374 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21375
21376         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
21377           Don't bail on unknown events.
21378         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
21379           Don't crash on events before negotiation.
21380         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
21381           Send tags on pads, too.
21382         * gst/playback/gststreamselector.c:
21383         (gst_stream_selector_request_new_pad):
21384           Forward events on first pad if no input was selected yet.
21385
21386 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21387
21388         * gst/playback/gstplaybasebin.c: (setup_substreams):
21389           Don't disable streamtype if the stream doesn't exist, since
21390           then playing a video after audio will disable both and nothing
21391           will happen. Fixes the testsuite.
21392
21393 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21394
21395         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
21396         (gst_v4l_xoverlay_set_xwindow_id):
21397         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
21398         (gst_v4l2_xoverlay_set_xwindow_id):
21399           Add debug categories, fix overlay disabling.
21400
21401 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
21402
21403         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
21404         * ext/alsa/gstalsa.h:
21405           Add HW probing for period_count/size and buffer_size MIX/MAX
21406           Adjust default/user defined value if out of bounds
21407           Should fix bug #162024
21408
21409 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21410
21411         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
21412           Fix warning (#161191).
21413
21414 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
21415
21416         * ext/dvdread/stream_labels.c:
21417         (dvdreadsrc_get_audio_stream_labels):
21418           Fix warning (init the good variable in switch default)
21419
21420 2005-01-09  Koop Mast  <kwm@rainbow-runner.nl>
21421
21422         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21423
21424         * gst/tta/gstttaparse.c: (gst_tta_src_event):
21425           Fix gcc-2.95 compile (#163485).
21426
21427 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21428
21429         * configure.ac:
21430         * ext/flac/gstflacenc.c: (gst_flacenc_init),
21431         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
21432         (gst_flacenc_tell_callback), (gst_flacenc_chain),
21433         (gst_flacenc_change_state):
21434         * ext/flac/gstflacenc.h:
21435           Update for API change in flac-1.1.1. Update requirement in
21436           configure.ac. Fixes #162974.
21437
21438 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21439
21440         * gst/playback/gstplaybasebin.c: (group_destroy):
21441           Remove hack to get rid of assert and get rid of unlinked
21442           signals properly.
21443
21444 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21445
21446         * gst/playback/gstplaybasebin.c: (setup_source):
21447           Set source to NULL so that resources are free'ed. Fixes issues
21448           with playback of CDDA and similar device-accessing things.
21449
21450 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21451
21452         * testsuite/embed/Makefile.am:
21453           test->noinst, fix make test in buildbot.
21454
21455 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
21456
21457         * ext/dvdread/stream_labels.c: new file
21458         * ext/dvdread/stream_labels.h: new file
21459         * ext/dvdread/Makefile.am:
21460         * ext/dvdread/dvdreadsrc.c: (_seek_title):
21461           Extract audio stream label from DVD IFO files.
21462           It only dump them on the console for now, still have to
21463           make playbin aware of them.
21464
21465 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21466
21467         * gst/playback/gstplaybasebin.c: (setup_source):
21468           Fix hanging subs.
21469
21470 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21471
21472         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
21473         (gen_preroll_element), (remove_groups), (setup_subtitle),
21474         (gen_source_element), (setup_source):
21475         * gst/playback/gstplaybasebin.h:
21476           Multiple .sub files is just a stupid idea... Fix some threading
21477           mistakes. Interestingly, external .sub files cause playbin to
21478           hang, I don't know why... Parsing fixes contributed by Fran??ois
21479           Kooman <fkooman@tuxed.net>.
21480
21481 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21482
21483         * testsuite/embed/Makefile.am:
21484           Fix buildbot.
21485
21486 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
21487
21488         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21489
21490         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
21491         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
21492         (gst_pngenc_set_property):
21493         * ext/libpng/gstpngenc.h:
21494           Add compression level property (#163323).
21495
21496 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21497
21498         * configure.ac:
21499         * examples/capsfilter/capsfilter1.c: (main):
21500         * examples/seeking/spider_seek.c: (make_spider_pipeline):
21501         * ext/dvdread/Makefile.am:
21502         * ext/dvdread/demo-play:
21503         * ext/dvdread/demo-play.c:
21504         * gconf/gstreamer.schemas.in:
21505         * gst-libs/gst/gconf/gconf.c:
21506         * sys/v4l/TODO:
21507         * testsuite/Makefile.am:
21508         * testsuite/embed/Makefile.am:
21509         * testsuite/embed/embed.c: (cb_expose), (main):
21510           Remove all references to xvideosink, fix examples (#140845).
21511         * gst/playback/gstplaybasebin.c: (group_destroy):
21512           Apparently, disposal does not unlink - so do explicitely.
21513         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
21514           Add debug.
21515
21516 2005-01-09  Maciej Katafiasz <mathrick@freedesktop.org>
21517
21518         * README: fix PKG_CONFIG_PATH instructions, what was there
21519         previously was breaking default search path, not nice. 
21520         Fixes #163358
21521
21522 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21523
21524         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
21525         (gst_audioscale_chain):
21526           %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
21527           when resampling - how the ^@$^!@^! is this possible?!?
21528
21529 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21530
21531         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
21532           Reset variables on READY.
21533         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
21534         (gst_matroska_mux_loop):
21535           Require data before writing header.
21536
21537 2005-01-09  Francis Labonte  <francis_labonte@hotmail.com>
21538
21539         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21540
21541         * ext/mad/gstmad.c: (gst_mad_chain):
21542           Don't call mad_stream_sync() directly after recovering sync.
21543           Fixes #151661.
21544
21545 2005-01-09  Martin Eikermann  <meiker@upb.de>
21546
21547         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21548
21549         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
21550         (snapshot_handler), (gst_snapshot_sinkconnect),
21551         (gst_snapshot_chain):
21552           Allocate resources when required, fix recursive signal emission
21553           and fix caps. Fixes #161667.
21554
21555 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
21556
21557         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21558
21559         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
21560         (gst_pngdec_chain):
21561           Handle only 8-bppc (bits-per-pixel-component) images, better
21562           error handling and correct strides. Fixes #163177.
21563         * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
21564         (gst_pngenc_chain):
21565           Better error handling. Fixes #163348.
21566
21567 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21568
21569         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
21570         (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
21571         (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
21572         (dvdnavsrc_uri_handler_init):
21573           Add DVD-nav URI (dvdnav://) for Totem testing purposes.
21574         * gst/playback/gstplaybasebin.c: (gen_source_element):
21575           Add MMS to streaming URIs.
21576
21577 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21578
21579         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
21580         * sys/xvimage/xvimagesink.c:
21581         (gst_xvimagesink_navigation_send_event):
21582           Check for pad availability before sending event.
21583
21584 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21585
21586         * gst-plugins.spec.in:
21587           Add subparse.
21588
21589 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21590
21591         * configure.ac:
21592           Since we use functions from CVS, up requirement.
21593
21594 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21595
21596         * gst/playback/Makefile.am:
21597         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
21598         (group_destroy), (group_commit), (group_is_muted),
21599         (gen_preroll_element), (add_stream), (unknown_type),
21600         (probe_triggered), (preroll_unlinked), (mute_stream),
21601         (silence_stream), (new_decoded_pad), (setup_substreams),
21602         (setup_source), (get_active_source), (mute_group_type),
21603         (muted_group_change_state), (set_active_source),
21604         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
21605         (play_base_eos), (gst_play_base_bin_change_state):
21606         * gst/playback/gstplaybasebin.h:
21607         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
21608         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
21609         (gst_stream_info_dispose), (stream_info_mute_pad),
21610         (stream_info_change_state), (gst_stream_info_set_mute):
21611         * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
21612         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
21613         (gst_stream_selector_init), (gst_stream_selector_dispose),
21614         (gst_stream_selector_get_linked_pad),
21615         (gst_stream_selector_get_caps), (gst_stream_selector_link),
21616         (gst_stream_selector_get_linked_pads),
21617         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
21618         * gst/playback/gststreamselector.h:
21619           Adding stream selection support plus required properties for
21620           applications to use this. Fully fixes #100931.
21621
21622 2005-01-08  Benjamin Otte  <otte@gnome.org>
21623
21624         * gst/games/gstpuzzle.c: (nav_event_handler):
21625           - handle nav events differently: forward every event no matter if it
21626             was handled or not.
21627           - translate events
21628           You can now cheat by using navigationtest ! puzzle and moving the
21629           mouse close to the edge of a tile. ;)
21630
21631 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21632
21633         * configure.ac:
21634         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
21635         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
21636         (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
21637         (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
21638         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
21639         (gst_ogm_parse_plugin_init):
21640         * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
21641         (gst_textoverlay_link), (gst_textoverlay_getcaps),
21642         (gst_textoverlay_event), (gst_textoverlay_video_chain),
21643         (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
21644         * ext/pango/gsttextoverlay.h:
21645         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
21646         (gst_matroska_demux_handle_seek_event),
21647         (gst_matroska_demux_sync_streams),
21648         (gst_matroska_demux_parse_blockgroup),
21649         (gst_matroska_demux_subtitle_caps),
21650         (gst_matroska_demux_plugin_init):
21651         * gst/matroska/matroska-ids.h:
21652         * gst/playback/gstdecodebin.c: (close_pad_link):
21653         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
21654         (gen_preroll_element), (remove_groups), (add_stream),
21655         (new_decoded_pad), (setup_subtitles), (gen_source_element),
21656         (setup_source):
21657         * gst/playback/gstplaybasebin.h:
21658         * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
21659         * gst/subparse/Makefile.am:
21660         * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
21661         (gst_subparse_base_init), (gst_subparse_class_init),
21662         (gst_subparse_init), (gst_subparse_formats),
21663         (gst_subparse_eventmask), (gst_subparse_event),
21664         (gst_subparse_handle_event), (convert_encoding), (get_next_line),
21665         (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
21666         (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
21667         (parse_mpsub_deinit), (parse_mpsub_init),
21668         (gst_subparse_buffer_format_autodetect),
21669         (gst_subparse_format_autodetect), (gst_subparse_loop),
21670         (gst_subparse_change_state), (gst_subparse_type_find),
21671         (plugin_init):
21672         * gst/subparse/gstsubparse.h:
21673         * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
21674         (plugin_init):
21675           Add subtitle support, .sub parser (supports SRT and MPsub),
21676           OGM text support, Matroska UTF-8 text support, deadlock fixes
21677           all over the place, subtitle awareness in decodebin/playbin
21678           and some fixes to textoverlay to handle subtitles in a stream
21679           correctly. Fixes #100931.
21680
21681 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21682
21683         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
21684           Check for pad availability before doing a query on it.
21685
21686 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
21687
21688         * ext/dv/gstdvdec.c:
21689           really fix bpp24/32 dvdec caps (classic rgba indeed)
21690         * gst/asfdemux/gstasfdemux.c:
21691         (gst_asf_demux_process_ext_content_desc):
21692           don't send text tags if they are empty (bis repetita)
21693
21694 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
21695
21696         * ext/dv/gstdvdec.c:
21697          remove unneeded comment from dvdec
21698           (related to DV 4CC codes in AVI files)
21699           moved them in gstreamer/docs/random/mimetypes
21700         * gst/asfdemux/gstasfdemux.c:
21701         (gst_asf_demux_process_ext_content_desc):
21702          don't send text tags if they are empty
21703          fix mem leak on error path
21704         * gst/ffmpegcolorspace/avcodec.h:
21705         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
21706         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
21707         (gst_ffmpegcsp_avpicture_fill):
21708         * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
21709         * gst/ffmpegcolorspace/imgconvert_template.h:
21710          adds BGR32 and BGRA32 to ffmpegcolorspace
21711           (still bad colors, fixing it on next commit)
21712           helps with dvdec outputing BGR32
21713
21714 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
21715
21716         * ext/dv/gstdvdec.c:
21717          Fix audio caps i just broke (missing ',')
21718         * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
21719         (gst_matroska_mux_reset):
21720          Fix typo + add FIXME about old "x-gst-metadata" crap
21721
21722 2005-01-07  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
21723
21724         * ext/dv/demo-play.c: (main):
21725          xvideosink -> xvimagesink
21726         * ext/dv/gstdvdec.c:
21727          change rgb 32/32 caps to 24/32 (no alpha)
21728          change nb of channels to be a list (2 or 4, not 2)
21729          change sample rate to be a list (32, 44.1, 48 kHz) not a range
21730         * gst/asfdemux/gstasfdemux.c:
21731         (gst_asf_demux_process_ext_content_desc):
21732          Add 'date/year' to extracted metadata list
21733
21734 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21735
21736         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
21737           The return value of fixate_to does not imply that the requested
21738           value was set, so don't assume.
21739
21740 2005-01-07  Gergely Nagy  <algernon@bonehunter.rulez.org>
21741
21742         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21743
21744         * ext/libpng/gstpngdec.c:
21745         * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
21746         (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
21747         * ext/libpng/gstpngenc.h:
21748           Alpha support (encoder; #163161), mime fixage.
21749
21750 2005-01-07  Sebastien Cote  <sc5@hermes.usherb.ca>
21751
21752         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21753
21754         * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
21755         (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
21756         (gst_faac_set_property), (gst_faac_get_property):
21757         * ext/faac/gstfaac.h:
21758           Allow for ADTS output (#153434).
21759
21760 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21761
21762         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
21763           Fix against template (#150576).
21764
21765 2005-01-06  Benjamin Otte  <otte@gnome.org>
21766
21767         * gst/games/gstpuzzle.c: (draw_puzzle):
21768           don't draw a puzzle if either width or height of tiles would be 0.
21769
21770 2005-01-06  Benjamin Otte  <otte@gnome.org>
21771
21772         * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
21773         (gst_puzzle_class_init), (gst_puzzle_finalize):
21774           no memleaks, please
21775         (gst_puzzle_create), (gst_puzzle_init),
21776         (gst_puzzle_set_property), (gst_puzzle_setup):
21777           change initialization code around so we don't reshuffle on resize
21778         (draw_puzzle):
21779           fix another stupid typo
21780
21781 2005-01-06  Benjamin Otte  <otte@gnome.org>
21782
21783         * gst/games/gstvideoimage.c: (copy_hline_YUY2):
21784           fix stupid typo that borked copying on YUY2
21785
21786 2005-01-06  Benjamin Otte  <otte@gnome.org>
21787
21788         * gst/games/gstpuzzle.c: (draw_puzzle):
21789           fix edges when image sizes aren't multiples of tile sizes
21790
21791 2005-01-06  Benjamin Otte  <otte@gnome.org>
21792
21793         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
21794           make RGB endianness work correctly
21795         (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
21796           refactor and fix race with initial shuffling
21797         (nav_event_handler):
21798           allow using the mouse to puzzle
21799         (draw_puzzle):
21800           insist on tiles having width and height as multiples of 4 to get
21801           clean YUV image handling
21802         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
21803         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
21804           s/DEBUG/LOG/ for common messages
21805         (gst_xvimagesink_navigation_send_event):
21806           fix mouse event translation to not include screen PAR
21807         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
21808           fix mouse event translation to actually work
21809
21810 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
21811
21812         * gst/asfdemux/gstasfdemux.c:
21813         (gst_asf_demux_process_ext_content_desc):
21814          Extract TrackNumber metadata + clean up code
21815         * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
21816          Hope this is the good fix (var used unitialised)
21817
21818 2005-01-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21819
21820         * ext/faad/gstfaad.c: (gst_faad_chain):
21821           Only increment timestamp if it's valid. Fixes raw AAC streams.
21822
21823 2005-01-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21824
21825         * configure.ac:
21826         * gst/games/Makefile.am:
21827         * gst/games/gstpuzzle.c:
21828           add a puzzle game with...
21829         * gst/games/gstvideoimage.c:
21830         * gst/games/gstvideoimage.h:
21831           ... full colorspace support (that includes YUV9 and RGB16)) stolen
21832           from videotestsrc and made into something that would be a nice
21833           library for a lot of other plugins.
21834
21835 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
21836
21837         * configure.ac:
21838          don't compile faad plugin if a RC of 2.0 is found
21839          Fixes #155346 (and FC1 buildbot)
21840         * gst/asfdemux/gstasfdemux.c:
21841         (gst_asf_demux_process_ext_content_desc):
21842          try to make Solaris compiler happier
21843
21844 2005-01-06  Paul Jack  <pjack@sfaf.org>
21845
21846         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21847
21848         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
21849           Fix segfault (#161667).
21850
21851 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21852
21853         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
21854           Fix framerate reporting.
21855
21856 2005-01-05  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
21857
21858         * gst-libs/gst/riff/riff-ids.h:
21859         * gst/wavenc/riff.h:
21860          Add AMR (VBR and CBR) ids to riff.h audio codec list
21861         * gst/asfdemux/gstasfdemux.c:
21862         (gst_asf_demux_process_ext_content_desc),
21863         (gst_asf_demux_process_object):
21864           Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
21865
21866 2005-01-05  Martin Eikermann  <meiker@upb.de>
21867
21868         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21869
21870         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
21871         (gst_dvd_demux_handle_discont):
21872         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
21873         (gst_mpeg_demux_handle_discont):
21874           Recreate pads on new-media (#160730).
21875         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
21876           Send discont even if manager changes timestamps (#161929).
21877
21878 2005-01-05  Sebastien Cote  <sc5@hermes.usherb.ca>
21879
21880         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21881
21882         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
21883           Fix invalid memory access (#159211).
21884
21885 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21886
21887         * examples/gstplay/player.c: (main):
21888           Don't iterate.
21889         * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
21890           Add visualizations.
21891         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
21892         (gst_a52dec_handle_frame):
21893           Set duration.
21894         * ext/dvdnav/gst-dvd:
21895           Add audioconvert. Fixes #161325.
21896         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
21897           Explicitely case to gint64. Possible valgrind error.
21898         * gst-libs/gst/play/play.c: (caps_set), (setup_size),
21899         (gst_play_tick_callback), (gst_play_change_state),
21900         (gst_play_dispose), (gst_play_init), (gst_play_class_init),
21901         (gst_play_set_location), (gst_play_get_location),
21902         (gst_play_seek_to_time), (gst_play_set_data_src),
21903         (gst_play_set_video_sink), (gst_play_set_audio_sink),
21904         (gst_play_set_visualization), (gst_play_connect_visualization),
21905         (gst_play_get_framerate), (gst_play_get_all_by_interface),
21906         (gst_play_new):
21907           Use playbin. Fixes #139749 and #147744.
21908         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
21909           Add genre tag.
21910         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
21911         (audioscale_get_type), (gst_audioscale_base_init),
21912         (gst_audioscale_class_init), (gst_audioscale_expand_caps),
21913         (gst_audioscale_getcaps), (gst_audioscale_fixate),
21914         (gst_audioscale_link), (gst_audioscale_get_buffer),
21915         (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
21916         (gst_audioscale_init), (gst_audioscale_dispose),
21917         (gst_audioscale_chain), (gst_audioscale_set_property),
21918         (gst_audioscale_get_property), (plugin_init):
21919           Indent properly.
21920         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
21921           Fix LPCM.
21922         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
21923         (qtdemux_tag_add_str), (qtdemux_tag_add_num),
21924         (qtdemux_tag_add_gnre), (qtdemux_video_caps):
21925           Add more metadata (fixes #162656).
21926
21927 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
21928
21929         * configure.ac:
21930           back to cvs
21931
21932 === release 0.8.7 ===
21933
21934 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
21935
21936         * NEWS:
21937         * RELEASE:
21938         * configure.ac:
21939           releasing 0.8.7, "Hyperspace"
21940
21941 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
21942
21943         patch by: Tim-Philipp Müller  <t.i.m@zen.co.uk>
21944
21945         * gst/playback/gstplaybasebin.c:
21946          Fix for #162924 - free caps after use, not before
21947
21948 2005-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
21949
21950         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
21951
21952         * gst/playback/gstplaybasebin.c:
21953         * gst/wavparse/gstwavparse.c:
21954           Fix for #154773 - fixes playback of small .wav files
21955
21956 2005-01-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21957
21958         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
21959
21960         * gst/audioscale/gstaudioscale.c:
21961           Fix for #162819 - make audioscale reusable
21962           Fixes playback of more than one file with playbin/totem
21963
21964 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
21965
21966         * gst/ffmpegcolorspace/avcodec.h:
21967         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
21968         * gst/ffmpegcolorspace/imgconvert.c:
21969           clean up the mess that made me cry and avoid needless duplication
21970
21971 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
21972
21973         * gst/ffmpegcolorspace/imgconvert.c:
21974           give some indication of why we're segfaulting
21975
21976 2004-12-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21977
21978         * configure.ac:
21979           Fix indentation, fix v4l2 plugin detection.
21980         * ext/Makefile.am:
21981           Fix libmms location (Maciej, use diff -u!).
21982         * ext/alsa/gstalsa.c: (gst_alsa_init):
21983           Initialize caps cache to NULL.
21984         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
21985           Only change state on audiosink if it exists.
21986
21987 2004-12-28  Maciej Katafiasz  <mathrick@mathrick.org>
21988
21989         * gst/matroska/matroska-demux.c:
21990         * gst/matroska/matroska-ids.h:
21991         * gst/matroska/matroska-demux.h:
21992         Fix Vorbis streams failing to decode in some files, where cluster_time
21993         isn't 0, because then it doesn't send codec_priv before actual data.
21994         Remove time-based test and replace it with marker set on beginning of
21995         new stream
21996
21997 2004-12-28  David Schleef  <ds@schleef.org>
21998
21999         Merge patch from Ronald fixing problems with streaming
22000         text.
22001         * ext/cairo/gstcairo.c: (plugin_init):
22002         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
22003         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
22004         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
22005         (gst_textoverlay_font_init), (gst_textoverlay_init),
22006         (gst_textoverlay_set_property):
22007         * ext/cairo/gsttextoverlay.h:
22008
22009 2004-12-27  David Schleef  <ds@schleef.org>
22010
22011         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
22012         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
22013         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
22014         (gst_textoverlay_font_init), (gst_textoverlay_init),
22015         (gst_textoverlay_set_property): Improvements to actually
22016         render text as white on black outline on video, including
22017         font selection and horizontal/vertical alignment.  (Ronald's
22018         christmas present)
22019         * ext/cairo/gsttextoverlay.h:
22020
22021 2004-12-26  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
22022
22023         * ext/ogg/gstogg.c:
22024         * ext/ogg/gstogmparse.c:
22025           fix ogm[audio/video]parse plugin registration
22026           (riff won't load if bytestream is already loaded)
22027
22028 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
22029
22030         * gst/audioconvert/gstchannelmix.c:
22031           fix for GLIB < 2.4
22032
22033 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
22034
22035         * Makefile.am:
22036         * configure.ac:
22037           disable docs again until it actually passes make distcheck.
22038
22039 2004-12-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22040
22041         * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
22042         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
22043         (plugin_init):
22044           Add 3GP (variables name Q3GP because they can't start with a
22045           number). Add samr audio fourcc (used in .3gp files), decoder
22046           is work in progress. Also do a GST_WARNING instead of ERROR
22047           in case of unknown nodes, to decrease output.
22048
22049 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
22050
22051         * Makefile.am:
22052           really fix dist
22053
22054 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
22055
22056         * configure.ac:
22057         * ext/speex/gstspeexdec.h:
22058         * ext/speex/gstspeexenc.h:
22059           Fixes #158382.  Make speex plugin compatible with both 1.0 and 1.1.
22060           Fix detection code in configure.ac
22061
22062 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22063
22064         * gst/matroska/matroska-demux.c:
22065         (gst_matroska_demux_parse_blockgroup):
22066           Save position, so that queries give proper return values. Don't
22067           know how this could ever have worked before...
22068
22069 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
22070
22071         * configure.ac:
22072           Put additional LAME check inside the conditional.  Fixes #152339
22073
22074 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22075
22076         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
22077         (gst_avi_demux_stream_scan):
22078           Add some more debug. Fix logic error when setting movi offset
22079           while reading index.
22080
22081 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22082
22083         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
22084         (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
22085         (gst_avi_demux_process_next_entry):
22086           Add some debugging. Better detection of broken indexes and the
22087           accompanying index recovery. No infinite loops on state changes
22088           when we're still in our loopfunction.
22089
22090 2004-12-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22091
22092         * configure.ac:
22093           Fix up.
22094
22095 2004-12-22  Archana Shah  <archana.shah@wipro.com>
22096
22097         Reviewed by:  Ronald S. Bultje <rbultje@ronald.bitfreak.net>
22098
22099         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
22100           Normalizing the value before setting
22101         (gst_sunaudiomixer_get_volume):
22102           Normalizing the value after getting. Fixes bug# 161980
22103
22104 2004-12-22  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
22105
22106         * Makefile.am: Make sure docs gets disted
22107         * docs/Makefile.am: Make sure all needed files get disted
22108         * gst-plugins.spec.in: latest updates
22109
22110 2004-12-22  Wim Taymans  <wim@fluendo.com>
22111
22112         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
22113         Revert patch 1.38 as clock distribution over schedulers does
22114         not work correcly in the core yet.
22115
22116 2004-12-21  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
22117
22118         * sys/oss/README: remove this file, which predates my birth
22119           (and which content is by far outdated)
22120
22121 2004-12-20  Stefan Kost  <ensonic@users.sf.net>
22122
22123         * Makefile.am:
22124         * configure.ac:
22125         * docs/Makefile.am:
22126         * docs/libs/Makefile.am:
22127         * docs/libs/gst-plugins-libs-docs.sgml:
22128         * docs/libs/gst-plugins-libs-sections.txt:
22129         * docs/libs/tmpl/gstgconf.sgml:
22130         * docs/upload.mak:
22131         * docs/version.entities.in:
22132           Added boilerplate gtk-doc files for plugin-libs documentation.
22133
22134 2004-12-19  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
22135
22136         * gst/auparse/gstauparse.c: fix int and float audio caps
22137
22138 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22139
22140         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
22141         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
22142           g_assert() can be a macro, don't use #ifdef inside it.
22143
22144 2004-12-19  Edward Hervey  <bilboed@bilboed.com>
22145
22146         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22147
22148         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
22149         (gst_videorate_init), (gst_videorate_chain),
22150         (gst_videorate_change_state):
22151           Event handling (fixes #159986).
22152
22153 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22154
22155         * gst-libs/gst/riff/riff-media.c:
22156         (gst_riff_create_video_caps_with_data):
22157           Add BLZ0 (Blizzard's version of DivX) fourcc.
22158
22159 2004-12-18  David Schleef  <ds@schleef.org>
22160
22161         * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
22162         portability fix.
22163
22164 2004-12-18  David Schleef  <ds@schleef.org>
22165
22166         * gst/tta/ttadec.h: Disable some header code that isn't used
22167         and clearly isn't portable.
22168
22169 2004-12-18  David Schleef  <ds@schleef.org>
22170
22171         * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
22172         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
22173         (avcodec_get_pix_fmt), (avpicture_layout),
22174         (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
22175         (get_convert_table_entry), (img_convert), (img_get_alpha_info):
22176         Fix code to not use GCC extensions (and c99 extensions that
22177         Forte does not like.)
22178
22179 2004-12-19  Tim-Philipp Müller  <t.i.m@zen.co.uk>
22180
22181         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22182
22183         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
22184         (gst_deinterlace_chain):
22185           Rowstride fixes. Fixes #161039.
22186         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
22187         (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
22188         (gst_video_crop_getcaps), (gst_video_crop_link),
22189         (gst_video_crop_i420), (gst_video_crop_chain),
22190         (gst_video_crop_change_state):
22191           Rework of negotiation. Actually works now. Fixes #158650.
22192
22193 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22194
22195         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
22196           That was very stupid.
22197
22198 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22199
22200         * gst/matroska/matroska-demux.c:
22201         (gst_matroska_demux_parse_blockgroup):
22202           Fix possible crasher.
22203
22204 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22205
22206         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
22207         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
22208           Lace sizes can be zero.
22209
22210 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22211
22212         * ext/musepack/gstmusepackdec.cpp:
22213           Fetch error return values. Fixes #161624.
22214         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
22215           Really EOS.
22216
22217 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22218
22219         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
22220           Work for truncated (unfinished download etc.) files. Fixes #160514.
22221
22222 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22223
22224         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
22225           Fix for integer overflow. Makes #156001 not crash. Probably masks
22226           the real bug.
22227
22228 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22229
22230         * gst/ac3parse/gstac3parse.c: (plugin_init):
22231           Parsers never have ranks. Fixes #159651.
22232
22233 2004-12-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22234
22235         * gst/playback/gstdecodebin.c: (compare_ranks):
22236           make sure the facotries are ordered the same every time even if they
22237           have the same rank by using the name
22238         * gst/playback/gstdecodebin.c: (find_compatibles):
22239           make sure we don't add factories to the list twice
22240
22241 2004-12-16  David Schleef  <ds@schleef.org>
22242
22243         * configure.ac: look for musepack headers as musepack/*.h
22244         (fixes #159847)
22245         * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
22246         * ext/musepack/gstmusepackreader.h: same
22247
22248 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22249
22250         * gst-libs/gst/riff/riff-read.c:
22251         (gst_riff_read_strf_auds_with_data):
22252           Read extradata correctly (fixes #155879).
22253
22254 2004-12-16  David Schleef  <ds@schleef.org>
22255
22256         * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
22257         audio.  does _not_ attempt or allow conversion unless channels
22258         is 1 or 2.
22259
22260 2004-12-16  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
22261
22262         * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
22263
22264 2004-12-16  David Schleef  <ds@schleef.org>
22265
22266         * gst/audioscale/gstaudioscale.c: the resample library only
22267         handles 1 or 2 channels.  Change caps to compensate.
22268
22269 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22270
22271         * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
22272         (gst_matroska_demux_audio_caps):
22273           Some MPEG-AAC hacks, because else it doesn't work...
22274
22275 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22276
22277         * gst-libs/gst/riff/riff-media.c:
22278         (gst_riff_create_video_caps_with_data),
22279         (gst_riff_create_video_template_caps):
22280           Add h264.
22281
22282 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22283
22284         * gst-libs/gst/audio/Makefile.am:
22285           Try to fix buildbot.
22286
22287 2004-12-16  Thomas Vander Stichele  <thomas at apestaart dot org>
22288
22289         * gst/tcp/gstmultifdsink.c:
22290           Clean up and uniformize debugging.
22291
22292 2004-12-16  Edward Hervey  <bilboed@bilboed.com>
22293
22294         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22295
22296         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
22297         (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
22298         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
22299         (gst_mpeg_demux_change_state):
22300           Reset on ready. Fixes 160276.
22301
22302 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
22303
22304         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22305
22306         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22307         (gst_ffmpegcsp_pad_link):
22308           Fix memleak (#154815).
22309
22310 2004-12-16  James Bowes  <bowes@cs.dal.ca>
22311
22312         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22313
22314         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
22315         (gst_musicbrainz_init), (gst_musicbrainz_chain),
22316         (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
22317         * ext/musicbrainz/gsttrm.h:
22318           Add support for using a proxy server when getting a trm id from
22319           the MusicBrainz database (#149613).
22320
22321 2004-12-16  Christophe Fergeau  <teuf@gnome.org>
22322
22323         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22324
22325         * gst/playback/gstdecodebin.c: (new_pad), (close_link):
22326         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
22327           Fix memleaks (#157233).
22328
22329 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
22330
22331         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22332
22333         * gst-libs/gst/resample/resample.c: (gst_resample_close):
22334         * gst-libs/gst/resample/resample.h:
22335         * gst/audioscale/gstaudioscale.c:
22336           Fix memleak (#159215).
22337
22338 2004-12-16  Toni Willberg  <toniw@iki.fi>
22339
22340         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22341
22342         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
22343         * sys/oss/oss_probe.c: (main):
22344           Check for mono/stereo support (similar to samplerate probing),
22345           fixes #159433. Also add missing copyright header to oss_probe.c.
22346
22347 2004-12-15  David Schleef  <ds@schleef.org>
22348
22349         * configure.ac: add audioresample and cairo plugins.  Remove
22350         HAVE_MMX stuff, because it's not used.
22351         * ext/Makefile.am: same
22352         * ext/audioresample/Makefile.am: You are not ready for an
22353         audio resampling element based on audioresample.
22354         * ext/audioresample/gstaudioresample.c:
22355         * ext/audioresample/gstaudioresample.h:
22356         * ext/cairo/Makefile.am: You are not ready for overlay elements
22357         based on cairo.  Don't look too closely, these elements kinda
22358         suck right now.
22359         * ext/cairo/gstcairo.c: new
22360         * ext/cairo/gsttextoverlay.c: new
22361         * ext/cairo/gsttextoverlay.h: new
22362         * ext/cairo/gsttimeoverlay.c: new
22363         * ext/cairo/gsttimeoverlay.h: new
22364         * gst-libs/gst/media-info/media-info-priv.h: fix compile
22365         problem with compilers that don't support variadic macros.
22366
22367 2004-12-15  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
22368
22369         Reviewed by:  David Schleef  <ds@schleef.org>
22370
22371         * sys/sunaudio/gstsunaudio.c: (plugin_init):  Apply patch from
22372         Bala, registering sunaudiosrc (oops!), and cleaning up code a
22373         bit.  Also ran indent-gst.
22374         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
22375         (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
22376         (gst_sunaudiosrc_setparams):
22377
22378 2004-12-14  David Schleef  <ds@schleef.org>
22379
22380         * gst/festival/gstfestival.c: (gst_festival_chain): Set the
22381         output rate to 16000.  Should fix #160235.
22382
22383 2004-12-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22384
22385         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
22386         Add typefinding for mpeg2 pes streams
22387
22388 2004-12-13  David Schleef  <ds@schleef.org>
22389
22390         * configure.ac:  Applied patch from bug #143659, making default
22391         sources and sinks OS-dependent (for Solaris), and added code
22392         for OS/X.
22393         * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
22394
22395 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
22396
22397         * gst-libs/gst/riff/riff-media.c:
22398           forgot to add h2.64 to avidemux template caps
22399
22400 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
22401
22402         * gst/wavenc/riff.h:
22403         * gst-libs/gst/riff/riff-media.c:
22404         * gst-libs/gst/riff/riff-ids.h:
22405         * gst/avi/gstavimux.c
22406         add 4CC code for VideoSoft h264 in AVI (VSSH)
22407           fixes bug #160655
22408         remove s323 from riff, it's quicktime specific :(
22409
22410 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
22411
22412         * gst/asfdemux/README
22413         * gst/wavenc/riff.h
22414         * gst-libs/gst/riff/riff-ids.h
22415         * gst-libs/gst/riff/riff-media.c
22416         * gst/qtdemux/qtdemux.c:
22417           add new 4CC codes for h263 related codecs
22418           fixes partially bug #155163
22419
22420 2004-12-12  Christian Fredrik Kalager Schaller  <christian at fluendo dot com>
22421
22422         * configure.ac: Update polyaudio requirement to 0.7
22423         * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
22424
22425 2004-12-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22426
22427         * gst/interleave/deinterleave.c:
22428         fix my name's spelling! :)
22429
22430 2004-12-11  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
22431
22432         * AUTHORS ChangeLog
22433         * gst/auparse/gstauparse.c
22434         * gst/interleave/deinterleave.c
22435         * gst/law/:
22436                 alaw-decode.c alaw-encode.c
22437                 mulaw-decode.c mulaw-encode.c
22438         * gst/oneton/gstoneton.c
22439         * sys/osxaudio/:
22440                 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
22441         * sys/osxvideo/:
22442                 cocoawindow.h cocoawindow.m
22443                 osxvideosink.h osxvideosink.m
22444
22445         put the same mail address for Zaheer Abbas Merali everywhere
22446
22447 2004-12-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22448
22449         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
22450           Align by packetsize, and assert that we a packet available before
22451           playing. The first makes webstreams work (they often include
22452           trailing padding data in a packet), the second allows pausing a
22453           ASF stream in totem without getting demux errors afterwards.
22454
22455 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22456
22457         * ext/ogg/gstoggdemux.c: (get_relative):
22458           Check for non-NULL before accessing member (end-of-chain).
22459
22460 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22461
22462         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
22463         (cdparanoia_set_property), (cdparanoia_get_property):
22464         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
22465         (dvdnavsrc_set_property), (dvdnavsrc_get_property):
22466         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
22467         (dvdreadsrc_init), (dvdreadsrc_set_property),
22468         (dvdreadsrc_get_property):
22469         * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
22470         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
22471           Synchronize property names where not yet the case. Devices are
22472           now device=X, other versions are deprecated (but still exist).
22473           Also use g_free() unconditionally.
22474         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
22475         (setup_source), (gst_play_base_bin_get_property):
22476           Expose source.
22477
22478 2004-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
22479
22480         * configure.ac: move GCONF macro outside conditional for the am
22481           conditional. Fixes #160439
22482
22483 2004-12-08  David Schleef  <ds@schleef.org>
22484
22485         * tools/gst-visualise-m.m: Switch to elements that currently
22486         exist.
22487
22488 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22489
22490         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
22491           We love wrong commas.
22492
22493 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22494
22495         * gst/matroska/matroska-demux.c:
22496         (gst_matroska_demux_handle_src_query):
22497           Don't set DEFAULT, unsupported - makes length display incorrectly
22498           in some cases.
22499
22500 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
22501
22502         * gst/monoscope/README: remove blurb about files being GPL
22503         * gst/monoscope/gstmonoscope.c: Change license field to LGPL
22504         * gst/monoscope/monoscope.c: Change license to BSD with explanation
22505           monoscope is now effectively LGPL licensed
22506
22507 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
22508
22509         * gst/monoscope/README: Update information to be more correct
22510         * gst/monoscope/convolve.c: Relicense to LGPL
22511         * gst/monoscope/convolve.h: Relicense to LGPL
22512
22513 2004-12-06  Arwed v. Merkatz <v.merkatz@gmx.net>
22514
22515         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
22516           set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
22517         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
22518           set default_duration for mpeg1 audio
22519
22520 2004-12-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22521
22522         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
22523         * ext/alsa/gstalsa.h:
22524           refactor big chunks of the core caps negotiation code to make it
22525           a lot faster, because people claim it's really slow
22526           (actually, just cache the getcaps when the device is opened)
22527
22528 2004-12-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22529
22530         * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
22531         (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
22532         (gst_a52dec_handle_frame), (gst_a52dec_chain),
22533         (gst_a52dec_change_state), (plugin_init):
22534         * ext/a52dec/gsta52dec.h:
22535           Do something useful with timestamps. Make chain-based (since
22536           there's really no reason to be loopbased).
22537         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
22538           Update current_byte/frame correctly.
22539
22540 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22541
22542         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
22543         (gst_ape_demux_stream_init):
22544           Forward tags, too.
22545
22546 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22547
22548         * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
22549           Let's make sure we're done typefinding when detecting tags.
22550
22551 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22552
22553         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
22554         (gst_ebml_read_init), (gst_ebml_read_use_event),
22555         (gst_ebml_read_element_id), (gst_ebml_peek_id),
22556         (gst_ebml_read_seek), (gst_ebml_read_skip),
22557         (gst_ebml_read_reserve), (gst_ebml_read_buffer),
22558         (gst_ebml_read_master):
22559         * gst/matroska/ebml-read.h:
22560         * gst/matroska/matroska-demux.c:
22561         (gst_matroska_demux_parse_contents),
22562         (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
22563           Disgustingly evil hack for working around INTERRUPT events and
22564           their extremely annoying habit of being a pain in the ass. We
22565           simply peek a cluster before reading any of it.
22566
22567 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22568
22569         * ext/musepack/gstmusepackdec.cpp:
22570           There's also floating point libmusepacks.
22571
22572 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22573
22574         * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
22575         (gst_faad_chanpos_to_gst), (gst_faad_chain):
22576           Set DURATION even if source buffer didn't. Also use increasing
22577           timestamps.
22578         * gst-libs/gst/riff/riff-media.c:
22579         (gst_riff_create_audio_caps_with_data):
22580           Block_align can have larger values than 8192.
22581
22582 2004-12-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22583
22584         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
22585         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
22586         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
22587         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
22588           Fix caps.
22589
22590 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22591
22592         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
22593           Fix logic bug.
22594
22595 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22596
22597         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
22598           Yay, another one.
22599
22600 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22601
22602         * ext/esd/esdsink.c: (gst_esdsink_chain):
22603           Make error actually say something useful (fixes #156798).
22604         * gst-libs/gst/riff/riff-media.c:
22605         (gst_riff_create_video_caps_with_data),
22606         (gst_riff_create_video_template_caps):
22607           Add Intel Video 5.0 fourcc (IV50).
22608
22609 2004-12-01  Christophe Fergeau  <teuf@gnome.org>
22610
22611         * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
22612         detection on mono and stereo mp3 files.
22613
22614 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22615
22616         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
22617           Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
22618           the contained stream).
22619
22620 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22621
22622         * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
22623           Oops, remove debug.
22624
22625 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
22626
22627         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22628
22629         * gst/law/alaw-decode.c: (alawdec_getcaps):
22630         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
22631           Prevent warnings when negotiating caps (fixes #159338).
22632
22633 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22634
22635         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22636         (gst_ffmpegcsp_chain):
22637           Remove old leftover that shouldn't be there...
22638
22639 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
22640
22641         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22642
22643         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
22644           Don't forward DISCONT events (fixes #159684).
22645
22646 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22647
22648         * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
22649           Unlink manually since sometimes bin disposal (and therefore
22650           pad unlinking) is delayed, which will cause a new media file
22651           to not be able to start playing instantly.
22652
22653 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22654
22655         * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
22656           On mute of an unlinked stream, check for pad availability so
22657           we don't crash on unlinked pad.
22658
22659 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22660
22661         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
22662         (gst_avi_demux_massage_index):
22663           Fix quite humiliating bug in omitting 0-sized index chunks but
22664           forgetting to count them for timestamps.
22665
22666 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22667
22668         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
22669           Actually leave the loop if we failed to sync. Don't crash.
22670
22671 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22672
22673         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
22674         (gst_dvd_demux_process_private):
22675         * gst/mpegstream/gstdvddemux.h:
22676           Fix crash (#159759). Doesn't work, though. :-(.
22677
22678 2004-11-28  Benjamin Otte  <otte@gnome.org>
22679
22680         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
22681           more overwriting protection due to modifying channels one by one
22682           instead of all at once
22683
22684 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22685
22686         * gst/audioconvert/gstchannelmix.c:
22687         (gst_audio_convert_fill_normalize):
22688           Normalize using absolute values.
22689
22690 2004-11-28  Julien MOUTTE  <julien@moutte.net>
22691
22692         * configure.ac:
22693         * ext/Makefile.am:
22694         * ext/directfb/Makefile.am:
22695         * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
22696         (gst_directfbvideosink_get_pixel_format),
22697         (gst_directfbvideosink_get_format_from_fourcc),
22698         (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
22699         (gst_directfbvideosink_sink_link),
22700         (gst_directfbvideosink_change_state),
22701         (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
22702         (gst_directfbvideosink_buffer_alloc),
22703         (gst_directfbvideosink_interface_supported),
22704         (gst_directfbvideosink_interface_init),
22705         (gst_directfbvideosink_navigation_send_event),
22706         (gst_directfbvideosink_navigation_init),
22707         (gst_directfbvideosink_set_property),
22708         (gst_directfbvideosink_get_property),
22709         (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
22710         (gst_directfbvideosink_base_init),
22711         (gst_directfbvideosink_class_init),
22712         (gst_directfbvideosink_get_type), (plugin_init):
22713         * ext/directfb/directfbvideosink.h: Adding a first version of
22714         directfbvideosink.
22715         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
22716         more.
22717
22718 2004-11-28  Benjamin Otte  <otte@gnome.org>
22719
22720         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
22721           walk the samples backwards if out_channels > in_channels so we don't
22722           overwrite data
22723
22724 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22725
22726         * gst/audioconvert/Makefile.am:
22727         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
22728         (gst_audio_convert_link), (gst_audio_convert_change_state),
22729         (gst_audio_convert_channels):
22730         * gst/audioconvert/gstchannelmix.c:
22731         (gst_audio_convert_unset_matrix),
22732         (gst_audio_convert_fill_identical),
22733         (gst_audio_convert_fill_compatible),
22734         (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
22735         (gst_audio_convert_fill_others),
22736         (gst_audio_convert_fill_normalize),
22737         (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
22738         (gst_audio_convert_passthrough), (gst_audio_convert_mix):
22739         * gst/audioconvert/gstchannelmix.h:
22740           Implement a channel mixer.
22741
22742 2004-11-28  Martin Soto  <martinsoto@users.sourceforge.net>
22743
22744         * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
22745         * ext/alsa/gstalsa.h:
22746         * ext/alsa/gstalsa.c (gst_alsa_set_clock):
22747         Make alsasink actually honor gst_element_set_clock and use that
22748         clock instead of its internal one.
22749
22750 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
22751
22752         * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
22753         (gst_play_base_bin_change_state): nullify source and decoder when
22754         going from READY to NULL so that we don't try to do weird stuff with
22755         them when going from NULL to READY
22756         * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
22757         instead of g_object_unref
22758         (gen_video_element), (gen_audio_element): more refcounting fixes, now
22759         it should be correct
22760         (gst_play_bin_change_state): don't call remove_sinks if we are
22761         currently disposing the object
22762
22763 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22764
22765         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
22766           Don't forget bass if it's there. Else left channel is silent...
22767
22768 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22769
22770         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
22771         (gst_a52dec_change_state):
22772           Don't do sample adjusting anymore, we use float audio now.
22773         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
22774           Don't fixate to non-existing properties.
22775
22776 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22777
22778         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
22779         (gst_a52dec_change_state):
22780           Advertise that we can do surround sound.
22781
22782 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22783
22784         * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
22785           Add buffer-frames=0.
22786         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
22787         (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
22788         (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
22789         (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
22790         (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
22791         (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
22792         (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
22793         (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
22794         (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
22795         * ext/dvdread/dvdreadsrc.h:
22796           Add seeking, querying for bytes, sectors, title, angle and
22797           chapter. Handle multiple chapters. Relicense to LGPL because
22798           Billy agreed on that (thanks Billy!).
22799
22800 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
22801
22802         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
22803         call parent dispose method
22804
22805 2004-11-27  Martin Soto  <martinsoto@users.sourceforge.net>
22806
22807         * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
22808         (gst_audio_clock_get_internal_time):
22809         Fix active <-> inactive transitions: ensure time value always
22810         grows and avoid abrupt value changes.
22811
22812 2004-11-27  Arwed v. Merkatz <v.merkatz@gmx.net>
22813
22814         * configure.ac:
22815         * gst/tta/Makefile.am:
22816         * gst/tta/crc32.h:
22817         * gst/tta/filters.h:
22818         * gst/tta/gsttta.c:
22819         * gst/tta/gstttadec.c:
22820         * gst/tta/gstttadec.h:
22821         * gst/tta/gstttaparse.c:
22822         * gst/tta/gstttaparse.h:
22823         * gst/tta/ttadec.h:
22824           added TTA parser and decoder
22825
22826 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22827
22828         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
22829         (probe_triggered), (check_queue), (buffer_underrun),
22830         (buffer_running), (buffer_overrun), (gen_source_element),
22831         (setup_source):
22832         * gst/playback/gstplaybasebin.h:
22833           Implement buffering. Needs some more work.
22834
22835 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22836
22837         * ext/theora/theoradec.c: (theora_dec_chain):
22838           Fix ilog mask range overflow.
22839
22840 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22841
22842         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
22843           Don't omit the last (which in case of dmix is the only :) )
22844           channel count. Don't set channels if <= 2.
22845
22846 2004-11-26  Christophe Fergeau  <teuf@gnome.org>
22847
22848         * gst/playback/gstplaybin.c: (gen_video_element),
22849         (gen_audio_element): Removed 2 obsolete comments
22850
22851 2004-11-26  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
22852
22853         * ext/vorbis/oggvorbisenc.c
22854         * ext/vorbis/vorbisenc.c :
22855           change description fields of those plugins to differentiate them
22856           (pitivi show Encoders by description, they had the same one)
22857
22858 2004-11-25  Christophe Fergeau  <teuf@gnome.org>
22859
22860         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22861
22862         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
22863         (gst_play_bin_set_property), (gen_video_element),
22864         (gen_audio_element):
22865           Refcounting fixes for provided audio-/videosinks.
22866
22867 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22868
22869         * gst/playback/gstplaybin.c: (gen_video_element),
22870         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
22871           Don't reference all sinks, but only the video- and audiosinks.
22872           The vis. element should be disposed when we're done with it.
22873           We don't have any reason to keep it around. This fixes warnings
22874           when reusing playbin for playing multiple audio files with
22875           vis. enabled. Also release audio device on pause - idea stolen
22876           from Rhythmbox.
22877
22878 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22879
22880         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
22881         (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
22882         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
22883         * ext/alsa/gstalsaplugin.c: (plugin_init):
22884         * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
22885         (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
22886         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
22887         (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
22888         (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
22889         (gst_faad_change_state), (plugin_init):
22890         * ext/faad/gstfaad.h:
22891         * ext/vorbis/vorbis.c: (plugin_init):
22892         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
22893         * gst-libs/gst/audio/Makefile.am:
22894         * gst-libs/gst/audio/audio.c: (plugin_init):
22895         * gst-libs/gst/audio/multichannel.c:
22896         (gst_audio_check_channel_positions),
22897         (gst_audio_get_channel_positions),
22898         (gst_audio_set_channel_positions),
22899         (gst_audio_set_structure_channel_positions_list),
22900         (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
22901         (gst_audio_fixate_channel_positions):
22902         * gst-libs/gst/audio/multichannel.h:
22903         * gst-libs/gst/audio/testchannels.c: (main):
22904         * gst/audioconvert/gstaudioconvert.c:
22905         (gst_audio_convert_class_init), (gst_audio_convert_init),
22906         (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
22907         (gst_audio_convert_parse_caps), (gst_audio_convert_link),
22908         (gst_audio_convert_fixate), (gst_audio_convert_channels):
22909         * gst/audioconvert/plugin.c: (plugin_init):
22910           Surround sound support.
22911
22912 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22913
22914         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
22915           Fix position for discont if we're close as well. Nitpicking, but
22916           saves a few milliseconds of extra waiting or skipping.
22917
22918 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22919
22920         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
22921           We sometimes need parsers for playback, so add those too.
22922
22923 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22924
22925         * configure.ac:
22926         * gst/apetag/Makefile.am:
22927         * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
22928         (gst_ape_demux_base_init), (gst_ape_demux_class_init),
22929         (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
22930         (gst_ape_demux_get_src_query_types),
22931         (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
22932         (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
22933         (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
22934         (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
22935         (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
22936         (gst_ape_demux_stream_data), (gst_ape_demux_loop),
22937         (gst_ape_demux_change_state):
22938         * gst/apetag/apedemux.h:
22939         * gst/apetag/apetag.c: (plugin_init):
22940         * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
22941         (plugin_init):
22942           APE v1/2 tag reader plus typefind function.
22943
22944 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22945
22946         * configure.ac:
22947         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
22948         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
22949           Remove hacks for older core. Require newer core version
22950           accordingly.
22951
22952 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22953
22954         * gst/cdxaparse/Makefile.am:
22955         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
22956         (gst_cdxaparse_class_init), (gst_cdxaparse_init),
22957         (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
22958         * gst/cdxaparse/gstcdxaparse.h:
22959         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
22960         (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
22961         (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
22962         (gst_cdxastrip_get_src_query_types),
22963         (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
22964         (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
22965         (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
22966         (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
22967         * gst/cdxaparse/gstcdxastrip.h:
22968           SVCD/VCD header stripping separated from CDXA image parsing.
22969         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
22970         (plugin_init):
22971           Add VCD/SVCD header typefinding for VCD/SVCD.
22972         * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
22973         (gst_vcdsrc_class_init), (gst_vcdsrc_init),
22974         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
22975         (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
22976         (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
22977         (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
22978         (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
22979         (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
22980         (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
22981         (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
22982         (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
22983         * sys/vcd/vcdsrc.h:
22984           Fix up, add seeking, querying, URI interface. Works in totem now.
22985
22986 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
22987
22988         * configure.ac:
22989           back to CVS
22990
22991 === release 0.8.6 ===
22992
22993 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
22994
22995         * NEWS:
22996         * RELEASE:
22997         * configure.ac:
22998         * po/af.po:
22999         * po/az.po:
23000         * po/cs.po:
23001         * po/en_GB.po:
23002         * po/hu.po:
23003         * po/it.po:
23004         * po/nb.po:
23005         * po/nl.po:
23006         * po/or.po:
23007         * po/sq.po:
23008         * po/sr.po:
23009         * po/sv.po:
23010         * po/uk.po:
23011           releasing 0.8.6, "IOU Love"
23012
23013 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
23014
23015         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
23016
23017         * gst/playback/gstplaybasebin.c:
23018           Fix unplayable files error handling.  Fixes #158365
23019
23020 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
23021
23022         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
23023
23024         * gst/typefind/gsttypefindfunctions.c:
23025           Fix broken mp3 typefinding.  Fixes #158375
23026
23027 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
23028
23029         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
23030
23031         * ext/ogg/gstoggdemux.c:
23032           Fix sync on broken files.  Fixes #158976
23033
23034 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
23035
23036         patch by: Edward Hervey <bilboed@bilboed.com>
23037
23038         * ext/libpng/gstpngenc.c:
23039           Copy over buffer properties.  Fixes #158832
23040
23041 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
23042
23043         patch by: Tim-Philipp Müller <t.i.m@zen.co.uk>
23044
23045         * ext/dvdread/dvdreadsrc.c:
23046           Fixes invalid reads (#158462)
23047
23048 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
23049
23050         * sys/v4l/gstv4lsrc.c:
23051         * sys/v4l/gstv4lsrc.h:
23052         * sys/v4l/v4lsrc_calls.c:
23053           Probe less and cache it.  Fixes #159187.
23054
23055 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
23056
23057         * gst/videorate/gstvideorate.c:
23058           Handle all video formats. Fixes #159186.
23059
23060 2004-11-16  Jan Schmidt  <thaytan@mad.scientist.com>
23061         * gst/synaesthesia/gstsynaesthesia.c:
23062         (gst_synaesthesia_class_init), (gst_synaesthesia_init),
23063         (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
23064         (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
23065         (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
23066         (gst_synaesthesia_change_state), (plugin_init):
23067         Fix up synaesthesia to work under different samplerates/ buffer sizes.
23068         Force 320x200 output, as that's the only thing the underlying
23069         synaesthesia implementation supports. Still needs to be made
23070         re-entrant.
23071
23072 2004-11-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23073
23074         * configure.ac:
23075           Fix mpeg2enc configure check (similar to mplex check below).
23076
23077 2004-11-14  Koop Mast  <kwm@rainbow-runner.nl>
23078
23079         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23080
23081         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
23082           Fix for gcc-2.95 (fixes #158221).
23083
23084 2004-11-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23085
23086         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
23087           Re-add clock distribution hack (until new core is released).
23088           Fixes #158125.
23089
23090 2004-11-13  Arwed v. Merkatz  <v.merkatz@gmx.net>
23091         * configure.ac:
23092           fix mplex configure check segfaulting on some systems (bug #140994)
23093
23094 2004-11-13  Benjamin Otte  <otte@gnome.org>
23095
23096         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
23097           add debugging
23098         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
23099           do a wait when we enter the loop func with no data available to
23100           write instead of getting into an 100% CPU loop by just returning and
23101           being called again by the scheduler
23102
23103 2004-11-13  Jan Schmidt  <thaytan@mad.scientist.com>
23104
23105         * configure.ac:
23106         * ext/libvisual/visual.c: (gst_visual_get_type),
23107         (libvisual_log_handler), (gst_visual_getcaps),
23108         (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
23109         (plugin_init):
23110           Update libvisual to 0.1.7. Link in the debug handling to gstreamer
23111         * ext/smoothwave/Makefile.am:
23112         * ext/smoothwave/demo-osssrc.c: (main):
23113         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
23114         (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
23115         (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
23116         (plugin_init):
23117         * ext/smoothwave/gstsmoothwave.h:
23118           Make gstsmoothwave a working element in the 20th century.
23119
23120         * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
23121           Fix incorrect link function
23122
23123 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23124
23125         * gst/volume/gstvolume.c:
23126           Allow buffer-frames=0.
23127
23128 2004-11-12 Iain <iaingnome@gmail.com>
23129
23130         * configure.ac: Check for polypaudio
23131
23132         * ext/Makefile.am: Build the polyp dir
23133
23134         * ext/polyp: The polypsink sources.
23135
23136 2004-10-30 Iain <iaingnome@gmail.com>
23137
23138         * gst/interleave/interleave.c (interleave_unlink): Change the src pads
23139         caps to reflect the new number of channels.
23140
23141 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23142
23143         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
23144           Fix for negotiation order problem. This would show when the
23145           ALSA loopfuction was called before any other function. ALSA
23146           wouldn't do anything because we're not negotiated yet, leading
23147           to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
23148
23149 2004-11-11  Tim-Philipp Müller  <t.i.m@zen.co.uk>
23150
23151         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23152
23153         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
23154           No warnings (#157986).
23155
23156 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23157
23158         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
23159           Prefer apev1/2 and id3v1 (at end of file) over musepack.
23160
23161 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23162
23163         * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
23164           Signal no-more-pads (so it works in playbin).
23165
23166 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23167
23168         * ext/musepack/gstmusepackreader.cpp:
23169           Workaround for older core.
23170
23171 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23172
23173         * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
23174           Actually test for odd width/height rather than testing whether
23175           a temporary variable that was 0 before we subtracted 1 is now
23176           not equal to zero (which it always is).
23177
23178 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23179
23180         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
23181         Fix compilation if HAVE_XVIDEO is not defined
23182
23183 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23184
23185         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
23186         Fix compilation if HAVE_XVIDEO is not defined
23187
23188 2004-11-11  Jan Schmidt  <thaytan@mad.scientist.com>
23189
23190         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
23191         (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
23192         (gst_goom_change_state), (plugin_init):
23193         Use the bytestream adapter so goom doesn't depend on the input
23194         buffer size.
23195         Add a debug category
23196
23197 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23198
23199         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
23200           Only set hardware parameters *after* negotiation. Before
23201           negotiation, it will set ANY and that seems to cause crashes
23202           (see e.g. #151288, #153227).
23203
23204 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23205
23206         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
23207           This seems to be antique leftover. It needs to pass error
23208           checking.
23209         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
23210         (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
23211         (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
23212         (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
23213           Fix GstXOverlay implementation (#151059).
23214
23215 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23216
23217         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
23218           Don't assert (#157853).
23219
23220 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23221
23222         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
23223           Fix bytes/samples confustion.
23224         (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
23225           Fix for underrun (#144389).
23226
23227 2004-11-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23228
23229         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
23230           Disable halfway-seek for pending release (since it needs a new
23231           core release).
23232
23233 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
23234
23235         * sys/v4l/gstv4lsrc.c:
23236         * sys/v4l/gstv4lsrc.h:
23237         * sys/v4l/v4lsrc_calls.c:
23238           add autoprobe-fps property so we can separate autoprobing parts
23239
23240 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
23241
23242         * sys/v4l/gstv4lsrc.c:
23243         * sys/v4l/v4lsrc_calls.c:
23244         initialise fourcc to catch unset fourcc's, and debug
23245
23246 2004-11-09  Wim Taymans  <wim@fluendo.com>
23247
23248         * gst/playback/README:
23249         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
23250         * gst/playback/gstplaybin.c: (gst_play_bin_init),
23251         (gst_play_bin_dispose), (gst_play_bin_set_property),
23252         (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
23253         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
23254         (gst_play_bin_get_formats), (gst_play_bin_convert),
23255         (gst_play_bin_get_query_types), (gst_play_bin_query):
23256         Cleanups and some more documentation.
23257
23258 2004-11-09  Jan Schmidt  <thaytan@mad.scientist.com>
23259
23260         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
23261         (gst_cacasink_init), (gst_cacasink_chain):
23262         * ext/libcaca/gstcacasink.h:
23263         Cacasink inherits from VideoSink, so let that store the clock.
23264
23265 2004-11-09  Wim Taymans  <wim@fluendo.com>
23266
23267         * gst/playback/README:
23268         * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
23269         (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
23270         (probe_triggered), (preroll_unlinked), (new_decoded_pad),
23271         (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
23272         * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
23273         (setup_sinks):
23274         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
23275         (gst_stream_info_is_mute), (gst_stream_info_set_property):
23276         * gst/playback/gststreaminfo.h:
23277         Updated README.
23278         Only switch groups if all streams have muted (EOSed).
23279         Send Tags in sync with the stream playback instead of in
23280         the playback/preroll phase.
23281         Some cleanups, free the fakesrc elements.
23282
23283 2004-11-09  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23284
23285         * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
23286           buffer-frames property was missing
23287         * ext/arts/gst_arts.c:
23288           rate missing from sinkcaps
23289         * ext/audiofile/gstafparse.c:
23290         * ext/audiofile/gstafsink.c:
23291         * ext/audiofile/gstafsrc.c:
23292         * ext/swfdec/gstswfdec.c:
23293           int audio doesn't know buffer-frames
23294         * ext/cdparanoia/gstcdparanoia.c:
23295           int audio doesn't know chunksize either
23296         * ext/nas/nassink.c:
23297           it's endianness, not endianess
23298         * gst-libs/gst/audio/audio.h:
23299           make float standard pad template caps really describe float
23300         * gst/law/mulaw.c: (linear_factory):
23301           signed only, please
23302         * gst/mpegstream/gstdvddemux.c:
23303           widths of 20 are not valid
23304
23305 2004-11-08  Thomas Vander Stichele  <thomas at apestaart dot org>
23306
23307         Submitted by: Luca Ferretti <elle.uca@infinito.it>
23308
23309         * po/LINGUAS:
23310         * po/it.po:
23311           Add Italian
23312
23313 2004-11-08  Wim Taymans  <wim@fluendo.com>
23314
23315         * gst/playback/README:
23316         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
23317         * gst/playback/gstplaybasebin.c: (probe_triggered),
23318         (gst_play_base_bin_change_state):
23319         Updated README, added more comments for fixmes etc..
23320
23321 2004-11-08  Wim Taymans  <wim@fluendo.com>
23322
23323         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
23324         We can remove this hack now.
23325
23326 2004-11-08  Wim Taymans  <wim@fluendo.com>
23327
23328         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
23329         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
23330         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
23331         Only mix AYUV for maximum quality.
23332
23333 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23334
23335         * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
23336         (gst_ogg_demux_push), (gst_ogg_pad_push):
23337           Let's act as if we're synchronized now! :).
23338         * ext/theora/theoradec.c: (theora_dec_chain):
23339           Add some debug.
23340
23341 2004-11-08  Wim Taymans  <wim@fluendo.com>
23342
23343         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
23344         (gst_alpha_set_property), (gst_alpha_sink_link),
23345         (gst_alpha_set_ayuv), (gst_alpha_set_i420),
23346         (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
23347         (gst_alpha_init_params), (gst_alpha_chain):
23348         Implement alpha functions for AYUV too, this increases
23349         accuracy quite a bit.
23350
23351 2004-11-08  Wim Taymans  <wim@fluendo.com>
23352
23353         * gst/ffmpegcolorspace/avcodec.h:
23354         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
23355         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
23356         (gst_ffmpegcsp_avpicture_fill):
23357         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
23358         (gst_ffmpegcsp_caps_remove_format_info):
23359         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
23360         (shrink12), (img_get_alpha_info), (deinterlace_line),
23361         (deinterlace_line_inplace):
23362         * gst/ffmpegcolorspace/imgconvert_template.h:
23363         Added AYUV colorspace and handle RGBA a bit more respectful.
23364
23365 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23366
23367         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
23368           Actually always send a discont (cornercase when resending the
23369           same serial-tagged chain twice).
23370
23371 2004-11-08  Julien MOUTTE  <julien@moutte.net>
23372
23373         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
23374         (gst_ximagesink_finalize):
23375         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
23376         (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
23377
23378 2004-11-08  Wim Taymans  <wim@fluendo.com>
23379
23380         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
23381         Don't segfault on NULL data.
23382
23383 2004-11-08  Wim Taymans  <wim@fluendo.com>
23384
23385         * gst/playback/gstdecodebin.c: (unlinked):
23386         * gst/playback/gstplay-marshal.list:
23387         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
23388         (gst_play_base_bin_init), (group_create), (get_active_group),
23389         (get_building_group), (group_destroy), (group_commit),
23390         (queue_overrun), (remove_groups), (add_stream), (unknown_type),
23391         (add_element_stream), (no_more_pads), (probe_triggered),
23392         (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
23393         (state_change), (setup_source), (gst_play_base_bin_get_property),
23394         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
23395         (gst_play_base_bin_link_stream),
23396         (gst_play_base_bin_get_streaminfo):
23397         * gst/playback/gstplaybasebin.h:
23398         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
23399         (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
23400         Add support for chained ogg files. Prepare for playlist
23401         support. This patch introduces the concept of pad groups, which
23402         together compose one playable media file.
23403
23404 2004-11-07  David Schleef  <ds@schleef.org>
23405
23406         * testsuite/gst-lint: Check for pad templates that aren't statically
23407         scoped.
23408
23409 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23410
23411         * configure.ac:
23412         * ext/Makefile.am:
23413         * ext/musepack/Makefile.am:
23414         * ext/musepack/gstmusepackdec.cpp:
23415         * ext/musepack/gstmusepackdec.h:
23416         * ext/musepack/gstmusepackreader.cpp:
23417         * ext/musepack/gstmusepackreader.h:
23418           Add musepack decoder.
23419         * ext/faad/gstfaad.c: (gst_faad_base_init):
23420           Make pad templates static.
23421         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
23422         (plugin_init):
23423           Add musepack typefinder, make mp3 typefinding work halfway stream,
23424           which doesn't actually work yet because id3demux doesn't implement
23425           _get_length().
23426
23427 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23428
23429         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
23430         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
23431           Fix interrupt event handling (#144436).
23432
23433 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23434
23435         * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
23436           Hide unused glory.
23437
23438 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
23439
23440         reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23441
23442         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
23443           Fix weird caps (#157548).
23444
23445 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
23446
23447         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23448
23449         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
23450           Add missing NULL terminator (#157543).
23451
23452 2004-11-05  Thomas Vander Stichele  <thomas at apestaart dot org>
23453
23454         * gst/tcp/gsttcp.h:
23455         * gst/tcp/gsttcpclientsink.c:
23456         * gst/tcp/gsttcpclientsrc.c:
23457         * gst/tcp/gsttcpserversink.c:
23458         * gst/tcp/gsttcpserversrc.c:
23459           ports can go up to 65535.  Move common defines to gsttcp.h
23460
23461 2004-11-05  Wim Taymans  <wim@fluendo.com>
23462
23463         * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
23464         (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
23465         Added two more colorspaces.
23466
23467 2004-11-05  Wim Taymans  <wim@fluendo.com>
23468
23469         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
23470         (gst_ffmpegcsp_avpicture_fill):
23471         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
23472         (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
23473         (img_convert), (deinterlace_line), (deinterlace_line_inplace):
23474         More stride fixes.
23475
23476 2004-11-05  Wim Taymans  <wim@fluendo.com>
23477
23478         * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
23479         (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
23480         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
23481         (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
23482         (gst_videomixer_loop):
23483         More stride fixes.
23484
23485 2004-11-05  Benjamin Otte  <otte@gnome.org>
23486
23487         * ext/mad/gstmad.c: (gst_mad_chain):
23488           don't overflow data buffer. Flush not needed sync data when syncing
23489           failed.
23490
23491 2004-11-04  Wim Taymans  <wim@fluendo.com>
23492
23493         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
23494         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
23495         (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
23496         (gst_alpha_init_params), (gst_alpha_chain),
23497         (gst_alpha_change_state):
23498         Updated the chroma keying algorithm with something more
23499         sophisticated.
23500
23501 2004-11-03  Wim Taymans  <wim@fluendo.com>
23502
23503         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
23504         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
23505         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
23506         Fix stride issues. Does not completely work for odd
23507         heights.
23508
23509 2004-11-03  Wim Taymans  <wim@fluendo.com>
23510
23511         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
23512         (gst_alpha_chroma_key), (gst_alpha_chain):
23513         Fix stride issues. Does not completely work for odd
23514         heights.
23515
23516 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
23517
23518         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
23519         * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
23520         leak fixes
23521
23522 2004-11-03  Wim Taymans  <wim@fluendo.com>
23523
23524         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
23525         (gst_ffmpegcsp_avpicture_fill):
23526         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
23527         (avpicture_alloc):
23528         * gst/ffmpegcolorspace/imgconvert_template.h:
23529         Use correct _fill function to get correct strides.
23530
23531 2004-11-02  David Schleef  <ds@schleef.org>
23532
23533         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
23534         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
23535         (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
23536         Change all g_print()s to debugging.  Add a bunch of consistency
23537         checks.
23538
23539 2004-11-02  Wim Taymans  <wim@fluendo.com>
23540
23541         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
23542         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
23543         (unlinked), (no_more_pads), (close_link):
23544         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
23545         (unknown_type), (add_element_stream), (new_decoded_pad),
23546         (removed_decoded_pad), (setup_source):
23547         * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
23548         (gst_stream_info_class_init), (gst_stream_info_init),
23549         (gst_stream_info_new), (gst_stream_info_dispose),
23550         (stream_info_mute_pad), (gst_stream_info_set_property),
23551         (gst_stream_info_get_property):
23552         * gst/playback/gststreaminfo.h:
23553         Fix playback of multiple files.
23554         a slightly different approach to handling dynamic pad removals.
23555         This one only looks at pads that we have linked.
23556
23557 2004-11-01  Christophe Fergeau  <teuf@gnome.org>
23558
23559         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
23560         free" warning from libc.
23561
23562 2004-11-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23563
23564         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
23565         (get_unconnected_element), (remove_starting_from), (pad_removed),
23566         (close_link):
23567           Implement support for dynamic pad changing. We listen to "live"
23568           pad removals (i.e. while playing) and re-setup autoplugging
23569           after that. Playbasebin/playbin need some more work for this
23570           to finally work, but decodebin supports (and replugs) chained
23571           ogg now.
23572
23573 2004-11-02  Jan Schmidt  <thaytan@mad.scientist.com>
23574
23575         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
23576         (gst_alsa_finalize):
23577         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
23578         (gst_cdaudio_finalize):
23579         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
23580         (cdparanoia_finalize):
23581         * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
23582         * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
23583         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
23584         (dvdreadsrc_finalize):
23585         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
23586         (gst_flacdec_finalize):
23587         * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
23588         (gst_flacenc_finalize):
23589         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
23590         (gst_gnomevfssink_finalize):
23591         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
23592         (gst_gnomevfssrc_finalize):
23593         * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
23594         (gst_fameenc_finalize):
23595         * ext/nas/nassink.c: (gst_nassink_class_init),
23596         (gst_nassink_finalize):
23597         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
23598         (gst_sdlvideosink_class_init):
23599         * ext/sndfile/gstsf.c: (gst_sf_dispose):
23600         * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
23601         * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
23602         * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
23603         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
23604         (gst_x_window_listener_dispose):
23605         * gst/audioscale/gstaudioscale.c:
23606         * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
23607         (play_on_demand_finalize):
23608         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
23609         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
23610         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
23611         (cdplayer_finalize):
23612         * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
23613         (gst_glimagesink_class_init):
23614         * sys/oss/gstosselement.c: (gst_osselement_class_init),
23615         (gst_osselement_finalize):
23616         * sys/oss/gstosssink.c: (gst_osssink_dispose):
23617         * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
23618         * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
23619           Fixes a bunch of problems with finalize and dispose functions,
23620           either assumptions that dispose is only called once, or not calling
23621           the parent class dispose/finalize function
23622
23623 2004-11-01  Stefan Kost  <ensonic@users.sf.net>
23624
23625         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
23626           added two api precondition guards
23627           use g_strdup with getenv to fix crash when using ENVVAR
23628
23629 2004-11-01  Jan Schmidt  <thaytan@mad.scientist.com>
23630         * ext/esd/esdsink.c: (gst_esdsink_class_init),
23631         (gst_esdsink_finalize):
23632         Use a finalize function, not dispose, and more importantly,
23633         call the parent class finalize function too
23634
23635 2004-11-01  Johan Dahlin  <johan@gnome.org>
23636
23637         * ext/ogg/gstoggdemux.c:
23638         * gst/tags/gstvorbistag.c:
23639         Plug leaks.
23640
23641 2004-10-31  Benjamin Otte  <otte@gnome.org>
23642
23643         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
23644           lotsa memleaks today. But they're all small...
23645
23646 2004-10-31  Benjamin Otte  <otte@gnome.org>
23647
23648         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
23649           another memleak crushed
23650
23651 2004-10-31  Benjamin Otte  <otte@gnome.org>
23652
23653         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
23654           fix memleak
23655
23656 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23657
23658         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
23659           Hack to prevent crash when going to READY inside signal handler
23660           while this function is active.
23661
23662 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23663
23664         * gst/ffmpegcolorspace/Makefile.am:
23665         * gst/ffmpegcolorspace/avcodec.h:
23666         * gst/ffmpegcolorspace/common.h:
23667         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
23668         * gst/ffmpegcolorspace/dsputil.h:
23669         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
23670         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
23671         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
23672         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
23673         (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
23674         (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
23675         (gst_ffmpegcsp_avpicture_fill):
23676         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
23677         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
23678         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
23679         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
23680         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
23681         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
23682         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
23683         (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
23684         * gst/ffmpegcolorspace/imgconvert.c:
23685         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
23686         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
23687         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
23688         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
23689         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
23690         (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
23691         (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
23692         (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
23693         (img_convert_init), (img_apply_table), (shrink41), (shrink21),
23694         (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
23695         (grow21), (grow22), (grow41), (grow44), (conv411),
23696         (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
23697         (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
23698         (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
23699         (avpicture_free), (is_yuv_planar), (img_convert),
23700         (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
23701         (deinterlace_line_inplace), (deinterlace_bottom_field),
23702         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
23703         * gst/ffmpegcolorspace/imgconvert_template.h:
23704         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
23705         * gst/ffmpegcolorspace/mmx.h:
23706         * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
23707         (av_fast_realloc), (av_mallocz_static), (av_free_static),
23708         (av_freep), (avcodec_get_context_defaults),
23709         (avcodec_alloc_context), (avcodec_init):
23710           Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
23711           handling plus update from ffmpeg CVS. Large clean-up.
23712
23713 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23714
23715         * gst/playback/Makefile.am:
23716           We need the marshallers for decodebin, too.
23717
23718 2004-10-30  David Schleef  <ds@schleef.org>
23719
23720         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
23721           quicktime typefinding work with 64-bit offsets.
23722
23723 2004-10-30  Jan Schmidt  <thaytan@mad.scientist.com>
23724
23725         * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
23726           Set EOS on the element when processing an EOS event.
23727         * ext/speex/gstspeexdec.h:
23728         * ext/speex/gstspeexenc.h:
23729           Only keep a const ptr to the mode
23730         * gst-libs/gst/riff/riff-media.c:
23731         (gst_riff_create_audio_caps_with_data),
23732         (gst_riff_create_audio_template_caps):
23733           Allow WMAV3, with up to 6 channels.
23734         * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
23735           Don't call gst_pad_set_event_function on a sink pad.
23736         * gst/mpegstream/gstdvddemux.c:
23737         (gst_dvd_demux_get_subpicture_stream),
23738         (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
23739           Copy the explicit caps that were set across to the cur_* pads,
23740           instead of trying to use a possibly non-existent negotiated caps.
23741           Reset the type of subpicture pads to UNKNOWN after calling
23742           init_stream, so that the caps get set.
23743
23744 2004-10-29  Martin Pitt  <martin.pitt@canonical.com>
23745
23746         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23747
23748         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
23749           Don't touch buffer if it is of size 0 (fixes #151064).
23750
23751 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23752
23753         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
23754           Synchronized discont handling.
23755
23756 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23757
23758         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
23759         (gst_ogg_demux_push):
23760           Make seeking sort-of exact again (fixes #156387).
23761
23762 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23763
23764         * gst/playback/gstplaybasebin.c: (unknown_type),
23765         (add_element_stream), (new_decoded_pad),
23766         (gst_play_base_bin_change_state):
23767         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
23768         (gst_stream_info_init), (gst_stream_info_new),
23769         (gst_stream_info_dispose), (gst_stream_info_get_property):
23770         * gst/playback/gststreaminfo.h:
23771           Make caps explicitely available. Makes testing for unsupported
23772           types possible. Improves error reporting.
23773
23774 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23775
23776         * gst/audioconvert/gstaudioconvert.c:
23777         (gst_audio_convert_buffer_to_default_format):
23778           Really don't touch read-only buffers (#156563).
23779
23780 2004-10-29  Sebastien Cote  <sc5@hermes.usherb.ca>
23781
23782         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23783
23784         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
23785           Fix memleak (#155223).
23786
23787 2004-10-29  Wim Taymans  <wim@fluendo.com>
23788
23789         * gst/tcp/.cvsignore:
23790         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
23791         (gst_multifdsink_class_init), (gst_multifdsink_init),
23792         (gst_multifdsink_add), (gst_multifdsink_remove),
23793         (gst_multifdsink_remove_client_link), (is_sync_frame),
23794         (gst_multifdsink_new_client),
23795         (gst_multifdsink_handle_client_write),
23796         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
23797         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
23798         (gst_multifdsink_get_property):
23799         * gst/tcp/gstmultifdsink.h:
23800         Added burst on connect sync_method, deprecated sync_clients,
23801         streamlined the sync code some more.
23802
23803 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23804
23805         * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
23806         (gst_play_base_bin_change_state):
23807           Improve error reporting.
23808
23809 2004-10-28  Wim Taymans  <wim@fluendo.com>
23810
23811         * gst/tcp/Makefile.am:
23812         * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
23813         * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
23814         (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
23815         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
23816         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
23817         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
23818         (gst_fdset_wait):
23819         Added more locks around fdset structures. Fixed/reworked
23820         the poll array resizing code.
23821         Added stress test for fdset.
23822
23823 2004-10-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23824
23825         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
23826         fix build
23827
23828 2004-10-28  Benjamin Otte  <otte@gnome.org>
23829
23830         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
23831           fix link function to always query channels and query width for
23832           floats
23833         * configure.ac:
23834           add equalizer dir
23835         * gst/equalizer/Makefile.am:
23836         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
23837         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
23838         (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
23839         (arg_to_scale), (setup_filter),
23840         (gst_iir_equalizer_compute_frequencies),
23841         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
23842         (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
23843         (plugin_init):
23844           add an equalizer
23845
23846 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
23847
23848         Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
23849
23850         * po/LINGUAS:
23851         * po/nb.po:
23852           Added Norwegian Bokmaal translation
23853
23854 2004-10-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23855
23856         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
23857           Don't break on options (fixes #156488).
23858
23859 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
23860
23861         * configure.ac:
23862         * ext/cdaudio/Makefile.am:
23863         * sys/Makefile.am:
23864           fix build on older automake
23865
23866 2004-10-26  Wim Taymans  <wim@fluendo.com>
23867
23868         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
23869         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
23870         Allow a little margin when negotiating the framerate.
23871
23872 2004-10-26  Stefan Kost  <ensonic@users.sf.net>
23873
23874         * gst/level/gstlevel.c:
23875           synchonised naming of pads and pad-templates
23876
23877 2004-10-26  Wim Taymans  <wim@fluendo.com>
23878
23879         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
23880         (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
23881         (_find_streams_check), (gst_ogg_demux_push):
23882         Fix EOS again. Needs to be done in a better way. We should not
23883         remove the pad if there is no new chained stream.
23884
23885 2004-10-26 Iain <iaingnome@gmail.com>
23886
23887         * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
23888         * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
23889         of the caps.
23890         * gst/interleave/interleave.c (interleave_class_init): Hook up release
23891         pad.
23892         (interleave_release_pad): Remove the pad.
23893         * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
23894         * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
23895         the set device.
23896         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
23897         attrs
23898         (gst_xvimagesink_xcontext_clear): Free the xcontext.
23899         (gst_xvimagesink_finalize): Free the par.
23900
23901 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23902
23903         * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
23904         (gst_avimux_stop_file):
23905           First calculate the rate, and only then use it. Hdr.rate is a
23906           multiple and not a derivative of hdr.scale. Scale is not the
23907           same as blockalign but is solely related to rate.
23908
23909 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23910
23911         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
23912         (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
23913           Implement seeking.
23914
23915 2004-10-25  James Henstridge  <james@jamesh.id.au>
23916
23917         Reviewed by:  David Schleef  <ds@schleef.org>
23918
23919         * examples/gstplay/player.c: (got_stream_length), (main):
23920         * examples/seeking/cdplayer.c: (update_scale):
23921         * examples/seeking/seek.c: (format_value), (update_scale):
23922         * examples/seeking/spider_seek.c: (format_value), (update_scale),
23923         (stop_seek):
23924         Build fixes on AMD64.
23925
23926 2004-10-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23927
23928         reviewed by: Ronald Bultje <rbultje at gnome dot org>
23929
23930         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
23931         Fix for some v4l cards which hang in v4lsrc
23932
23933 2004-10-25  Wim Taymans  <wim@fluendo.com>
23934
23935         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
23936         (gst_ogg_demux_push), (gst_ogg_chains_clear):
23937         Make sure to remove the pad when a new chain is
23938         encountered. Set some vars to NULL so we don't try
23939         to reference freed memory.
23940
23941 2004-10-25  Wim Taymans  <wim@fluendo.com>
23942
23943         * examples/seeking/Makefile.am:
23944         * examples/seeking/cdplayer.c: (update_scale):
23945         * examples/seeking/chained.c: (unlinked), (new_pad), (main):
23946         * examples/seeking/playbin.c: (make_playerbin_pipeline),
23947         (format_value), (update_scale), (iterate), (start_seek),
23948         (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
23949         (print_usage), (main):
23950         Added some more examples, update others.
23951
23952 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23953
23954         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
23955         * ext/speex/gstspeexdec.c: (speex_dec_chain):
23956         * ext/theora/theoradec.c: (theora_dec_chain):
23957         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
23958           Add codec-name metadata.
23959
23960 2004-10-25  Takao Fujiwara  <Takao.Fujiwara@Sun.COM>
23961
23962         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23963
23964         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
23965         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
23966         * ext/alsa/gstalsamixertrack.h:
23967         * po/POTFILES.in:
23968           ALSA mixer track label internationalization (#154054).
23969
23970 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23971
23972         * ext/theora/theoradec.c: (theora_dec_chain):
23973           Export bitrate as metadata.
23974
23975 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23976
23977         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
23978         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
23979         * ext/alsa/gstalsamixertrack.h:
23980           Fix names, fix loop.
23981
23982 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23983
23984         * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
23985         (speex_dec_convert):
23986           sinkconvert function so oggdemux can get the file length (totem).
23987
23988 2004-10-25  James Morrison  <ja2morri@csclub.uwaterloo.ca>
23989
23990         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23991
23992         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
23993           Don't push incomplete packets.
23994         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
23995           Fix MPEG-4 audio typefinding.
23996
23997 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23998
23999         * sys/v4l/Makefile.am:
24000         * sys/v4l/gstv4l.c: (plugin_init):
24001         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
24002         (gst_v4lelement_init), (gst_v4lelement_dispose),
24003         (gst_v4lelement_change_state):
24004         * sys/v4l/gstv4lelement.h:
24005         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
24006         (gst_v4l_xoverlay_close), (idle_refresh),
24007         (gst_v4l_xoverlay_set_xwindow_id):
24008         * sys/v4l/gstv4lxoverlay.h:
24009         * sys/v4l/v4l-overlay_calls.c:
24010         * sys/v4l/v4l_calls.h:
24011         * sys/v4l2/Makefile.am:
24012         * sys/v4l2/gstv4l2.c: (plugin_init):
24013         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
24014         (gst_v4l2element_init), (gst_v4l2element_dispose),
24015         (gst_v4l2element_change_state):
24016         * sys/v4l2/gstv4l2element.h:
24017         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
24018         (gst_v4l2_xoverlay_close), (idle_refresh),
24019         (gst_v4l2_xoverlay_set_xwindow_id):
24020         * sys/v4l2/gstv4l2xoverlay.h:
24021         * sys/v4l2/v4l2-overlay_calls.c:
24022         * sys/v4l2/v4l2_calls.h:
24023           Remove client-side overlay handling, use the X-server v4l plugin
24024           for that. Nicer overlay, less code. Also make the plugin
24025           compileable without X (but then without overlay, obviously).
24026           Makes xwindowlistener obsolete, should we remove that?
24027
24028 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24029
24030         * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
24031         (gst_osssrc_src_query):
24032         * sys/oss/gstosssrc.h:
24033           OK, so people want offset in DEFAULT. This time, actually fix all
24034           cases.
24035         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
24036           Add FPS properly.
24037
24038 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24039
24040         * gst/asfdemux/gstasfmux.c:
24041         * gst/avi/gstavimux.c:
24042           Framerate.
24043
24044 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24045
24046         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
24047           Fix properties (channel, norm, frequency).
24048
24049 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24050
24051         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
24052           Flag typo.
24053         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
24054           No warnings.
24055
24056 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24057
24058         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
24059           Fix hang.
24060
24061 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24062
24063         * sys/v4l2/gstv4l2element.h:
24064           Yet Another Hack (tm) for kernel header borkedness.
24065         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
24066         (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
24067         (gst_v4l2src_link), (gst_v4l2src_getcaps),
24068         (gst_v4l2src_change_state):
24069         * sys/v4l2/gstv4l2src.h:
24070         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
24071         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
24072           Fix caps, keep track of state, work.
24073
24074 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24075
24076         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
24077           Quiet.
24078
24079 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24080
24081         * sys/oss/gstosssrc.c: (gst_osssrc_get):
24082           Don't mix bytes and samples.
24083
24084 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24085
24086         * ext/ogg/gstoggmux.c:
24087           Basic pad template which accepts OGM tracks, speex, flac, vorbis
24088           and theora. Any is incorrect.
24089         * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
24090           Fix caps.
24091         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
24092         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
24093         (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
24094         (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
24095         * sys/v4l/gstv4lmjpegsrc.h:
24096         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
24097         (gst_v4lsrc_change_state):
24098         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
24099         (gst_v4lmjpegsrc_capture_stop):
24100           Fix caps. Keep track of internal state. Work.
24101
24102 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24103
24104         * ext/Makefile.am:
24105           Fix the build fixes.
24106
24107 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24108
24109         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
24110         (gst_ogg_demux_src_event), (_find_chain_seek),
24111         (gst_ogg_pad_push):
24112           Check for pad availability before using it.
24113         * ext/ogg/gstoggdemux.c: (_find_chain_process):
24114           Fix parsing of chained ogg. Needs more work on the decoder side.
24115
24116 2004-10-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24117
24118         * gst/spectrum/Makefile.am:
24119         * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
24120         (idle_func):
24121           Fix demo and reenable it. Yes, I'm currently playing with audio
24122           analysis tools
24123
24124 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24125
24126         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
24127           We love it if files that start at zero work too...
24128
24129 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24130
24131         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
24132           Handle files with missing EOS headers.
24133
24134 2004-10-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24135
24136         * gst/tcp/gsttcpserversink.c:
24137         (gst_tcpserversink_handle_server_read),
24138         (gst_tcpserversink_init_send):
24139         Zero some variables first (need for accept not to return EINVAL)
24140
24141 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24142
24143         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
24144         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
24145         * ext/theora/theoradec.c: (theora_dec_sink_convert),
24146         (theora_dec_chain):
24147         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
24148         (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
24149           Seeking and querying finetune.
24150
24151 2004-10-20  Thomas Vander Stichele  <thomas at apestaart dot org>
24152
24153         * configure.ac:
24154         * ext/Makefile.am:
24155         * ext/raw1394/Makefile.am:
24156           fix the build
24157
24158 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24159
24160         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
24161           Wrong return.
24162         * gst/playback/Makefile.am:
24163         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
24164         * gst/playback/gstplay-marshal.list:
24165         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
24166           Fix marshallers.
24167
24168 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24169
24170         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
24171           Silence.
24172
24173 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24174
24175         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
24176         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
24177         (gst_ogg_pad_push):
24178           Yay for non-lineair granulepos in theora.
24179
24180 2004-10-18  Wim Taymans  <wim@fluendo.com>
24181
24182         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
24183         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
24184         * ext/dv/gstdvdec.h:
24185         Make sure we renegotiate aspect ratio when the camera switches.
24186
24187 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24188
24189         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
24190         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
24191           Start at zero.
24192         * ext/theora/theoradec.c: (theora_dec_chain):
24193           Skip headers. Bad idea for chained ogg, but fixes seeking.
24194
24195 2004-10-18  Wim Taymans  <wim@fluendo.com>
24196
24197         * configure.ac:
24198         I swear, this is the last time I touch this.
24199
24200 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24201
24202         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
24203         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
24204         (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
24205           Faster seeking.
24206         * ext/theora/theoradec.c: (theora_dec_sink_convert):
24207           Time-to-default conversion.
24208         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
24209           Don't error on unknown packets, just skip. We should probably
24210           read them if we want to support chained ogg.
24211
24212 2004-10-18  Wim Taymans  <wim@fluendo.com>
24213
24214         * configure.ac:
24215         Added cdaudio to wrong list.
24216
24217 2004-10-18  Wim Taymans  <wim@fluendo.com>
24218
24219         * configure.ac:
24220         Revive cdaudio.
24221
24222 2004-10-18  Wim Taymans  <wim@fluendo.com>
24223
24224         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
24225         (gst_dvdec_video_link), (gst_dvdec_push):
24226         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
24227         (gst_smokeenc_resync), (gst_smokeenc_chain):
24228         Fix mimetype on smoke encoder.
24229         Add aspect ratio to dvdec. Not sure if these
24230         values are correct though....
24231
24232 2004-10-18  Wim Taymans  <wim@fluendo.com>
24233
24234         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
24235         Fix vorbis property descriptions and ranges.
24236
24237 2004-10-18  Wim Taymans  <wim@fluendo.com>
24238
24239         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
24240         Really do nothing when no data is available.
24241         Go to the playing state when the stream is not seekable
24242         instead of failing.
24243
24244 2004-10-18  Wim Taymans  <wim@fluendo.com>
24245
24246         * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
24247         (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
24248         (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
24249         (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
24250         (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
24251         Added uri handler for cd://
24252         Port to new API.
24253
24254 2004-10-18  Wim Taymans  <wim@fluendo.com>
24255
24256         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
24257         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
24258         (try_to_link_1), (no_more_pads), (close_link), (type_found):
24259         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
24260         (remove_prerolls), (unknown_type), (add_element_stream),
24261         (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
24262         (gst_play_base_bin_remove_element),
24263         (gst_play_base_bin_link_stream):
24264         * gst/playback/gstplaybin.c: (gen_video_element),
24265         (gen_vis_element), (remove_sinks), (setup_sinks):
24266         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
24267         (gst_stream_info_get_type), (gst_stream_info_class_init),
24268         (gst_stream_info_init), (gst_stream_info_new),
24269         (gst_stream_info_dispose), (stream_info_mute_pad),
24270         (gst_stream_info_set_property), (gst_stream_info_get_property):
24271         * gst/playback/gststreaminfo.h:
24272         Add sink padtemplate to decodebin.
24273         Added some more comments.
24274         Make queue size configurable in playbasebin.
24275         Added possibility to use elements as sinks (ex cdaudio).
24276
24277 2004-10-15  Wim Taymans  <wim@fluendo.com>
24278
24279         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
24280         (gst_speexenc_chain):
24281         Fix speex timestamps so that it gets muxed properly.
24282
24283 2004-10-15  Wim Taymans  <wim@fluendo.com>
24284
24285         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
24286         (gst_dv1394src_base_init), (gst_dv1394src_class_init),
24287         (gst_dv1394src_init), (gst_dv1394src_dispose),
24288         (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
24289         (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
24290         (gst_dv1394src_event), (gst_dv1394src_get_formats),
24291         (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
24292         (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
24293         (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
24294         (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
24295         * ext/raw1394/gstdv1394src.h:
24296         Added conversion/query functions.
24297         Update buffer timestamps,
24298         Added signals.
24299         Added uri dv:// so it might play from the firewire in playbin.
24300         Fix a possible leak.
24301         Added debugging.
24302
24303 2004-10-15  Wim Taymans  <wim@fluendo.com>
24304
24305         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
24306         (gst_dv1394src_init), (gst_dv1394src_set_property),
24307         (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
24308         (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
24309         * ext/raw1394/gstdv1394src.h:
24310         Added AV/C VTR control support needed for some cameras.
24311         Added automatic port detection.
24312         Added properties for selecting the channel.
24313         The configure.ac script is not yet updated to reflect the
24314         new libavc1394 and librom1394 dependencies.
24315
24316 2004-10-15  Wim Taymans  <wim@fluendo.com>
24317
24318         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
24319         (qtdemux_parse), (gst_qtdemux_handle_esds):
24320         An esds box is not a container.
24321         Fix parsing of mp4v boxes.
24322         Do not try to renegotiate fps for each frame. Need to
24323         find a better method. This should fix mp4 playback.
24324
24325 2004-10-14  David Schleef  <ds@schleef.org>
24326
24327         * configure.ac: update for swfdec-0.3 and liboil-0.2
24328         * ext/swfdec/gstswfdec.c: update for swfdec-0.3
24329         * ext/swfdec/gstswfdec.h: same
24330         * gst/videofilter/gstvideobalance.c: update for liboil-0.2
24331         * gst/videotestsrc/videotestsrc.c: same
24332
24333 2004-10-14  Wim Taymans  <wim@fluendo.com>
24334
24335         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
24336         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
24337         (is_sync_frame), (gst_multifdsink_new_client),
24338         (gst_multifdsink_handle_client_write),
24339         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
24340         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
24341         Turn warnings into info.
24342         Don't allow a state change in the streaming thread.
24343
24344 2004-10-14  Thomas Vander Stichele  <thomas at apestaart dot org>
24345
24346         * ext/vorbis/oggvorbisenc.c:
24347         * ext/vorbis/vorbisdec.c:
24348           fix template sample rate
24349
24350 2004-10-13  Wim Taymans  <wim@fluendo.com>
24351
24352         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
24353         Decoding the header first fixes some problems in resyncing
24354         in more mp3s.
24355
24356 2004-10-12  Wim Taymans  <wim@fluendo.com>
24357
24358         * gst/playback/gstplaybin.c: (gen_video_element),
24359         (gen_vis_element), (remove_sinks), (setup_sinks):
24360         Added vis plugin support, need to configure the vis
24361         element to activate it.
24362
24363 2004-10-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24364
24365         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
24366         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
24367           Some debug.
24368         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
24369         (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
24370         (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
24371         (gst_avi_demux_stream_index), (gst_avi_demux_skip),
24372         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
24373         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
24374         * gst/avi/gstavidemux.h:
24375           Support for openDML-2.0 indx/ix## chunks. Support for broken index
24376           recovery (where, if part of the index is broken, we will still read
24377           the rest of the index and recover the broken part by stream
24378           scanning). More broken media support. EOS workarounds. General AVI
24379           braindamage headache recovery. Aspirin included.
24380
24381 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24382
24383         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
24384         (cdparanoia_event), (cdparanoia_query):
24385           Get rid of hideous lead-in.
24386
24387 2004-10-11  Wim Taymans  <wim@fluendo.com>
24388
24389         * gst/playback/gstplaybasebin.c: (setup_source):
24390         Wrong var used to get g_list_next.
24391
24392 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24393
24394         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
24395         (cdparanoia_get), (cdparanoia_open):
24396           Report discid as metadata, add duration.
24397
24398 2004-10-11  Wim Taymans  <wim@fluendo.com>
24399
24400         * gst/playback/gstplaybasebin.c: (setup_source):
24401         Cleanup the previous pipeline a little earlier for the
24402         case that a source element provides raw data.
24403
24404 2004-10-11  Benjamin Otte  <otte@gnome.org>
24405
24406         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
24407           reset v1 tag offset when there is no v1 tag. Fixes id3demux always
24408           consuming the last 128 bytes, even though it was valid mp3 data.
24409
24410 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24411
24412         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
24413         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
24414         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
24415         Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
24416
24417 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24418
24419         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
24420         Fix for webcams that support only specific width or height
24421
24422 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
24423
24424         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24425
24426         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
24427           Fix wrong discont event setup (fixes #154967).
24428
24429 2004-10-09  Sebastien Cote  <sc5@hermes.usherb.ca>
24430
24431         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24432
24433         * gst/auparse/gstauparse.c: (gst_auparse_chain):
24434           Error out on invalid data (fixes #154807).
24435
24436 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
24437
24438         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24439
24440         * ext/dvdread/dvdreadsrc.c: (_read):
24441           Make titles > 0 work again (fixes #154834).
24442
24443 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24444
24445         * gst-libs/gst/riff/riff-media.c:
24446         (gst_riff_create_video_template_caps):
24447           WMV3 missing in template caps.
24448
24449 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24450
24451         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
24452           OK, so the original code was too strict. It makes random AVI files
24453           hang for seconds upon opening, which is unacceptable and is far
24454           beyond the original goal of getting multiple chunks for one-chunk
24455           sounc stream files. So now do just that.
24456
24457 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24458
24459         * gst/playback/gstplaybasebin.c: (setup_source),
24460         (gst_play_base_bin_change_state):
24461           Actually clean up streaminfo if output fails. This would trigger
24462           if, for example, there was no CD in the drive. No preroll, so
24463           a streaminfo structure is created, but the subsequent state change
24464           of the thread fails.
24465         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
24466           Don't change state if parent failed.
24467
24468 2004-10-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24469
24470         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
24471         (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
24472         (gen_video_element), (remove_sinks):
24473           Add small bits of code for screenshot handling.
24474
24475 2004-10-08  Wim Taymans  <wim@fluendo.com>
24476
24477         * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
24478         (gen_video_element), (gen_audio_element), (setup_sinks):
24479         Don't assume the user provided sinks are named "sink"...
24480
24481 2004-10-08  Wim Taymans  <wim@fluendo.com>
24482
24483         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
24484         (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
24485         (gst_play_base_bin_link_stream):
24486         Do not try to autoplug sources that generate raw streams like
24487         cdparanoia.
24488         disconnect the preroll overrun signal when we don't need it anymore.
24489
24490 2004-10-08  Milosz Derezynski  <internalerror.rez@fhtw-berlin.de>
24491
24492         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
24493         Added reworked patch from #154903 from milosz derezynski (deadchip).
24494
24495 2004-10-08  Wim Taymans  <wim@fluendo.com>
24496
24497         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
24498         (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
24499         (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
24500         (cdparanoia_convert), (cdparanoia_uri_get_type),
24501         (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
24502         (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
24503         * ext/cdparanoia/gstcdparanoia.h:
24504         This adds the cdda://<tracknum> uri.
24505
24506 2004-10-08  Wim Taymans  <wim@fluendo.com>
24507
24508         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
24509         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
24510         (try_to_link_1), (no_more_pads), (close_link), (type_found):
24511         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
24512         (unknown_type), (gst_play_base_bin_remove_element),
24513         (gst_play_base_bin_link_stream):
24514         * gst/playback/gstplaybasebin.h:
24515         * gst/playback/gstplaybin.c: (gst_play_bin_init),
24516         (gst_play_bin_set_property), (gen_video_element),
24517         (gen_audio_element), (setup_sinks):
24518         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
24519         (gst_stream_info_get_type), (gst_stream_info_class_init),
24520         (gst_stream_info_init), (gst_stream_info_new),
24521         (gst_stream_info_dispose), (stream_info_mute_pad),
24522         (gst_stream_info_set_property), (gst_stream_info_get_property):
24523         * gst/playback/gststreaminfo.h:
24524         Reuse the audio and video bins.
24525         Some internal cleanups in the stream selection code.
24526
24527 2004-10-08  Julien MOUTTE  <julien@moutte.net>
24528
24529         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
24530         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
24531         * sys/ximage/ximagesink.h:
24532         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
24533         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
24534         * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
24535         not coming from those elements. Moreover these elements should not keep
24536         the xid they have been given when in NULL state.
24537
24538 2004-10-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24539
24540         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
24541         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
24542         * sys/ximage/ximagesink.h:
24543         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
24544         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
24545         * sys/xvimage/xvimagesink.h:
24546           Actually only create a new toplevel window if we're not gonna
24547           embed it right after.
24548
24549 2004-10-07  Wim Taymans  <wim@fluendo.com>
24550
24551         * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
24552         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
24553         * gst/playback/gstplaybin.c: (setup_sinks):
24554         Implement muting/unmuting of streams, mute streams that are not
24555         used.
24556
24557 2004-10-07  Wim Taymans  <wim@fluendo.com>
24558
24559         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
24560         (plugin_init):
24561         Added lame audio/x-ac3 typefind function.
24562
24563 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
24564
24565         * configure.ac:
24566           bump nano to cvs
24567
24568 === release 0.8.5 ===
24569
24570 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
24571
24572         * NEWS:
24573         * RELEASE:
24574         * configure.ac:
24575           releasing 0.8.5, "Take You On"
24576
24577 2004-10-06  Wim Taymans  <wim@fluendo.com>
24578
24579         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
24580         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
24581         (no_more_pads), (close_link), (type_found):
24582         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
24583         * gst/playback/gstplaybin.c: (gen_video_element):
24584         Do not signal the no_more_pads after the first pad when
24585         we are plugging a non dynamic element with multiple
24586         output pads (like swfdec, dvdec, ...).
24587
24588 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
24589
24590         * configure.ac:
24591           bump for prerelease
24592
24593 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
24594
24595         * gst/wavparse/gstwavparse.c:
24596           add ATRAC3 to STATIC CAPS to fix a warning
24597
24598         * gst/matroska/ebml-read.c:
24599         * gst-libs/gst/riff/riff-read.c:
24600           fix typos
24601
24602 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
24603
24604         * gst-libs/gst/riff/riff-media.c:
24605           generate caps for ATRAC3 audio streams
24606
24607         * gst/realmedia/rmdemux.c:
24608           generate caps for ATRAC3 audio streams
24609
24610 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
24611
24612         * gst/wavparse/Makefile.am
24613         * gst/wavparse/riff.h
24614         * gst/wavparse/wavparse.vcproj
24615           riff.h removal (unused and duplication with riff-ids.h)
24616
24617 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
24618
24619         * gst/wavparse/gstwavparse.h
24620           remove duplicated defines for audio codec codes
24621
24622         * gst-libs/gst/riff/riff-ids.h
24623         * gst/wavenc/riff.h:
24624           add "4CC" code for ATRAC3 audio streams
24625           add "4CC" code for ITU_G721_ADPCM (unused for now)
24626
24627 2004-10-06  Wim Taymans  <wim@fluendo.com>
24628
24629         * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
24630         Actually _do_ negotiation. Pass gdouble as arg instead
24631         of guint64 for the framerate.
24632
24633 2004-10-06  Wim Taymans  <wim@fluendo.com>
24634
24635         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
24636         (find_compatibles), (close_pad_link), (try_to_link_1),
24637         (no_more_pads), (close_link), (type_found):
24638         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
24639         * gst/playback/gstplaybin.c: (gen_video_element),
24640         (gen_audio_element):
24641         Set state on newly added element to READY so that negotiation
24642         can happen ASAP.
24643         Addes some more debug info.
24644         Do not try to plug pads with multiple caps structures or ANY
24645         because it is too dangerous since we do not do dynamic
24646         replugging.
24647
24648 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
24649
24650         written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
24651
24652         * po/LINGUAS:
24653         * po/or.po:
24654           add Oriya translation
24655
24656 2004-10-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24657
24658         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
24659           Prevent overwrite of size member. Makes audio sound crappy.
24660
24661 2004-10-05  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
24662
24663         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
24664         Add rmvb to the list of known RealMedia extensions
24665
24666 2004-10-05  Wim Taymans  <wim@fluendo.com>
24667
24668         * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
24669         (mngdec_openstream), (mngdec_closestream),
24670         (mngdec_handle_sink_event), (mngdec_readdata),
24671         (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
24672         (mngdec_getcanvasline), (mngdec_refresh),
24673         (gst_mngdec_change_state):
24674         Set the framerate correctly.
24675
24676 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24677
24678         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
24679           There was something wrong with the index massaging.
24680
24681 2004-10-04  Wim Taymans  <wim@fluendo.com>
24682
24683         * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
24684         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
24685         (gst_smokedec_chain):
24686         * ext/jpeg/gstsmokedec.h:
24687         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
24688         (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
24689         * ext/jpeg/gstsmokeenc.h:
24690         * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
24691         (smokecodec_decode_new), (smokecodec_info_free),
24692         (smokecodec_set_quality), (smokecodec_get_quality),
24693         (smokecodec_set_threshold), (smokecodec_get_threshold),
24694         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
24695         (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
24696         (smokecodec_encode), (smokecodec_parse_id),
24697         (smokecodec_parse_header), (smokecodec_decode):
24698         * ext/jpeg/smokecodec.h:
24699         * ext/jpeg/smokeformat.h:
24700         Updated smoke, new bitstream, allows embedding in ogg.
24701
24702 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24703
24704         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
24705           Fix seeking in some files. All this code is no longer needed (and
24706           actually breaks stuff) because we now synchronize the full index
24707           right when reading the header.
24708
24709 2004-10-04  Wim Taymans  <wim@fluendo.com>
24710
24711         * configure.ac:
24712         configure update for libmng.
24713
24714 2004-10-04  Wim Taymans  <wim@fluendo.com>
24715
24716         * ext/libmng/Makefile.am:
24717         * ext/libmng/gstmng.c: (plugin_init):
24718         * ext/libmng/gstmng.h:
24719         * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
24720         (gst_mngdec_base_init), (gst_mngdec_class_init),
24721         (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
24722         (gst_mngdec_loop), (gst_mngdec_get_property),
24723         (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
24724         (mngdec_closestream), (mngdec_handle_sink_event),
24725         (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
24726         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
24727         (gst_mngdec_change_state):
24728         * ext/libmng/gstmngdec.h:
24729         * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
24730         (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
24731         (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
24732         (gst_mngenc_chain), (gst_mngenc_get_property),
24733         (gst_mngenc_set_property):
24734         * ext/libmng/gstmngenc.h:
24735         Added basic MNG decoder. Needs more work. The encoder does
24736         not work yet.
24737
24738 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24739
24740         * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
24741         (gst_rmdemux_loop), (gst_rmdemux_add_stream),
24742         (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
24743           Don't hang on length=0 chunks. Some negotiation fixes. Signal
24744           no-more-pads.
24745
24746 2004-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
24747
24748         * configure.ac:
24749           you need at least 1.0.4 of speex
24750
24751 2004-10-04 Iain <iaingnome@gmail.com>
24752
24753         * ext/speex/gstspeexdec.h: Revert the includes changes.
24754
24755         * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
24756
24757 2004-09-30 Iain <iaingnome@gmail.com>
24758
24759         * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
24760         found during init or set as a property instead of hardcoding /dev/audio
24761
24762 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24763
24764         * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
24765         (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
24766         (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
24767         (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
24768         (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
24769         (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
24770         (gst_rmdemux_dump_data):
24771           Use debug category, fix EOS handling. filesrc ! rmdemux now
24772           works.
24773
24774 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24775
24776         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
24777         (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
24778         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
24779           Improve allocation, cutting and sorting of the index. How takes a
24780           few seconds instead of minutes.
24781
24782 2004-10-03  Christophe Fergeau  <teuf@gnome.org>
24783
24784         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
24785           fixed compilation
24786
24787 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24788
24789         * gst-libs/gst/riff/riff-media.c:
24790         (gst_riff_create_video_caps_with_data),
24791         (gst_riff_create_video_template_caps):
24792           Add wing commander format mimetype/fourccs.
24793         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
24794           Don't crash if some value is 0.
24795
24796 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24797
24798         * gst-libs/gst/riff/riff-media.c:
24799         (gst_riff_create_video_caps_with_data),
24800         (gst_riff_create_video_template_caps):
24801           Add DIB fourcc (raw, palettized 8-bit RGB).
24802         * gst-libs/gst/riff/riff-read.c:
24803         (gst_riff_read_strf_vids_with_data):
24804           Oops, fix strf_data reading bug.
24805         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
24806           Use a non-NULL tag.
24807         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
24808           Time for hacks. Sorry Dave. At least one quicktime movie (a
24809           trailer) that I've encountered contains multiple video tracks.
24810           One of those is the actual video track, the other are one-frame
24811           tracks (images). Unfortunately, the number of frames according
24812           to the trak header is 1 for each, so that doesn't help. So
24813           instead, I look at the duration and discard tracks with a
24814           duration shorter than 20% of the length of the stream. Better
24815           than nothing.
24816
24817 2004-10-01  Christian Schaller <christian@fluendo.com>
24818
24819         * ext/ivorbis/vorbis.c:
24820           Patch from Phil Blundell (Bug 152341)
24821
24822 2004-10-01  Wim Taymans  <wim@fluendo.com>
24823
24824         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
24825         (speex_dec_get_formats), (speex_dec_convert),
24826         (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
24827         (speex_dec_chain), (gst_speexdec_get_property),
24828         (gst_speexdec_set_property):
24829         Small cleanups.
24830
24831 2004-10-01  Wim Taymans  <wim@fluendo.com>
24832
24833         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
24834         (gst_wavparse_stream_init), (gst_wavparse_fmt),
24835         (gst_wavparse_other), (gst_wavparse_loop),
24836         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
24837         (gst_wavparse_srcpad_event):
24838         * gst/wavparse/gstwavparse.h:
24839         Added some more debugging info.
24840         Fix the case where the length of the file is 0.
24841         Make sure we seek to sample borders.
24842
24843 2004-10-01  Wim Taymans  <wim@fluendo.com>
24844
24845         * gst/playback/README:
24846         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
24847         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
24848         (try_to_link_1), (no_more_pads), (close_link), (type_found):
24849         Add some debug info to decodebin, update README
24850
24851 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24852
24853         * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
24854           Don't use g_print(); use GST_DEBUG().
24855
24856 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24857
24858         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
24859         (gst_ogg_mux_queue_pads):
24860           Handle EOS properly.
24861
24862 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
24863
24864         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24865
24866         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
24867         (gst_faad_chain), (gst_faad_change_state):
24868         * ext/faad/gstfaad.h:
24869           Allow playback of raw (unframed) MPEG AAC files (#148993).
24870
24871 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
24872
24873         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24874
24875         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
24876           Throw error if we didn't recognize the stream. Fixes #152289.
24877
24878 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24879
24880         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
24881           Fix negotiation.
24882
24883 2004-10-01  Francis Labonte  <francis_labonte@hotmail.com>
24884
24885         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24886
24887         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
24888           Fix memleak.
24889
24890 2004-10-01  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
24891
24892         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24893
24894         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
24895           Solve #152805.
24896         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
24897           Solve 152806.
24898
24899 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24900
24901         * gst-libs/gst/riff/riff-media.c:
24902         (gst_riff_create_video_caps_with_data),
24903         (gst_riff_create_audio_caps_with_data):
24904           Add codec_data handling (like asfdemux used to do).
24905         * gst/asfdemux/gstasf.c: (plugin_init):
24906         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
24907         (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
24908           Use riff-media for caps creation instead of our own (mostly
24909           broken) copy of its functions.
24910
24911 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24912
24913         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
24914           Don't actually error out if we get another return value than
24915           -EINVAL. Opposite to what I first thought, drivers have random
24916           return values for this, although -EINVAL is the expected return
24917           value. Since this is not fatal, we shouldn't use
24918           GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
24919
24920 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24921
24922         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
24923         (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
24924         (dvdreadsrc_get_property), (_open), (_seek), (_read),
24925         (dvdreadsrc_get), (dvdreadsrc_open_file),
24926         (dvdreadsrc_change_state):
24927           Fix. Don't do one big huge loop around the whole DVD, that will
24928           cache all data and thus eat sizeof(dvd) (several GB) before we
24929           see something.
24930         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
24931           Actually NULL'ify event after using it.
24932         * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
24933         (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
24934         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
24935         (gst_ebml_read_seek), (gst_ebml_read_skip):
24936           Handle events.
24937         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
24938         (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
24939         (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
24940           Fix timing (this will probably break if I seek using menus, but
24941           I didn't get there yet). VOBs and normal DVDs should now work.
24942           Add a mpeg2-only pad with high rank so this get autoplugged for
24943           MPEG-2 movies.
24944         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
24945         (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
24946         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
24947         (gst_mpeg_demux_get_audio_stream),
24948         (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
24949         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
24950           Use this as second rank for MPEG-1 and MPEG-2. Still use this for
24951           MPEG-1 but use dvddemux for MPEG-2.
24952         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
24953         (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
24954         (gst_mpeg_parse_parse_packhead):
24955           Timing. Only add pad template if it exists. Add sink template from
24956           class and not from ourselves. This means we will always use the
24957           correct sink template even if it is not the one defined in this
24958           file.
24959
24960 2004-09-29  Wim Taymans  <wim@fluendo.com>
24961
24962         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
24963         (gst_mpeg_demux_parse_pes):
24964         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
24965         Fix playback of mpeg again, timestamps where screwed up by
24966         patch 1.61.
24967
24968 2004-09-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24969
24970         * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
24971           Only return true if we actually filled something in. Prevents
24972           player applications from showing a random length for flac files.
24973         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
24974         (gst_riff_read_use_event), (gst_riff_read_handle_event),
24975         (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
24976         (gst_riff_read_strf_vids_with_data),
24977         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
24978           OK, ok, so I implemented event handling. Apparently it's normal
24979           that we receive random events at random points without asking
24980           for it.
24981         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
24982         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
24983         (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
24984         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
24985         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
24986         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
24987         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
24988         * gst/avi/gstavidemux.h:
24989           Implement non-lineair chunk handling and subchunk processing.
24990           The first solves playback of AVI files where the audio and video
24991           data of individual buffers that we read are not synchronized.
24992           This should not happen according to the wonderful AVI specs, but
24993           of course it does happen in reality. It is also a prerequisite for
24994           the second. Subchunk processing allows us to cut chunks in small
24995           pieces and process each of these pieces separately. This is
24996           required because I've seen several AVI files with incredibly large
24997           audio chunks, even some files with only one audio chunk for the
24998           whole file. This allows for proper playback including seeking.
24999           This patch is supposed to fix all AVI A/V sync issues.
25000         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
25001         (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
25002           Work.
25003         * gst/modplug/gstmodplug.cc:
25004           Proper return value setting for the query() function.
25005         * gst/playback/gstplaybasebin.c: (setup_source):
25006           Being in non-playing state (after, e.g., EOS) is not necessarily
25007           a bad thing. Allow for that. This fixes playback of short files.
25008           They don't actually playback fully now, because the clock already
25009           runs. This means that small files (<500kB) with a small length
25010           (<2sec) will still not or barely play. Other files, such as mod
25011           or flx, will work correctly, however.
25012
25013 2004-09-28  Wim Taymans  <wim@fluendo.com>
25014
25015         * ext/speex/gstspeex.c: (plugin_init):
25016         * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
25017         (gst_speex_dec_class_init), (speex_dec_get_formats),
25018         (speex_get_event_masks), (speex_get_query_types),
25019         (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
25020         (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
25021         (gst_speexdec_get_property), (gst_speexdec_set_property),
25022         (speex_dec_change_state):
25023         * ext/speex/gstspeexdec.h:
25024         * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
25025         (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
25026         (gst_speexenc_base_init), (gst_speexenc_class_init),
25027         (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
25028         (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
25029         (gst_speexenc_src_query), (gst_speexenc_init),
25030         (gst_speexenc_get_tag_value), (comment_init), (comment_add),
25031         (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
25032         (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
25033         (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
25034         (gst_speexenc_chain), (gst_speexenc_get_property),
25035         (gst_speexenc_set_property), (gst_speexenc_change_state):
25036         * ext/speex/gstspeexenc.h:
25037         Rewrote speex encoder, make sure it can be embedded in ogg.
25038         Implemented speex decoder.
25039
25040 2004-09-28  Christian Schaller <christian@fluendo.com>
25041
25042         * configure.ac:
25043         Remove kioslave plugin. Markey is brewing a new working one
25044         * ext/Makefile.am: Remove kioslave plugin
25045         * ext/kio: remove
25046         * gst-plugins.spec.in: remove kio plugin from spec
25047
25048 2004-09-27  Wim Taymans  <wim@fluendo.com>
25049
25050         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
25051         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
25052         (is_sync_frame), (gst_multifdsink_client_queue_buffer),
25053         (gst_multifdsink_new_client),
25054         (gst_multifdsink_handle_client_write),
25055         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
25056         (gst_multifdsink_handle_clients):
25057         * gst/tcp/gstmultifdsink.h:
25058         Make syncing to keyframes actually work for new clients and lagging
25059         clients.
25060
25061 2004-09-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25062
25063         * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
25064         (gst_navigationtest_handle_src_event), (draw_box_planar411),
25065         (gst_navigationtest_planar411), (gst_navigationtest_change_state):
25066         * gst/debug/gstnavigationtest.h:
25067           make navigationtest display button-press and button-release events
25068
25069 2004-09-26 Iain <iaingnome@gmail.com>
25070
25071         * gst/interleave/interleave.c (all_channels_new_media): Checks if all
25072         the channels have received a new media event.
25073         (interleave_buffered_loop): Compresses a new media event on all
25074         channels into one.
25075
25076 2004-09-26 Iain <iaingnome@gmail.com>
25077
25078         * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
25079         call the sinkpad's default event handler and not the srcpads. He also
25080         says this is confusing :)
25081         (gst_wavenc_stop_file): Company says that seek events only go upstream
25082         we should send a discontinuous downstream instead.
25083
25084 2004-09-25  Christian Schaller <christian@fluendo.com>
25085
25086         * Update SPEC file to be usable in conjunction with Fedora Core,
25087           Fedora.us and freshrpms packages
25088         * Fix typo in multifilesrc test Makefile
25089
25090 2004-09-24  Wim Taymans  <wim@fluendo.com>
25091
25092         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
25093         Only signal the no_more_pads signal when we have
25094         added the stream to our list.
25095
25096 2004-09-24  Wim Taymans  <wim@fluendo.com>
25097
25098         * gst/playback/gstplaybasebin.c: (remove_prerolls),
25099         (new_decoded_pad):
25100         * gst/playback/gstplaybasebin.h:
25101         * gst/playback/gstplaybin.c: (setup_sinks):
25102         Don't try to preroll or decode more than one audio/video
25103         track.
25104
25105 2004-09-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25106
25107         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
25108           Throw error if we failed to find a suitable output. This should
25109           throw an error if we successfully set up a pipeline (e.g. because
25110           we recognized a media file) but found no decodable streams in it
25111           (e.g. because it contains only media stream types for which we
25112           have no decoders, or because it's not a media type).
25113
25114 2004-09-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25115
25116         * ext/dirac/Makefile.am:
25117         * ext/dirac/gstdirac.cc:
25118         * ext/dirac/gstdiracdec.cc:
25119         * ext/dirac/gstdiracdec.h:
25120           Do something. Don't actually know if this works because I don't
25121           have a demuxer yet.
25122         * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
25123           Add channels=1 to caps returned from _getcaps().
25124         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
25125         (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
25126         (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
25127         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
25128         (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
25129         (gst_ogm_parse_change_state):
25130           Separate between audio/video so ogmaudioparse actually uses the
25131           audio pad templates. Both audio and video work now, including
25132           autoplugging. Also use sometimes-srcpad hack.
25133         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
25134           Handle events better. Don't hang on infinite loops.
25135         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
25136         (gst_avi_demux_init), (gst_avi_demux_reset),
25137         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
25138         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
25139         (gst_avi_demux_change_state):
25140         * gst/avi/gstavidemux.h:
25141           Improve A/V sync. Still not perfect.
25142         * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
25143         (gst_ebml_read_skip):
25144           Handle events better.
25145         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
25146         (gst_qtdemux_loop_header), (qtdemux_parse_trak),
25147         (qtdemux_audio_caps):
25148           Add IMA4. Improve event handling. Save offset after a seek when
25149           the headers are at the end of the file so that we don't end up in
25150           an infinite loop.
25151         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
25152           Add low-priority typefind support for files with no length.
25153
25154 2004-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
25155
25156         * testsuite/multifilesink/Makefile.am:
25157         fix typo
25158
25159 2004-09-22  Julien MOUTTE  <julien@moutte.net>
25160
25161         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
25162         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
25163         mistakes from thaytan's patches.
25164
25165 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
25166
25167         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
25168           For completeness, XSync in the destroy function as xvimage does.
25169
25170 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
25171
25172         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
25173            Correct caps negotiation
25174         * gst/volume/gstvolume.c: (volume_chain_float),
25175         (volume_chain_int16):
25176            Modify debug output to be little more informative
25177         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
25178         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
25179         (gst_xvimagesink_xvimage_destroy):
25180           Add XSync calls after detaching from the shared memory segment to
25181           avoid a crash.
25182
25183 2004-09-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
25184
25185         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
25186         (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
25187         * ext/vorbis/vorbis.c: (plugin_init):
25188         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
25189         (gst_vorbisenc_chain):
25190         * ext/vorbis/vorbisenc.h:
25191         remove explicit newmedia support from oggmux and vorbisenc
25192         add debug category to vorbisenc
25193         * gst/multifilesink/gstmultifilesink.c:
25194         (gst_multifilesink_class_init), (gst_multifilesink_init),
25195         (gst_multifilesink_dispose), (gst_multifilesink_set_location),
25196         (gst_multifilesink_set_property), (gst_multifilesink_next_file),
25197         (gst_multifilesink_handle_event), (gst_multifilesink_chain),
25198         (plugin_init):
25199         * gst/multifilesink/gstmultifilesink.h:
25200         add support for streamheader in multifilesink
25201
25202 2004-09-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25203
25204         * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
25205         (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
25206         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
25207           Prevent infinite loops. More correct error reporting.
25208         * gst/auparse/gstauparse.c: (gst_auparse_chain):
25209           Error out if negotiation fails.
25210         * gst/playback/gstplaybasebin.c: (setup_source),
25211         (gst_play_base_bin_change_state), (gst_play_base_bin_error),
25212         (gst_play_base_bin_found_tag):
25213           Error/tag forwarding. Pre-roll fixes for source errors on state
25214           changes (e.g. "file does not exist") to prevent hangs.
25215
25216 2004-09-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
25217
25218         * testsuite/multifilesink/Makefile.am:
25219         * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
25220         (gst_newmedia_class_init), (gst_newmedia_init),
25221         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
25222         (newfile_signal), (test_signal), (main):
25223         * testsuite/multifilesink/multifilesrc_test.c: (main):
25224         * testsuite/multifilesink/oggtheora_test.c:
25225         (gst_newmedia_base_init), (gst_newmedia_class_init),
25226         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
25227         (test_format), (newfile_signal), (test_signal), (main):
25228         * testsuite/multifilesink/oggvorbis_test.c:
25229         (gst_newmedia_base_init), (gst_newmedia_class_init),
25230         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
25231         (test_format), (newfile_signal), (test_signal), (main):
25232         * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
25233         (gst_newmedia_class_init), (gst_newmedia_init),
25234         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
25235         (newfile_signal), (test_signal), (main):
25236         New media tests
25237
25238 2004-09-20  Christian Schaller <christian@fluendo.com>
25239
25240         * Fix mikmod license to LGPL as they have relicensed
25241         * Move Dirac and Effectv into LGPL section of README_license
25242
25243 2004-09-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25244
25245         * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
25246         (gst_mad_change_state):
25247           Allow for mp3 rate/channels changes. However, only very
25248           conservatively. Reason that we *have* to enable this is smiply
25249           because the mad find_sync() function is not good enough, it will
25250           regularly sync on random data as valid frames and therefore make
25251           us provide random caps as *final* caps of the stream. The best fix
25252           I could think of is to simply require several of the same stream
25253           changes in a row before we change caps.
25254           The actual testcase that works now is #
25255         * ext/ogg/Makefile.am:
25256         * ext/ogg/gstogg.c: (plugin_init):
25257         * ext/ogg/gstogmparse.c:
25258           OGM support (video only for now; I need an audio sample file).
25259         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
25260         (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
25261         (gst_asf_demux_add_video_stream):
25262           WMV extradata.
25263         * gst/playback/gstplaybasebin.c: (unknown_type):
25264           Don't error out on single unknown-types after all. It's wrong.
25265           If we found type of video and audio but not of a subtitle stream,
25266           it will still error out (which is unwanted). Will find a better fix
25267           later on.
25268         * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
25269         (ogmaudio_type_find), (plugin_init):
25270           OGM support.
25271
25272 2004-09-20  Johan Dahlin  <johan@gnome.org>
25273
25274         * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
25275         after setting caps.
25276
25277 2004-09-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
25278
25279         * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
25280         * gst/wavenc/gstwavenc.h:
25281         Added newmedia support to wavenc
25282
25283 2004-09-17  Wim Taymans  <wim@fluendo.com>
25284
25285         * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
25286         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
25287         (gst_fdset_fd_can_write), (gst_fdset_wait):
25288         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
25289         (gst_multifdsink_init), (gst_multifdsink_add),
25290         (gst_multifdsink_remove), (gst_multifdsink_get_stats),
25291         (gst_multifdsink_remove_client_link),
25292         (gst_multifdsink_client_queue_buffer),
25293         (gst_multifdsink_handle_client_write),
25294         (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
25295         (gst_multifdsink_close), (gst_multifdsink_change_state):
25296         * gst/tcp/gstmultifdsink.h:
25297         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
25298         (gst_tcpserversink_removed):
25299         Small cleanups in fdset.c
25300         Use a hastable to map fd to the client structure for faster
25301         lookup in _remove and get_stats.
25302         Added virtual function to close the fds.
25303         Handle clients even when the select/poll call was unblocked because
25304         of a command.
25305         Implement syncing to keyframe in the recovery procedure.
25306
25307 2004-09-16 Iain <iaingnome@gmail.com>
25308
25309         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
25310         try caps.
25311
25312 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25313
25314         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
25315           Caps are only set if the type of the stream is unknown, but this
25316           is initialized in ->init_stream(), so set to UNKNOWN after calling
25317           ->init_stream() so that capsnego starts.
25318
25319 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25320
25321         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
25322         (gst_avi_demux_stream_data):
25323           Just hardcode for raw audio then. AVI audio sucks.
25324
25325 2004-09-15  Arwed v. Merkatz  <v.merkatz@gmx.net>
25326
25327         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
25328         * gst/matroska/matroska-mux.c: (audiosink_templ),
25329         (gst_matroska_mux_audio_pad_link):
25330         * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
25331         Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
25332
25333 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25334
25335         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
25336         (gst_avi_demux_stream_data):
25337           Try to fix a/v sync issues.
25338
25339 2004-09-15  David Schleef  <ds@schleef.org>
25340
25341         * configure.ac: remove NASM check, since we don't use it.  Update
25342         dirac check to 0.4
25343         * ext/dirac/gstdiracdec.cc: update to current 0.4 API
25344         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
25345         Initialized variables.
25346         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
25347         (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
25348         (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
25349         SVQ3 format
25350
25351 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25352
25353         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
25354         (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
25355         * gst/avi/gstavidemux.h:
25356           Fix for compressed audio (mp3) timestamp generation. How did this
25357           ever work?
25358
25359 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25360
25361         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
25362           Volume is a double not a float.
25363
25364 2004-09-15  Wim Taymans  <wim@fluendo.com>
25365
25366         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
25367         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
25368         Don't close the fd in multifdsink as we didn't open it in the
25369         first place. Some cleanups.
25370
25371 2004-09-15  Wim Taymans  <wim@fluendo.com>
25372
25373         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
25374         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
25375         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
25376         Fix the case where the muxer would mark pages as delta
25377         frames when they are not (vorbis only ogg).
25378
25379 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25380
25381         * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
25382         (gst_play_base_bin_change_state):
25383           Handle the case where we failed to setup a clear pipeline. This
25384           will throw an error (or EOS, another nice case) and if you don't
25385           catch that, the app will wait for the signal forever (and thus
25386           hang).
25387
25388 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25389
25390         * ext/gnomevfs/gstgnomevfssink.c:
25391         (gst_gnomevfssink_uri_get_protocols):
25392         * ext/gnomevfs/gstgnomevfssrc.c:
25393         (gst_gnomevfssrc_uri_get_protocols):
25394         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
25395         * ext/gnomevfs/gstgnomevfsuri.h:
25396           Use _uri_new() instead of _open(), so it doesn't take as long and
25397           Christophe's computer won't hang.
25398         * gst/playback/gstplaybasebin.c: (unknown_type):
25399           Throw error on unknown media type, so apps actually display it.
25400
25401 2004-09-14  Brian Cameron  <brian.cameron@sun.com
25402
25403         * tools/gst-launch-ext-m.m:  Changed ~ to $ENV{HOME} to allow
25404           this script to work on Solaris since bash shell handles echo
25405           differenly than bash.
25406
25407 2004-09-17  Wim Taymans  <wim@fluendo.com>
25408
25409         * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
25410         (setup_source), (gst_play_base_bin_set_property),
25411         (gst_play_base_bin_add_element):
25412         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
25413         Some more work on making sure seeking pauses the pipeline and
25414         that changing the uri actually does something.
25415
25416 2004-09-17  Wim Taymans  <wim@fluendo.com>
25417
25418         * gst/tcp/gstfdset.c: (gst_fdset_wait):
25419         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
25420         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
25421         (gst_tcpserversink_close):
25422         Be a bit more paranoid when freeing memory.
25423
25424 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25425
25426         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
25427         (qtdemux_parse_trak):
25428           Don't crash by dividing by zero (see sample movie in #126922).
25429
25430 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25431
25432         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
25433           Don't touch non-existing data (fixes crash on file in #140147).
25434
25435 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25436
25437         * gst/playback/gstplaybasebin.c:
25438         (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
25439           Handle double disposals, and proper change of URIs.
25440
25441 2004-09-13  Martin Eikermann <meiker@upb.de>
25442
25443         * gst/mpegstream/gstmpegparse.c:
25444           fix synchronistation for streams recorded from digital PCR
25445           fixes bug #119376
25446
25447 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25448
25449         * ext/gnomevfs/Makefile.am:
25450         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
25451         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
25452         (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
25453         (gst_gnomevfssink_uri_get_type),
25454         (gst_gnomevfssink_uri_get_protocols),
25455         (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
25456         (gst_gnomevfssink_uri_handler_init),
25457         (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
25458         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
25459         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
25460         (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
25461         (gst_gnomevfssrc_uri_get_type),
25462         (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
25463         (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
25464         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
25465         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
25466         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
25467         * ext/gnomevfs/gstgnomevfsuri.h:
25468           Add URI support to Gnome-VFS plugins. Tries to load a fixed list
25469           of fake URIs to see which this version of Gnome-VFS likes, and
25470           uses that for the Gst-URI interface. Makes playbin support http://
25471           streams. Also fix up some stupid behaviour in gnomevfssrc.
25472
25473 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25474
25475         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
25476         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
25477         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
25478         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
25479           Update mixer (to sync with other sessions) if we try to obtain
25480           a new value. This makes alsamixer work accross applications.
25481         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
25482           Only call sync functions if we're running, else alsalib asserts.
25483         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
25484           Sometimes fails to compile. Possibly a gcc bug.
25485         * gst/playback/gstplaybin.c: (gen_video_element),
25486         (gen_audio_element):
25487           Add a reference to an application-provided object, because we lose
25488           this same reference if we add it to the bin. If we don't do this,
25489           we can only use this object once and thus crash if we go from
25490           ready to playing, back to ready and back to playing again.
25491           Also add an audioscale element because several cheap soundcards -
25492           like mine - don't support all samplerates.
25493         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
25494         (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
25495           Fix wrong order or PAR calls. Makes automatically obtained PAR
25496           from the X server atually being used.
25497
25498 2004-09-12  David Schleef  <ds@schleef.org>
25499
25500         Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
25501         #151887, #152102, #152247.
25502         * examples/indexing/indexmpeg.c: 64-bit warning fixes.
25503         * examples/seeking/cdparanoia.c: same
25504         * examples/seeking/cdplayer.c: same
25505         * examples/seeking/seek.c: same
25506         * examples/seeking/spider_seek.c: same
25507         * examples/seeking/vorbisfile.c: same
25508         * examples/stats/mp2ogg.c: same
25509         * ext/esd/esdsink.c: (gst_esdsink_class_init),
25510         (gst_esdsink_dispose): Dispose of element properly.
25511         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
25512         fixes.
25513         * ext/nas/nassink.c: (gst_nassink_class_init),
25514         (gst_nassink_dispose): Dispose of element correctly.
25515         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
25516         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
25517         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
25518         Fix 64-bit warning.
25519         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
25520         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
25521         Fix 64-bit warning.
25522
25523 2004-09-12  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
25524
25525         * configure.ac : change speex detection as 1.1.6 now uses
25526           .pc/pkg-config and they changed their headers location.
25527
25528 2004-09-09  Arwed v. Merkatz  <v.merkatz@gmx.net>
25529
25530         * gst/matroska/matroska-mux.h:
25531         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
25532         (gst_matroska_mux_start), (gst_matroska_mux_finish),
25533         (gst_matroska_mux_write_data):
25534           Write multiple blocks/frames per cluster.
25535                 Write meta-seek information (seek heads).
25536
25537 2004-09-09  Scott Wheeler <wheeler@kde.org>
25538
25539         * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
25540         (gst_play_bin_set_property), (gst_play_bin_get_property),
25541         (gen_audio_element), (gen_audio_element):
25542           Add a volume element / property to the pipeline.
25543
25544 2004-09-07  Wim Taymans  <wim@fluendo.com>
25545
25546         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
25547         Copy timestamps from the master pad to the output buffers.
25548
25549 2004-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
25550
25551         * ext/raw1394/gstdv1394src.c:
25552           throw errors when applicable
25553
25554 2004-09-01  Arwed v. Merkatz  <v.merkatz@gmx.net>
25555
25556         * gst/matroska/ebml-ids.h:
25557         * gst/matroska/ebml-read.c: (gst_ebml_read_date):
25558         * gst/matroska/ebml-write.c: (gst_ebml_write_date):
25559         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
25560           automatically convert unix time <-> ebml time when reading/writing
25561           a date, use gst_ebml_write_uint to write CUETIME,
25562           not gst_ebml_write_date.
25563         * gst/matroska/matroska-ids.h:
25564         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
25565         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
25566         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
25567         (gst_matroska_mux_write_data):
25568           Write track and segment UIDs, write muxing date, write
25569           TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
25570           Create cues for audio only files.
25571
25572 2004-08-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25573
25574         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
25575         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
25576           Re-commit ALSA switches.
25577         * gst/adder/gstadder.c: (gst_adder_loop):
25578           64-bit fix (#151416).
25579         * gst/debug/progressreport.c: (gst_progressreport_report):
25580           64-bit fix (#151419).
25581         * gst/matroska/matroska-demux.c:
25582         (gst_matroska_demux_parse_contents):
25583           64-bit fix (#151420).
25584         * gst/playback/test3.c: (update_scale):
25585           64-bit fix (#151421).
25586
25587 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
25588
25589         * configure.ac:
25590           bump nano to cvs
25591
25592 === release 0.8.4 ===
25593
25594 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
25595
25596         * configure.ac: releasing 0.8.4, "Alias"
25597
25598 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
25599
25600         * ext/theora/Makefile.am:
25601           fix makefile.  Fixes #151462.
25602
25603 2004-08-30  Wim Taymans  <wim@fluendo.com>
25604
25605         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
25606         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
25607         (gst_multifdsink_remove_client_link),
25608         (gst_multifdsink_client_queue_buffer),
25609         (gst_multifdsink_handle_client_write):
25610         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
25611         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
25612         Fix some memory leaks.
25613
25614 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
25615
25616         Patch by: David Schleef
25617
25618         * configure.ac:
25619         * sys/Makefile.am:
25620           rename our detection macro for V4L2.  Fixes #151236.
25621
25622 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
25623
25624         Patch by: David Schleef
25625
25626         * configure.ac:
25627           check to define LAMEPRESET.  Fixes #151232.
25628
25629 2004-08-27  David Schleef  <ds@schleef.org>
25630
25631         * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
25632         (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
25633         (gst_glimagesink_fixate):  Move local variable declarations to
25634         make gcc-2.95 happy.
25635
25636 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
25637
25638         * configure.ac:
25639           bump nano for prerelease
25640
25641 2004-08-27  David Schleef  <ds@schleef.org>
25642
25643         * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
25644         * sys/sunaudio/gstsunaudiosrc.c:
25645         * sys/sunaudio/gstsunaudiosrc.h:
25646
25647 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
25648
25649         * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
25650         handle EOS correctly
25651         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
25652         * gst/matroska/matroska-mux.h:
25653         added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
25654         VFW compatibility mode
25655
25656 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
25657
25658         patch by: Zaheer Abbas Merali
25659
25660         * ext/ogg/gstoggmux.c:
25661         * ext/vorbis/vorbisenc.c:
25662         * ext/vorbis/vorbisenc.h:
25663           handle NEWMEDIA
25664
25665 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
25666
25667         * gst/matroska/ebml-write.c: (gst_ebml_write_float),
25668         fix byte order reversion on little endian machines.
25669         * gst/matroska/matroska-mux.c: (audiosink_templ),
25670         (gst_matroska_mux_audio_pad_link):
25671         add TTA codec to the list of supported codecs.
25672         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
25673         (gst_matroska_mux_start), (gst_matroska_mux_finish),
25674         (gst_matroska_mux_write_data):
25675         * gst/matroska/matroska-mux.h:
25676         write segment duration correctly, write muxing app string, fixes bugs
25677         #140897 and #140898.
25678         * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
25679         wait for all pads to be negotiated before starting to mux.
25680
25681 2004-08-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
25682
25683         * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
25684         * ext/lame/gstlame.h:
25685         Added new media support to lame
25686
25687 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
25688
25689         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
25690         send vorbis headers at the beginning of a stream, fixes bug #141554.
25691         Interpret BLOCKDURATION and set buffer duration accordingly, fixes
25692         bug #148950.
25693         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
25694         (gst_matroska_demux_plugin_init):
25695         * gst/matroska/matroska-ids.h:
25696         enable demuxing of TTA audio streams, fixes bug #148951.
25697         * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
25698         enable typefinding for TTA audio files, fixes bug #148711.
25699         * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
25700         set XVID_LOWDELAY flag for decoding so xvid always returns an image,
25701         fixes playback of packed bitstream and xvid with bframes, bug #135407.
25702
25703 2004-08-24  Sebastien Cote  <sc5@hermes.usherb.ca>
25704
25705         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
25706         (gst_riff_read_element_data), (gst_riff_read_seek),
25707         (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
25708         #144616, patch reviewed by Ronald and committed by Christophe Fergeau
25709         <teuf@gnome.org>
25710
25711 2004-08-23 Iain <iaingnome@gmail.com>
25712
25713         * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
25714         tags. They appear to be handled differently to normal.
25715         (tag_list_to_id3_tag_foreach): Ditto.
25716
25717 2004-08-22  Wim Taymans  <wim@fluendo.com>
25718
25719         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
25720         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
25721         Make sure we never send -1 granulepos.
25722
25723 2004-08-20  Wim Taymans  <wim@fluendo.com>
25724
25725         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
25726         (gst_ogg_mux_loop):
25727         I will accept bitchslappings with non sharp objects.
25728
25729 2004-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
25730
25731         * configure.ac:
25732         Clean up the test for lame presets
25733
25734 2004-08-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
25735
25736         * configure.ac:
25737         * ext/lame/Makefile.am:
25738         * ext/lame/gstlame.c: (gst_lame_class_init),
25739         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
25740         Only enable lame presets if version of lame has presets in API
25741
25742 2004-08-19  Jan Schmidt  <thaytan@mad.scientist.com>
25743         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
25744         * gst/udp/gstudpsrc.h:
25745           Don't call gst_pad_push in a get function. Fixes #150449
25746
25747 2004-08-18  Wim Taymans  <wim@fluendo.com>
25748
25749         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
25750         (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
25751         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
25752         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
25753         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
25754         (gst_fdset_wait):
25755         * gst/tcp/gstfdset.h:
25756         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
25757         (gst_multifdsink_client_queue_buffer),
25758         (gst_multifdsink_handle_client_write):
25759         * gst/tcp/gstmultifdsink.h:
25760         Some extra checks in gstfdset.
25761         Only use send() when the fd is a socket. Don't try to
25762         read from write only fds.
25763
25764 2004-08-18  Wim Taymans  <wim@fluendo.com>
25765
25766         * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
25767         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
25768         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
25769         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
25770         (gst_fdset_wait):
25771         Add more locking and bounds checking.
25772
25773 2004-08-18  Wim Taymans  <wim@fluendo.com>
25774
25775         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
25776         Realloc test fdset in the lock and right before starting
25777         the poll call. Bump the limit to 4096.
25778
25779 2004-08-17  David Schleef  <ds@schleef.org>
25780
25781         * sys/sunaudio/Makefile.am:
25782         * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
25783         of rates and channels.  Make debugging less obnoxious.
25784
25785         Patch from Balamurali Viswanathan implementing a mixer for
25786         Sun audio.  (bug #144091):
25787         * sys/sunaudio/gstsunelement.c:
25788         * sys/sunaudio/gstsunelement.h:
25789         * sys/sunaudio/gstsunmixer.c:
25790         * sys/sunaudio/gstsunmixer.h:
25791
25792 2004-08-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
25793
25794         * gst/audioscale/gstaudioscale.c:
25795         * gst/audioscale/gstaudioscale.h:
25796         made audioscale resample from any sample rate to any sample rate
25797
25798 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
25799
25800         * ext/libpng/gstpngdec.c:
25801           error out on unsupported types
25802
25803 2004-08-17  Iain <iaingnome@gmail.com>
25804
25805         * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
25806         mid_side and loose_mid_side properties if its a stereo stream.
25807
25808 2004-08-17  Wim Taymans  <wim@fluendo.com>
25809
25810         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
25811         (theora_get_formats), (theora_dec_src_convert),
25812         (theora_dec_sink_convert), (theora_dec_src_query),
25813         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
25814         Add a debug line.
25815
25816 2004-08-17  Wim Taymans  <wim@fluendo.com>
25817
25818         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
25819         (gst_ogg_pad_push):
25820         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
25821         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
25822         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
25823         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
25824         Mark delta units in the muxer.
25825         Try to decode the packet after an out-of-sync error from
25826         libogg.
25827
25828 2004-08-17  Wim Taymans  <wim@fluendo.com>
25829
25830         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
25831         (gst_multifdsink_init), (gst_multifdsink_add),
25832         (gst_multifdsink_client_queue_buffer),
25833         (gst_multifdsink_set_property), (gst_multifdsink_get_property):
25834         * gst/tcp/gstmultifdsink.h:
25835         Added option to send a keyframe to clients as the first buffer.
25836         Make timeout property writable.
25837
25838 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
25839
25840         patch by: Wim Taymans
25841
25842         * gst/tcp/gstfdset.c:
25843         * gst/tcp/gstmultifdsink.c:
25844           fix index comparison, should include 0
25845
25846 2004-08-16  Wim Taymans  <wim@fluendo.com>
25847
25848         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
25849         (gst_fdset_add_fd), (gst_fdset_remove_fd),
25850         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
25851         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
25852         (gst_fdset_wait):
25853           copy when reallocing for poll so the select arguments don't get
25854           changed during the call
25855
25856 2004-08-16  Wim Taymans  <wim@fluendo.com>
25857
25858         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
25859         (gst_theora_enc_class_init), (theora_enc_sink_link),
25860         (theora_buffer_from_packet), (theora_enc_chain):
25861         Fix bug where buffers were not marked as keyframes
25862         correctly.
25863
25864 2004-08-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
25865
25866         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
25867         (gst_lame_preset_get_type), (gst_lame_class_init):
25868         describe the enum values for vbr mode and presets more verbosely
25869
25870 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
25871
25872         * ext/lame/gstlame.c: (gst_lame_mode_get_type),
25873         (gst_lame_quality_get_type), (gst_lame_padding_get_type),
25874         (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
25875         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
25876         * ext/lame/gstlame.h:
25877         add preset property to lame so it can use lame presets
25878
25879 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
25880
25881         * ext/lame/gstlame.c: (gst_lame_get_property):
25882         whoops forgot break, thanks teuf
25883
25884 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
25885
25886         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
25887         (gst_lame_class_init), (gst_lame_src_getcaps),
25888         (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
25889         (gst_lame_get_property), (gst_lame_setup):
25890         * ext/lame/gstlame.h:
25891         fix lame's broken vbr stuff, allow it to resample if need be, and also
25892         make xing header optional
25893
25894 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
25895
25896         * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
25897         added getcaps function so samplerate doesnt get fixated to silly values
25898
25899 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
25900
25901         * ext/lame/gstlame.c: (gst_lame_src_link):
25902         revert previous fix
25903
25904 2004-08-12  Johan Dahlin  <johan@gnome.org>
25905
25906         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
25907         checks. Doesn't matter what state we are in. Interfaces are a
25908         compile time thing, not runtime. It also broke the python bindings.
25909
25910 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
25911
25912         * ext/lame/gstlame.c: (gst_lame_src_link):
25913         made source pad link function check if sinkpad is ok..fixes the problem
25914         where core fixates the output rate of lame stupidly
25915
25916 2004-08-12  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
25917
25918         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
25919         * sys/v4l/v4l_calls.c:
25920         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
25921           fix fixate function to handle nonsimple caps.
25922           remove bogus check in _link
25923           cleanups
25924
25925 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
25926
25927         * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
25928         set default compression ratio parameter to 0.0 so bitrate parameter
25929         works :)
25930
25931 2004-08-11  David Schleef  <ds@schleef.org>
25932
25933         * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
25934
25935 2004-08-11  David Schleef  <ds@schleef.org>
25936
25937         * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
25938         before.
25939
25940 2004-08-11  David Schleef  <ds@schleef.org>
25941
25942         * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
25943
25944 2004-08-11  David Schleef  <ds@schleef.org>
25945
25946         * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
25947           license field
25948         * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
25949         * gst-libs/gst/video/gstvideosink.c: Change copyright block to
25950           LGPL.
25951         * gst/auparse/gstauparse.c: Fix plugin license field.
25952         * gst/monoscope/gstmonoscope.c: Fix plugin license field.
25953         * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
25954         * gst/rtp/gstrtp.c: Fix plugin license field.
25955
25956 2004-08-11  Wim Taymans  <wim@fluendo.com>
25957
25958         * gst/tcp/Makefile.am:
25959         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
25960         (ensure_size), (gst_fdset_new), (gst_fdset_free),
25961         (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
25962         (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
25963         (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
25964         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
25965         (gst_fdset_fd_can_write), (gst_fdset_wait):
25966         * gst/tcp/gstfdset.h:
25967         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
25968         (gst_multifdsink_class_init), (gst_multifdsink_init),
25969         (gst_multifdsink_add), (gst_multifdsink_remove),
25970         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
25971         (gst_multifdsink_remove_client_link),
25972         (gst_multifdsink_handle_client_read),
25973         (gst_multifdsink_client_queue_data),
25974         (gst_multifdsink_client_queue_caps),
25975         (gst_multifdsink_client_queue_buffer),
25976         (gst_multifdsink_handle_client_write),
25977         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
25978         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
25979         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
25980         (gst_multifdsink_close):
25981         * gst/tcp/gstmultifdsink.h:
25982         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
25983         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
25984         (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
25985         (gst_tcpserversink_close):
25986         * gst/tcp/gsttcpserversink.h:
25987         Abstracted away the select call, implemented poll (yes we ran into
25988         the 1024 limit in production).
25989
25990 2004-08-11  Thomas Vander Stichele  <thomas at apestaart dot org>
25991
25992         * gst/tcp/gsttcp.c:
25993         * gst/tcp/gsttcpplugin.c:
25994           improve debuggging, remove assert
25995
25996 2004-08-10  Wim Taymans  <wim@fluendo.com>
25997
25998         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
25999         (gst_client_status_get_type), (gst_multifdsink_class_init),
26000         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
26001         (gst_multifdsink_handle_client_read),
26002         (gst_multifdsink_handle_client_write),
26003         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
26004         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
26005         (gst_multifdsink_get_property):
26006         * gst/tcp/gstmultifdsink.h:
26007         * gst/tcp/gsttcp-marshal.list:
26008         Starting to prepare for specifying buffer time in other units
26009         than buffers. Expose remove reason in signal.
26010
26011 2004-08-10  Wim Taymans  <wim@fluendo.com>
26012
26013         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
26014         (gst_multifdsink_remove), (gst_multifdsink_clear),
26015         (gst_multifdsink_remove_client_link),
26016         (gst_multifdsink_handle_client_read),
26017         (gst_multifdsink_client_queue_data),
26018         (gst_multifdsink_client_queue_buffer),
26019         (gst_multifdsink_handle_client_write),
26020         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
26021         (gst_multifdsink_chain), (gst_multifdsink_close):
26022         * gst/tcp/gstmultifdsink.h:
26023         Added more debugging info. Changed the way clients are
26024         removed from the lists. Fixed a bug where a bad file descriptor
26025         could cause many clients to be removed.
26026
26027 2004-08-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26028
26029         * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
26030           allow all pixel-aspect-ratios, not just 1:1
26031
26032 2004-08-09  David Schleef  <ds@schleef.org>
26033
26034         * sys/glsink/ARB_multitexture.h:  Remove old files.
26035         * sys/glsink/EXT_paletted_texture.h:
26036         * sys/glsink/NV_register_combiners.h:
26037         * sys/glsink/gstgl_nvimage.c:
26038         * sys/glsink/gstgl_pdrimage.c:
26039         * sys/glsink/gstgl_rgbimage.c:
26040         * sys/glsink/gstglsink.c:
26041         * sys/glsink/gstglsink.h:
26042         * sys/glsink/gstglxwindow.c:
26043         * sys/glsink/regcomb_yuvrgb.c:
26044
26045 2004-08-09  David Schleef  <ds@schleef.org>
26046
26047         Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
26048         GL sink plugin.  (Bug #147302)
26049
26050         * configure.ac: Test for OpenGL
26051         * sys/Makefile.am: Use test for OpenGL
26052         * sys/glsink/Makefile.am:
26053         * sys/glsink/glimagesink.c: rewrite
26054         * sys/glsink/glimagesink.h: rewrite
26055
26056 2004-08-09  David Schleef  <ds@schleef.org>
26057
26058         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init):  Only allow
26059         sane framerates.
26060         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
26061         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
26062         * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
26063
26064 2004-08-09  Wim Taymans  <wim@fluendo.com>
26065
26066         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
26067         (gst_multifdsink_add), (gst_multifdsink_get_stats),
26068         (gst_multifdsink_client_remove),
26069         (gst_multifdsink_handle_client_read),
26070         (gst_multifdsink_handle_client_write),
26071         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
26072         Do a bit more logging, make the client_read code more robust.
26073
26074 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
26075
26076         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
26077         (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
26078         (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
26079         (gst_jpegdec_init), (gst_jpegdec_chain):
26080         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
26081         (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
26082           cleanups, debugging fixes and memleak plugging
26083
26084 2004-08-09  Wim Taymans  <wim@fluendo.com>
26085
26086         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
26087         (theora_get_formats), (theora_dec_src_convert),
26088         (theora_dec_sink_convert), (theora_dec_src_query),
26089         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
26090         (theora_dec_change_state):
26091         Don't crash on missing header packets.
26092
26093 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
26094
26095         * po/LINGUAS:
26096         * po/sq.po:
26097           Added Albanian translation (Laurent Dhima)
26098         * po/cs.po:
26099           updated
26100
26101 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
26102
26103         * ext/lame/gstlame.c:
26104           fix/add debugging
26105
26106 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
26107
26108         * sys/ximage/ximagesink.c:
26109         * sys/xvimage/xvimagesink.c:
26110           assign all TOO_LAZY's to a real category.  Thanks to Warthy Warthog.
26111
26112 2004-08-06  Wim Taymans  <wim@fluendo.com>
26113
26114         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
26115         (gst_multifdsink_add), (gst_multifdsink_get_stats),
26116         (gst_multifdsink_client_remove),
26117         (gst_multifdsink_handle_client_read),
26118         (gst_multifdsink_handle_client_write),
26119         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
26120         Make sure we don't try to read more from a client that what
26121         ioctl says us or we deadlock.
26122
26123 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
26124
26125         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
26126         (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
26127         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
26128           decouple running_time and n_frames so it can handle changing
26129           framerate while running
26130
26131 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
26132
26133         * po/nl.po:
26134         * po/sv.po:
26135           updated translations
26136
26137 2004-08-04  Benjamin Otte  <otte@gnome.org>
26138
26139         * gst/videotestsrc/gstvideotestsrc.c:
26140         (gst_videotestsrc_get_capslist), (generate_capslist),
26141         (plugin_init):
26142           generate the list of supported caps at startup and reuse it instead
26143           of always generating it
26144
26145 2004-07-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26146
26147         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
26148           whoops, last checkin broke normal build
26149
26150 2004-08-03  Benjamin Otte  <otte@gnome.org>
26151
26152         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
26153         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
26154         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
26155         (gst_alsa_mixer_get_option):
26156         * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
26157         (dvdnavsrc_print_event):
26158         * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
26159         * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
26160         (gst_ogg_mux_pad_unlink):
26161         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
26162         (gst_multipart_mux_pad_unlink):
26163         * gst/videofilter/gstvideobalance.c:
26164         (gst_videobalance_colorbalance_set_value):
26165         * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
26166         (gst_videomixer_pad_unlink):
26167         * po/uk.po:
26168         * sys/oss/gstossmixer.c:
26169         * sys/v4l/gstv4lcolorbalance.c:
26170         * sys/v4l/gstv4ltuner.c:
26171         * sys/v4l/v4lsrc_calls.c:
26172         * sys/v4l2/gstv4l2colorbalance.c:
26173         * sys/v4l2/gstv4l2tuner.c:
26174           compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
26175
26176 2004-08-03  Benjamin Otte  <otte@gnome.org>
26177
26178         * examples/dynparams/filter.c: (ui_control_create):
26179         * examples/gstplay/player.c: (print_tag):
26180         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
26181         * ext/gdk_pixbuf/gstgdkanimation.c:
26182         (gst_gdk_animation_iter_may_advance):
26183         * ext/jack/gstjack.c: (gst_jack_request_new_pad):
26184         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
26185         (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
26186         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
26187         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
26188         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
26189         * gst-libs/gst/media-info/media-info-test.c: (print_tag):
26190         * gst/sine/demo-dparams.c: (main):
26191         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
26192         * testsuite/alsa/formats.c: (create_pipeline):
26193         * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
26194           fixes for G_DISABLE_ASSERT and friends
26195         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
26196         (mp3_type_frame_length_from_header), (mp3_type_find),
26197         (plugin_init):
26198           require mp3 typefinding to have at least MIN_HEADERS valid headers
26199           add typefinding for AAC adts files
26200
26201 2004-08-04  Jan Schmidt  <thaytan@mad.scientist.com>
26202
26203         * sys/ximage/ximagesink.c:
26204         (gst_ximagesink_calculate_pixel_aspect_ratio):
26205         * sys/xvimage/xvimagesink.c:
26206         (gst_xvimagesink_calculate_pixel_aspect_ratio):
26207         Make sure we calculate pixel-aspect-ratio using floating point maths
26208
26209 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
26210
26211         * po/uk.po:
26212           updated translation
26213
26214 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
26215
26216         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
26217         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
26218           add debugging for display PAR calculation
26219
26220 2004-08-02  David Schleef  <ds@schleef.org>
26221
26222         * configure.ac: Fix mikmod CFLAGS.
26223
26224 2004-07-27  Benjamin Otte  <otte@gnome.org>
26225
26226         * gst/audioscale/gstaudioscale.c:
26227         - fix templates to only support S16, it's the only format that works
26228         - make caps nego code use try_set_caps_nonfixed and fixation instead
26229         of try_set_caps twice, which is not nice for autopluggers
26230         - change rank to secondary, so autopluggers can pick it up after
26231         audioconvert
26232
26233 2004-08-02  Iain <iain@prettypeople.org>
26234
26235         * gst/interleave/interleave.c (interleave_init),
26236         (interleave_request_new_pad),
26237         (interleave_pad_removed),
26238         (interleave_buffered_loop): Use the real pad count, not the artificial
26239         one.
26240
26241 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
26242
26243         * configure.ac: bump nano back to development
26244
26245 === release 0.8.3 ===
26246
26247 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
26248
26249         * configure.ac: releasing 0.8.3, "Water"
26250
26251 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
26252
26253         * sys/xvimage/xvimagesink.c:
26254         (gst_xvimagesink_calculate_pixel_aspect_ratio),
26255         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
26256         (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
26257         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
26258         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
26259         * sys/xvimage/xvimagesink.h:
26260           apply similar PAR fixes as to ximagesink
26261
26262 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
26263
26264         patch from: Benjamin Otte
26265
26266         * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
26267           add link function to lame.  Fixes #148986.
26268
26269 2004-08-02  Johan Dahlin  <johan@gnome.org>
26270
26271         * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
26272         fix debugging log
26273
26274 2004-07-30  David Schleef  <ds@schleef.org>
26275
26276         * gst/videomixer/Makefile.am: Fix things that should have been
26277         fixed in the last checkin.
26278
26279 2004-07-30  David Schleef  <ds@schleef.org>
26280
26281         * gst/multipart/Makefile.am: Fix things that should have been
26282         fixed in the last checkin.
26283
26284 2004-07-30  David Schleef  <ds@schleef.org>
26285
26286         * testsuite/multifilesink/Makefile.am: Fix unused variable.
26287
26288 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
26289
26290         * configure.ac:
26291           bump nano for prerelease
26292         * po/af.po:
26293         * po/az.po:
26294         * po/cs.po:
26295         * po/en_GB.po:
26296         * po/hu.po:
26297         * po/nl.po:
26298         * po/sr.po:
26299         * po/sv.po:
26300         * po/uk.po:
26301           updates
26302
26303 2004-07-30  Wim Taymans  <wim@fluendo.com>
26304
26305         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
26306         (gst_multifdsink_add), (gst_multifdsink_remove),
26307         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
26308         (gst_multifdsink_client_remove),
26309         (gst_multifdsink_handle_client_write),
26310         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
26311         * gst/tcp/gstmultifdsink.h:
26312         Recover from a select with a bad file descriptor by removing
26313         the client.
26314
26315 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
26316
26317         * configure.ac:
26318           fix requirement of core
26319         * gst-libs/gst/play/play.c: (gst_play_error_plugin),
26320         (gst_play_pipeline_setup):
26321           don't use colorspace element.  do use hermescolorspace element.
26322           make macro to get a colorspace element.
26323           mark strings for translation.
26324         * po/POTFILES.in:
26325           add play.c
26326         * po/af.po:
26327         * po/az.po:
26328         * po/cs.po:
26329         * po/en_GB.po:
26330         * po/hu.po:
26331         * po/nl.po:
26332         * po/sr.po:
26333         * po/sv.po:
26334         * po/uk.po:
26335           update translations
26336
26337 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26338
26339         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
26340         fix default for newmedia flag
26341
26342 2004-07-30  Wim Taymans  <wim@fluendo.com>
26343
26344         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
26345         (gst_theora_dec_init), (theora_get_formats),
26346         (theora_dec_src_convert), (theora_dec_sink_convert),
26347         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
26348         (theora_dec_chain), (theora_dec_set_property),
26349         (theora_dec_get_property):
26350         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
26351         (gst_theora_enc_class_init), (gst_theora_enc_init),
26352         (theora_enc_sink_link), (theora_enc_chain),
26353         (theora_enc_set_property), (theora_enc_get_property):
26354         Added cropping option to theora decoder.
26355         Added border option to theora encoder.
26356
26357 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26358
26359         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
26360         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
26361         (gst_pngenc_set_property):
26362         * ext/libpng/gstpngenc.h:
26363         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
26364
26365 2004-07-30  Wim Taymans  <wim@fluendo.com>
26366
26367         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
26368         (theora_enc_sink_link), (theora_enc_chain),
26369         (theora_enc_set_property), (theora_enc_get_property):
26370         Fix encoding of non-multiple-of-16 video.
26371
26372 2004-07-29  David Schleef  <ds@schleef.org>
26373
26374         * configure.ac: make test for audiofile more strict
26375
26376 2004-07-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26377
26378         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
26379           give different names to typefind functions
26380
26381 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
26382
26383         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
26384         (gst_ximagesink_calculate_pixel_aspect_ratio),
26385         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
26386         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
26387         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
26388         (gst_ximagesink_get_property), (gst_ximagesink_init):
26389         * sys/ximage/ximagesink.h:
26390           allocate PAR's dynamically.
26391           use autodetected PAR if no object-set PAR is given.
26392           add workaround for directfb's X not setting physical size.
26393           fix to xvimagesink will follow tomorrow.
26394
26395 2004-07-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26396
26397         * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
26398         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
26399         (gst_shout2send_get_type), (gst_shout2send_set_clock),
26400         (gst_shout2send_class_init), (gst_shout2send_init),
26401         (set_shout_metadata), (gst_shout2send_set_metadata),
26402         (gst_shout2send_chain), (gst_shout2send_set_property),
26403         (gst_shout2send_get_property), (gst_shout2send_connect),
26404         (gst_shout2send_change_state):
26405         * ext/shout2/gstshout2.h:
26406         - fix for sending mp3 audio to icecast2 server, if pad link function not
26407         called before PAUSED state
26408         - added option to use GStreamer clock sync (as opposed to libshout's own sync)
26409         - added tagging support for mp3 audio broadcasted
26410         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
26411         debug info
26412
26413 2004-07-28  Wim Taymans  <wim@fluendo.com>
26414
26415         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
26416         (gst_ogg_demux_push):
26417         Return query failure when we don't know the length of
26418         an ogg stream insteda of returning TRUE with a bogus value.
26419
26420 2004-07-28  Wim Taymans  <wim@fluendo.com>
26421
26422         * ext/theora/theoradec.c: (theora_get_formats),
26423         (theora_dec_src_convert), (theora_dec_sink_convert),
26424         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
26425         (theora_dec_chain):
26426         Don't screw up the 1 Chroma for 1 luma sample situation when we
26427         have an odd offset/width by adding a black border in those cases.
26428
26429 2004-07-28  Wim Taymans  <wim@fluendo.com>
26430
26431         * ext/theora/theoradec.c: (theora_get_formats),
26432         (theora_dec_src_convert), (theora_dec_sink_convert),
26433         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
26434         (theora_dec_chain):
26435         * ext/theora/theoraenc.c: (theora_enc_sink_link):
26436         Added first attempt at cropping of the image as required by the
26437         theora spec. We need more properties in the caps (offset_x,
26438         offset_y,stride) to implement this correctly.
26439
26440 2004-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
26441
26442         * ext/dvdnav/README:
26443           Update the README to use dvddemux
26444         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
26445           Ensure getcaps returns a subset of the template caps
26446         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
26447         (gst_mpeg2subt_init):
26448           Ensure getcaps returns a subset of the template caps
26449         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
26450         (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
26451         (gst_dvd_demux_get_subpicture_stream),
26452         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
26453         * gst/mpegstream/gstdvddemux.h:
26454           Set the explicit caps on the current_video pad before pushing
26455           anything
26456         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
26457         (gst_mpeg_demux_get_audio_stream):
26458           Free caps used to gst_pad_set_explicit_caps, which takes a const
26459           GstCaps *
26460
26461 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
26462
26463         * configure.ac: update GStreamer requirement to 0.8.4 because of
26464           GstFraction.
26465
26466 2004-07-28  Wim Taymans  <wim@fluendo.com>
26467
26468         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
26469         (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
26470         Add the pad to the element after setting up the caps. This
26471         makes it a lot easier to autoplug.
26472
26473 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
26474
26475         * gst/median/gstmedian.c:
26476         * gst/mpeg2subt/gstmpeg2subt.c:
26477         * gst/mpegaudioparse/gstmpegaudioparse.c:
26478         * gst/mpegstream/gstdvddemux.c:
26479         * gst/mpegstream/gstmpegdemux.c:
26480         * gst/mpegstream/gstmpegpacketize.c:
26481         * gst/rtjpeg/gstrtjpeg.c:
26482         * gst/rtjpeg/gstrtjpegdec.c:
26483         * gst/rtjpeg/gstrtjpegenc.c:
26484         * gst/sine/gstsinesrc.c:
26485         * gst/smooth/gstsmooth.c:
26486         * gst/smpte/gstsmpte.c:
26487         * gst/smpte/gstsmpte.h:
26488         * gst/stereo/gststereo.c:
26489         * gst/videofilter/gstgamma.c:
26490         * gst/videofilter/gstvideobalance.c:
26491         * gst/videofilter/gstvideofilter.c:
26492         * gst/videofilter/gstvideoflip.c:
26493         * gst/videoscale/gstvideoscale.c:
26494         * gst/videoscale/videoscale.c:
26495         * gst/videotestsrc/gstvideotestsrc.c:
26496         * gst/videotestsrc/videotestsrc.c:
26497         * gst/wavenc/gstwavenc.c:
26498         * gst/wavparse/gstwavparse.c:
26499           fix local includes and 64 bits constants
26500
26501 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
26502
26503         * win32/gst.sln:
26504         * gst-libs/gst/*/*.vcproj:
26505         * gst/*/*.vcproj:
26506           more working plugins
26507
26508 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26509
26510         * testsuite/alsa/Makefile.am:
26511         * testsuite/alsa/srcstate.c:
26512         add test for alsasrc changing state
26513
26514 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26515
26516         * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
26517         (gst_silence_get):
26518         * gst/silence/gstsilence.h:
26519         fix silence generation for 16bit raw audio
26520
26521 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
26522
26523         * gst/matroska/matroska-demux.c:
26524         (gst_matroska_demux_parse_metadata),
26525         (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
26526         * gst/mpegaudio/common.c:
26527         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
26528         (gst_videoscale_getcaps), (gst_videoscale_link),
26529         (gst_videoscale_src_fixate), (gst_videoscale_init),
26530         (gst_videoscale_finalize):
26531         * gst/videoscale/gstvideoscale.h:
26532         * gst/videotestsrc/gstvideotestsrc.c:
26533         (gst_videotestsrc_get_capslist):
26534         * gst/wavenc/gstwavenc.c:
26535         * sys/oss/gstossmixer.c: (fill_labels):
26536         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
26537         (gst_ximagesink_handle_xevents),
26538         (gst_ximagesink_calculate_pixel_aspect_ratio),
26539         (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
26540         (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
26541         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
26542         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
26543         (gst_ximagesink_init), (gst_ximagesink_class_init):
26544         * sys/ximage/ximagesink.h:
26545         * sys/xvimage/xvimagesink.c:
26546         (gst_xvimagesink_calculate_pixel_aspect_ratio),
26547         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
26548         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
26549         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
26550         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
26551         * sys/xvimage/xvimagesink.h:
26552           first batch of pixel aspect ratio commits.
26553
26554 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
26555
26556         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26557         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
26558         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
26559           handle stride, needs work if we want to move stride handling
26560           upstream, but works correctly for our purposes.
26561
26562 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
26563
26564         * gst/videoscale/README:
26565           add testing examples
26566         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
26567         (gst_videoscale_chain):
26568         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
26569         (gst_videoscale_get_size):
26570           add get_size function that handles stride like videotestsrc.
26571           fixes conversion for YUV formats for as much as I can test them.
26572
26573 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
26574
26575         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
26576         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
26577         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
26578         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
26579         (gst_xvimagesink_xvimage_put):
26580           further cleanups, logging, error handling and synchronizing
26581
26582 2004-07-27  Wim Taymans  <wim@fluendo.com>
26583
26584         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
26585         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
26586         (gst_videomixer_pad_set_property),
26587         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
26588         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
26589         (gst_videomixer_class_init), (gst_videomixer_init),
26590         (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
26591         (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
26592         (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
26593         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
26594         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
26595         (gst_videomixer_loop), (plugin_init):
26596         Be a nicer negotiation citizen and provide a getcaps function on
26597         the srcpad. This also fixes a crash when resizing.
26598
26599 2004-07-27  Julien MOUTTE  <julien@moutte.net>
26600
26601         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
26602         (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
26603
26604 2004-07-27  Wim Taymans  <wim@fluendo.com>
26605
26606         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
26607         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
26608         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
26609         (gst_pngenc_set_property):
26610         * ext/libpng/gstpngenc.h:
26611         Added snapshot property to pngenc.
26612         removed g_print from pngdec
26613
26614 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
26615
26616         * gst/ac3parse/ac3parse.vcproj
26617         * gst/adder/adder.vcproj
26618         * gst/alpha/alpha.vcproj
26619         * gst/alpha/alphacolor.vcproj
26620         * gst/asfdemux/asf.vcproj
26621         * gst/audioconvert/audioconvert.vcproj
26622         * gst/audiorate/audiorate.vcproj
26623         * gst/audioscale/audioscale.vcproj
26624         * gst/auparse/auparse.vcproj
26625         * gst/avi/avi.vcproj
26626         * gst/cdxaparse/cdxaparse.vcproj
26627         * gst/chart/chart.vcproj
26628         * gst/colorspace/colorspace.vcproj
26629         * gst/cutter/cutter.vcproj
26630         * gst/debug/debug.vcproj
26631         * gst/debug/efence.vcproj
26632         * gst/debug/navigationtest.vcproj
26633         * gst/deinterlace/deinterlace.vcproj
26634         * gst/effectv/effectv.vcproj
26635         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
26636         * gst/filter/filter.vcproj
26637         * gst/flx/flxdec.vcproj
26638         * gst/goom/goom.vcproj
26639         * gst/interleave/interleave.vcproj
26640         * gst/law/alaw.vcproj
26641         * gst/law/mulaw.vcproj
26642         * gst/matroska/matroska.vcproj
26643         * gst/median/median.vcproj
26644         * gst/mixmatrix/mixmatrix.vcproj
26645         * gst/mpeg1sys/mpeg1systemencode.vcproj
26646         * gst/mpeg1videoparse/mp1videoparse.vcproj
26647         * gst/mpeg2sub/mpeg2subt.vcproj
26648         * gst/mpegaudio/mpegaudio.vcproj
26649         * gst/mpegaudioparse/mpegaudioparse.vcproj
26650         * gst/mpegstream/mpegstream.vcproj
26651         * gst/multifilesink/multifilesink.vcproj
26652         * gst/multipart/multipart.vcproj
26653         * gst/oneton/oneton.vcproj
26654         * gst/overlay/overlay.vcproj
26655         * gst/passthrough/passthrough.vcproj
26656         * gst/qtdemux/qtdemux.vcproj
26657         * gst/realmedia/rmdemux.vcproj
26658         * gst/rtjpeg/rtjpeg.vcproj
26659         * gst/rtp/rtp.vcproj
26660         * gst/silence/silence.vcproj
26661         * gst/sine/sinesrc.vcproj
26662         * gst/smooth/smooth.vcproj
26663         * gst/smpte/smpte.vcproj
26664         * gst/spectrum/spectrum.vcproj
26665         * gst/speed/speed.vcproj
26666         * gst/stereo/stereo.vcproj
26667         * gst/switch/switch.vcproj
26668         * gst/tags/tagedit.vcproj
26669         * gst/tcp/tcp.vcproj
26670         * gst/typefind/typefindfunctions.vcproj
26671         * gst/udp/udp.vcproj
26672         * gst/videobox/videobox.vcproj
26673         * gst/videocrop/videocrop.vcproj
26674         * gst/videodrop/videodrop.vcproj
26675         * gst/videofilter/gamma.vcproj
26676         * gst/videofilter/videobalance.vcproj
26677         * gst/videofilter/videofilter.vcproj
26678         * gst/videofilter/videoflip.vcproj
26679         * gst/videoflip/videoflip.vcproj
26680         * gst/videomixer/videomixer.vcproj
26681         * gst/videorate/videorate.vcproj
26682         * gst/videoscale/videoscale.vcproj
26683         * gst/videotestsrc/videotestsrc.vcproj
26684         * gst/virtualdub/virtualdub.vcproj
26685         * gst/volenv/volenv.vcproj
26686         * gst/volume/volume.vcproj
26687         * gst/wavenc/wavenc.vcproj
26688         * gst/wavparse/wavparse.vcproj
26689         * gst/y4m/y4menc.vcproj
26690         * gst-libs/gst/audio/audio.vcproj
26691         * gst-libs/gst/audio/audiofilter.vcproj
26692         * gst-libs/gst/colorbalance/colorbalance.vcproj
26693         * gst-libs/gst/idct/idtc.vcproj
26694         * gst-libs/gst/media-info/media-info.vcproj
26695         * gst-libs/gst/mixer/mixer.vcproj
26696         * gst-libs/gst/navigation/navigation.vcproj
26697         * gst-libs/gst/play/play.vcproj
26698         * gst-libs/gst/propertyprobe/propertyprobe.vcproj
26699         * gst-libs/gst/resample/resample.vcproj
26700         * gst-libs/gst/riff/riff.vcproj
26701         * gst-libs/gst/tuner/tuner.vcproj
26702         * gst-libs/gst/video/video.vcproj
26703         * gst-libs/gst/xoverlay/xoverlay.vcproj
26704           avoid problems with math.h, fix release dependancy
26705           rename GStreamer-0.8.lib to libgstreamer.lib
26706
26707 2004-07-27  Julien MOUTTE  <julien@moutte.net>
26708
26709         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
26710         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
26711         the atom is not available we have to unlock the mutex. Fixes #148023
26712
26713 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
26714
26715         * gst-libs/gst/media-info/media-info.h:
26716           issue for a vararg macro with MSVC
26717
26718 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
26719
26720         * gst/effectv/effectv.vcproj
26721         * gst-libs/gst/idct/idct.vcproj:
26722         * gst-libs/gst/media-info/media-info.vcproj:
26723         * gst-libs/gst/navigation/navigation.vcproj:
26724         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
26725         * gst-libs/gst/video/video.vcproj:
26726         * gst-libs/gst/xoverlay/xoverlay.vcproj:
26727           fixes for build problems
26728
26729 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
26730
26731         * gst-libs/gst/audio/audio.def:
26732         * gst-libs/gst/audio/riff.def:
26733           add some definitions needed by plugins
26734
26735 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
26736
26737         * gst/asfdemux/gstasfmux.c
26738           Fix some 64 bits constants to be glib friendly
26739
26740 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
26741
26742         * gst/ac3parse/gstac3parse.c
26743         * gst/audioscale/gstaudioscale.c
26744         * gst/auparse/gstauparse.c
26745         * gst/colorspace/gstcolorspace.c
26746         * gst/colorspace/yuv2rgb.h
26747           local include fixes
26748
26749 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
26750
26751         * win32/gst.sln
26752           add more plugins to the build
26753
26754 2004-07-26  Julien MOUTTE  <julien@moutte.net>
26755
26756         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
26757         (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
26758
26759 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
26760
26761         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
26762         (gst_level_set_property), (gst_level_get_property),
26763         (gst_level_base_init), (gst_level_class_init):
26764           add debugging categories.  cleanups.
26765
26766 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
26767
26768         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
26769         (gst_videoscale_planar411), (gst_videoscale_planar400),
26770         (gst_videoscale_packed422), (gst_videoscale_packed422rev),
26771         (gst_videoscale_scale_nearest_str1),
26772         (gst_videoscale_scale_nearest_str2),
26773         (gst_videoscale_scale_nearest_str4),
26774         (gst_videoscale_scale_nearest_16bit),
26775         (gst_videoscale_scale_nearest_24bit):
26776           fixed stride issues
26777           tested with 320x240 -> 321, 322, 324 x240
26778           tested with YV12, I420, YUY2, UYVY
26779           fixed packed422rev (don't think it could have worked before)
26780           by testing with UYVY
26781
26782 2004-07-26  Benjamin Otte  <otte@gnome.org>
26783
26784         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
26785         (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
26786         (plugin_init):
26787           add debugging category, add error checks like checking return values
26788           of setup calls, make sure it still works after
26789           PLAYING=>NULL=>PLAYING, fix encoding of mono streams
26790
26791 2004-07-26  Wim Taymans  <wim@fluendo.com>
26792
26793         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
26794         (gst_mpeg_demux_get_audio_stream),
26795         (gst_mpeg_demux_process_private):
26796         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
26797         Check for error codes from the negotiation functions. Make sure
26798         we really set the pad caps when a new pad is created.
26799
26800 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
26801
26802         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
26803         (gst_ffmpeg_caps_to_pix_fmt):
26804         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
26805         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26806         (gst_ffmpegcolorspace_pad_link):
26807           don't make function do two things at the same time without reason.
26808
26809 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
26810
26811         * gst/ac3parse/ac3parse.vcproj
26812         * gst/adder/adder.vcproj
26813         * gst/alpha/alpha.vcproj
26814         * gst/alpha/alphacolor.vcproj
26815         * gst/asfdemux/asf.vcproj
26816         * gst/audioconvert/audioconvert.vcproj
26817         * gst/audiorate/audiorate.vcproj
26818         * gst/audioscale/audioscale.vcproj
26819         * gst/auparse/auparse.vcproj
26820         * gst/avi/avi.vcproj
26821         * gst/cdxaparse/cdxaparse.vcproj
26822         * gst/chart/chart.vcproj
26823         * gst/colorspace/colorspace.vcproj
26824         * gst/cutter/cutter.vcproj
26825         * gst/debug/debug.vcproj
26826         * gst/debug/efence.vcproj
26827         * gst/debug/navigationtest.vcproj
26828         * gst/deinterlace/deinterlace.vcproj
26829         * gst/effectv/effectv.vcproj
26830         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
26831         * gst/filter/filter.vcproj
26832         * gst/flx/flxdec.vcproj
26833         * gst/goom/goom.vcproj
26834         * gst/interleave/interleave.vcproj
26835         * gst/law/alaw.vcproj
26836         * gst/law/mulaw.vcproj
26837         * gst/matroska/matroska.vcproj
26838         * gst/median/median.vcproj
26839         * gst/mixmatrix/mixmatrix.vcproj
26840         * gst/mpeg1sys/mpeg1systemencode.vcproj
26841         * gst/mpeg1videoparse/mp1videoparse.vcproj
26842         * gst/mpeg2sub/mpeg2subt.vcproj
26843         * gst/mpegaudio/mpegaudio.vcproj
26844         * gst/mpegaudioparse/mpegaudioparse.vcproj
26845         * gst/mpegstream/mpegstream.vcproj
26846         * gst/multifilesink/multifilesink.vcproj
26847         * gst/multipart/multipart.vcproj
26848         * gst/oneton/oneton.vcproj
26849         * gst/overlay/overlay.vcproj
26850         * gst/passthrough/passthrough.vcproj
26851         * gst/qtdemux/qtdemux.vcproj
26852         * gst/realmedia/rmdemux.vcproj
26853         * gst/rtjpeg/rtjpeg.vcproj
26854         * gst/rtp/rtp.vcproj
26855         * gst/silence/silence.vcproj
26856         * gst/sine/sinesrc.vcproj
26857         * gst/smooth/smooth.vcproj
26858         * gst/smpte/smpte.vcproj
26859         * gst/spectrum/spectrum.vcproj
26860         * gst/speed/speed.vcproj
26861         * gst/stereo/stereo.vcproj
26862         * gst/switch/switch.vcproj
26863         * gst/tags/tagedit.vcproj
26864         * gst/tcp/tcp.vcproj
26865         * gst/typefind/typefindfunctions.vcproj
26866         * gst/udp/udp.vcproj
26867         * gst/videobox/videobox.vcproj
26868         * gst/videocrop/videocrop.vcproj
26869         * gst/videodrop/videodrop.vcproj
26870         * gst/videofilter/gamma.vcproj
26871         * gst/videofilter/videobalance.vcproj
26872         * gst/videofilter/videofilter.vcproj
26873         * gst/videofilter/videoflip.vcproj
26874         * gst/videoflip/videoflip.vcproj
26875         * gst/videomixer/videomixer.vcproj
26876         * gst/videorate/videorate.vcproj
26877         * gst/videoscale/videoscale.vcproj
26878         * gst/videotestsrc/videotestsrc.vcproj
26879         * gst/virtualdub/virtualdub.vcproj
26880         * gst/volenv/volenv.vcproj
26881         * gst/volume/volume.vcproj
26882         * gst/wavenc/wavenc.vcproj
26883         * gst/wavparse/wavparse.vcproj
26884         * gst/y4m/y4menc.vcproj
26885           more plugins supported under windows
26886
26887 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
26888
26889         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
26890         (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
26891         (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
26892         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
26893         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
26894           Add debugging statements.  Use the sizes as returned by the
26895           *CreateImage calls.
26896
26897 2004-07-26  Johan Dahlin  <johan@gnome.org>
26898
26899         * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
26900         the pad is negotiated.
26901
26902         * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
26903
26904 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
26905
26906         * gst-libs/gst/colorbalance/colorbalance.vcproj:
26907         * gst-libs/gst/idct/idct.vcproj:
26908         * gst-libs/gst/media-info/media-info.vcproj:
26909         * gst-libs/gst/mixer/mixer.vcproj:
26910         * gst-libs/gst/navigation/navigation.vcproj:
26911         * gst-libs/gst/play/play.vcproj:
26912         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
26913         * gst-libs/gst/resample/resample.vcproj:
26914         * gst-libs/gst/tuner/tuner.vcproj:
26915         * gst-libs/gst/video/video.vcproj:
26916         * gst-libs/gst/xoverlay/xoverlay.vcproj:
26917           more plugins supported under windows
26918
26919 2004-07-25 Iain <iain@prettypeople.org>
26920
26921         * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
26922         pad now rather than when the pad is created because state changes wipe
26923         explicit caps (fixes #148043).
26924
26925 2004-07-25  Sebastien Cote  <sc5@hermes.usherb.ca>
26926
26927         reviewed by Benjamin Otte  <otte@gnome.org>
26928
26929         * ext/mad/gstmad.c:
26930           fix mad plugin crashing on Sun (fixes #148289)
26931
26932 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
26933
26934         * gst/avi/avi.def:
26935         * gst/avi/avi.vcproj:
26936         * gst/matroska/matroska.def:
26937         * gst/matroska/matroska.vcproj:
26938           remove unused .def files
26939
26940 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
26941
26942         * gst-libs/gst/audio/gstaudiofilter.c:
26943           Clean the local include
26944
26945 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
26946
26947         * win32/gst.sln:
26948         * gst-libs/gst/audio/audio.def:
26949         * gst-libs/gst/audio/audio.vcproj:
26950         * gst-libs/gst/audio/audiofilter.vcproj:
26951         * gst-libs/gst/audio/riff.def:
26952         * gst-libs/gst/audio/riff.vcproj:
26953         * gst-libs/gst/gst-libs.def:
26954         * gst-libs/gst/gst-libs.vcproj:
26955         * gst/avi/avi.vcproj:
26956         * gst/avi/avi.vcproj:
26957           Copy the files where needed after building, cleaner projects
26958
26959 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
26960
26961         * gst/matroska/ebml-write.c:
26962           Fix some 64 bits constants to be glib friendly
26963
26964 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
26965
26966         * win32/gst.sln:
26967         * gst-libs/gst/gst-libs.def:
26968         * gst-libs/gst/gst-libs.vcproj:
26969         * gst/matroska/matroska.def:
26970         * gst/matroska/matroska.vcproj:
26971           Add the preliminary canvas to build plugins on Win32
26972
26973 2004-07-23  Benjamin Otte  <otte@gnome.org>
26974
26975         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
26976           don't enfore negotiation from source side, it breaks
26977           sinesrc ! audioconvert ! osssink
26978
26979 2004-07-22  David Schleef  <ds@schleef.org>
26980
26981         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
26982         for ELF files, since they can easily be recognized as audio/mpeg.
26983         (bug #147441)
26984
26985 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
26986
26987         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
26988         (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
26989         (gst_videoscale_scale_nearest_24bit),
26990         (gst_videoscale_scale_nearest_16bit):
26991           fix 16bit and 24bit for stride (24bit might need testing)
26992           don't pretend we do more than one algorithm
26993
26994 2004-07-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26995
26996         * configure.ac:
26997         * gst/Makefile.am:
26998         * gst/multifilesink/Makefile.am:
26999         * gst/multifilesink/gstmultifilesink.c:
27000         (gst_multifilesink_get_formats),
27001         (gst_multifilesink_get_query_types), (_do_init),
27002         (gst_multifilesink_base_init), (gst_multifilesink_class_init),
27003         (gst_multifilesink_init), (gst_multifilesink_dispose),
27004         (gst_multifilesink_set_location), (gst_multifilesink_set_property),
27005         (gst_multifilesink_get_property), (gst_multifilesink_open_file),
27006         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
27007         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
27008         (gst_multifilesink_chain), (gst_multifilesink_change_state),
27009         (gst_multifilesink_uri_get_type),
27010         (gst_multifilesink_uri_get_protocols),
27011         (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
27012         (gst_multifilesink_uri_handler_init), (plugin_init):
27013         * gst/multifilesink/gstmultifilesink.h:
27014         * testsuite/Makefile.am:
27015         * testsuite/multifilesink/Makefile.am:
27016         * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
27017         (gst_newmedia_class_init), (gst_newmedia_init),
27018         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
27019         (newfile_signal), (test_signal), (main):
27020         multifilesink plugin for creating new files every time a new media
27021         discontinuity event occurs
27022
27023 2004-07-22  Wim Taymans  <wim@fluendo.com>
27024
27025         * gst/alpha/Makefile.am:
27026         * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
27027         (gst_alpha_color_base_init), (gst_alpha_color_class_init),
27028         (gst_alpha_color_init), (gst_alpha_color_set_property),
27029         (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
27030         (transform), (gst_alpha_color_chain),
27031         (gst_alpha_color_change_state), (plugin_init):
27032         Stupid plugin to to RGBA to AYUV conversion because none of
27033         the colorspace plugins can handle that yet.
27034
27035 2004-07-22  Wim Taymans  <wim@fluendo.com>
27036
27037         * examples/seeking/seek.c: (update_scale), (main):
27038         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
27039         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
27040         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
27041         (gst_decode_bin_init), (gst_decode_bin_dispose),
27042         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
27043         (no_more_pads), (close_link), (type_found),
27044         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
27045         (plugin_init):
27046         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
27047         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
27048         (gst_play_base_bin_dispose), (queue_overrun),
27049         (gen_preroll_element), (remove_prerolls), (unknown_type),
27050         (no_more_pads), (new_stream), (setup_source),
27051         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
27052         (play_base_eos), (gst_play_base_bin_change_state),
27053         (gst_play_base_bin_add_element),
27054         (gst_play_base_bin_remove_element),
27055         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
27056         (gst_play_base_bin_unlink_stream),
27057         (gst_play_base_bin_get_streaminfo):
27058         * gst/playback/gstplaybin.c: (gen_video_element),
27059         (gen_audio_element):
27060         * gst/playback/gststreaminfo.h:
27061         More playback updates, attempt to fix things after the state change
27062         breakage.
27063
27064 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
27065
27066         * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
27067         (gst_videoscale_scale_nearest_16bit):
27068           comment algorithm
27069
27070 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
27071
27072         * gst/videotestsrc/gstvideotestsrc.c:
27073         (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
27074         (gst_videotestsrc_init), (gst_videotestsrc_get),
27075         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
27076         (gst_videotestsrc_get_property):
27077         * gst/videotestsrc/gstvideotestsrc.h:
27078         * gst/videotestsrc/videotestsrc.c:
27079         * gst/videotestsrc/videotestsrc.h:
27080           cleanup and commenting
27081
27082 2004-07-21  Wim Taymans  <wim@fluendo.com>
27083
27084         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
27085         (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
27086         (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
27087         (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
27088         (_find_chain_get_unknown_part), (_find_streams_check),
27089         (gst_ogg_demux_push), (gst_ogg_pad_push):
27090         * ext/theora/theoradec.c: (theora_get_formats),
27091         (theora_dec_src_convert), (theora_dec_sink_convert),
27092         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
27093         (theora_dec_chain):
27094         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
27095         (vorbis_dec_convert), (vorbis_dec_src_query),
27096         (vorbis_dec_src_event), (vorbis_dec_event):
27097         More seeking fixes, oggdemux now supports seeking to time and
27098         uses the downstream element to convert granulepos to time.
27099         Seeking in theora-only ogg files now works.
27100
27101 2004-07-21  Wim Taymans  <wim@fluendo.com>
27102
27103         * ext/theora/theoradec.c: (gst_theora_dec_init),
27104         (theora_get_formats), (theora_get_event_masks),
27105         (theora_get_query_types), (theora_dec_src_convert),
27106         (theora_dec_sink_convert), (theora_dec_src_query),
27107         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
27108         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
27109         (vorbis_get_event_masks), (vorbis_get_query_types),
27110         (gst_vorbis_dec_init), (vorbis_dec_convert),
27111         (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
27112         Added query/convert/formats functions to vorbis and theora decoders
27113         so that the outside world can use them too. Fixed seeking on an
27114         ogg/theora/vorbis file by disabling the seeking seeking on the
27115         theora srcpad.
27116
27117 2004-07-21  Julien MOUTTE  <julien@moutte.net>
27118
27119         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
27120         (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
27121         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
27122         images creation for both elements. We don't create the image on caps
27123         nego or renego, we just destroy the internal one if present if it does
27124         not match the needs. The chain function takes care of creating a new
27125         image when needed.
27126         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
27127         (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
27128         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
27129         (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
27130         the image format information. The buffer pool checks for the context
27131         image format and discard images with different formats.
27132         * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
27133
27134 2004-07-21  Thomas Vander Stichele  <thomas at apestaart dot org>
27135
27136         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
27137         (gst_ffmpegcolorspace_chain):
27138           no point in doing any chaining if the pad we want to push from
27139           isn't usable.
27140
27141 2004-07-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27142
27143         * gst-libs/gst/riff/riff-media.c:
27144         (gst_riff_create_audio_caps_with_data):
27145           Fix double end-to-native symbol conversion (#148021).
27146
27147 2004-07-20  David Schleef  <ds@schleef.org>
27148
27149         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
27150         Don't use an Atom that doesn't exist.
27151
27152 2004-07-20  Wim Taymans  <wim@fluendo.com>
27153
27154         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
27155         (gst_multifdsink_add), (gst_multifdsink_get_stats),
27156         (gst_multifdsink_client_remove),
27157         (gst_multifdsink_handle_client_write),
27158         (gst_multifdsink_queue_buffer):
27159         * gst/tcp/gstmultifdsink.h:
27160         More multifdsink stats. Avoid deadlock by releasing locks
27161         before sending out a signal.
27162
27163 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
27164
27165         * po/LINGUAS:
27166         * po/hu.po:
27167           added Hungarian translation (Laszlo Dvornik)
27168
27169 2004-07-20  Wim Taymans  <wim@fluendo.com>
27170
27171         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
27172         (gst_multifdsink_add), (gst_multifdsink_client_remove),
27173         (gst_multifdsink_handle_client_write),
27174         (gst_multifdsink_queue_buffer):
27175         * gst/tcp/gsttcp-marshal.list:
27176         Fixed the stupid marshal definition.
27177
27178 2004-07-20  Wim Taymans  <wim@fluendo.com>
27179
27180         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
27181         (gst_multifdsink_init), (gst_multifdsink_add),
27182         (gst_multifdsink_client_remove),
27183         (gst_multifdsink_handle_client_write),
27184         (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
27185         (gst_multifdsink_set_property), (gst_multifdsink_get_property),
27186         (gst_multifdsink_init_send):
27187         * gst/tcp/gstmultifdsink.h:
27188         Added more stats, added timeout for a client, fixed some typos
27189         and added some comments.
27190
27191 2004-07-20  Wim Taymans  <wim@fluendo.com>
27192
27193         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
27194         (gst_multifdsink_add), (gst_multifdsink_get_stats),
27195         (gst_multifdsink_client_remove),
27196         (gst_multifdsink_handle_client_write):
27197         * gst/tcp/gstmultifdsink.h:
27198         * gst/tcp/gsttcp-marshal.list:
27199         Added get_stats method that returns a GValueArray of
27200         stats values.
27201
27202 2004-07-19  Benjamin Otte  <otte@gnome.org>
27203
27204         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
27205           make sure longname, description and author are valid UTF-8
27206
27207 2004-07-19  Thomas Vander Stichele  <thomas at apestaart dot org>
27208
27209         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
27210         (gst_ximagesink_set_property):
27211         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
27212         (gst_xvimagesink_set_property):
27213           make sure SYNCHRONOUS is respected after getting the X context
27214
27215 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
27216
27217         * gst/matroska/matroska-demux.c:
27218         (gst_matroska_demux_handle_src_event),
27219         (gst_matroska_demux_parse_blockgroup):
27220         * gst/matroska/matroska-ids.h:
27221           add BlockReference tag and ignore it to clear out log.
27222           ignore NAVIGATION events to clear out log.
27223
27224 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
27225
27226         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
27227         (gst_matroska_demux_add_stream):
27228         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
27229           add debug categories
27230
27231 2004-07-16  Wim Taymans  <wim@fluendo.com>
27232
27233         * ext/libpng/Makefile.am:
27234         * ext/libpng/gstpng.c: (plugin_init):
27235         * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
27236         (gst_pngdec_get_type), (gst_pngdec_base_init),
27237         (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
27238         (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
27239         * ext/libpng/gstpngdec.h:
27240         Added png decoder.
27241
27242 2004-07-16  Julien MOUTTE  <julien@moutte.net>
27243
27244         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
27245         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
27246         (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
27247         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
27248         (gst_ximagesink_buffer_alloc):
27249         * sys/ximage/ximagesink.h:
27250         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
27251         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
27252         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
27253         (gst_xvimagesink_buffer_alloc):
27254         * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
27255         again. Using internal data pointer of the x(v)image to store image's
27256         data to be coherent with the buffer alloc mechanism. Investigated the
27257         image destruction code to be sure that everything gets freed correctly.
27258
27259 2004-07-16  Wim Taymans  <wim@fluendo.com>
27260
27261         * gst-libs/gst/riff/riff-read.c:
27262         (gst_riff_read_strf_vids_with_data),
27263         (gst_riff_read_strf_auds_with_data):
27264         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
27265         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
27266         Make sure we don't create 0 sized subbuffers in riff-read.
27267         Signal the no more pads signal after reading the avi header.
27268
27269 2004-07-16  Wim Taymans  <wim@fluendo.com>
27270
27271         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
27272         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
27273         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
27274         (gst_decode_bin_init), (gst_decode_bin_dispose),
27275         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
27276         (no_more_pads), (close_link), (type_found),
27277         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
27278         (gst_decode_bin_change_state), (plugin_init):
27279         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
27280         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
27281         (gst_play_base_bin_dispose), (queue_overrun),
27282         (gen_preroll_element), (remove_prerolls), (unknown_type),
27283         (no_more_pads), (new_stream), (setup_source),
27284         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
27285         (play_base_eos), (gst_play_base_bin_change_state),
27286         (gst_play_base_bin_add_element),
27287         (gst_play_base_bin_remove_element),
27288         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
27289         (gst_play_base_bin_unlink_stream),
27290         (gst_play_base_bin_get_streaminfo):
27291         * gst/playback/gstplaybasebin.h:
27292         Better error recovery. Added configurable preroll queue size. Faster
27293         detection of no-more-pads.
27294
27295 2004-07-16  Wim Taymans  <wim@fluendo.com>
27296
27297         * gst-libs/gst/video/video.h:
27298         Added 32 bits RGBA. Not sure if we should use another mime-type
27299         for alpha rgb. Currently the presence of the alpha_mask property
27300         signals an alpha channel.
27301
27302 2004-07-16  Wim Taymans  <wim@fluendo.com>
27303
27304         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
27305         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
27306         FPS seems to be 0.0 to MAX everywhere else.
27307
27308 2004-07-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27309
27310         * gst-libs/gst/riff/riff-media.c:
27311         (gst_riff_create_video_caps_with_data):
27312           mp42/mp43 (no caps) exist too.
27313         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
27314           Set pixel_width/height; we've got them in-caps.
27315         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
27316         * gst/wavparse/gstwavparse.c: (plugin_init):
27317           Both are valid primary.
27318         * sys/oss/gstossmixer.c:
27319           Remove i18n hack and enable translations.
27320
27321 2004-07-15  Benjamin Otte  <otte@gnome.org>
27322
27323         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
27324         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
27325           fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
27326
27327 2004-07-15  Benjamin Otte  <otte@gnome.org>
27328
27329         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
27330         (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
27331         (gst_alsa_close_audio):
27332           disable some of the debugging code for now. Writing debugging to a
27333           buffer is broken in current alsalib releases.
27334
27335 2004-07-12  Benjamin Otte  <otte@gnome.org>
27336
27337         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
27338           use bufferpools
27339
27340 2004-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
27341
27342         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
27343         (theora_dec_src_query), (theora_dec_event):
27344         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
27345           add debugging categories.  Remove \n's.
27346
27347 2004-07-13  Johan Dahlin  <johan@gnome.org>
27348
27349         * gst/playback/gstplaybin.c (gst_play_bin_set_property)
27350         (gst_play_bin_get_property): Impl.
27351
27352 2004-07-13  Wim Taymans  <wim@fluendo.com>
27353
27354         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
27355         When trying to find the stream length, seek back N pages
27356         instead of just one, where N is the number of streams in
27357         the current chain.
27358
27359 2004-07-13  Wim Taymans  <wim@fluendo.com>
27360
27361         * gst-libs/gst/riff/riff-media.c:
27362         (gst_riff_create_audio_caps_with_data),
27363         (gst_riff_create_audio_caps),
27364         (gst_riff_create_audio_template_caps):
27365         * gst-libs/gst/riff/riff-media.h:
27366         * gst-libs/gst/riff/riff-read.c:
27367         (gst_riff_read_strf_vids_with_data),
27368         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
27369         * gst-libs/gst/riff/riff-read.h:
27370         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
27371         (gst_avi_demux_add_stream):
27372         Set codec_data on caps for avidemuxer.
27373
27374 2004-07-12  David Schleef  <ds@schleef.org>
27375
27376         * configure.ac: Fix test for Objective C
27377
27378 2004-07-12  Jan Schmidt  <thaytan@mad.scientist.com>
27379         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
27380         (gst_gdk_pixbuf_chain):
27381           Add svg and pcx to template caps, and ensure that getcaps returns a
27382           subset of the template caps.
27383           Copy each row manually for output, as gdkpixbuf may pad the
27384           rowstride to a 32-bit word boundary.
27385
27386 2004-07-12  Wim Taymans  <wim@fluendo.com>
27387
27388         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
27389         (gst_riff_create_video_template_caps):
27390         Fix the template caps to include some more media types.
27391
27392 2004-07-12  Wim Taymans  <wim@fluendo.com>
27393
27394         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
27395         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
27396         (compare_ranks), (print_feature), (gst_decode_bin_init),
27397         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
27398         (try_to_link_1), (new_pad), (close_link), (type_found),
27399         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
27400         (gst_decode_bin_change_state), (plugin_init):
27401         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
27402         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
27403         (gst_play_base_bin_dispose), (queue_overrun),
27404         (gen_preroll_element), (remove_prerolls), (no_more_pads),
27405         (new_stream), (setup_source), (gst_play_base_bin_set_property),
27406         (gst_play_base_bin_get_property), (play_base_eos),
27407         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
27408         (gst_play_base_bin_remove_element),
27409         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
27410         (gst_play_base_bin_unlink_stream),
27411         (gst_play_base_bin_get_streaminfo):
27412         * gst/playback/gstplaybasebin.h:
27413         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
27414         (gst_play_bin_class_init), (gst_play_bin_init),
27415         (gst_play_bin_dispose), (gst_play_bin_set_property),
27416         (gst_play_bin_get_property), (gen_video_element),
27417         (gen_audio_element), (remove_sinks), (setup_sinks),
27418         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
27419         (gst_play_bin_send_event), (gst_play_bin_get_formats),
27420         (gst_play_bin_convert), (gst_play_bin_get_query_types),
27421         (gst_play_bin_query), (plugin_init):
27422         * gst/playback/test4.c: (main):
27423         More fixes on reusing of the element.
27424
27425 2004-07-11  Benjamin Otte  <otte@gnome.org>
27426
27427         * ext/mad/gstmad.c: (normal_seek):
27428           allow seeking for other methods than just SET
27429
27430 2004-07-11  Andy Wingo  <wingo@pobox.com>
27431
27432         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
27433         float, "any" caps -> buffer_frames=[0,MAX].
27434
27435         * gst/interleave/interleave.c (interleave_getcaps): Seems the core
27436         doesn't intersect our caps with the template any more. Do it
27437         ourselves.
27438         (interleave_buffered_loop): Use g_newa instead of malloc/free.
27439
27440 2004-07-09  Wim Taymans  <wim@fluendo.com>
27441
27442         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
27443         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
27444         (compare_ranks), (print_feature), (gst_decode_bin_init),
27445         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
27446         (try_to_link_1), (new_pad), (close_link), (type_found),
27447         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
27448         (gst_decode_bin_change_state), (plugin_init):
27449         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
27450         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
27451         (gst_play_base_bin_dispose), (queue_overrun),
27452         (gen_preroll_element), (remove_prerolls), (no_more_pads),
27453         (new_stream), (setup_source), (gst_play_base_bin_set_property),
27454         (gst_play_base_bin_get_property), (play_base_eos),
27455         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
27456         (gst_play_base_bin_remove_element),
27457         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
27458         (gst_play_base_bin_unlink_stream),
27459         (gst_play_base_bin_get_streaminfo):
27460         * gst/playback/gstplaybasebin.h:
27461         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
27462         (gst_play_bin_class_init), (gst_play_bin_init),
27463         (gst_play_bin_dispose), (gst_play_bin_set_property),
27464         (gst_play_bin_get_property), (gen_video_element),
27465         (gen_audio_element), (remove_sinks), (setup_sinks),
27466         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
27467         (gst_play_bin_send_event), (gst_play_bin_get_formats),
27468         (gst_play_bin_convert), (gst_play_bin_get_query_types),
27469         (gst_play_bin_query), (plugin_init):
27470         * gst/playback/test4.c: (main):
27471         Work on object reuse and seeking.
27472
27473 2004-07-09  Wim Taymans  <wim@fluendo.com>
27474
27475         * examples/seeking/seek.c: (iterate):
27476         Don't consume all CPU in the idle loop.
27477
27478 2004-07-09  Wim Taymans  <wim@fluendo.com>
27479
27480         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
27481         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
27482         Add pad to element *after* setting the pad functions so that
27483         the scheduler can use the correct ones.
27484
27485 2004-07-09  Wim Taymans  <wim@fluendo.com>
27486
27487         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
27488         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
27489         Sync to keyframe after seek
27490
27491 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
27492
27493         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
27494         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
27495         (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
27496         * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
27497         * ext/libvisual/visual.c: (gst_visual_change_state):
27498         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
27499         * ext/theora/theoradec.c: (theora_dec_change_state):
27500         * ext/theora/theoraenc.c: (theora_enc_change_state):
27501         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
27502         * gst-libs/gst/navigation/navigation.c:
27503         * gst/adder/gstadder.c: (gst_adder_change_state):
27504         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
27505         (gst_audio_convert_get_buffer):
27506         * gst/multipart/multipartdemux.c:
27507         (gst_multipart_demux_change_state):
27508         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
27509         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
27510         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
27511         * gst/videoscale/gstvideoscale.c:
27512         (gst_videoscale_handle_src_event):
27513         * gst/volume/gstvolume.c: (volume_chain_int16):
27514           don't assert in state change, this should be done by the base
27515           GstElement class.
27516           various debugging fixes.
27517
27518 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
27519
27520         * configure.ac:
27521         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
27522         (gst_play_dispose), (gst_play_set_location),
27523         (gst_play_set_data_src), (gst_play_set_video_sink),
27524         (gst_play_set_audio_sink), (gst_play_set_visualization),
27525         (gst_play_connect_visualization), (gst_play_get_sink_element),
27526         (gst_play_get_all_by_interface):
27527         * gst-libs/gst/play/play.h:
27528           add new method to get elements implementing an interface.
27529           add various error logging
27530
27531 2004-07-08  Wim Taymans  <wim@fluendo.com>
27532
27533         * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
27534         (make_mpeg_pipeline), (make_mpegnt_pipeline),
27535         (make_playerbin_pipeline), (query_durations_elems),
27536         (query_durations_pads), (query_positions_elems),
27537         (query_positions_pads), (update_scale), (iterate), (stop_seek),
27538         (main):
27539         Added playbin seeking example.
27540
27541 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
27542
27543         * gst-libs/gst/play/play.c: (gst_play_set_location),
27544         (gst_play_set_data_src), (gst_play_set_video_sink),
27545         (gst_play_set_audio_sink), (gst_play_set_visualization),
27546         (gst_play_connect_visualization), (gst_play_get_framerate):
27547           use a macro to look up elements from hash table
27548
27549 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
27550
27551         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
27552         (gst_play_get_length_callback), (gst_play_set_location),
27553         (gst_play_seek_to_time), (gst_play_set_data_src),
27554         (gst_play_set_video_sink), (gst_play_set_audio_sink),
27555         (gst_play_set_visualization), (gst_play_connect_visualization),
27556         (gst_play_get_sink_element):
27557         - add debugging info
27558         - fix looking up sink elements by iterating over complete caps
27559         - put everything except for source and autoplugger in a complete bin
27560
27561 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
27562
27563         * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
27564         * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
27565         (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
27566         (gst_alsa_sink_write), (gst_alsa_sink_loop):
27567         * ext/alsa/gstalsasink.h:
27568         - add debugging info
27569         - clean up schizophrenia of data/buffer/event
27570         - fix double event unref error
27571
27572 2004-07-08  Wim Taymans  <wim@fluendo.com>
27573
27574         * gst/playback/Makefile.am:
27575         Add headers to noinst
27576
27577 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
27578
27579         * tools/gst-launch-ext-m.m:
27580         * tools/gst-launch-ext.1.in:
27581           convert to the third millenium
27582
27583 2004-07-07  David Schleef  <ds@schleef.org>
27584
27585         * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
27586
27587 2004-07-07  Wim Taymans  <wim@fluendo.com>
27588
27589         * gst/playback/Makefile.am:
27590         * gst/playback/README:
27591         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
27592         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
27593         (compare_ranks), (print_feature), (gst_decode_bin_init),
27594         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
27595         (try_to_link_1), (new_pad), (close_link), (type_found),
27596         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
27597         (plugin_init):
27598         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
27599         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
27600         (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
27601         (gen_preroll_element), (no_more_pads), (new_stream),
27602         (setup_source), (gst_play_base_bin_set_property),
27603         (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
27604         (gst_play_base_bin_add_element),
27605         (gst_play_base_bin_remove_element),
27606         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
27607         (gst_play_base_bin_unlink_stream),
27608         (gst_play_base_bin_get_streaminfo):
27609         * gst/playback/gstplaybasebin.h:
27610         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
27611         (gst_play_bin_class_init), (gst_play_bin_init),
27612         (gst_play_bin_dispose), (gst_play_bin_set_property),
27613         (gst_play_bin_get_property), (gen_video_element),
27614         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
27615         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
27616         (gst_play_bin_get_formats), (gst_play_bin_convert),
27617         (gst_play_bin_get_query_types), (gst_play_bin_query),
27618         (plugin_init):
27619         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
27620         (gst_stream_info_get_type), (gst_stream_info_class_init),
27621         (gst_stream_info_init), (gst_stream_info_new),
27622         (gst_stream_info_dispose), (gst_stream_info_set_property),
27623         (gst_stream_info_get_property):
27624         * gst/playback/gststreaminfo.h:
27625         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
27626         (main):
27627         * gst/playback/test2.c: (main):
27628         * gst/playback/test3.c: (update_scale), (main):
27629         More playbin fixes. Added README. Do better element filtering.
27630         Added base class to preroll media. Added test apps.
27631
27632 2004-07-07  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
27633
27634         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
27635         * ext/mpeg2dec/gstmpeg2dec.h:
27636           various debugging improvements.  Reset stream to next picture
27637           instead of sequence header, otherwise seeks cannot work.
27638
27639 2004-07-07  Wim Taymans  <wim@fluendo.com>
27640
27641         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
27642         (gst_video_box_class_init), (gst_video_box_set_property),
27643         (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
27644         Use pad_alloc where possible.
27645
27646 2004-07-07  Wim Taymans  <wim@fluendo.com>
27647
27648         * sys/oss/gstosselement.c: (gst_osselement_reset),
27649         (gst_osselement_parse_caps):
27650         * sys/oss/gstosselement.h:
27651         * sys/oss/gstosssrc.c: (gst_osssrc_get):
27652         Fix offset on osssrc.
27653
27654 2004-07-07  Wim Taymans  <wim@fluendo.com>
27655
27656         * ext/theora/theora.c: (plugin_init):
27657         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
27658         (theora_dec_src_query), (theora_dec_chain):
27659         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
27660         (theora_enc_sink_link), (theora_buffer_from_packet),
27661         (theora_push_packet), (theora_enc_chain):
27662         Fix theora granulepos calculation.
27663         Fix overflow in duration/position calculation.
27664         Bump rank to PRIMARY for theoradec.
27665         Use granulepos of last packet to calculate position.
27666         Set keyframe flag on buffers when needed.
27667
27668 2004-07-06  David Schleef  <ds@schleef.org>
27669
27670         * gst/playback/Makefile.am: 'test' in bin_PROGRAMS?  Are you
27671         serious?  (Fixed, obviously.)
27672
27673 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
27674
27675         * po/LINGUAS:
27676         * po/cs.po:
27677           added Czech translation (Miloslav Trmac)
27678
27679 2004-07-05  Wim Taymans  <wim@fluendo.com>
27680
27681         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
27682         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
27683         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
27684         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
27685         (close_link), (type_found), (gst_decode_bin_set_property),
27686         (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
27687         (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
27688         (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
27689         (gst_decode_bin_query), (plugin_init):
27690         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
27691         (gst_play_bin_class_init), (gst_play_bin_init),
27692         (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
27693         (get_video_element), (new_pad), (setup_source),
27694         (gst_play_bin_set_property), (gst_play_bin_get_property),
27695         (gst_play_bin_change_state), (gst_play_bin_add_element),
27696         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
27697         (gst_play_bin_send_event), (gst_play_bin_get_formats),
27698         (gst_play_bin_convert), (gst_play_bin_get_query_types),
27699         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
27700         * gst/playback/test.c: (main):
27701         More fixes, cleaned up playbin, make it use decodebin. Added
27702         threaded property to playbin.
27703
27704 2004-07-05  Wim Taymans  <wim@fluendo.com>
27705
27706         * configure.ac:
27707         * gst/playback/Makefile.am:
27708         * gst/playback/decodetest.c: (main):
27709         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
27710         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
27711         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
27712         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
27713         (close_link), (type_found), (gst_decode_bin_set_property),
27714         (gst_decode_bin_get_property), (gst_decode_bin_change_state),
27715         (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
27716         (gst_decode_bin_get_formats), (gst_decode_bin_convert),
27717         (gst_decode_bin_get_query_types), (gst_decode_bin_query),
27718         (plugin_init):
27719         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
27720         (gst_play_bin_class_init), (gst_play_bin_init),
27721         (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
27722         (collect_sink_pads), (find_compatibles), (close_pad_link),
27723         (try_to_link_1), (new_pad), (close_link), (type_found),
27724         (setup_source), (gst_play_bin_set_property),
27725         (gst_play_bin_get_property), (gst_play_bin_factory_filter),
27726         (compare_ranks), (gst_play_bin_collect_factories),
27727         (gst_play_bin_change_state), (gst_play_bin_add_element),
27728         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
27729         (gst_play_bin_send_event), (gst_play_bin_get_formats),
27730         (gst_play_bin_convert), (gst_play_bin_get_query_types),
27731         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
27732         * gst/playback/test.c: (main):
27733         Added some playback helper elements and some test apps, very alpha
27734         still.
27735
27736 2004-07-04  Benjamin Otte  <otte@gnome.org>
27737
27738         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
27739           only restart audio when we indeed have an xrun to fix repeated
27740           xruns. Fix suggested by Giuliano Pochini.
27741
27742 2004-07-03  David Schleef  <ds@schleef.org>
27743
27744         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
27745         call to gst_debug_log() if debugging is disabled (bug #145118)
27746
27747 2004-07-03  Benjamin Otte  <otte@gnome.org>
27748
27749         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
27750           use our own functions for restarting the alsa device.
27751         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
27752           I should apply patches myself - use MIN for the third argument, not
27753           the second, this fixes seeking
27754
27755 2004-07-02  David Schleef  <ds@schleef.org>
27756
27757         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
27758         (gst_flacdec_write):  Actually, GST_PAD_CAPS() has nothing to
27759         do with the logic.
27760
27761 2004-07-02  David Schleef  <ds@schleef.org>
27762
27763         * ext/flac/gstflacdec.c: (gst_flacdec_write):  Set duration on
27764         output buffers.  Fix logic mistake.  (bug #144866)
27765
27766 2004-07-02  David Schleef  <ds@schleef.org>
27767
27768         * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
27769         on X.  (bug #144753)
27770
27771 2004-07-02  David Schleef  <ds@schleef.org>
27772
27773         * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
27774         (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
27775         (bug #144624)
27776         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
27777         (gst_osselement_rate_probe_check): Add another workaround for
27778         buggy drivers (bug #145336)
27779
27780 2004-07-02  David Schleef  <ds@schleef.org>
27781
27782         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
27783         Most systems don't have MSG_NOSIGNAL.
27784
27785 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
27786
27787         * Makefile.am:
27788         * gst-libs/gst/colorbalance/Makefile.am:
27789         * gst-libs/gst/mixer/Makefile.am:
27790         * gst-libs/gst/play/Makefile.am:
27791         * gst-libs/gst/tuner/Makefile.am:
27792           (hopefully) fix both install and dist and make error message useful.
27793           needs testing across automakes.
27794
27795 2004-07-02  Benjamin Otte  <otte@gnome.org>
27796
27797         * ext/ogg/gstogg.c: (plugin_init):
27798           we require bytestream now
27799         * ext/ogg/gstoggdemux.c:
27800           huge diff to implement chain setup in a fast and generic way. This
27801           improves tag reading and startup of huge files (read: Theora videos)
27802           quite a bit. It probably contains bugs, too, so please test.
27803           Seeking is not improved to the fast method.
27804
27805 2004-06-29  Wim Taymans  <wim@fluendo.com>
27806
27807         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
27808         * ext/ogg/gstoggmux.c:
27809         Fix memleak in oggdemux when running unconnected pads.
27810         doc update in mux, start working on keyframe mode.
27811
27812 2004-06-29  Benjamin Otte  <otte@gnome.org>
27813
27814         * sys/oss/gstosssink.c:
27815         * sys/oss/gstosssrc.c:
27816           advertise correct template caps - we indeed do non-native endianness
27817           and 8bit audio has no endianness
27818         * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
27819         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
27820           avoid (wrong) duplications in getcaps function and return
27821           template caps
27822
27823 2004-06-29  Wim Taymans  <wim@fluendo.com>
27824
27825         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
27826         (gst_multifdsink_class_init), (gst_multifdsink_add),
27827         (gst_multifdsink_remove), (gst_multifdsink_clear),
27828         (gst_multifdsink_client_remove),
27829         (gst_multifdsink_handle_client_read),
27830         (gst_multifdsink_client_queue_data),
27831         (gst_multifdsink_client_queue_caps),
27832         (gst_multifdsink_client_queue_buffer),
27833         (gst_multifdsink_handle_client_write),
27834         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
27835         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
27836         (gst_multifdsink_init_send), (gst_multifdsink_close):
27837         Fix wrong GList iteration that could crash the server when
27838         more then 2 clients disconnect at the same time. Read all the
27839         pending commands in one batch to recover from command storms under
27840         very heavy load.
27841
27842 2004-06-28  Wim Taymans  <wim@fluendo.com>
27843
27844         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
27845         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
27846         (gst_videomixer_pad_set_property),
27847         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
27848         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
27849         (gst_videomixer_class_init), (gst_videomixer_init),
27850         (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
27851         (pad_zorder_compare), (gst_videomixer_sort_pads),
27852         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
27853         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
27854         (gst_videomixer_update_queues), (gst_videomixer_loop),
27855         (plugin_init):
27856         Avoid divide by zero, choose masterpad as the pad with the highest
27857         framerate.
27858
27859 2004-06-27  Julien Moutte  <julien@moutte.net>
27860
27861         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
27862         (gst_ximagesink_xwindow_new):
27863         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
27864         (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
27865         function directly. We might want to call it from somewhere else one day.
27866
27867 2004-06-27  Julien Moutte  <julien@moutte.net>
27868
27869         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
27870         (gst_ximagesink_xwindow_new):
27871         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
27872         (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
27873         window decorations.
27874
27875 2004-06-27  Wim Taymans  <wim@fluendo.com>
27876
27877         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
27878         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
27879         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
27880         (gst_dvdec_set_property), (gst_dvdec_get_property):
27881         * ext/dv/gstdvdec.h:
27882         Implement drop_factor property to lower the framerate with
27883         a factor.
27884
27885 2004-06-27  Thomas Vander Stichele  <thomas at apestaart dot org>
27886
27887         * gst-libs/gst/colorbalance/Makefile.am:
27888         * gst-libs/gst/mixer/Makefile.am:
27889         * gst-libs/gst/play/Makefile.am:
27890         * gst-libs/gst/tuner/Makefile.am:
27891           unbreak Company's fix that didn't install the -enum.h files
27892
27893 2004-06-27  Wim Taymans  <wim@fluendo.com>
27894
27895         * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
27896         (gst_dvdec_change_state):
27897         * ext/dv/gstdvdec.h:
27898         Fix timestamp, duration and offset of the buffers.
27899
27900 2004-06-27  Wim Taymans  <wim@fluendo.com>
27901
27902         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
27903         (gst_multifdsink_class_init), (gst_multifdsink_add),
27904         (gst_multifdsink_remove), (gst_multifdsink_clear),
27905         (gst_multifdsink_client_remove),
27906         (gst_multifdsink_handle_client_read),
27907         (gst_multifdsink_client_queue_data),
27908         (gst_multifdsink_client_queue_caps),
27909         (gst_multifdsink_client_queue_buffer),
27910         (gst_multifdsink_handle_client_write),
27911         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
27912         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
27913         (gst_multifdsink_init_send), (gst_multifdsink_close):
27914         * gst/tcp/gstmultifdsink.h:
27915         * gst/tcp/gsttcpserversink.c:
27916         (gst_tcpserversink_handle_server_read),
27917         (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
27918         More multifdsink fixes, more recovery policy fixes.
27919         Removed stupid g_print
27920
27921 2004-06-26  Wim Taymans  <wim@fluendo.com>
27922
27923         * gst/tcp/Makefile.am:
27924         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
27925         (gst_multifdsink_get_type), (gst_multifdsink_base_init),
27926         (gst_multifdsink_class_init), (gst_multifdsink_init),
27927         (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
27928         (gst_multifdsink_handle_client_read),
27929         (gst_multifdsink_client_queue_data),
27930         (gst_multifdsink_client_queue_caps),
27931         (gst_multifdsink_client_queue_buffer),
27932         (gst_multifdsink_handle_client_write),
27933         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
27934         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
27935         (gst_multifdsink_chain), (gst_multifdsink_set_property),
27936         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
27937         (gst_multifdsink_close), (gst_multifdsink_change_state):
27938         * gst/tcp/gstmultifdsink.h:
27939         * gst/tcp/gsttcpplugin.c: (plugin_init):
27940         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
27941         (gst_tcpserversink_class_init), (gst_tcpserversink_init),
27942         (gst_tcpserversink_handle_server_read),
27943         (gst_tcpserversink_handle_select),
27944         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
27945         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
27946         * gst/tcp/gsttcpserversink.h:
27947         Added multifdsink, made tcpserversink a subclass of fdsink, removed
27948         one of the locks, added recovery policy to multifdsink.
27949
27950 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
27951
27952         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
27953           fix decision for when getting frames with same timestamp
27954         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
27955         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
27956         (gst_v4lsrc_get_property):
27957         * sys/v4l/gstv4lsrc.h:
27958           add latency offset property
27959
27960 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
27961
27962         * gst/videorate/gstvideorate.c: (gst_videorate_chain),
27963         (plugin_init):
27964           fix debugging. add category.
27965
27966 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
27967
27968         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
27969           fix wrong offsets
27970
27971 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
27972
27973         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
27974         (gst_alsa_src_get_time), (gst_alsa_src_loop),
27975         (gst_alsa_src_change_state):
27976           return a time that is in sync with the element's processing
27977
27978 2004-06-25  Wim Taymans  <wim@fluendo.com>
27979
27980         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
27981         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
27982         (gst_tcpserversink_client_remove),
27983         (gst_tcpserversink_handle_client_read),
27984         (gst_tcpserversink_client_queue_data),
27985         (gst_tcpserversink_client_queue_caps),
27986         (gst_tcpserversink_client_queue_buffer),
27987         (gst_tcpserversink_handle_client_write),
27988         (gst_tcpserversink_queue_buffer),
27989         (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
27990         (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
27991         (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
27992         (gst_tcpserversink_close):
27993         * gst/tcp/gsttcpserversink.h:
27994         Serversink rewrite. Really do non blocking writes to clients and
27995         maintain an internal queue to handle slower clients while not
27996         disturbing fast clients.
27997
27998 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
27999
28000         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
28001           better debug, don't override OFFSET and OFFSET_END
28002
28003 2004-06-25  Iain <iain@prettypeople.org>
28004
28005         * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
28006         name=source for the wavparse pipeline.
28007
28008 2004-06-24  Johan Dahlin  <johan@gnome.org>
28009
28010         * ext/theora/theoraenc.c (theora_enc_chain): Call
28011         gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
28012         streamheader caps are set correctly.
28013
28014 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
28015
28016         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
28017         (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
28018           respect minimum bitrate; same could be done for max bitrate
28019
28020 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
28021
28022         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
28023         (gst_vorbisenc_setup):
28024           fix sample rate range
28025
28026 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
28027
28028         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
28029         (gst_oggvorbisenc_setup):
28030         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
28031         (gst_vorbisenc_setup):
28032           resolve ambiguities in code and description
28033
28034 2004-06-24  Wim Taymans  <wim@fluendo.com>
28035
28036         * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
28037         * ext/alsa/gstalsa.h:
28038         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
28039         (gst_alsa_src_update_avail), (gst_alsa_src_loop):
28040         Use alsa trigger_tstamp to get the timestamp of the first
28041         sample in the buffer for more precise sync. Some cleanups.
28042
28043 2004-06-24  Wim Taymans  <wim@fluendo.com>
28044
28045         * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
28046         (gst_audiorate_init), (gst_audiorate_chain),
28047         (gst_audiorate_set_property), (gst_audiorate_get_property):
28048         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
28049         (gst_videorate_chain):
28050         Added some logging, fixed an overflow bug in videorate.
28051
28052 2004-06-24  Benjamin Otte  <otte@gnome.org>
28053
28054         * ext/kio/Makefile.am:
28055           fix for builddir != srcdir and distcheck
28056
28057 2004-06-24  Benjamin Otte  <otte@gnome.org>
28058
28059         * gst-libs/gst/colorbalance/Makefile.am:
28060         * gst-libs/gst/mixer/Makefile.am:
28061         * gst-libs/gst/play/Makefile.am:
28062         * gst-libs/gst/tuner/Makefile.am:
28063         * gst/tcp/Makefile.am:
28064         * sys/dxr3/Makefile.am:
28065           don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
28066           tarball.
28067           Also add all *.list files that were missing.
28068         * Makefile.am:
28069           add a distcheck hook to ensure the above doesn't happen again.
28070
28071 2004-06-23  David I. Lehn  <dlehn@users.sourceforge.net>
28072
28073         * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
28074
28075 2004-06-23  Colin Walters  <walters@redhat.com>
28076
28077         * m4/Makefile.am: Distribute gst-fionread.m4.
28078
28079 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28080
28081         * configure.ac: back to dev
28082
28083 2004-06-23  Wim Taymans  <wim@fluendo.com>
28084
28085         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
28086         (gst_alsa_xrun_recovery):
28087         * ext/alsa/gstalsa.h:
28088         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
28089         (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
28090         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
28091         (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
28092         (gst_alsa_src_loop):
28093         Add clock to alsasrc. Take new capture timestamp when
28094         restarting after an overrun. Split up some functions between
28095         alsasrc and alsasink.
28096
28097 === release 0.8.2 ===
28098
28099 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28100
28101         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
28102         (gst_alsa_change_state), (gst_alsa_update_avail),
28103         (gst_alsa_xrun_recovery):
28104         * ext/alsa/gstalsa.h:
28105         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
28106           merge back changes from release
28107
28108 2004-06-23  Wim Taymans  <wim@fluendo.com>
28109
28110         * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
28111         (gst_audiorate_init), (gst_audiorate_chain),
28112         (gst_audiorate_set_property), (gst_audiorate_get_property):
28113         Implement sample dropping and notify
28114
28115 2004-06-22  Wim Taymans  <wim@fluendo.com>
28116
28117         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
28118         (theora_enc_sink_link), (theora_buffer_from_packet),
28119         (theora_push_packet), (theora_enc_chain):
28120         Some cleanups, make sure the timestamps are correct.
28121
28122 2004-06-22  Wim Taymans  <wim@fluendo.com>
28123
28124         * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
28125         (gst_alsa_change_state), (gst_alsa_update_avail),
28126         (gst_alsa_xrun_recovery):
28127         * ext/alsa/gstalsa.h:
28128         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
28129         Cleanups, take queued samples into account when reporting
28130         the time.
28131
28132 2004-06-22  Wim Taymans  <wim@fluendo.com>
28133
28134         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
28135         (gst_videorate_init):
28136         Initialize the property as well.
28137
28138 2004-06-22  Wim Taymans  <wim@fluendo.com>
28139
28140         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
28141         (gst_videorate_init), (gst_videorate_chain),
28142         (gst_videorate_set_property), (gst_videorate_get_property):
28143         Add property to make videorate silent.
28144         Add property to prefer new frames over old ones.
28145
28146 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28147
28148         * sys/osxvideo/Makefile.am:
28149         Workaround so that the osxvideo .so file gets linked with the
28150         Cocoa, OpenGL and QuickTime frameworks
28151
28152 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28153
28154         * sys/osxaudio/Makefile.am:
28155         Workaround so that the osxaudio .so file gets linked with the
28156         CoreAudio framework
28157
28158 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28159
28160         * configure.ac:
28161         Whoops, my fault...fixed build issues
28162
28163 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28164
28165         * configure.ac:
28166         Add objective-c support if running in Darwin/Mac OS X
28167         * sys/Makefile.am:
28168         * sys/osxvideo:
28169         * sys/osxvideo/Makefile.am:
28170         * sys/osxvideo/osxvideosink.h:
28171         * sys/osxvideo/osxvideosink.m:
28172         * sys/osxvideo/cocoawindow.h:
28173         * sys/osxvideo/cocoawindow.m:
28174         Add osxvideosink, a cocoa-based osx video sink
28175
28176
28177 2004-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
28178         * ext/dvdnav/gst-dvd:
28179         Grab the gconf key from the right spot
28180         * gst/debug/gstnavseek.c: (gst_navseek_init),
28181         (gst_navseek_segseek), (gst_navseek_handle_src_event),
28182         (gst_navseek_chain):
28183         * gst/debug/gstnavseek.h:
28184           Add 's', 'e' and 'l' keypresses to navseek to define the start,end
28185           and loop parameters of a segment seek.
28186         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
28187         (gst_videotestsrc_get_event_masks),
28188         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
28189         * gst/videotestsrc/gstvideotestsrc.h:
28190           Add seeking support to videotestsrc
28191           Initialise the timestamp_offset variable.
28192
28193 2004-06-18  Wim Taymans  <wim@fluendo.com>
28194
28195         * ext/sidplay/gstsiddec.cc:
28196         Fix negotiation and set correct end offset.
28197
28198 2004-06-18  Thomas Vander Stichele  <thomas at apestaart dot org>
28199
28200         * configure.ac: branch and prerelease
28201
28202 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
28203
28204         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
28205         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
28206         (gst_tcpclientsrc_init_receive):
28207         * gst/tcp/gsttcpclientsrc.h:
28208           read caps when connecting to server for GDP so we set them correctly
28209
28210 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
28211
28212         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
28213           notify drops and duplicates
28214         * gst/videoscale/videoscale.c: (videoscale_get_structure):
28215           no good reason to limit ourselves to 100x100
28216
28217 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
28218
28219         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
28220         (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
28221         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
28222         (gst_v4lsrc_get_property):
28223         * sys/v4l/gstv4lsrc.h:
28224         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
28225         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
28226         (gst_v4l_set_audio):
28227         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
28228         (gst_v4lsrc_try_capture):
28229         * sys/v4l/v4lsrc_calls.h:
28230           change try_palette to more general try_capture
28231           add autoprobe option so we can turn off autoprobing
28232           various fixes
28233
28234 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
28235
28236         * configure.ac:
28237           add videorate
28238         * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
28239         (gst_ximagesink_class_init):
28240         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
28241         (gst_xvimagesink_class_init):
28242           run them as finalize, not dispose, since dispose can be invoked
28243           multiple times
28244
28245 2004-06-17  Wim Taymans  <wim@fluendo.com>
28246
28247         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
28248         (gst_alsa_get_time), (gst_alsa_xrun_recovery):
28249         * ext/alsa/gstalsa.h:
28250         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
28251         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
28252         (gst_alsa_src_change_state):
28253         * ext/alsa/gstalsasrc.h:
28254         Make the xrun code timestamp and offset the buffers correctly.
28255         moved the clock to the base class, use alsa methods to get time.
28256         Do correct timestamping on outgoing buffers.
28257
28258 2004-06-17  Wim Taymans  <wim@fluendo.com>
28259
28260         * gst/audiorate/Makefile.am:
28261         * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
28262         (gst_audiorate_base_init), (gst_audiorate_class_init),
28263         (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
28264         (gst_audiorate_set_property), (gst_audiorate_get_property),
28265         (gst_audiorate_change_state), (plugin_init):
28266         Added an audiorate converter that fills in gaps.
28267
28268 2004-06-17  Johan Dahlin  <johan@gnome.org>
28269
28270         * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
28271
28272 2004-06-16  Wim Taymans  <wim@fluendo.com>
28273
28274         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
28275         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
28276         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
28277         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
28278         (gst_v4lsrc_get_property):
28279         * sys/v4l/gstv4lsrc.h:
28280         Added a copy mode to v4lsrc where it will output a copied version
28281         of its internal hardware buffer.
28282         Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
28283         can't | them.
28284
28285 2004-06-16  Wim Taymans  <wim@fluendo.com>
28286
28287         * sys/oss/gstosssrc.c: (gst_osssrc_get):
28288         Timestamp fixes.
28289
28290 2004-06-16  Wim Taymans  <wim@fluendo.com>
28291
28292         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
28293         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
28294         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
28295         (gst_v4lsrc_get_property):
28296         * sys/v4l/gstv4lsrc.h:
28297         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
28298         Added a sync mode enum property to control v4lsrc timestamp method
28299         Removed the use-fixed-fps property and moved functionality in
28300         the enum.
28301         Don't error on an error value from v4l-conf, it might not always
28302         be a real error.
28303
28304 2004-06-16  Wim Taymans  <wim@fluendo.com>
28305
28306         * gst/videorate/Makefile.am:
28307         * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
28308         (gst_videorate_base_init), (gst_videorate_class_init),
28309         (gst_videorate_getcaps), (gst_videorate_link),
28310         (gst_videorate_init), (gst_videorate_chain),
28311         (gst_videorate_set_property), (gst_videorate_get_property),
28312         (gst_videorate_change_state), (plugin_init):
28313         Added a video timestamp corrector.
28314
28315 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28316
28317         fixed a potential leak with previous commit
28318
28319         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
28320
28321 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28322
28323         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
28324         Added missing refcount, fixes bug #144425
28325         Cheers Tim for finding the bug
28326
28327 2004-06-15  Thomas Vander Stichele  <thomas at apestaart dot org>
28328
28329         * sys/v4l/gstv4l.c: (plugin_init):
28330         * sys/v4l/gstv4lcolorbalance.c:
28331         * sys/v4l/gstv4lcolorbalance.h:
28332         * sys/v4l/gstv4lelement.c:
28333         * sys/v4l/gstv4lelement.h:
28334         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
28335         * sys/v4l/gstv4lmjpegsink.h:
28336         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
28337         * sys/v4l/gstv4lmjpegsrc.h:
28338         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
28339         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
28340         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
28341         * sys/v4l/gstv4lsrc.h:
28342         * sys/v4l/gstv4ltuner.c:
28343         * sys/v4l/gstv4ltuner.h:
28344         * sys/v4l/gstv4lxoverlay.c:
28345         * sys/v4l/gstv4lxoverlay.h:
28346         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
28347         (gst_v4l_set_window), (gst_v4l_enable_overlay):
28348         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
28349         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
28350         (gst_v4l_set_audio):
28351         * sys/v4l/v4l_calls.h:
28352         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
28353         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
28354         (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
28355         (gst_v4lmjpegsink_playback_init),
28356         (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
28357         (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
28358         (gst_v4lmjpegsink_playback_stop),
28359         (gst_v4lmjpegsink_playback_deinit):
28360         * sys/v4l/v4lmjpegsink_calls.h:
28361         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
28362         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
28363         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
28364         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
28365         (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
28366         (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
28367         * sys/v4l/v4lmjpegsrc_calls.h:
28368         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
28369         (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
28370         (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
28371         (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
28372         (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
28373         (gst_v4lsrc_try_palette):
28374         * sys/v4l/v4lsrc_calls.h:
28375           bunch of paranoia cleanups
28376
28377 2004-06-14  David Schleef  <ds@schleef.org>
28378
28379         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
28380         (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
28381         Send discont events and change timestamps appropriately when
28382         we get a seek event.  (bug #144240)
28383         * ext/cdparanoia/gstcdparanoia.h:
28384
28385 2004-06-14  Benjamin Otte  <otte@gnome.org>
28386
28387         * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
28388           snd_pcm_hw_params_set_rate  since the latter fails for no good
28389           reason on some setups.
28390
28391 2004-06-14  David Schleef  <ds@schleef.org>
28392
28393         * gst/volume/demo.c: (value_changed_callback): exp10() is not
28394         standard.  Thank you for playing.
28395
28396 2004-06-14  Wim Taymans  <wim@fluendo.com>
28397
28398         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
28399         Patch 1.3 broke the ordering of the colorspace info and
28400         made the plugin basically work by coincidence, reordered
28401         the info.
28402
28403 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
28404
28405         * ext/lame/gstlame.c:
28406         * ext/mad/gstmad.c:
28407           sync caps.  Make sure mad can only output a list of rates, not
28408           a full range.  In the future, have three caps lists for each of the
28409           mpeg versions.  Change mpegversion to a double as well.
28410
28411 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
28412
28413         * gst/volume/.cvsignore:
28414         * gst/volume/Makefile.am:
28415         * gst/volume/demo.c: (value_changed_callback), (idler),
28416         (setup_gui), (main):
28417           added small demo app
28418
28419 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
28420         * ext/esd/esdsink.c: (gst_esdsink_change_state):
28421         * ext/esd/esdsink.h:
28422         Close the esd connection on pause, because esd will just wait -
28423         blocking all other esd clients indefinitely.
28424
28425 2004-06-12  Christophe Fergeau  <teuf@gnome.org>
28426
28427         * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
28428           previous commit with GST_DEBUG
28429
28430 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
28431
28432         * configure.ac:
28433           add a header check for a dvdread header in dvdnav.  Fixes #133002
28434
28435 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28436
28437         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
28438         * gst/tcp/gsttcpclientsink.h:
28439         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
28440         * gst/tcp/gsttcpclientsrc.h:
28441         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
28442         (gst_tcpserversink_handle_server_read),
28443         (gst_tcpserversink_init_send):
28444         * gst/tcp/gsttcpserversink.h:
28445         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
28446         * gst/tcp/gsttcpserversrc.h:
28447         Modified the tcp plugins so they are portable (IPv4,IPv6, any future
28448         version of IP)
28449
28450 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28451
28452         * configure.ac:
28453         Added ogg library so that OSX detects libtheora properly
28454
28455 2004-06-11  Wim Taymans  <wim@fluendo.com>
28456
28457         * ext/theora/theoradec.c: (theora_dec_chain),
28458         (theora_dec_change_state):
28459         Don't try to decode frames before we received a keyframe.
28460
28461 2004-06-11  Wim Taymans  <wim@fluendo.com>
28462
28463         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
28464         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
28465         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
28466         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
28467         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
28468         Added property to set the maximum delay of a page.
28469
28470 2004-06-10  Wim Taymans  <wim@fluendo.com>
28471
28472         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
28473         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
28474         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
28475         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
28476         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
28477         Added max-delay property to control the maximum amount
28478         of data to put in one page.
28479
28480 2004-06-10  Wim Taymans  <wim@fluendo.com>
28481
28482         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
28483         (gst_theora_enc_init), (theora_enc_sink_link),
28484         (theora_buffer_from_packet), (theora_enc_set_property),
28485         (theora_enc_get_property):
28486         Set duration on encoded buffer, added some more properties
28487
28488 2004-06-10  Wim Taymans  <wim@fluendo.com>
28489
28490         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
28491         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
28492         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
28493         * ext/theora/theoraenc.c: (theora_enc_chain):
28494         Fix refcounting bugs
28495
28496 2004-06-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28497
28498         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
28499         (gst_asf_demux_loop), (gst_asf_demux_process_file),
28500         (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
28501         (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
28502         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
28503         (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
28504         (gst_asf_demux_change_state):
28505         * gst/asfdemux/gstasfdemux.h:
28506           You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
28507           feels like. I think we should set a new requirement for demuxers
28508           from now on to implement sane loop functions, data loops, query
28509           and seek functions before first commit into CVS. And this commit
28510           fixes all of the above.
28511
28512 2004-06-10  Christophe Fergeau  <teuf@gnome.org>
28513
28514         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
28515           vorbis comments are properly encoded in UTF-8 before adding them
28516           to a GstTagList
28517
28518 2004-06-09  Benjamin Otte  <otte@gnome.org>
28519
28520         * ext/alsa/gstalsa.c: (add_channels):
28521           handle min <= max correctly
28522         * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
28523         (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
28524           add fixation functions so we fixate correctly. No preferring of alaw
28525           anymore because it's the first structure.
28526         * ext/alsa/gstalsa.h:
28527         * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
28528         (gst_alsa_hw_params_dump):
28529           add functions to ease debugging in alsalib
28530         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
28531         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
28532         (gst_alsa_start_audio):
28533           only specify hw params if we really setup a format (fixes #134007 -
28534           or at least works around it)
28535
28536 2004-06-09  Wim Taymans  <wim@fluendo.com>
28537
28538         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
28539         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
28540         (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
28541         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
28542         (gst_ogg_mux_loop):
28543         Use stream caps to setup the initial pages in the ogg stream.
28544         Correctly set the streamheader caps on the srcpad.
28545
28546 2004-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
28547
28548         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
28549         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
28550         (gst_v4lsrc_getcaps):
28551         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
28552         (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
28553           add querying of fps lists for webcams.  Negotiating to a framerate
28554           now works.
28555
28556 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
28557
28558         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
28559         (theora_push_buffer), (theora_push_packet),
28560         (theora_set_header_on_caps), (theora_enc_chain):
28561           mark buffers and put on streamheader, raw theora streaming
28562           now works too, whee
28563
28564 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
28565
28566         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
28567         (gst_tcp_gdp_read_caps):
28568           do a looping read for caps and GDP headers too
28569
28570 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
28571
28572         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
28573         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
28574           return EOS instead of NULL in _get
28575
28576 2004-06-08  Wim Taymans  <wim@fluendo.com>
28577
28578         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
28579         (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
28580         (gst_tcp_gdp_write_caps):
28581         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
28582         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
28583         (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
28584         Memory leak fixes
28585
28586 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
28587
28588         * ext/vorbis/Makefile.am:
28589         * ext/vorbis/vorbis.c: (plugin_init):
28590         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
28591         (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
28592         (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
28593         (vorbis_parse_change_state):
28594         * ext/vorbis/vorbisparse.h:
28595           adding a vorbisparse element that marks the buffers, streaming
28596           raw vorbis using GDP now works, whee
28597
28598 2004-06-08  Wim Taymans  <wim@fluendo.com>
28599
28600         * ext/jpeg/Makefile.am:
28601         * ext/jpeg/README:
28602         * ext/jpeg/gstjpeg.c: (plugin_init):
28603         * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
28604         (gst_smokedec_base_init), (gst_smokedec_class_init),
28605         (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
28606         * ext/jpeg/gstsmokedec.h:
28607         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
28608         (gst_smokeenc_base_init), (gst_smokeenc_class_init),
28609         (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
28610         (gst_smokeenc_resync), (gst_smokeenc_chain),
28611         (gst_smokeenc_set_property), (gst_smokeenc_get_property):
28612         * ext/jpeg/gstsmokeenc.h:
28613         * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
28614         (smokecodec_flush_destination), (smokecodec_term_destination),
28615         (smokecodec_init_source), (smokecodec_fill_input_buffer),
28616         (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
28617         (smokecodec_term_source), (smokecodec_encode_new),
28618         (smokecodec_decode_new), (smokecodec_info_free),
28619         (smokecodec_set_quality), (smokecodec_get_quality),
28620         (smokecodec_set_threshold), (smokecodec_get_threshold),
28621         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
28622         (find_best_size), (abs_diff), (put), (smokecodec_encode),
28623         (smokecodec_parse_header), (smokecodec_decode):
28624         * ext/jpeg/smokecodec.h:
28625         Added a new simple jpeg based codec
28626
28627 2004-06-08  Wim Taymans  <wim@fluendo.com>
28628
28629         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
28630         (gst_multipart_mux_loop):
28631         Fix memory leak
28632
28633 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
28634
28635         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
28636         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
28637         (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
28638         (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
28639         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
28640         * gst/tcp/gsttcpserversink.h:
28641           take streamheader into account
28642
28643 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
28644
28645         * gst/level/Makefile.am:
28646         * gst/level/gstlevel.c: (gst_level_class_init):
28647           clean up marshal generation
28648
28649 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
28650
28651         * gst/tcp/Makefile.am:
28652         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
28653         (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
28654         (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
28655         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
28656         (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
28657         (gst_tcpclientsrc_get_property):
28658         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
28659         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
28660         (gst_tcpserversink_handle_client_read),
28661         (gst_tcpserversink_handle_client_write),
28662         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
28663         * gst/tcp/gsttcpserversink.h:
28664           add signals client-added and client-removed
28665         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
28666         (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
28667         (gst_tcpserversrc_get_property):
28668         uniformized, change default protocol to NONE
28669         * gst/tcp/gsttcp-marshal.list: added
28670 2004-06-07  Benjamin Otte  <otte@gnome.org>
28671
28672         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
28673           handle discont events if they happen before caps nego
28674
28675 2004-06-07  Wim Taymans  <wim@fluendo.com>
28676
28677         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
28678         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
28679         (gst_multipart_demux_plugin_init):
28680         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
28681         (gst_multipart_mux_init), (gst_multipart_mux_loop),
28682         (gst_multipart_mux_change_state):
28683         Small updates, fix a memleak
28684
28685 2004-06-07  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
28686
28687         * configure.ac: OSS portability
28688         * ext/arts/gst_arts.c: idem
28689         * sys/oss/gstosselement.c: idem
28690         * sys/oss/gstossmixer.c: idem
28691         * sys/oss/gstosssink.c: idem
28692         * sys/oss/gstosssrc.c: idem
28693         * sys/oss/oss_probe.c: idem
28694           - check for soundcard.h in different places for some BSD
28695
28696 2004-06-07  Jan Schmidt <thaytan@mad.scientist.com>
28697
28698         * AUTHORS:
28699         Add me to the authors file
28700         * configure.ac:
28701         Increase the libdv requirement to >= version 0.100
28702         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
28703         (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
28704         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
28705         * ext/dv/gstdvdec.h:
28706         Add support for the new_media flag when sending DISCONT events
28707         Make the querying work when video pad is not linked
28708
28709 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
28710
28711         reviewed by Benjamin Otte  <otte@gnome.org>
28712
28713         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
28714           create a NULL-initialized array of pads, so we don't think they
28715           exist already. (fixes #143130)
28716
28717 2004-06-07  Benjamin Otte  <otte@gnome.org>
28718
28719         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
28720         (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
28721         (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
28722           don't use // coments
28723
28724 2004-06-07  Benjamin Otte  <otte@gnome.org>
28725
28726         * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
28727           cast to GstClockTime to get higher granularity
28728         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
28729           use gst_element_set_time_delay to get the exact time
28730         * ext/mad/gstmad.c: (gst_mad_chain):
28731           use the negotiated rate instead of the current frame's rate which
28732           might be wrong because of bit errors. This avoids emitting totally
28733           bogus timestamps and screwing sync.
28734         (fixes #143454)
28735
28736 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
28737
28738         reviewed by Benjamin Otte  <otte@gnome.org>
28739
28740         * gst/adder/gstadder.c: (gst_adder_loop):
28741           properly error out when no negotiation has happened yet. (fixes
28742           #143032)
28743
28744 2004-06-06  Benjamin Otte  <otte@gnome.org>
28745
28746         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
28747           forward correctly transformed offset in discont events. Based on
28748           patch by Arwed v. Merkatz. (fixes #142851)
28749
28750 2004-06-06  David Schleef  <ds@schleef.org>
28751
28752         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
28753         G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS.  Should fix compile
28754         problems on several systems.
28755
28756 2004-06-06  Benjamin Otte  <otte@gnome.org>
28757
28758         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
28759           use explicit caps on the srcpad
28760         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
28761           properly error out if caps couldn't be set (fixes #142764)
28762
28763 2004-06-06  Benjamin Otte  <otte@gnome.org>
28764
28765         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
28766         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
28767         (gst_alsa_start_audio):
28768           - don't call set_periods_integer anymore, it breaks the
28769           configuration randomly
28770           - call snd_pcm_hw_params_set_access directly instead of using masks
28771           - don't fail if the sw_params can't be set, just use the default
28772           params and hope it works. Alsalib has weird issues when you touch
28773           sw_params and does no proper error reporting about what failed.
28774         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
28775         (gst_alsa_close_audio):
28776           make our alsa debugging go via gst debugging and not conditionally
28777           defined
28778         * ext/alsa/gstalsa.h:
28779           add ALSA_DEBUG_FLUSH macro
28780         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
28781         (plugin_init):
28782           wrap alsa errors to be printed via the gst debugging system and not
28783           spammed to stderr
28784
28785 2004-06-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28786
28787         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
28788         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
28789         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
28790         (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
28791         (qtdemux_parse_trak):
28792         * gst/qtdemux/qtdemux.h:
28793           Bitch. Also known as seeking, querying & co.
28794         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
28795         (gst_osssink_change_state):
28796         * sys/oss/gstosssink.h:
28797           Resyncing is for weenies, this hack is no longer needed and was
28798           broken anyway (since it - unintendedly - always leaves resync to
28799           TRUE).
28800
28801 2004-06-05  Andrew Turner <zxombie@hotpop.com>
28802
28803         * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
28804         * gst/tcp/gsttcpclientsrc.h: idem
28805           - define MSG_NOSIGNAL if not done
28806           - include unistd.h for off_t
28807           (fixes #143749)
28808
28809 2004-06-05  Benjamin Otte  <otte@gnome.org>
28810
28811         * configure.ac:
28812         * ext/kio/Makefile.am:
28813           check for qt's moc preprocessor explicitly and use it
28814
28815 2004-06-03  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
28816
28817         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
28818           don't get a signal for EPIPE on socket writes
28819           (somebody check if this works on other platforms)
28820
28821 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
28822
28823         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
28824         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
28825           check error condition on available samples correctly
28826
28827 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
28828
28829         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
28830           avoid a segfault
28831         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
28832         (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
28833         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
28834         (gst_tcpserversrc_gdp_read_header):
28835          use ssize_t over size_t since the former is signed and thus the
28836          check for error codes can work
28837
28838 2004-06-02  Wim Taymans  <wim@fluendo.com>
28839
28840         reviewed by: Johan
28841
28842         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
28843         (gst_multipart_mux_loop):
28844         Oops
28845
28846 2004-06-02  Wim Taymans  <wim@fluendo.com>
28847
28848         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
28849         (gst_multipart_mux_init), (gst_multipart_mux_loop),
28850         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
28851         (gst_multipart_mux_change_state):
28852         Added configurable boundary specifier, added the value as a
28853         caps field as well.
28854
28855 2004-06-02  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28856
28857         * gst/tcp/gsttcp.c:
28858         * gst/tcp/gsttcpclientsrc.c:
28859         * gst/tcp/gsttcpclientsrc.h:
28860         * gst/tcp/gsttcpserversrc.c:
28861           - portability fix, to compile on OSX
28862             (fixes #143146)
28863
28864         * sys/osxaudio/gstosxaudioelement.c:
28865         * sys/osxaudio/gstosxaudiosink.c:
28866         * sys/osxaudio/gstosxaudiosrc.c:
28867           - compilation warnings on OSX
28868             (fixes #143153)
28869
28870 2004-06-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28871
28872         * ext/vorbis/vorbisdec.c : sign warning fixes
28873
28874         * gst-libs/gst/mixer/mixertrack.c :
28875           do no use defines which are glib 2.4 specific
28876
28877 2004-06-01  Christophe Fergeau  <teuf@gnome.org>
28878
28879         * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
28880           buffer since libflac doesn't expect it (reports a sync error when
28881           it encounters that)
28882
28883
28884 2004-06-01  Owen Fraser-Green  <owen@discobabe.net>
28885
28886         * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
28887         * gst-libs/gst/mixer/mixertrack.c:
28888         (gst_mixer_track_get_property), (get_mixer_track_init),
28889         (get_mixer_track_get_property): Added property accessors
28890         * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
28891         * gst-libs/gst/mixer/mixeroptions.c:
28892         (gst_mixer_options_get_values): Added
28893         * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
28894         * gst-libs/gst/mixer/mixer.c: Fixed comment
28895
28896
28897 2004-06-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
28898
28899         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
28900           improve error messages on open
28901
28902
28903 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
28904
28905         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
28906           check if v4l-conf is in path
28907
28908 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
28909
28910         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
28911           change assert to a more readable error message
28912
28913 2004-05-31  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
28914
28915         * gst-libs/gst/tuner/tunerchannel.h:
28916           - add a freq_multiplicator field to make the conversion
28917             between internal frequency unit and Hz
28918         * sys/v4l/gstv4lelement.c:
28919         * sys/v4l2/gstv4l2element.c:
28920           - change default video device to /dev/video0
28921         * sys/v4l/v4l_calls.c:
28922         * sys/v4l2/v4l2_calls.c:
28923           - we only expose frequency to the user in Hz instead of
28924             bastard v4lX unit (either 62.5kHz or 62.5Hz)
28925
28926 2004-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
28927         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
28928           Initialise b_o_s and e_o_s variables
28929         * gst-libs/gst/riff/riff-media.c:
28930         (gst_riff_create_video_caps_with_data):
28931           Add some unusual fourcc's from mplayer avi's
28932         * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
28933           Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
28934           autoplugging.
28935
28936 2004-05-28  Wim Taymans  <wim@fluendo.com>
28937
28938         * configure.ac:
28939         * gst/alpha/Makefile.am:
28940         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
28941         (gst_alpha_get_type), (gst_alpha_base_init),
28942         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
28943         (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
28944         (gst_alpha_chroma_key), (gst_alpha_chain),
28945         (gst_alpha_change_state), (plugin_init):
28946         A plugin to add an alpha channel to I420 video. Can optionally do
28947         chroma keying.
28948         * gst/multipart/Makefile.am:
28949         * gst/multipart/multipart.c: (plugin_init):
28950         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
28951         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
28952         (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
28953         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
28954         (gst_multipart_demux_change_state),
28955         (gst_multipart_demux_plugin_init):
28956         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
28957         (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
28958         (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
28959         (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
28960         (gst_multipart_mux_pad_unlink),
28961         (gst_multipart_mux_request_new_pad),
28962         (gst_multipart_mux_handle_src_event),
28963         (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
28964         (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
28965         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
28966         (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
28967         A Multipart demuxer/muxer. Not sure if it violates specs. Used to
28968         send multipart jpeg images to a browser.
28969         * gst/videobox/Makefile.am:
28970         * gst/videobox/README:
28971         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
28972         (gst_video_box_get_type), (gst_video_box_base_init),
28973         (gst_video_box_class_init), (gst_video_box_init),
28974         (gst_video_box_set_property), (gst_video_box_get_property),
28975         (gst_video_box_sink_link), (gst_video_box_i420),
28976         (gst_video_box_ayuv), (gst_video_box_chain),
28977         (gst_video_box_change_state), (plugin_init):
28978         Crops or adds borders around an image. can do alpha channel
28979         borders as well.
28980         * gst/videomixer/Makefile.am:
28981         * gst/videomixer/README:
28982         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
28983         (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
28984         (gst_videomixer_pad_get_sink_event_masks),
28985         (gst_videomixer_pad_get_property),
28986         (gst_videomixer_pad_set_property),
28987         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
28988         (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
28989         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
28990         (gst_videomixer_base_init), (gst_videomixer_class_init),
28991         (gst_videomixer_init), (gst_videomixer_request_new_pad),
28992         (gst_videomixer_handle_src_event),
28993         (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
28994         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
28995         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
28996         (gst_videomixer_loop), (gst_videomixer_get_property),
28997         (gst_videomixer_set_property), (gst_videomixer_change_state),
28998         (plugin_init):
28999         Generic video mixer plugin, can handle multiple inputs all with
29000         different framerates and video sizes. Is fully alpha channel
29001         aware.
29002
29003 2004-05-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29004
29005         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
29006           Select first track as master track. Not sure how else to handle
29007           that...
29008         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
29009           Discard discont events. Should fix #142962.
29010
29011 2004-05-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29012
29013         * ext/alsa/Makefile.am:
29014         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
29015         (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
29016         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
29017         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
29018         (gst_alsa_mixer_get_option):
29019         * ext/alsa/gstalsamixer.h:
29020         * ext/alsa/gstalsamixeroptions.c:
29021         (gst_alsa_mixer_options_get_type),
29022         (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
29023         (gst_alsa_mixer_options_new):
29024         * ext/alsa/gstalsamixeroptions.h:
29025         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
29026         * ext/alsa/gstalsamixertrack.h:
29027           Add enumerations (as GstMixerOptions). Make correct distinction
29028           between input/output tracks. Add capture/playback private flag.
29029           Use flag to decide on whether to set capture or playback volumes
29030           or switches. Use playback and record switches.
29031         * gst-libs/gst/mixer/Makefile.am:
29032         * gst-libs/gst/mixer/mixer-marshal.list:
29033         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
29034         (gst_mixer_set_option), (gst_mixer_get_option),
29035         (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
29036         (gst_mixer_volume_changed), (gst_mixer_option_changed):
29037         * gst-libs/gst/mixer/mixer.h:
29038         * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
29039         (gst_mixer_options_class_init), (gst_mixer_options_init),
29040         (gst_mixer_options_dispose):
29041         * gst-libs/gst/mixer/mixeroptions.h:
29042           Add GstMixerOptions.
29043         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
29044           Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
29045           broken device detection on computers with multiple OSS sound
29046           cards.
29047
29048 2004-05-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29049
29050         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
29051           fixate nicely even when the peer is not negotiating
29052
29053 2004-05-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29054
29055         * gst/audioconvert/gstaudioconvert.c:
29056         (gst_audio_convert_parse_caps):
29057           make sure we don't allow depth > width
29058         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
29059           fixate endianness to G_BYTE_ORDER as default
29060         * gst/audioscale/gstaudioscale.c:
29061           we don't handle another endianness as host-endianness
29062
29063 2004-05-25  David Schleef  <ds@schleef.org>
29064
29065         * gst/ffmpegcolorspace/mem.c:  malloc() is in stdlib.h, not malloc.h
29066
29067 2004-05-24  Benjamin Otte  <otte@gnome.org>
29068
29069         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
29070         (gst_oggvorbisenc_setup):
29071           properly fail when we can't setup the vorbis encoder due to
29072           unsupported settings
29073         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
29074         (gst_vorbisenc_setup):
29075           same
29076         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
29077           fix case where warnings occured when one pad was unlinked while the
29078           other's link function was called
29079
29080 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
29081
29082         * gst/tcp/Makefile.am:
29083           use GST_ENABLE_NEW
29084
29085 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29086
29087         * gst-libs/gst/resample/private.h:
29088           don't use optimizations that are #if 0'ed
29089
29090 2004-05-24  Wim Taymans  <wim@fluendo.com>
29091
29092         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
29093         Fix potential division by zero error and hopefully get
29094         the position query right to get correct timestamps on avi
29095         audio.
29096
29097 2004-05-24  Wim Taymans  <wim@fluendo.com>
29098
29099         * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
29100         (gst_videoscale_scale_nearest_str2),
29101         (gst_videoscale_scale_nearest_str4),
29102         (gst_videoscale_scale_nearest_32bit),
29103         (gst_videoscale_scale_nearest_24bit),
29104         (gst_videoscale_scale_nearest_16bit):
29105         Fix the scaling algorithm and avoid a buffer overflow.
29106         removed the while loop in the scaling function as it
29107         was used for point sampling only.
29108
29109 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29110
29111         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
29112         (gst_id3_tag_class_init), (gst_id3_tag_init),
29113         (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
29114         (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
29115         (gst_id3_tag_send_tag_event):
29116           lots of fixes to make id3mux work and id3demux work correctly
29117
29118 2004-05-24  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
29119
29120         * ext/Makefile.am:
29121           add rules to build shout2send (was removed by accident
29122           when this module was no more marked experimental/broken)
29123
29124 2004-05-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29125
29126         * ext/shout2/gstshout2.c:
29127         * ext/shout2/gstshout2.h:
29128           adding a "connection problem" signal to shout2send
29129           (fixes #142954)
29130
29131 2004-05-21  Thomas Vander Stichele  <thomas at apestaart dot org>
29132
29133         * ext/kio/kioreceiver.cpp:
29134         * ext/kio/kioreceiver.h:
29135           fix sign comparison issues
29136
29137 2004-05-21  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
29138
29139         * gst/cdxaparse/gstcdxaparse.c:
29140         * gst/cdxaparse/gstcdxaparse.h:
29141           some renaming
29142           add some checks/sanity
29143           prepare for seek addition
29144
29145         * sys/sunaudio/gstsunaudio.c:
29146           remove exported dupe init function
29147
29148 2004-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
29149
29150         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
29151         (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
29152           Fix format conversion and position querying.
29153         * gst/debug/progressreport.c: (gst_progressreport_report):
29154           Don't output a bogus total value that we didn't query.
29155         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
29156           Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
29157           only a blank window after xine has been used.
29158
29159 2004-05-21  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
29160
29161         * m4/as-arts.m4:
29162           sync with upstream version to fix test on FC2
29163           readd with -ko to preserve Id header
29164
29165 2004-05-20  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
29166
29167         * configure.ac:
29168           test for FIONREAD ioctl in sys/filio.h for Solaris compat.
29169         * gst/tcp/gsttcpclientsrc.c: idem
29170         * gst/tcp/gsttcpserversink.c: idem
29171         * gst/tcp/gsttcpserversrc.c: idem
29172         * m4/gst-fionread.m4: idem
29173
29174         * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
29175
29176         * configure.ac: enable speex plugin for speex 1.1.5+
29177         * ext/speex/gstspeexenc.c: fix cast warning
29178
29179         * ext/esd/README: fix typo
29180
29181 2004-05-20  David Schleef  <ds@schleef.org>
29182
29183         * configure.ac: Minor cosmetic change to convince the buildbot to
29184         reautogen.
29185         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
29186         (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
29187         (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
29188         (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
29189         (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
29190         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
29191         More hacking.  Plays audio now.
29192
29193 2004-05-20  David Schleef  <ds@schleef.org>
29194
29195         * configure.ac:
29196         * sys/Makefile.am:
29197
29198 2004-05-20  David Schleef  <ds@schleef.org>
29199
29200         * sys/osxaudio/Makefile.am:  New OS X audio plugin by Zaheer Abbas Merali
29201         * sys/osxaudio/gstosxaudio.c:
29202         * sys/osxaudio/gstosxaudioelement.c:
29203         * sys/osxaudio/gstosxaudioelement.h:
29204         * sys/osxaudio/gstosxaudiosink.c:
29205         * sys/osxaudio/gstosxaudiosink.h:
29206         * sys/osxaudio/gstosxaudiosrc.c:
29207         * sys/osxaudio/gstosxaudiosrc.h:
29208
29209 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29210
29211         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
29212         (gst_vorbisenc_chain):
29213           put the codec headers on the caps as streamheader as well as
29214           pushing them out
29215
29216 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29217
29218         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
29219         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
29220         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
29221         split up push_packet into two functions
29222
29223 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29224
29225         * gst/tcp/.cvsignore:
29226           ignore enums
29227         * gst/tcp/Makefile.am:
29228         * gst/tcp/README:
29229         * gst/tcp/gsttcp.c:
29230         * gst/tcp/gsttcp.h:
29231         * gst/tcp/gsttcpclientsink.c:
29232         * gst/tcp/gsttcpclientsink.h:
29233         * gst/tcp/gsttcpclientsrc.c:
29234         * gst/tcp/gsttcpclientsrc.h:
29235         * gst/tcp/gsttcpplugin.c:
29236         * gst/tcp/gsttcpserversink.c:
29237         * gst/tcp/gsttcpserversink.h:
29238         * gst/tcp/gsttcpserversrc.c:
29239         * gst/tcp/gsttcpserversrc.h:
29240           add new tcp elements
29241
29242 2004-05-19  Wim Taymans  <wim@fluendo.com>
29243
29244         * gst/law/mulaw-conversion.c: (mulaw_encode):
29245         Fix overflow bug in ulaw encoding.
29246
29247 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29248
29249         * ext/mad/gstmad.c: (gst_mad_handle_event):
29250           don't unref the event twice
29251
29252 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29253
29254         * configure.ac:
29255           remove -Wno-sign-compare
29256
29257 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29258
29259         * configure.ac:
29260           remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
29261           if you want to work against glib 2.2 and 2.4
29262
29263 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29264
29265         * gst/tcp/Makefile.am:
29266         * gst/tcp/gsttcp.c:
29267         * gst/tcp/gsttcp.h:
29268         * gst/tcp/gsttcpsink.h:
29269         * gst/tcp/gsttcpsrc.h:
29270           gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
29271
29272 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29273
29274         * gst/debug/tests.c: (md5_get_value):
29275           fix segfault on gst-inspect
29276
29277 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29278
29279         * gst/debug/testplugin.c:
29280         * gst/debug/tests.c:
29281         * gst/debug/tests.h:
29282           add new extensible and configurable testing element. Current tests
29283           include buffer count, stream length, timestamp/duration matching and
29284           md5.
29285         * gst/debug/Makefile.am:
29286         * gst/debug/gstdebug.c: (plugin_init):
29287           add infrastructure for new element
29288
29289 2004-05-19  Johan Dahlin  <johan@gnome.org>
29290
29291         * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
29292         ending of the array. Fixes gst-inspect segfault on ppc.
29293
29294 2004-05-19  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
29295
29296         * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
29297
29298         * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
29299
29300 2004-05-18  David Schleef  <ds@schleef.org>
29301
29302         * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
29303         warnings (bugs, actually) noticed by gcc but not forte.
29304
29305 2004-05-18  David Schleef  <ds@schleef.org>
29306
29307         * sys/sunaudio/Makefile.am:
29308         * sys/sunaudio/gstsunaudio.c: New sunaudiosink
29309
29310 2004-05-18  David Schleef  <ds@schleef.org>
29311
29312         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
29313         (gst_qtdemux_loop_header):  Patch from dcm@acm.org (David Moore)
29314         to allow qtdemux to use non-seekable streams. (bug #142272)
29315
29316 2004-05-18  David Schleef  <ds@schleef.org>
29317
29318         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
29319         (gst_resample_sinc_ft_float): Remove use of static temporary
29320         buffer.  This code was obviously not supposed to last long, but
29321         it's stuck in our ABI, so it required a little hack to make it
29322         ABI-compatible.  Fixes #142585.
29323         * gst-libs/gst/resample/resample.h: same.
29324
29325 2004-05-18  David Schleef  <ds@schleef.org>
29326
29327         * configure.ac: Add sunaudio
29328         * examples/Makefile.am: make gstplay depend on gconf
29329         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
29330         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
29331         (convert_table_lookup), (img_convert): remove c99-isms
29332         * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
29333           unsigned, to fix a warning on Solaris
29334         * gst/mpeg1sys/systems.c: bcopy->memcpy
29335         * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
29336         * sys/Makefile.am: Add sunaudio
29337
29338 2004-05-18  Wim Taymans  <wim@fluendo.com>
29339
29340         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
29341         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
29342         (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
29343         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
29344         (gst_ogg_mux_loop):
29345         Fix an ugly memleak where the muxer didn't flush enough ogg
29346         pages. This also resulted in badly muxed ogg files.
29347
29348 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
29349
29350         * gst/asfdemux/asfheaders.c :
29351         * gst/asfdemux/asfheaders.h :
29352         * gst/asfdemux/gstasfdemux.c :
29353           - fix ASF_OBJ_PADDING guid
29354           - add 3 new object guids (language list, metadata,
29355             extended stream properties)
29356           - add a function to parse extended header objects
29357
29358 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29359
29360         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
29361           remove leftover debugging g_print
29362
29363 2004-05-17  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29364
29365         * ext/mad/gstmad.c: (gst_mad_handle_event):
29366           Fix for when the first format in a discont event is not a
29367           byte-based one. Should fix #137710.
29368
29369 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
29370
29371         * m4/a52.m4 : fix compilation with -Wall -Werror
29372         * m4/libfame.m4 : idem
29373         * m4/libmikmod.m4 : idem
29374
29375 2004-05-17  Benjamin Otte  <otte@gnome.org>
29376
29377         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
29378           signal the new tags before giving up the reference
29379
29380 2004-05-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29381
29382         * ext/shout2/gstshout2.c:
29383           use application/ogg instead of application/x-ogg (patch by Patrick
29384           Guimond, fixes #142432)
29385         * sys/oss/gstosselement.c: (gst_osselement_reset),
29386         (gst_osselement_sync_parms):
29387           don't set fragment size unless specified (fixes #142493)
29388
29389 2004-05-17  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
29390
29391         * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
29392           fixes #142664
29393
29394 2004-05-17  Benjamin Otte  <otte@gnome.org>
29395
29396         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
29397           compute offsets correctly for internal buffers so timestamps are set
29398           correctly when we can't seek. Also handle cases where there are no
29399           offsets. (based on a patch by David Moore, fixes #142507)
29400
29401 2004-05-17  Benjamin Otte  <otte@gnome.org>
29402
29403         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
29404           use correct variable when determining amount of data to skip so we
29405           don't skip into the void and segfault
29406
29407 2004-05-16  Benjamin Otte  <otte@gnome.org>
29408
29409         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
29410           Hi, I'm a memleak
29411
29412 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
29413
29414         * gst/asfdemux/gstasfdemux.c:
29415           - fix a mem leak and always propagate tags
29416           - add WMV3 to known video codecs (but no decoder yet)
29417           - replace "surplus data" at end of audio header for what
29418             it is : codec specific data
29419           - fix a typo
29420
29421 2004-05-16  Arwed v. Merkatz  <v.merkatz@gmx.net>
29422
29423         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
29424
29425         * gst-libs/gst/audio/audioclock.c:
29426           Fix wrong return type (#142205).
29427
29428 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29429
29430         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
29431           Ignore CRCs by default (fixes #142566).
29432
29433 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29434
29435         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
29436         (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
29437         (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
29438         (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
29439         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
29440         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
29441           Fix for cases where we fail to attach to a mixer.
29442
29443 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29444
29445         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
29446           Don't touch events after not owning them anymore.
29447         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
29448         (gst_wavparse_fmt), (gst_wavparse_other),
29449         (gst_wavparse_handle_seek), (gst_wavparse_loop),
29450         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
29451         (gst_wavparse_srcpad_event):
29452         * gst/wavparse/gstwavparse.h:
29453           Add seeking, fix querying.
29454
29455 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
29456
29457         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
29458           - process comments even if they don't end with \0\0
29459             g_convert would ignore them if present and works well without them
29460
29461 2004-05-16  Benjamin Otte  <otte@gnome.org>
29462
29463         * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
29464           simplify caps
29465
29466 2004-05-16  Benjamin Otte  <otte@gnome.org>
29467
29468         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
29469           don't write to memory we might not write to - g_convert does that
29470           for us anyway (fixes #142613)
29471         (gst_asf_demux_audio_caps):
29472           comment out gst_util_dump_mem
29473
29474 2004-05-16  Benjamin Otte  <otte@gnome.org>
29475
29476         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
29477           compute correct expected timestamps after seek (broken since
29478           last commit)
29479         * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
29480           rename element and debugging category to gdkpixbufscale
29481
29482 2004-05-16  Benjamin Otte  <otte@gnome.org>
29483
29484         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
29485           add error checking to snd_pcm_delay and remove duplicate call to
29486           snd_pcm_delay that caused issues (see inline code comments)
29487         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
29488           make more readable and fix return value when snd_pcm_delay fails
29489         (fixes #142586)
29490
29491 2004-05-15  Jan Schmidt  <thaytan@mad.scientisti.com>
29492         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
29493         (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
29494         (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
29495         (gst_pixbufscale_link), (gst_pixbufscale_init),
29496         (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
29497         (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
29498         (gst_pixbufscale_get_property), (pixbufscale_init):
29499         * ext/gdk_pixbuf/pixbufscale.h:
29500         Add these files I forgot earlier
29501
29502 2004-05-15  Jan Schmidt  <thaytan@mad.scientist.com>
29503         * ext/gdk_pixbuf/Makefile.am:
29504         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
29505         * ext/gdk_pixbuf/gstgdkpixbuf.h:
29506         Add new pixbufscale element to scale RGB video
29507         using gdk_pixbuf, because gdk_pixbuf does BILINEAR
29508         and HYPER interpolation correctly.
29509         * ext/theora/theoraenc.c: (theora_enc_chain),
29510         Discard buffer and return if explicit caps could not be set
29511         (theora_enc_get_property):
29512         Make _get return kbps for the bitrate consistent with
29513         the _set function.
29514
29515
29516 2004-05-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29517
29518         * ext/libvisual/visual.c: (gst_visual_chain):
29519           add missing visual_audio_analyze
29520
29521 2004-05-14  David Schleef  <ds@schleef.org>
29522
29523         * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
29524         is killed while we're playing.
29525         * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
29526         gst_element_no_more_pads().
29527
29528 2004-05-14  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
29529
29530         * gst-libs/gst/riff/riff-read.c :
29531           - fix INFO tag extraction in RIFF/AVI files
29532             because gst_event_unref (event) also freed taglist
29533           - avoid a mem leak
29534
29535 2004-05-13  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
29536
29537         * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
29538         * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
29539
29540         * gst/auparse/gstauparse.c :
29541           - add code (commented for now) to support audio/x-adpcm on src pad
29542             (we have no decoder for those layout yet)
29543
29544         * gst/cdxaparse/gstcdxaparse.c :
29545         * gst/cdxaparse/gstcdxaparse.h :
29546           - partial rewrite using RiffRead (ripped iain's wavparse code)
29547
29548         * gst/rtp/gstrtpL16enc.c : typo
29549         * gst/rtp/gstrtpgsmenc.c : typo
29550
29551 2004-05-13  Benjamin Otte  <otte@gnome.org>
29552
29553         * configure.ac:
29554           check for exact version of libvisual, it's not supposed to be
29555           API/ABI stable yet
29556
29557 2004-05-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29558
29559         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
29560           signal no-more-pads
29561
29562 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
29563
29564         * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
29565         Report which format was used for GST_FORMAT_DEFAULT
29566         * gst/debug/Makefile.am:
29567         * gst/debug/gstdebug.c: (plugin_init):
29568         * gst/debug/progressreport.c: (gst_progressreport_base_init),
29569         (gst_progressreport_class_init), (gst_progressreport_init),
29570         (gst_progressreport_report), (gst_progressreport_set_property),
29571         (gst_progressreport_get_property), (gst_progressreport_chain),
29572         (gst_progressreport_plugin_init):
29573         Add progressreport element for testing.
29574
29575 2004-05-13  Thomas Vander Stichele  <thomas at apestaart dot org>
29576
29577         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
29578         * sys/v4l/gstv4lsrc.h:
29579         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
29580         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
29581         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
29582         (gst_v4lsrc_grab_frame):
29583           add more debugging
29584           send a discont at start
29585
29586 2004-05-12  Colin Walters  <walters@redhat.com>
29587
29588         * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
29589         inflooping if we can't find a chunk.  Or in other words, don't blow
29590         chunks if we don't have a chunk to blow.
29591
29592 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
29593         * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
29594         Remove old debug output
29595         * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
29596         (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
29597         (gst_dvdec_set_property), (gst_dvdec_get_property):
29598         Change the quality setting to an enum, so it works from gst-launch
29599         Don't renegotiate a non-linked pad. Allows audio only decoding.
29600         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
29601         (gst_deinterlace_link), (gst_deinterlace_init):
29602         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
29603         (gst_videodrop_link):
29604         Some caps negotiation fixes
29605
29606 2004-05-12  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
29607
29608         * ext/tarkin/gsttarkin.c :
29609           - Change RANK from NONE to PRIMARY
29610         * ext/gdk_pixbuf/gstgdkpixbuf.c :
29611           - Change RANK from NONE to MARGINAL
29612         * ext/divx/gstdivxenc.c :
29613           - Change RANK from PRIMARY to NONE (encoder/spider issue)
29614
29615 2004-05-12  Thomas Vander Stichele  <thomas at apestaart dot org>
29616
29617         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
29618         (gst_vorbisenc_push_packet):
29619           copy a function that was added between 1.0 and 1.0.1 until we
29620           depend on worthwhile features of post-1.0
29621
29622 2004-05-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29623
29624         * configure.ac:
29625           enable shout2 by default
29626         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
29627         (gst_shout2send_base_init), (gst_shout2send_init),
29628         (gst_shout2send_connect), (gst_shout2send_change_state):
29629         * ext/shout2/gstshout2.h:
29630           make this work again. Based on a patch by Zaheer Abbas Merali (fixes
29631           #142262)
29632         * ext/theora/theora.c: (plugin_init):
29633           don't set rank on encoders
29634
29635 2004-05-11  Jeremy Simon  <jesimon@libertysurf.fr>
29636
29637         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
29638           Use codec_data property instead of flag1 and flag2 for wma
29639
29640 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
29641
29642         * gst/cdxaparse/gstcdxaparse.c :
29643           - Add mpegversion to CAPS to make it link
29644           - Rank is as GST_RANK_SECONDARY instead of NONE
29645         * gst/auparse/gstauparse.c :
29646           - Document all audio encoding we can encounter from Solaris 9
29647             headers and libsndfile information.
29648           - Increase max. rate from 48000 to 192000 (to match other elements)
29649           - Don't try to play junk data between header and samples
29650
29651 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29652
29653         * ext/libvisual/visual.c: (gst_visual_getcaps):
29654           use the right caps depending on endianness (I hope)
29655         * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
29656           use GST_RANK_NONE for all non-decoding elements or spider gets
29657           mighty confused
29658
29659 2004-05-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29660
29661         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
29662           Fix some odd cases and fix BE metadata parsing of unicode16 text.
29663
29664 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29665
29666         * gst/switch/gstswitch.c: (gst_switch_release_pad),
29667         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
29668         (gst_switch_loop), (gst_switch_get_type):
29669           whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
29670           HEADERS. Had to be said.
29671
29672 2004-05-10  David Schleef  <ds@schleef.org>
29673
29674         * configure.ac: Add prototype Dirac support.
29675         * ext/Makefile.am:
29676         * ext/dirac/Makefile.am:
29677         * ext/dirac/gstdirac.cc:
29678         * ext/dirac/gstdiracdec.cc:
29679
29680 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29681
29682         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
29683         (gst_auparse_init), (gst_auparse_chain),
29684         (gst_auparse_change_state):
29685           Hack around spider. Remove me some day please.
29686
29687 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29688
29689         * gst/auparse/gstauparse.c: (gst_auparse_chain):
29690           Fix for some uninitialized variables in previous patch, also
29691           makes it work. Fixes #142286 while we're at it.
29692
29693 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
29694
29695         * gst/auparse/gstauparse.c:
29696                 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
29697                 only unsupported formats are ADPCM/CCITT G.72x
29698                 reviewed by Ronald
29699         * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
29700
29701 2004-05-10  Wim Taymans  <wim@fluendo.com>
29702
29703         * ext/vorbis/Makefile.am:
29704         * ext/vorbis/README:
29705         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
29706         (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
29707         (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
29708         (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
29709         (gst_oggvorbisenc_convert_sink),
29710         (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
29711         (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
29712         (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
29713         (get_constraints_string), (update_start_message),
29714         (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
29715         (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
29716         (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
29717         * ext/vorbis/oggvorbisenc.h:
29718         * ext/vorbis/vorbis.c: (plugin_init):
29719         * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
29720         (raw_caps_factory), (gst_vorbisenc_class_init),
29721         (gst_vorbisenc_init), (gst_vorbisenc_setup),
29722         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
29723         (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
29724         * ext/vorbis/vorbisenc.h:
29725         Added a raw vorbis encoder to be used with the oggmuxer.
29726         We still need the old encoder for some gnome applications,
29727         read the README to find out how that works.
29728         The raw encoder is called "rawvorbisenc" until 0.9.
29729
29730 2004-05-10  Wim Taymans  <wim@fluendo.com>
29731
29732         * ext/ogg/gstogg.c: (plugin_init):
29733         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
29734         (gst_ogg_print):
29735         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
29736         (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
29737         (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
29738         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
29739         (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
29740         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
29741         (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
29742         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
29743         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
29744         (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
29745         Added an ogg muxer.
29746         Small typo fixes in the demuxer.
29747
29748 2004-05-10  Wim Taymans  <wim@fluendo.com>
29749
29750         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
29751         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
29752         (theora_enc_change_state), (theora_enc_set_property),
29753         (theora_enc_get_property):
29754         Mark the last packet with an EOS flag which is not really needed
29755         in gstreamer.
29756         Do some better video framerate initialisation.
29757         Update the buffer timestamp.
29758
29759 2004-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
29760
29761         * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
29762         Return the result of the parent state change call
29763
29764 2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
29765
29766         * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
29767         * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
29768         * gst/law/alaw-encode.c : (idem)
29769         * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
29770         * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
29771         * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
29772
29773 2004-05-09  Benjamin Otte  <otte@gnome.org>
29774
29775         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
29776           don't use a fixed buffer size when writing variable length data to
29777           it. Fixes memory corruption and makes alsasrc work
29778
29779 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29780
29781         * ext/gnomevfs/gstgnomevfssink.c:
29782         (_gst_boolean_allow_overwrite_accumulator),
29783         (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
29784           Run glib's default signal handler (??) in RUN_CLEANUP rather than
29785           RUN_LAST, and don't use that to set the accumulator value because
29786           then it's always FALSE.
29787
29788 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29789
29790         * gst-libs/gst/riff/riff-media.c:
29791         (gst_riff_create_video_caps_with_data),
29792         (gst_riff_create_audio_caps),
29793         (gst_riff_create_audio_template_caps):
29794         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
29795           Fix for unaligned RIFF files (i.e. where all the chunks together
29796           in a LIST chunk are not of the same size as the size given in
29797           the LIST chunk header). Fixes several odd WAVE files. Also fix
29798           ADPCM (block_align property) in audio, so that wavparse based
29799           on this works now as it used to stand-alone.
29800
29801 2004-05-09  Edward Hervey  <bilboed@bilboed.com>
29802
29803         reviewed by Benjamin Otte  <otte@gnome.org>
29804
29805         * ext/a52dec/gsta52dec.c:
29806         * ext/divx/gstdivxdec.c:
29807         * ext/divx/gstdivxenc.c:
29808         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
29809         * ext/faac/gstfaac.c: (gst_faac_base_init):
29810         * ext/faad/gstfaad.c: (gst_faad_base_init):
29811         * ext/ivorbis/vorbisfile.c:
29812         * ext/lame/gstlame.c:
29813         * ext/libfame/gstlibfame.c:
29814         * ext/mpeg2enc/gstmpeg2enc.cc:
29815         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
29816         * ext/sidplay/gstsiddec.cc:
29817         * ext/speex/gstspeexdec.c:
29818         * ext/speex/gstspeexenc.c:
29819         * ext/xvid/gstxviddec.c:
29820         * ext/xvid/gstxvidenc.c:
29821           correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
29822           (fixes #142193)
29823
29824 2004-05-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29825
29826         * ext/alsa/gstalsa.c: (device_list),
29827         (gst_alsa_class_probe_devices):
29828         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
29829           Fix alsa oddness in mixer after the combination of using mixer
29830           in source/sink elements and using hw:x,y instead of just hw:x.
29831
29832 2004-05-09  Benjamin Otte  <otte@gnome.org>
29833
29834         * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
29835         (gst_wavparse_create_sourcepad):
29836           make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
29837           sourcepads
29838
29839 2004-05-09  Benjamin Otte  <otte@gnome.org>
29840
29841         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
29842           allow discont events before caps nego
29843
29844 2004-05-08  Benjamin Otte  <otte@gnome.org>
29845
29846         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
29847           don't leak events
29848
29849 2004-05-08  Benjamin Otte  <otte@gnome.org>
29850
29851         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
29852         (gst_level_change_state), (gst_level_init):
29853         * gst/level/gstlevel.h:
29854           figure out if we're initialized directly instead of keeping a
29855           variable that's wrong in 90% of cases
29856           don't initialize pads and then leak them and use a new unitialized
29857           pad. (fixes #142084)
29858           these were bugs so n00bish I didn't find them for an hour :/
29859
29860 2004-05-08 Iain <iain@prettypeople.org>
29861
29862         * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
29863         * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
29864         (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
29865         return the length that was read.
29866         (gst_riff_read_strf_auds): Allow fmt tags as well.
29867
29868 2004-05-07  David Schleef  <ds@schleef.org>
29869
29870         * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
29871         signed char assumption in faad.h.
29872
29873 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29874
29875         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
29876           Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
29877
29878 2004-05-07  Colin Walters  <walters@redhat.com>
29879
29880         * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
29881         * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
29882         function.
29883         * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
29884         Add dispose function.
29885
29886 2004-05-08  Jan Schmidt  <thaytan@mad.scientist.com>
29887         * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
29888           Fix caps nego and pad templates. RGB mode caps should
29889           work now.
29890         * ext/dvdnav/gst-dvd:
29891           Move mpeg2dec inside the thread because otherwise the
29892           queue rejects cap changes mid-stream
29893         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
29894         (gst_mpeg2dec_flush_decoder):
29895           For mpeg2dec > 0.4.0, call the flush function instead of
29896           manually extracting all in-flight frames.
29897         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
29898         (gst_dv1394src_init), (gst_dv1394src_iso_receive):
29899           Change mime type video/dv go video/x-dv to match the
29900           rest of gst-plugins
29901
29902 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29903
29904         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
29905         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
29906         (gst_alsa_sink_class_init):
29907         * ext/alsa/gstalsasink.h:
29908         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
29909         (gst_alsa_src_class_init):
29910         * ext/alsa/gstalsasrc.h:
29911           Make alsasink/src a subclass of alsamixer so that mixer stuff
29912           shows up in gst-rec. Needs some finetuning.
29913
29914 2004-05-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29915
29916         * ext/lame/gstlame.c: (gst_lame_chain):
29917           simplify
29918         * ext/mad/gstmad.c: (gst_mad_handle_event):
29919           fix event leak
29920         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
29921           be able to detect mp3 files < 4096 bytes
29922
29923 2004-05-06  Wim Taymans  <wim@fluendo.com>
29924
29925         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
29926         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
29927         (theora_enc_set_property), (theora_enc_get_property):
29928         Also encode the first frame, cleanup some code.
29929
29930 2004-05-06  Wim Taymans  <wim@fluendo.com>
29931
29932         * ext/mpeg2enc/gstmpeg2enc.cc:
29933         Forward events first before deciding that negotiation was
29934         not performed.
29935
29936 2004-05-06  Wim Taymans  <wim@fluendo.com>
29937
29938         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
29939         First process the events before deciding that negotiation
29940         was not performed.
29941
29942 2004-05-06  Wim Taymans  <wim@fluendo.com>
29943
29944         * ext/theora/Makefile.am:
29945         * ext/theora/theora.c: (plugin_init):
29946         * ext/theora/theoradec.c: (theora_dec_change_state):
29947         * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
29948         (gst_theora_enc_class_init), (gst_theora_enc_init),
29949         (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
29950         (theora_enc_chain), (theora_enc_change_state),
29951         (theora_enc_set_property), (theora_enc_get_property):
29952         Added a theora encoder, grouped the encoder and decoder into the
29953         same plugin.
29954
29955 2004-05-05  Thomas Vander Stichele  <thomas at apestaart dot org>
29956
29957         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
29958         (gst_jpegenc_chain):
29959         fix DURATION on outgoing buffers
29960         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
29961         debug using time formats
29962         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
29963         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
29964         (gst_xvimagesink_sink_link):
29965         windows with width/height 0 generate X errors, so don't allow them
29966
29967 2004-05-05  Wim Taymans  <wim@fluendo.com>
29968
29969         * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
29970         (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
29971         (gst_mpeg2dec_negotiate_format):
29972         * ext/mpeg2dec/gstmpeg2dec.h:
29973           removed the static pad template so that we can add the
29974           more accurate framerate value to the caps.
29975
29976
29977 2004-05-04  Benjamin Otte  <otte@gnome.org>
29978
29979         * configure.ac:
29980           check for kdemacros.h, too (should fix #141821)
29981         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
29982           don't crash if no header was sent, but nicely error out (fixes part
29983           of #141554)
29984
29985 2004-05-04  Wim Taymans  <wim@fluendo.com>
29986
29987         * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
29988         parent dispose function to avoid segfault on destroy.
29989
29990 2004-05-04  Thomas Vander Stichele  <thomas at apestaart dot org>
29991
29992         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
29993         (plugin_init):
29994         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
29995         (gst_xvimagesink_sink_link):
29996         clean up debugging caps
29997         also recreate xvimage when format has changed
29998
29999 2004-05-04  Benjamin Otte  <otte@gnome.org>
30000
30001         * ext/libvisual/Makefile.am:
30002         * ext/libvisual/visual.c: (gst_visual_class_init),
30003         (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
30004         (gst_visual_srclink), (gst_visual_chain),
30005         (gst_visual_change_state), (plugin_init):
30006           use a GstAdapter to correctly adapt buffer sizes - allows using a
30007           framerate
30008
30009 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
30010
30011         * sys/v4l/gstv4lelement.h:
30012         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
30013         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
30014         (gst_v4lsrc_buffer_free):
30015         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
30016         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
30017         (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
30018         (gst_v4lsrc_requeue_frame):
30019         move some debugging categories around
30020         query for fps index and set accordingly if found
30021
30022 2004-05-03  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
30023
30024         * ext/lame/gstlame.c:
30025         correct defaults that lame_init puts out of range
30026
30027 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
30028
30029         * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
30030         (gst_divxenc_class_init):
30031         fix range since -1 is the default
30032         * gst/mpeg1sys/gstmpeg1systemencode.c:
30033         (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
30034         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
30035         (gst_rtjpegdec_chain):
30036         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
30037         (gst_rtjpegenc_chain):
30038         * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
30039         (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
30040         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
30041         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
30042         * sys/v4l/gstv4lsrc.c:
30043         * sys/v4l/v4l_calls.c: (gst_v4l_open):
30044         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
30045         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
30046         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
30047         * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
30048           remove gst_info calls
30049
30050 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
30051
30052         * Makefile.am:
30053         * po/af.po:
30054         * po/az.po:
30055         * po/en_GB.po:
30056         * po/nl.po:
30057         * po/sr.po:
30058         * po/sv.po:
30059           Updated translations
30060
30061 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
30062
30063         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
30064           refactor/comment code
30065
30066 2004-05-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30067
30068         * gst/asfdemux/Makefile.am:
30069         * gst/asfdemux/asfheaders.c:
30070         * gst/asfdemux/asfheaders.h:
30071         * gst/asfdemux/gstasf.c: (plugin_init):
30072         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
30073         (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
30074         (gst_asf_demux_setup_pad):
30075         * gst/asfdemux/gstasfdemux.h:
30076         * gst/asfdemux/gstasfmux.c:
30077         * gst/asfdemux/gstasfmux.h:
30078           Add tagging support to demuxer, split out registration in its own
30079           file instead of in demux (hacky), and prevent having some tables
30080           in our memory multiple times (in asfheaders.h).
30081
30082 2004-05-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30083
30084         * gst/matroska/matroska-demux.c:
30085         (gst_matroska_demux_parse_metadata):
30086         * gst/matroska/matroska-ids.h:
30087           Basic tag reading support.
30088
30089 2004-04-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30090
30091         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
30092           Really detect ac-3 audio.
30093         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
30094           really detect matroska files (off-by-1).
30095
30096 2004-04-30  David Schleef  <ds@schleef.org>
30097
30098         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
30099         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
30100         (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
30101         (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
30102         (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
30103         hackage -- parse a lot more atoms, extract a few tags.  One might even
30104         mistake this for tag support.  Maybe it is.
30105         * gst/qtdemux/qtdemux.h:
30106
30107 2004-04-30  Colin Walters  <walters@verbum.org>
30108
30109         * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
30110
30111 2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
30112
30113         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
30114         (gst_ffmpegcolorspace_getcaps):
30115           remove broken nego fix
30116
30117 2004-04-30  Benjamin Otte  <otte@gnome.org>
30118
30119         * configure.ac:
30120         * ext/Makefile.am:
30121         * ext/libvisual/Makefile.am:
30122         * ext/libvisual/visual.c:
30123           add initial support for libvisual (http://libvisual.sourceforge.net)
30124           libvisual is still quite alpha, so expect crashes in there :)
30125
30126 2004-04-29  David Schleef  <ds@schleef.org>
30127
30128         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
30129         (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
30130         up qtdemux to make it spit out codec_data.  Do _not_ look at this
30131         code; you will no longer respect me.
30132
30133 2004-04-29  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
30134
30135         * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
30136         * ext/alsa/gstalsa.h :
30137         change alsa pcm device discovery to find more than 1 device
30138         per card. code review by Ronald.
30139
30140 2004-04-29  David Schleef  <ds@schleef.org>
30141
30142         * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
30143         Add a check for a driver bug on FreeBSD.  (bug #140565)
30144
30145 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
30146
30147         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
30148         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
30149         (gst_jpegenc_getcaps):
30150           move format setting to inner loop
30151         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
30152         (gst_ffmpegcolorspace_getcaps):
30153           use GST_PAD_CAPS if available so that we use already negotiated
30154           caps
30155         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
30156         (qtdemux_parse_moov), (qtdemux_parse):
30157           extra debugging
30158         * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
30159         * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
30160           move hardcoded path to DEFINE
30161
30162 2004-04-28  David Schleef  <ds@schleef.org>
30163
30164         * gst/speed/gstspeed.c: (speed_parse_caps):  Fix caps parsing.
30165         (bug #140064)
30166
30167 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30168
30169         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
30170           Don't probe for playback device if we're a source element. Fixes
30171           #139658.
30172
30173 2004-04-29  Benjamin Otte  <otte@gnome.org>
30174
30175         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
30176         (gst_id3_tag_chain):
30177           rewrite buffer offset
30178
30179 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30180
30181         * configure.ac:
30182         * ext/Makefile.am:
30183         * ext/dts/Makefile.am:
30184         * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
30185         (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
30186         (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
30187         (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
30188         (gst_dtsdec_loop), (gst_dtsdec_change_state),
30189         (gst_dtsdec_set_property), (gst_dtsdec_get_property),
30190         (plugin_init):
30191         * ext/dts/gstdtsdec.h:
30192           New DTS decoder.
30193         * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
30194         (gst_faad_srcconnect):
30195           Add ESDS atom handling (.m4a).
30196
30197 2004-04-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30198
30199         * ext/divx/gstdivxdec.c: (plugin_init):
30200           Remove comment that makes no sense.
30201         * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
30202           Fix for obvious typo that resulted in warnings during gst-register.
30203         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
30204         (gst_xviddec_sink_link):
30205           Fix caps negotiation a bit better.
30206         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
30207           We call this 'codec_data', not 'esds'.
30208
30209 2004-04-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30210
30211         * gst/monoscope/gstmonoscope.c:
30212           make sure we only provide 256x128
30213         * gst/monoscope/monoscope.c: (monoscope_init):
30214           assert size of 256x128
30215
30216 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
30217
30218         * Makefile.am:
30219         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
30220         (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
30221           fixate to max width and height of device
30222
30223 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
30224
30225         * Makefile.am:
30226         * sys/v4l/gstv4l.c:
30227         * sys/v4l/gstv4lsrc.c:
30228         * sys/v4l/v4l_calls.c:
30229         * sys/v4l/v4lsrc_calls.c:
30230           fix for qc-usb driver which fakes having more than one buffer
30231           by handing the same buffer twice, which confused GStreamer's/v4lsrc
30232           buffer_free override
30233           add debugging
30234
30235 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
30236
30237         * Makefile.am:
30238         * gst/videotestsrc/gstvideotestsrc.c:
30239         (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
30240         (gst_videotestsrc_init), (gst_videotestsrc_get),
30241         (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
30242         * gst/videotestsrc/gstvideotestsrc.h:
30243           add num-buffers property
30244
30245         2004-04-26  Benjamin Otte  <otte@gnome.org>
30246
30247         * ext/mad/gstid3tag.c: (plugin_init):
30248           set id3mux rank to NONE so it doesn't confuse spider
30249           require audio/mpeg,mpegversion=1 in id3mux
30250
30251 2004-04-26  Benjamin Otte  <otte@gnome.org>
30252
30253         * configure.ac:
30254           detect faad correctly as non-working if it's indeed non-working
30255
30256 2004-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
30257
30258         * Makefile.am:
30259         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
30260         (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
30261         fix _getcaps so it only negotiates to its supported format
30262
30263 2004-04-25  Benjamin Otte  <otte@gnome.org>
30264
30265         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
30266           fix memleak
30267
30268 2004-04-23  Benjamin Otte  <otte@gnome.org>
30269
30270         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
30271           audio/x-raw-int with height rules! not. Now it's depth.
30272
30273 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30274
30275         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
30276         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
30277         (gst_wavparse_loop):
30278           Missing variable initialization. Add handling of DVI ADPCM. Fix
30279           mis-parsing of LIST chunks. This works around a bug where we mis-
30280           parse non-aligning LIST chunks (so LIST chunks where the contents
30281           don't align with the actual LIST size). The correct fix is to use
30282           rifflib, I'm not going to fix wavparse - too much work. All this
30283           fixes #104878.
30284
30285 2004-04-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30286
30287         reviewed by Benjamin Otte  <otte@gnome.org>
30288
30289         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
30290           fix shoutcast not working (fixes #140844)
30291
30292 2004-04-22  Benjamin Otte  <otte@gnome.org>
30293
30294         * ext/hermes/gsthermescolorspace.c:
30295         (gst_hermes_colorspace_caps_remove_format_info):
30296         * gst/colorspace/gstcolorspace.c:
30297         (gst_colorspace_caps_remove_format_info):
30298         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
30299         (gst_ffmpegcolorspace_caps_remove_format_info):
30300           s/gst_caps_simplify/gst_caps_do_simplify/
30301
30302 2004-04-22  Benjamin Otte  <otte@gnome.org>
30303
30304         * gst-libs/gst/riff/riff-media.c:
30305         (gst_riff_create_video_caps_with_data):
30306           mpegversion is an int
30307         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
30308           don't try to create pad templates with NULL caps, use any caps
30309           instead.
30310
30311 2004-04-20  David Schleef  <ds@schleef.org>
30312
30313         * ext/sdl/Makefile.am: Link against libgstinterfaces, not
30314         libgstxoverlay.  jmmv@menta.net (Julio M. Merino Vidal)
30315         (bug #140384)
30316
30317 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
30318
30319         reviewed by David Schleef
30320
30321         * ext/mad/gstid3tag.c: Add stdlib.h
30322         * gst/rtp/gstrtpgsmenc.c: same
30323         * gst/tags/gstid3tag.c: same
30324         * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
30325         * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
30326         GST_DISABLE_LOADSAVE use.
30327         * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
30328         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
30329         * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
30330         atol(3)).
30331         * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
30332         * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
30333         strtoul(3)).
30334         * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
30335         * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
30336         $(ID3_CFLAGS).
30337         * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
30338         $(LIBFAME_CFLAGS).
30339
30340 2004-04-20  David Schleef  <ds@schleef.org>
30341
30342         * gst/realmedia/rmdemux.c:  This was supposed to part of the
30343         last checkin.  Same idea.
30344
30345 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
30346
30347         reviewed by David Schleef
30348
30349         * configure.ac: bump required gstreamer version to 0.8.1.1
30350         because of following changes [--ds]
30351
30352         * gst-libs/gst/riff/riff-read.c:  Include gst/gstutils.h.
30353         (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
30354         (gst_riff_read_header):  Use GST_READ_UINT*
30355         macros to access possibly unaligned memory.
30356
30357         * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
30358         (mp3_type_find):  Use GST_READ_UINT*
30359         macros to access possibly unaligned memory.
30360         (mp3_type_find, mpeg1_parse_header, qt_type_find)
30361         (speex_type_find): Likewise
30362
30363         * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
30364
30365         * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
30366         (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
30367         (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
30368         (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
30369         (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
30370         (qtdemux_tree_get_sibling_by_type):  Use GST_READ_UINT*
30371         macros to access possibly unaligned memory.
30372
30373         * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
30374         Likewise.
30375
30376         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
30377         (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
30378
30379         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
30380         Likewise.
30381
30382         * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
30383         (gst_mpeg2subt_chain_subtitle): Likewise.
30384
30385         * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
30386         (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
30387         Likewise.
30388
30389         * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
30390         Likewise.
30391
30392         * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
30393         Likewise.
30394
30395         * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
30396         Likewise.
30397
30398 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
30399
30400         * configure.ac:
30401           update required version of GStreamer because of GST_TIME_FORMAT
30402
30403 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30404
30405         * ext/mad/gstid3tag.c: (gst_id3_tag_init):
30406           remove leftover g_print
30407         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
30408           don't try setting only a subset of the caps. We don't want to kill
30409           autoplugging on purpose
30410
30411 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
30412
30413         * sys/ximage/ximagesink.c: (plugin_init):
30414         * sys/xvimage/xvimagesink.c: (plugin_init):
30415           add debugging categories
30416
30417 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
30418
30419         * po/en_GB.po:
30420         * po/LINGUAS:
30421           Adding en_GB translation (Gareth Owen)
30422
30423 2004-04-20  David Schleef  <ds@schleef.org>
30424
30425         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
30426         (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
30427         (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
30428         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
30429         A number of new features and hacks to extract the esds atom and
30430         put it into the caps.  (bug #137724)
30431
30432 2004-04-19  David Schleef  <ds@schleef.org>
30433
30434         * gconf/Makefile.am: Fix for non-GNU make
30435         * gst-libs/gst/Makefile.am: Change directory order to handle
30436         GstPlay linking with gstinterfaces
30437         * gst-libs/gst/audio/make_filter: make use of tr portable
30438         * gst-libs/gst/play/Makefile.am: Add intended \
30439         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
30440         (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
30441         function prototype instead of void *.
30442         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
30443         macro.
30444         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
30445         (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
30446         * gst/videofilter/make_filter: make use of tr portable
30447         * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
30448
30449 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
30450
30451         * po/LINGUAS:
30452         * po/uk.po:
30453           Added Ukrainian translation (Maxim V. Dziumanenko)
30454
30455 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30456
30457         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
30458         (gst_gsmdec_link), (gst_gsmdec_chain):
30459           Fix capsnego, simplify chain function slightly.
30460         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
30461           Add GSM.
30462
30463 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30464
30465         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
30466         (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
30467         (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
30468           Hack to make wavparse work with spider (always -> sometimes pad).
30469           Fixes #135862 && #140411.
30470
30471 2004-04-18  Benjamin Otte  <otte@gnome.org>
30472
30473         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
30474         (gst_osselement_rate_probe_check),
30475         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
30476           get rid of \n in debug output
30477
30478 2004-04-17  Iain <iain@prettypeople.org>
30479
30480         * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
30481         not just EOS.
30482
30483 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30484
30485         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
30486         (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
30487         (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
30488         (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
30489         (gst_id3_tag_src_link), (gst_id3_tag_chain),
30490         (gst_id3_tag_change_state), (plugin_init):
30491           deprecate id3tag element and replace with id3demux/id3mux.
30492           great side effect: this ugly file is now even uglier, yay!
30493         * ext/mad/gstmad.h:
30494           remove non-available function
30495           update for new get_type
30496
30497 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30498
30499         * configure.ac:
30500           require mpeg2dec >= 0.4.0
30501
30502 2004-04-17  Benjamin Otte  <otte@gnome.org>
30503
30504         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
30505         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
30506         (gst_xvimagesink_set_xwindow_id):
30507           call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
30508           assorted cleanup fixes.
30509
30510 2004-04-16  David Schleef  <ds@schleef.org>
30511
30512         * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
30513         * sys/xvimage/xvimagesink.h: same
30514
30515 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
30516
30517         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
30518           Fix GST_ELEMENT_ERROR with (NULL)
30519
30520 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30521
30522         * gst-libs/gst/riff/riff-media.c:
30523         (gst_riff_create_video_caps_with_data):
30524           Add div[3456] as fourccs for DivX 3 (fixes #140137).
30525
30526 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30527
30528         * gst-libs/gst/riff/riff-media.c:
30529         (gst_riff_create_video_caps_with_data),
30530         (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
30531         (gst_riff_create_video_template_caps),
30532         (gst_riff_create_audio_template_caps):
30533         * gst-libs/gst/riff/riff-media.h:
30534         * gst-libs/gst/riff/riff-read.c:
30535         (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
30536         * gst-libs/gst/riff/riff-read.h:
30537         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
30538           Add MS RLE support. I added some functions to read out strf chunks
30539           into strf chunks and the data behind it. This is usually color
30540           palettes (as in RLE, but also in 8-bit RGB). Also use those during
30541           caps creation. Lastly, add ADPCM (similar to wavparse - which
30542           should eventually be rifflib based).
30543         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
30544         (gst_matroska_demux_init), (gst_matroska_demux_reset):
30545         * gst/matroska/matroska-demux.h:
30546           Remove placeholders for some prehistoric tagging system. Didn't add
30547           support for any tag system really anyway.
30548         * gst/qtdemux/qtdemux.c:
30549           Add support for audio/x-m4a (MPEG-4) through spider.
30550         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
30551         (gst_wavparse_loop):
30552           ADPCM support (#135862). Increase max. buffer size because we
30553           cannot split buffers for ADPCM (screws references) and I've seen
30554           files with 2048 byte chunks. 4096 seems safe for now.
30555
30556 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
30557
30558         * configure.ac: bump nano to 1
30559
30560 === release 0.8.1 ===
30561
30562 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
30563
30564         * configure.ac: releasing 0.8.1, "Comforting Sounds"
30565
30566 2004-04-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30567
30568         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
30569           Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
30570           Fixes #140058
30571
30572 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
30573
30574         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
30575           lower rank of dvddemux so that it's not used for mpeg playback.
30576
30577 2004-04-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30578
30579         * configure.ac:
30580           save libs correctly when checking mad
30581
30582 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
30583
30584         * ext/mad/gstid3tag.c: (plugin_init):
30585           lower rank of id3tag as proposed by Benjamin.  Fixes #139926.
30586
30587 2004-04-13  David Schleef  <ds@schleef.org>
30588
30589         * common/m4/gst-feature.m4: Call -config scripts with
30590         --plugin-libs if it is supported.
30591         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
30592         JPEG images are image/jpeg.
30593         * gst/debug/Makefile.am:
30594         * gst/debug/negotiation.c: (gst_negotiation_class_init),
30595         (gst_negotiation_getcaps), (gst_negotiation_pad_link),
30596         (gst_negotiation_update_caps), (gst_negotiation_get_property),
30597         (gst_negotiation_plugin_init): Add a property that acts like
30598         filter caps.
30599         * testsuite/gst-lint:  Move license checking to be a standard
30600         test.
30601
30602 2004-04-13  David Schleef  <ds@schleef.org>
30603
30604         * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
30605         patch from Sebastien Cote (bug #139958)
30606
30607 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
30608
30609         * examples/gstplay/Makefile.am:
30610         * examples/gstplay/player.c: (main):
30611           make the commandline player example use gconf settings
30612
30613 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
30614
30615         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
30616         (gst_cacasink_sinkconnect), (gst_cacasink_init),
30617         (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
30618           init/end library during state transition, not object
30619           creation/disposal.  get rid of custom dispose handler.
30620
30621
30622 2004-04-12  Christian Schaller <Uraeus@gnome.org>
30623
30624         * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
30625         be a symlink
30626
30627 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30628
30629         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
30630           Handle JUNK chunks inside data section. Prevents warnings.
30631
30632 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30633
30634         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
30635         (gst_riff_create_video_template_caps):
30636           Add MS video v1.
30637         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
30638         (gst_avi_demux_stream_data):
30639           Add support for "rec-list" chunks.
30640
30641 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30642
30643         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
30644           Fix another codecname mismatch.
30645
30646 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30647
30648         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
30649           Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
30650           so that MJPEG plays back.
30651
30652 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30653
30654         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
30655         (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
30656         * gst/mpeg1videoparse/gstmp1videoparse.h:
30657           Fix for some slight mis-cuts in buffer parsing, and for some
30658           potential overflows or faults-causers. Adds disconts. Also fixes
30659           #139105 while we're at it.
30660
30661 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30662
30663         * configure.ac:
30664         * sys/v4l2/gstv4l2element.h:
30665           Workaround for missing struct v4l2_buffer declaration in Suse 9
30666           and Mandrake 10 linux/videodev2.h header file (#135919).
30667
30668 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30669
30670         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
30671           Bail out if no filename was given.
30672
30673 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30674
30675         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
30676         (gst_v4l2_fourcc_from_structure):
30677           Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
30678           Y41B somewhere).
30679
30680 2004-04-09  Benjamin Otte  <otte@gnome.org>
30681
30682         * ext/gnomevfs/gstgnomevfssink.c:
30683         (_gst_boolean_allow_overwrite_accumulator),
30684         (gst_gnomevfssink_class_init):
30685           fix erase signal - if any handler returns false the file will not be
30686           overwritten. If no handler is connected, the file will not be
30687           overwritten either.
30688           renamed signal to "allow-overwrite"
30689         * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
30690           free string when adding it to ID3 failed
30691         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
30692           unref event when done
30693         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
30694           free caps
30695         * gst/typefind/gsttypefindfunctions.c:
30696         (mpeg_video_stream_type_find):
30697           fix invalid read
30698
30699 2004-04-08  David Schleef  <ds@schleef.org>
30700
30701         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
30702         (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
30703
30704 2004-04-08  David Schleef  <ds@schleef.org>
30705
30706         * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
30707         we don't support (bug #139532)
30708
30709 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
30710
30711         * ext/mad/gstmad.c: (gst_mad_handle_event),
30712         (gst_mad_check_caps_reset), (gst_mad_chain),
30713         (gst_mad_change_state):
30714           only set explicit caps if they haven't been set before for
30715           this stream.  MPEG-audio sample rate/channels aren't allowed
30716           to change in-stream.
30717           Fixes #139382
30718
30719 2004-04-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30720
30721         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
30722         (_gst_boolean_did_something_accumulator),
30723         (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
30724         (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
30725         (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
30726         (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
30727         (gst_gnomevfssink_change_state):
30728           Fix erase signal. Don't erase by default. Remove handoff signal.
30729           Remove erase property. Don't segfault. General cleanup.
30730
30731 2004-04-07  Benjamin Otte  <otte@gnome.org>
30732
30733         * gst-libs/gst/gconf/test-gconf.c: (main):
30734           add missing gst_init
30735
30736 2004-04-07  Benjamin Otte  <otte@gnome.org>
30737
30738         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
30739           free the mutexes, too
30740
30741 2004-04-07  Benjamin Otte  <otte@gnome.org>
30742
30743         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
30744           actually free the URI string
30745         * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
30746           compute offset correctly when passing discont events
30747         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
30748           don't leak discont events
30749         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
30750           add some missing breaks so caps aren't copied randomly
30751         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
30752           if we realloc memory, we better use it
30753
30754 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30755
30756         * ext/mad/gstmad.c: (normal_seek):
30757           fix GST_FORMAT_TIME usage
30758
30759 2004-04-05  David Schleef  <ds@schleef.org>
30760
30761         * ext/kio/kiosrc.cpp:  Undefine KDE_DEPRECATED so we can use
30762         a deprecated function (hack!)
30763
30764 2004-04-05  Benjamin Otte  <otte@gnome.org>
30765
30766         * ext/esd/esdmon.c: (gst_esdmon_get):
30767           fix nonterminated vararg and memleak
30768
30769 2004-04-05  Benjamin Otte  <otte@gnome.org>
30770
30771         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
30772         (gst_ladspa_init), (gst_ladspa_force_src_caps),
30773         (gst_ladspa_set_property), (gst_ladspa_get_property),
30774         (gst_ladspa_instantiate), (gst_ladspa_activate),
30775         (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
30776           clean up debugging
30777
30778 2004-04-05  Stefan Kost <kost@imn.htwk-leipzig.de>
30779
30780         reviewed by Benjamin Otte  <otte@gnome.org>
30781
30782         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
30783           check for broken LADSPA parameters (fixes #138635)
30784
30785 2004-04-05  Benjamin Otte  <otte@gnome.org>
30786
30787         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
30788           advertise buffer-frames correctly on sinkpads
30789
30790 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
30791
30792         * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
30793         (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
30794         (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
30795         (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
30796         (gst_mad_check_caps_reset), (gst_mad_chain):
30797         add more debugging, only reset caps when we're not in error state
30798
30799 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
30800
30801         * ext/mad/gstmad.c: add debugging category, comment + cleanups
30802
30803 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
30804
30805         reviewed by Benjamin Otte  <otte@gnome.org>
30806
30807         * configure.ac:
30808           fix == in test(1) operator
30809
30810 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
30811
30812         reviewed by Benjamin Otte  <otte@gnome.org>
30813
30814         * configure.ac:
30815           fix --export-symblos-regex to a working regex.
30816
30817 2004-04-04  Benjamin Otte  <otte@gnome.org>
30818
30819         * sys/oss/.cvsignore:
30820           add for oss_probe
30821
30822 2004-04-03  Tim-Phillip Müller <t.i.m@zen.co.uk>
30823
30824         reviewed by Benjamin Otte  <otte@gnome.org>
30825
30826         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
30827           add missing 'new_media' argument (fixes #138168)
30828         * gst/matroska/matroska-demux.c:
30829         (gst_matroska_demux_handle_seek_event):
30830           add vararg terminator (fixes #138169)
30831
30832 2004-04-02  David Schleef  <ds@schleef.org>
30833
30834         * ext/gdk_pixbuf/Makefile.am:  Make sure gstgdkanimation.h is
30835         disted (bug #138914)
30836
30837 2004-04-01  Benjamin Otte  <otte@gnome.org>
30838
30839         * ext/alsa/gstalsa.c: (gst_alsa_change_state),
30840         (gst_alsa_close_audio):
30841           handle case better where a soundcard can't pause
30842         * ext/ogg/gstoggdemux.c:
30843           don't crash when we get events but don't have pads yet
30844
30845 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
30846
30847         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
30848           throw an error if we couldn't probe any caps.
30849
30850 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
30851
30852         * ext/dvdnav/gst-dvd:
30853         Add a really simple sample DVD player
30854
30855 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
30856
30857         * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
30858         (gst_a52dec_push), (gst_a52dec_handle_event),
30859         (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
30860         (gst_a52dec_change_state):
30861         * ext/a52dec/gsta52dec.h:
30862           Use a debug category, Output timestamps correctly
30863           Emit tag info, Handle events, tell liba52dec about cpu
30864           capabilities so it can use MMX etc.
30865         * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
30866           Fix a crasher accessing invalid memory
30867         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
30868         (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
30869         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
30870         (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
30871         (dvdnavsrc_query):
30872           Some support for byte-format seeking.
30873           Small fixes for still frames and menu button overlays
30874         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
30875         (gst_mpeg2dec_alloc_buffer):
30876           Use a debug category. Adjust the report level of several items to
30877           LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
30878           so it doesn't lose the GstBuffer pointer
30879         * gst/debug/Makefile.am:
30880         * gst/debug/gstdebug.c: (plugin_init):
30881         * gst/debug/gstnavseek.c: (gst_navseek_get_type),
30882         (gst_navseek_base_init), (gst_navseek_class_init),
30883         (gst_navseek_init), (gst_navseek_seek),
30884         (gst_navseek_handle_src_event), (gst_navseek_set_property),
30885         (gst_navseek_get_property), (gst_navseek_chain),
30886         (gst_navseek_plugin_init):
30887         * gst/debug/gstnavseek.h:
30888           Add the navseek debug element for seeking back and forth in a
30889           video stream using arrow keys.
30890         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
30891         (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
30892         (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
30893         (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
30894         (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
30895         (gst_mpeg2subt_parse_header), (gst_get_nibble),
30896         (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
30897         (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
30898         (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
30899         (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
30900         * gst/mpeg2sub/gstmpeg2subt.h:
30901           Pretty much a complete rewrite. Now a loopbased element. May still
30902           require work to properly synchronise subtitle buffers.
30903         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
30904         (gst_dvd_demux_send_subbuffer):
30905         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
30906           Don't attempt to create subbuffers of size 0
30907           Reduce a couple of error outputs to warnings.
30908         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
30909         (gst_y4mencode_chain):
30910         Output the y4m frame header correctly.
30911
30912 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
30913
30914         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
30915           throw errors instead of allowing SIGFPE
30916
30917 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
30918
30919         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
30920         (gst_gconf_render_bin_from_key):
30921           leak plugging and style fixing
30922
30923 2004-03-31  David Schleef  <ds@schleef.org>
30924
30925         * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
30926         (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
30927         (bug #138225)
30928         * gst/debug/Makefile.am:
30929         * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
30930         * gst/debug/gstdebug.c: (plugin_init):  Merge elements into one
30931         plugin.
30932         * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
30933         (gst_negotiation_base_init), (gst_negotiation_class_init),
30934         (gst_negotiation_init), (gst_negotiation_getcaps),
30935         (gst_negotiation_pad_link), (gst_negotiation_chain),
30936         (gst_negotiation_set_property), (gst_negotiation_get_property),
30937         (gst_negotiation_plugin_init):  New element to talk about random
30938         negotiation things happening in a pipeline.
30939
30940 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
30941
30942         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
30943           fix integer addition with help of Stefan Kost
30944
30945 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
30946
30947         * po/nl.po: updated Dutch translation (Elros Cyriatan)
30948
30949 2004-03-30  David Schleef  <ds@schleef.org>
30950
30951         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
30952         (gst_mpeg2dec_negotiate_format):  Handle Y42B-format MPEG
30953         video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
30954         (bug #137504)
30955         * ext/mpeg2dec/gstmpeg2dec.h:
30956
30957 2004-03-30  David Schleef  <ds@schleef.org>
30958
30959         * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
30960
30961 2004-03-30  David Schleef  <ds@schleef.org>
30962
30963         * tools/gst-launch-ext-m.m:  Applied patch from gnome@flyn.org (W.
30964         Michael Petullo) to handle .mov
30965
30966 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30967
30968         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
30969         (gst_osselement_rate_check_rate):
30970           probe caps correctly for sound cards that only support one format
30971
30972 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30973
30974         * ext/kio/kiosrc.cpp: (process_events):
30975           update handling event processing if inside KDE - untested
30976
30977 2004-03-29  David Schleef  <ds@schleef.org>
30978
30979         * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
30980         by 2 to not interfere with other colorspaces.
30981         * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
30982         * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
30983         one to not interfere with ffmpeg_colorspace.
30984
30985 2004-03-29  David Schleef  <ds@schleef.org>
30986
30987         * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
30988         aren't in the caps.
30989         * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
30990         * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
30991
30992 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30993
30994         * gst-libs/gst/riff/riff-media.c:
30995           fail on error, don't try to set stuff on NULL caps
30996
30997 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30998
30999         * configure.ac:
31000         * ext/Makefile.am:
31001         * ext/kio/Makefile.am:
31002         * ext/kio/kioreceiver.cpp:
31003         * ext/kio/kioreceiver.h:
31004         * ext/kio/kiosrc.cpp:
31005         * ext/kio/kiosrc.h:
31006           add experimental kiosrc plugin
31007         * ext/alsa/gstalsaplugin.c: (plugin_init):
31008           initialize debugging category only when we're sure registering the
31009           plugins worked.
31010
31011 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
31012
31013         * examples/gstplay/player.c: (main):
31014         * gst-libs/gst/play/play.c: (gst_play_class_init),
31015         (gst_play_set_location), (gst_play_set_data_src),
31016         (gst_play_set_video_sink), (gst_play_set_audio_sink),
31017         (gst_play_set_visualization), (gst_play_connect_visualization):
31018           check return values of element_set_state and return FALSE where
31019           failed
31020
31021 2004-03-29  Benjamin Otte  <otte@gnome.org>
31022
31023         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
31024           try harder to check if an event is really a discont
31025
31026 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
31027
31028         * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
31029         * po/az.po:
31030
31031 2004-03-28  Benjamin Otte  <otte@gnome.org>
31032
31033         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
31034         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
31035         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
31036           get rid of non-standard "..." ranges in case statements.
31037
31038 2004-03-27  Martin Soto  <martinsoto@users.sourceforge.net>
31039
31040         * gst/mpegstream/gstmpegdemux.c:
31041         * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
31042         specific functionality split to the new dvddemux element.
31043         * gst/mpegstream/gstdvddemux.c:
31044         * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
31045         streams, derived from mpegdemux.
31046         * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
31047         up. SCR based timestamp rewriting can be turned off (will probably
31048         completely disappear soon).
31049         * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
31050         hacking. General cleanup. All printf statements replaced by
31051         debugging messages. Almost complete libdvdnav support.
31052         (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
31053         by events. New properties for audio and subpicture languages.
31054         (dvdnavsrc_update_highlight): Now uses events.
31055         (dvdnavsrc_user_op): Cleaned up.
31056         (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
31057         based). Lots of cleanup, and propper support for most libdvdnav
31058         events.
31059         (dvdnavsrc_make_dvd_event): New function.
31060         (dvdnavsrc_make_dvd_nav_packet_event): New function.
31061         (dvdnavsrc_make_clut_change_event): New function.
31062
31063 2004-03-26  Benjamin Otte  <otte@gnome.org>
31064
31065         * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
31066           fix bug where typefinding would claim it's theora whenever less then
31067           7 bytes of data were available
31068
31069 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31070
31071         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
31072         (gst_alawdec_base_init), (gst_alawdec_class_init),
31073         (gst_alawdec_init), (gst_alawdec_chain):
31074         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
31075         (gst_alawenc_base_init), (gst_alawenc_class_init),
31076         (gst_alawenc_init), (gst_alawenc_chain):
31077         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
31078         (gst_mulawdec_base_init), (gst_mulawdec_class_init),
31079         (gst_mulawdec_init), (gst_mulawdec_chain):
31080         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
31081         (gst_mulawenc_base_init), (gst_mulawenc_class_init),
31082         (gst_mulawenc_init), (gst_mulawenc_chain):
31083           Fix capsnego in all four, remove the unused property functions and
31084           simplify the chain functions slightly. I guess we could use macros
31085           or something similar for those, since the code is so similar, but
31086           I'm currently too lazy...
31087
31088 2004-03-24  David Schleef  <ds@schleef.org>
31089
31090         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
31091         (gst_osselement_close_audio), (gst_osselement_probe_caps),
31092         (gst_osselement_get_format_structure),
31093         (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
31094         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
31095         (gst_osselement_rate_int_compare): Add code to handle rate probing
31096         (bug #120883)
31097         * sys/oss/gstosselement.h: same
31098         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
31099         Use rate probing provided by osselement.
31100         * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
31101
31102 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31103
31104         * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
31105         (gst_xvidenc_get_property):
31106           ulong/int mess-up.
31107
31108 2004-03-24  David Schleef  <ds@schleef.org>
31109
31110         * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
31111         (gst_speexdec_init):
31112         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
31113         (gst_speexenc_init):  Create the pad template correctly (from
31114         the static pad template, not a NULL pointer.)
31115
31116 2004-03-25  Benjamin Otte  <otte@gnome.org>
31117
31118         * gst/debug/Makefile.am:
31119         * gst/debug/breakmydata.c:
31120           add element that quasi-randomly changes bytes in the stream.
31121           Intended use is robustness checking of demuxers and decoders in
31122           media tests.
31123
31124 2004-03-24  Benjamin Otte  <otte@gnome.org>
31125
31126         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
31127         (gst_alsa_probe_hw_params):
31128         * ext/alsa/gstalsa.h:
31129           debugging output fixes
31130
31131 2004-03-24  Benjamin Otte  <otte@gnome.org>
31132
31133         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
31134           don't g_return_if_fail if element is PLAYING, fail silently as every
31135           other element.
31136         * gst/effectv/gstquark.c: (gst_quarktv_chain):
31137           only fix needed for cast lvalue issues in gst-plugins
31138         * gst/volenv/gstvolenv.c: (gst_volenv_init):
31139           add proxy_getcaps
31140
31141 2004-03-24  Benjamin Otte  <otte@gnome.org>
31142
31143         * gst/level/gstlevel.c: (gst_level_init):
31144           add proxying getcaps function, so level doesn't advertise impossible
31145           caps
31146
31147 2004-03-24  David Schleef  <ds@schleef.org>
31148
31149         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
31150         (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
31151         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
31152         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
31153         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
31154         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
31155         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
31156         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
31157         (qtdemux_parse_tree), (qtdemux_parse_trak):  Fix debugging
31158         messages.  Divide the chunk size by the compression ratio
31159         (needed for MACE audio)
31160
31161 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31162
31163         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
31164           Fix buffer overflow read error.
31165
31166 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31167
31168         * ext/alsa/gstalsa.h:
31169           Remove unused entry.
31170         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
31171           Add cinepak.
31172         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
31173         (gst_videodrop_link), (gst_videodrop_chain):
31174           Fix, sort of. Was horribly broken with new capsnego. Bah...
31175
31176 2004-03-23  Jeremy Simon  <jesimon@libertysurf.fr>
31177
31178         * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
31179         (plugin_init):
31180         Add a monkeysaudio typefind function
31181
31182 2004-03-23  Johan Dahlin  <johan@gnome.org>
31183
31184         * gst-libs/gst/play/play.c (gst_play_audio_fixate)
31185         (gst_play_video_fixate): Check so the structure has the field
31186         before trying to fixate them, this makes it possible to have
31187         fakesinks for video and audio output without printing errors on
31188         the output console.
31189
31190 2004-03-22  David Schleef  <ds@schleef.org>
31191
31192         * sys/oss/Makefile.am:
31193         * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
31194         (check_rate), (add_rate):  Rate probing test app.
31195
31196 2004-03-21  Benjamin Otte  <otte@gnome.org>
31197
31198         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
31199         (_fixate_caps_to_int), (gst_audio_convert_fixate):
31200           add a fixation function that pretty much does the right thing (fixes
31201           #137556)
31202
31203 2004-03-20  David I. Lehn  <dlehn@users.sourceforge.net>
31204
31205         * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
31206
31207 2004-03-20  Tim-Phillip Müller <t.i.m@zen.co.uk>
31208
31209         reviewed by: Benjamin Otte  <otte@gnome.org>
31210
31211         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
31212           terminate gst_event_new_discontinuous correctly (fixes parts of
31213           #137711)
31214
31215 2004-03-19  David Schleef  <ds@schleef.org>
31216
31217         * gst-libs/gst/Makefile.am:  Enable xoverlay unconditionally,
31218         since it doesn't depend on X, and it's part of our ABI.
31219
31220 2004-03-19  Iain <iain@prettypeople.org>
31221
31222         * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
31223         is_int in the structure, not the local variable.
31224
31225 2004-03-19  David Schleef  <ds@schleef.org>
31226
31227         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
31228         (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
31229         (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
31230         Improvements in caps negotiation.
31231
31232 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
31233
31234         * po/LINGUAS:
31235         * po/af.po:
31236           adding Afrikaans (Petri Jooste)
31237
31238 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
31239
31240         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
31241         (gst_ffmpegcolorspace_chain):
31242         throw error instead of g_critical (#137588)
31243
31244 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
31245
31246         * Makefile.am:
31247         * configure.ac:
31248           dist common and m4 correctly
31249         * po/sv.po:
31250
31251 2004-03-17  David Schleef  <ds@schleef.org>
31252
31253         * pkgconfig/gstreamer-media-info.pc.in:  Add Version.
31254         (bug #137348)
31255
31256 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
31257
31258         * po/LINGUAS:
31259         * po/sv.po:
31260           adding Swedish translation (Christian Rose)
31261
31262 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
31263
31264         * Makefile.am: use release.mak
31265
31266 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
31267
31268         * common/ChangeLog:
31269         * common/gst-autogen.sh:
31270           add some explanation about the version detection
31271         * configure.ac:
31272           fix X check
31273
31274 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
31275
31276         * configure.ac: bump nano to 1
31277
31278 === release 0.8.0 ===
31279
31280 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
31281
31282         * configure.ac: release 0.8.0, "Pharmaceutical Itch"
31283
31284 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
31285
31286         * configure.ac:
31287           update libtool version
31288         * gst-libs/gst/media-info/Makefile.am:
31289           actually use libtool version
31290
31291 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
31292
31293         * configure.ac: fix speex detection to work with 1.0 but not 1.1
31294
31295 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
31296
31297         * configure.ac:
31298         * gst-plugins.spec.in:
31299         * pkgconfig/Makefile.am:
31300         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
31301         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
31302         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
31303         * pkgconfig/gstreamer-libs.pc.in:
31304         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
31305         * pkgconfig/gstreamer-play-uninstalled.pc.in:
31306         * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
31307         * pkgconfig/gstreamer-plugins.pc.in:
31308           remove @VERSION@ from some of the pc files since core and plugins
31309           are decoupled.
31310           created gstreamer-plugins.pc as it's a better name, but keeping
31311           -libs around for now to get fixes upstream done first.
31312
31313 2004-03-15  Julien MOUTTE <julien@moutte.net>
31314
31315         * gst-libs/gst/play/play.c: (gst_play_get_framerate),
31316         (gst_play_get_sink_element): First draft of gst_play_get_framerate.
31317         * gst-libs/gst/play/play.h:
31318
31319 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
31320
31321         * *.c, *.cc: don't mix tabs and spaces
31322
31323 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
31324
31325         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
31326           use the new ffmpegcolorspace
31327         * gst-plugins.spec.in:
31328           package new colorspace and media-info
31329         * configure.ac:
31330         * pkgconfig/Makefile.am:
31331           fix some more disting issues
31332         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
31333         * pkgconfig/gstreamer-media-info.pc.in:
31334           generate media-info pc files
31335
31336 2004-03-15  Johan Dahlin  <johan@gnome.org>
31337
31338         * *.h: Revert indenting
31339
31340 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
31341
31342         * configure.ac:
31343           adding ffmpegcolorspace element
31344         * gst/ffmpegcolorspace/Makefile.am:
31345         * gst/ffmpegcolorspace/avcodec.h:
31346         * gst/ffmpegcolorspace/common.h:
31347         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
31348         * gst/ffmpegcolorspace/dsputil.h:
31349         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
31350         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
31351         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
31352         (gst_ffmpeg_caps_to_pix_fmt):
31353         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
31354         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
31355         (gst_ffmpegcolorspace_caps_remove_format_info),
31356         (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
31357         (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
31358         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
31359         (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
31360         (gst_ffmpegcolorspace_set_property),
31361         (gst_ffmpegcolorspace_get_property),
31362         (gst_ffmpegcolorspace_register):
31363         * gst/ffmpegcolorspace/imgconvert.c:
31364         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
31365         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
31366         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
31367         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
31368         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
31369         (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
31370         (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
31371         (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
31372         (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
31373         (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
31374         (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
31375         (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
31376         (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
31377         (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
31378         (img_get_alpha_info), (deinterlace_line),
31379         (deinterlace_line_inplace), (deinterlace_bottom_field),
31380         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
31381         * gst/ffmpegcolorspace/imgconvert_template.h:
31382         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
31383         * gst/ffmpegcolorspace/mmx.h:
31384         * gst/ffmpegcolorspace/utils.c: (avcodec_init):
31385           adding ffmpegcolorspace element supplied by Ronald after cleaning
31386           up and pulling in the right bits of upstream source.
31387           I'm sure a better C/compiler wizard could do some cleaning up (for
31388           example use GLIB's malloc stuff), but as a first pass this
31389           works very well
31390
31391 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
31392
31393         * ext/alsa/gstalsa.h:
31394           I assume Ronald forgot to commit the change to have cardname
31395           as a struct member.  Expect some public spanking at the next
31396           opportunity.
31397
31398 2004-03-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31399
31400         * ext/alsa/gstalsa.c: (gst_alsa_get_property),
31401         (gst_alsa_open_audio), (gst_alsa_close_audio):
31402         * ext/alsa/gstalsa.c:
31403           Don't open the device if we're a mixer (= padless).
31404         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
31405         (gst_alsa_mixer_init), (gst_alsa_mixer_open),
31406         (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
31407           Open mixer during state change rather than during object
31408           initialization. Also, get a device name. Currently in a somewhat
31409           hackish fashion, but I didn't really find something better.
31410
31411 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
31412
31413         * *.c, *.h: run gst-indent
31414
31415 2004-03-14  Benjamin Otte  <otte@gnome.org>
31416
31417         * gst/modplug/gstmodplug.cc:
31418         * gst/modplug/gstmodplug.h:
31419           set correct timestamps on outgoing buffers
31420
31421 2004-03-14  Benjamin Otte  <otte@gnome.org>
31422
31423         * gst/modplug/gstmodplug.cc:
31424           handle events - don't do crap when a discont arrives that's not
31425           necessary
31426           This allows correct loading and playback of mods in Rhythmbox
31427
31428 2004-03-14  Benjamin Otte  <otte@gnome.org>
31429
31430         * configure.ac:
31431         * gst-libs/gst/gconf/Makefile.am:
31432         * pkgconfig/Makefile.am:
31433           move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
31434           they get rebuilt properly
31435         * configure.ac:
31436           when checking for vorbis, try pkgconfig first.
31437         * gst/modplug/gstmodplug.cc:
31438           add fixate function
31439
31440 2004-03-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31441
31442         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
31443           Fix for obvious mistake, where we first shift the offset and then
31444           read a samplesize element assuming the old offset. Note that this
31445           part still has something weird, i.e. my movies containing those
31446           don't actually play well, but at least there's something that looks
31447           like sound now.
31448
31449 2004-03-14  Jan Schmidt  <thaytan@mad.scientist.com>
31450         * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
31451         (plugin_init):
31452         Add a typefind function for speex format
31453
31454 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31455
31456         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
31457         (gst_asf_demux_setup_pad):
31458           Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
31459           instead of 0. Reason is simple: some elements have a fps range
31460           of 1-max instead of 0-max. So now ASF video actually works.
31461
31462 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
31463
31464         * po/LINGUAS:
31465         * po/sr.po:
31466           adding serbian as a language
31467
31468 2004-03-13  Benjamin Otte  <otte@gnome.org>
31469
31470         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
31471           return taglist correctly from _get function, don't gst_pad_push it.
31472           (fixes #137042)
31473
31474 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
31475         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
31476
31477 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31478
31479         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
31480         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
31481         (gst_alsa_mixer_track_new):
31482         * ext/alsa/gstalsamixertrack.h:
31483           Fix ancient leftovers... MixerTrack is a GObject.
31484
31485 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31486
31487         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
31488         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
31489           Don't block during probing...
31490
31491 2004-03-12  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31492
31493         * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
31494         (gst_alsa_get_property), (gst_alsa_probe_get_properties),
31495         (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
31496         (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
31497         (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
31498         (gst_alsa_open_audio), (gst_alsa_close_audio):
31499         * ext/alsa/gstalsa.h:
31500           Add propertyprobe interface implementation, add some device-name
31501           property, all this so that it looks good in gnome-volume-control.
31502
31503 2004-03-12  David Schleef  <ds@schleef.org>
31504
31505         * configure.ac: the Hermes library controls hermescolorspace, not
31506         colorspace.
31507         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
31508         (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
31509         not /* */
31510         * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
31511         * ext/sdl/sdlvideosink.h: ditto.
31512         * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
31513
31514 2004-03-12  Benjamin Otte  <otte@gnome.org>
31515
31516         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
31517         (gst_x_overlay_got_xwindow_id):
31518         * gst-libs/gst/xoverlay/xoverlay.h:
31519           replace XID with unsigned long to get rid of the xlibs dependency in
31520           XOverlay (fixes #137004)
31521
31522 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
31523         * gst/effectv/gstaging.c: (gst_agingtv_base_init),
31524         (gst_agingtv_setup):
31525         * gst/effectv/gstdice.c: (gst_dicetv_get_type),
31526         (gst_dicetv_base_init), (gst_dicetv_class_init),
31527         (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
31528         * gst/effectv/gstedge.c: (gst_edgetv_get_type),
31529         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
31530         (gst_edgetv_setup), (gst_edgetv_rgb32):
31531         * gst/effectv/gsteffectv.c:
31532         * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
31533         (gst_quarktv_set_property):
31534         * gst/effectv/gstrev.c: (gst_revtv_get_type),
31535         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
31536         (gst_revtv_setup), (gst_revtv_rgb32):
31537         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
31538         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
31539         (gst_shagadelictv_init), (gst_shagadelictv_setup),
31540         (gst_shagadelictv_rgb32):
31541         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
31542         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
31543         (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
31544         * gst/effectv/gstwarp.c:
31545         Port everything that can be ported to videofilter and fix up the caps.
31546         Can someone with a big-endian machine please check these?
31547
31548 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31549
31550         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
31551         (gst_osssink_chain), (gst_osssink_change_state):
31552           Latest fixes for A/V sync, audio playback and such. This is about
31553           all... MPEG playback issues are mostly related to the async build-
31554           up of MPEG files, I cannot fix that. Use basicgthread to solve it.
31555
31556 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
31557
31558         patch from: Stephane Loeuillet
31559
31560         * configure.ac:
31561           use pkg-config for some libraries, falling back to the old .m4 way
31562           (fixes #131270)
31563         * m4/libdv.m4:
31564           removed
31565
31566 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
31567
31568         * configure.ac:
31569         * tools/Makefile.am:
31570         * tools/Makefile.in:
31571         * tools/gst-launch-ext-m.m:
31572         * tools/gst-launch-ext.1.in:
31573         * tools/gst-visualise-m.m:
31574         * tools/gst-visualise.1:
31575         * tools/gst-visualise.1.in:
31576           reorganizing generation of script tools
31577
31578 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31579
31580         * ext/divx/gstdivxdec.c:
31581           Downgrade priority. We prefer ffdec_mpeg4.
31582         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
31583         (gst_faad_chain), (gst_faad_change_state):
31584           Fix capsnego. Doesn't work for some sounds because we don't have
31585           a 5:1 to stereo element.
31586         * ext/xvid/gstxvid.c: (plugin_init):
31587           Add priority.
31588         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
31589         (gst_osssink_change_state):
31590           Add discont handling.
31591
31592 2004-03-09  Colin Walters  <walters@verbum.org>
31593
31594         * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
31595         conversion.
31596
31597 2004-03-09  Benjamin Otte  <otte@gnome.org>
31598
31599         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
31600           the signals take 2 arguments
31601
31602 2004-03-09  David Schleef  <ds@schleef.org>
31603
31604         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
31605         (gst_alsa_fixate): Add fixate function.  (bug #136686)
31606         * ext/alsa/gstalsa.h:
31607         * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
31608
31609 2004-03-09  Benjamin Otte  <otte@gnome.org>
31610
31611         * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
31612         (gst_mikmod_change_state):
31613         * ext/mikmod/gstmikmod.h:
31614           make mikmod's loop function not loop infinitely and call
31615           gst_element_yield anymore
31616         * gst/modplug/gstmodplug.cc:
31617           fix pad negotiation (fixes #136590)
31618
31619 2004-03-09  David Schleef  <ds@schleef.org>
31620
31621         * ext/lcs/Makefile.am:  Fix so that the lcs colorspace plugin
31622         doesn't conflict with the internal colorspace plugin.
31623         * gst-libs/gst/audio/make_filter:  Use `` instead of $() to
31624         satisfy the crappy-ass shell shipped by a certain vendor.
31625         * gst/videofilter/make_filter: same (bug #135299)
31626
31627 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
31628
31629         * configure.ac: bump nano to 1
31630
31631 === release 0.7.6 ===
31632
31633 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
31634
31635         * configure.in: releasing 0.7.6, "There"
31636
31637 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
31638
31639         * pkgconfig/gstreamer-play-uninstalled.pc.in:
31640         * pkgconfig/gstreamer-play.pc.in:
31641           synchronize the two
31642
31643 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
31644
31645         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
31646         (cdparanoia_open), (cdparanoia_event):
31647           fix/add error handling
31648         * po/POTFILES.in:
31649           add cdparanoia source
31650         * tools/Makefile.am:
31651           make scripts executable
31652
31653 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
31654
31655         * configure.ac:
31656         * ext/vorbis/Makefile.am:
31657         * sys/Makefile.am:
31658           remove id3types, vorbisfile and xvideosink from the build (#133783)
31659
31660 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31661
31662         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
31663           Fix metadata read crash (#136537).
31664
31665 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
31666
31667         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
31668         * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
31669           adding mime types, fixing the one-stop function
31670
31671 2004-03-08  Christian Schaller <Uraeus@gnome.org>
31672
31673         * ext/nas/nassink.c and /ext/nas/nassink.h:
31674         More NAS love from Arwed von Merkatz
31675         So lets all sing 'Can you feel the NAS tonight'
31676
31677 2004-03-08  Christian Schaller <Uraeus@gnome.org>
31678
31679         * tools/gst-launch-ext.in:
31680         Replace vorbisfile with oggdemux/vorbisdec/audioconvert
31681
31682 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
31683
31684         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
31685         (gst_mpeg2dec_init):
31686         remove the user_data pad for now, because it is being used in
31687         fixating causing MPEG playback to fixate on 1000 Hz for playback.
31688         If someone knows how to fix this properly, please do.
31689
31690 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
31691
31692         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
31693         (gst_osssink_get_time):
31694         add a warning, IMO this won't get triggered anymore, remove later
31695
31696 2004-03-07  David Schleef  <ds@schleef.org>
31697
31698         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):  Added Cinepak
31699         format (bug #136470)
31700
31701 2004-03-07  Thomas Vander Stichele  <thomas at apestaart dot org>
31702
31703         * gst-libs/Makefile.am:
31704         * gst-libs/gst/media-info/Makefile.am:
31705         * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
31706         (error_callback), (gst_media_info_error_create),
31707         (gst_media_info_error_element), (gmip_init), (gmip_reset),
31708         (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
31709         * gst-libs/gst/media-info/media-info-priv.h:
31710         * gst-libs/gst/media-info/media-info-test.c: (main):
31711         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
31712         (gst_media_info_class_init), (gst_media_info_instance_init),
31713         (gst_media_info_set_source), (gst_media_info_read_with_idler),
31714         (gst_media_info_read_idler), (gst_media_info_read):
31715         * gst-libs/gst/media-info/media-info.h:
31716         fixed, should work now
31717
31718 2004-03-07  Christian Schaller <Uraeus@gnome.org>
31719
31720         * ext/nas/nassink.c:
31721         A bunch of NAS fixes from Arwed von Merkatz
31722
31723 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31724
31725         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
31726         (qtdemux_parse_trak):
31727           Fix crash (j might be greater than n_samples, in which case we're
31728           writing outside the allocated space for the array) and memleak.
31729
31730 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31731
31732         * sys/oss/gstosssink.c: (gst_osssink_chain):
31733           And another caller that couldn't handle delay < 0 (unsigned
31734           integer overflow). Video now continues playing on an audio
31735           buffer underrun, and the clock continues working. Audio still
31736           stalls.
31737
31738 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31739
31740         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
31741         (gst_osssink_get_time):
31742           get_delay() may return values lower than 0. In those cases, we
31743           should not actually cast to *unsigned* int64, that will break
31744           stuff horribly. In my case, it screwed up A/V sync in movies
31745           in totem rather badly.
31746
31747 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
31748
31749         * ext/faac/gstfaac.c: (gst_faac_chain):
31750         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
31751         * ext/libpng/gstpngenc.c: (user_write_data):
31752         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
31753         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
31754         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
31755         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
31756         Fix several misuse of gst_buffer_merge (it doesn't take ownership
31757         of any buffer), should fix some leaks. I hope I didn't unref buffers
31758         that shouldn't be...
31759
31760 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
31761
31762         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
31763         (deep_notify_callback), (tag_flag_score), (found_tag_callback),
31764         (error_callback), (gmi_reset), (gmi_seek_to_track),
31765         (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
31766         (gmip_find_type_post), (gmip_find_stream_post),
31767         (gmip_find_track_streaminfo_post):
31768         * gst-libs/gst/media-info/media-info-priv.h:
31769         * gst-libs/gst/media-info/media-info-test.c: (print_tag),
31770         (info_print), (main):
31771         * gst-libs/gst/media-info/media-info.c:
31772         (gst_media_info_error_create), (gst_media_info_error_element),
31773         (gst_media_info_instance_init), (gst_media_info_get_property),
31774         (gst_media_info_new), (gst_media_info_set_source),
31775         (gst_media_info_read_idler), (gst_media_info_read):
31776         * gst-libs/gst/media-info/media-info.h:
31777           first pass at making this work again.  This seems to work on
31778           tagged ogg/vorbis and mp3 files.
31779
31780 2004-03-06  Benjamin Otte  <otte@gnome.org>
31781
31782         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
31783           fix huge leak: gst_buffer_merge doesn't unref the first argument
31784           itself.
31785
31786 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
31787
31788         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
31789           report layer/mode/emphasis
31790
31791 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
31792
31793         * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
31794
31795 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
31796
31797         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
31798           signal serial
31799
31800 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
31801
31802         * ext/vorbis/vorbis.c: (plugin_init):
31803         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
31804         (gst_vorbis_dec_init), (vorbis_dec_event):
31805         add debug category
31806         make vorbisdec handle _BYTE and _TIME queries
31807
31808 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
31809
31810         * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
31811           from the xing header
31812
31813 2004-03-06  Benjamin Otte  <otte@gnome.org>
31814
31815         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
31816         (gst_audio_convert_link), (gst_audio_convert_change_state),
31817         (gst_audio_convert_buffer_from_default_format):
31818           do conversions from/to float correctly, fix some caps nego errors,
31819           export correct supported caps in template and getcaps, use correct
31820           caps in try_set_caps functions
31821
31822 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
31823
31824         For some reason, I only committed a ChangeLog entry yesterday and
31825         not the corresponding code...
31826         * ext/mad/gstmad.c: Fix detection of Xing headers
31827         * gst/tags/gstid3tag.c: Changes to support TLEN tags
31828
31829 2004-03-06  Benjamin Otte  <otte@gnome.org>
31830
31831         * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
31832         (gst_ogg_demux_src_query):
31833           make sure to handle the case where there's no current chain
31834           gracefully.
31835
31836 2004-03-05  David Schleef  <ds@schleef.org>
31837
31838         * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
31839         Add fixate function. (bug #131128)
31840         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
31841         (gst_sdlvideosink_fixate):  Add fixate function.
31842         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
31843         Fix attempt to print a non-pointer using GST_PTR_FORMAT.
31844         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
31845         Fix missing break that was causing ulaw to be interpreted as
31846         raw int.
31847
31848 2004-03-05  David Schleef  <ds@schleef.org>
31849
31850         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
31851         Fix code that ignores return value of gst_buffer_merge().
31852         (bug #114560)
31853         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
31854         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
31855         * testsuite/gst-lint:  Check for above.
31856
31857 2004-03-05  David Schleef  <ds@schleef.org>
31858
31859         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):  Check for unfixed
31860         caps and throw an element error.  (bug #136334)
31861
31862 2004-03-05  David Schleef  <ds@schleef.org>
31863
31864         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
31865         (gst_faad_chain): Fix negotiation.
31866         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
31867         key and button events.
31868         * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
31869         dung heap of code.
31870         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
31871         depends on gconf
31872         * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
31873         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
31874         (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
31875         function to encourage better negotiation, particularly between
31876         audioconvert and osssink.
31877         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
31878         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):  Make some debugging
31879         more important.
31880         * gst/typefind/gsttypefindfunctions.c:  Fix mistake in flash
31881         typefinding.
31882         * gst/vbidec/vbiscreen.c:  Add glib header
31883         * pkgconfig/gstreamer-play.pc.in:  Depends on gst-interfaces.
31884
31885 2004-03-06  Christophe Fergeau  <teuf@users.sourceforge.net>
31886
31887         * ext/mad/gstmad.c: Fix detection of Xing headers
31888         * gst/tags/gstid3tag.c: Changes to support TLEN tags
31889
31890 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
31891
31892         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
31893         (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
31894           debug updates
31895
31896 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
31897
31898         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
31899         * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
31900         (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
31901         files, and report the parsed length as a GST_TAG_DURATION tag.
31902         * gst/tags/gstid3tag.c: support TLEN (duration) tag
31903
31904 2004-03-05  Benjamin Otte  <otte@gnome.org>
31905
31906         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
31907           convert channels correctly. convert correctly to unsigned.
31908
31909 2004-03-05  Julien MOUTTE <julien@moutte.net>
31910
31911         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
31912         we have a window before clearing it.
31913
31914 2004-03-05  Julien MOUTTE <julien@moutte.net>
31915
31916         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
31917         have a window before clearing it.
31918
31919 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
31920
31921         * gconf/gstreamer.schemas.in:
31922         * gst-libs/gst/gconf/Makefile.am:
31923           version installation path the same way as for 0.6
31924         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
31925         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
31926         * pkgconfig/gstreamer-play-uninstalled.pc.in:
31927           remove comment that was fixed
31928
31929 2004-03-05  David Schleef  <ds@schleef.org>
31930
31931         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
31932         (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
31933         (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
31934         (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
31935         Add prototype code for handling seeking and querying.
31936
31937 2004-03-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31938
31939         * examples/gstplay/player.c: (main):
31940           Initialize variables to NULL. Prevents a segfault because the
31941           (uninitialized) variable is not NULL, resulting in a crash on
31942           trying to reach error->message.
31943
31944 2004-03-05  Benjamin Otte  <otte@gnome.org>
31945
31946         * gst/audioconvert/gstaudioconvert.c:
31947         (gst_audio_convert_buffer_to_default_format):
31948         make float=>int conversion work correctly even in cornercases.
31949
31950 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
31951
31952         * debian/README.Debian:
31953         * debian/build-deps:
31954         * debian/changelog:
31955         * debian/control:
31956         * debian/control.in:
31957         * debian/copyright:
31958         * debian/gstreamer-a52dec.files:
31959         * debian/gstreamer-aa.files:
31960         * debian/gstreamer-alsa.files:
31961         * debian/gstreamer-alsa.manpages:
31962         * debian/gstreamer-arts.files:
31963         * debian/gstreamer-artsd.files:
31964         * debian/gstreamer-audiofile.files:
31965         * debian/gstreamer-avifile.files:
31966         * debian/gstreamer-cdparanoia.files:
31967         * debian/gstreamer-colorspace.files:
31968         * debian/gstreamer-doc.files:
31969         * debian/gstreamer-dv.files:
31970         * debian/gstreamer-dvd.files:
31971         * debian/gstreamer-esd.files:
31972         * debian/gstreamer-festival.files:
31973         * debian/gstreamer-flac.files:
31974         * debian/gstreamer-gconf.conffiles:
31975         * debian/gstreamer-gconf.files:
31976         * debian/gstreamer-gconf.postinst:
31977         * debian/gstreamer-gnomevfs.files:
31978         * debian/gstreamer-gsm.files:
31979         * debian/gstreamer-http.files:
31980         * debian/gstreamer-jack.files:
31981         * debian/gstreamer-jpeg.files:
31982         * debian/gstreamer-mad.files:
31983         * debian/gstreamer-mikmod.files:
31984         * debian/gstreamer-misc.files:
31985         * debian/gstreamer-mpeg2dec.files:
31986         * debian/gstreamer-oss.files:
31987         * debian/gstreamer-plugin-apps.files:
31988         * debian/gstreamer-plugin-apps.manpages:
31989         * debian/gstreamer-plugin-libs-dev.files:
31990         * debian/gstreamer-plugin-libs.files:
31991         * debian/gstreamer-plugin-template.postinst:
31992         * debian/gstreamer-plugin-template.postrm:
31993         * debian/gstreamer-sdl.files:
31994         * debian/gstreamer-sid.files:
31995         * debian/gstreamer-vorbis.files:
31996         * debian/gstreamer-x.files:
31997         * debian/mk.control:
31998         * debian/rules:
31999         Debian package info not maintained here.
32000
32001 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
32002
32003         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
32004         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
32005         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
32006         * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
32007         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
32008         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
32009         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
32010         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
32011         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
32012         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
32013         * gst-libs/gst/colorbalance/colorbalance.c:
32014         (gst_color_balance_class_init):
32015         * gst-libs/gst/colorbalance/colorbalancechannel.c:
32016         (gst_color_balance_channel_class_init):
32017         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
32018         * gst-libs/gst/play/play.c: (gst_play_class_init):
32019         * gst-libs/gst/propertyprobe/propertyprobe.c:
32020         (gst_property_probe_iface_init):
32021         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
32022         * gst-libs/gst/tuner/tunerchannel.c:
32023         (gst_tuner_channel_class_init):
32024         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
32025         * gst/cutter/gstcutter.c: (gst_cutter_class_init):
32026         * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
32027         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
32028         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
32029         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
32030         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
32031         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
32032         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
32033           fix signals to use - instead of _
32034         * ext/libcaca/gstcacasink.h:
32035         * ext/sdl/sdlvideosink.h:
32036           fix header rename
32037
32038 2004-03-04  David Schleef  <ds@schleef.org>
32039
32040         * testsuite/gst-lint:  Add a check for bad signal names.
32041
32042 2004-03-04  Stefan Kost <kost@imn.htwk-leipzig.de>
32043
32044         reviewed by David Schleef
32045
32046         * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
32047         modified the alpha channel and caused a warning. (bug #136192)
32048
32049 2004-04-03  Christian Schaller <Uraeus@gnome.org>
32050
32051         * gst-plugins.spec.in:
32052         Change names of plugins to actually be correct. Try to keep things
32053         alphabetical to avoid getting beat up by Thomas
32054
32055 2004-03-03  Julien MOUTTE <julien@moutte.net>
32056
32057         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
32058         Using ximagesink as a default if no gconf key found. We should
32059         probably consider using alsasink instead of osssink for the audio
32060         part.
32061
32062 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
32063
32064         * configure.ac:
32065           fix --with-plugins, don't think it ever worked before
32066         * gst-plugins.spec.in:
32067           even more updates
32068
32069 2004-03-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32070
32071         * ext/sdl/sdlvideosink.h:
32072         * sys/ximage/ximagesink.h:
32073         * sys/xvideo/xvideosink.h:
32074         * sys/xvimage/xvimagesink.h:
32075           Fix for move of gstvideosink.h -> videosink.h.
32076
32077 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
32078
32079         * gst-libs/gst/xwindowlistener/Makefile.am:
32080           this is a plugin library, not a library
32081
32082 2004-03-01  David Schleef  <ds@schleef.org>
32083
32084         * AUTHORS:  Added some names.  Add yourself if you're still
32085         missing.
32086
32087 2004-03-01  David Schleef  <ds@schleef.org>
32088
32089         * MAINTAINERS: Add
32090
32091 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
32092
32093         * gst-plugins.spec.in: clean up spec file
32094
32095 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
32096
32097         * gst-libs/gst/video/Makefile.am:
32098         * gst-libs/gst/video/gstvideosink.c:
32099         * gst-libs/gst/video/gstvideosink.h:
32100           rename gstvideosink.h to videosink.h to match other headers
32101         * gst/mixmatrix/Makefile.am:
32102           fix plugin filename
32103         * gst/tags/Makefile.am: fix plugin filename
32104
32105 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
32106
32107         * gst/tags/Makefile.am: fix plugin filename
32108
32109 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
32110
32111         * examples/gstplay/player.c: (got_time_tick), (main):
32112           add error handler
32113           display time_tick more readably
32114         * gst/mixmatrix/Makefile.am:
32115           fix plugin file name
32116
32117 2004-02-29  Christophe Fergeau  <teuf@gnome.org>
32118
32119         * sys/oss/gstosselement.c: (gst_osselement_probe),
32120         (device_combination_append), (gst_osselement_class_probe_devices):
32121         * sys/oss/gstosselement.h:
32122           Reworked enumeration of oss dsps and mixers so that gst-mixer works
32123           on my system using alsa oss emulation, fixes bug #135597
32124
32125 2004-02-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32126
32127         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
32128         (gst_videodrop_chain), (gst_videodrop_change_state):
32129         * gst/videodrop/gstvideodrop.h:
32130           Work based on timestamp of input data, not based on the expected
32131           framerate from the input. The consequence is that this element now
32132           not only scales framerates, but also functions as a framerate
32133           corrector or framerate stabilizer/constantizer.
32134
32135 2004-02-27  David Schleef  <ds@schleef.org>
32136
32137         patches from jmmv@menta.net (Julio M. Merino Vidal)
32138
32139         * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
32140         GST_ELEMENT_ERROR call (bug #135634)
32141         * gst/interleave/interleave.c: (interleave_buffered_loop),
32142         (interleave_bytestream_loop): Don't use alloca() (bug #135640)
32143         * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
32144         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
32145         (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
32146         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
32147         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
32148         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
32149         Fix GST_ELEMENT_ERROR call.
32150         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
32151         GST_ELEMENT_ERROR call.
32152
32153 2004-02-27  Benjamin Otte  <otte@gnome.org>
32154
32155         * gst-libs/gst/audio/audio.h:
32156           add macro to make sure header isn't included twice
32157         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
32158           don't use gst_buffer_free
32159         * gst/playondemand/filter.func:
32160           don't use gst_data_free. Free data only once.
32161
32162 2004-02-26  David Schleef  <ds@schleef.org>
32163
32164         * gst-libs/gst/colorbalance/Makefile.am:
32165         * gst-libs/gst/mixer/Makefile.am:
32166         * gst-libs/gst/tuner/Makefile.am:
32167         * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
32168         should not be disted, -marshal.h files should not be installed,
32169         and -enum.h files _should_ be installed.  Fix to make this the
32170         case.
32171
32172 === release 0.7.5 ===
32173
32174 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
32175
32176         * configure.ac: release 0.7.5, "Under The Sea"
32177
32178 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
32179
32180         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
32181         (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
32182         * gst/videoscale/gstvideoscale.c:
32183         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
32184           assorted debug/warning fixes
32185
32186 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
32187
32188         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
32189         (gst_videoscale_init), (gst_videoscale_chain),
32190         (gst_videoscale_set_property), (plugin_init):
32191         * gst/videoscale/gstvideoscale.h:
32192         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
32193         (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
32194         (gst_videoscale_planar400), (gst_videoscale_packed422),
32195         (gst_videoscale_packed422rev), (gst_videoscale_32bit),
32196         (gst_videoscale_24bit), (gst_videoscale_16bit),
32197         (gst_videoscale_bilinear), (gst_videoscale_bicubic),
32198         (gst_videoscale_scale_plane_slow),
32199         (gst_videoscale_scale_point_sample),
32200         (gst_videoscale_scale_nearest),
32201         (gst_videoscale_scale_nearest_str2),
32202         (gst_videoscale_scale_nearest_str4),
32203         (gst_videoscale_scale_nearest_32bit),
32204         (gst_videoscale_scale_nearest_24bit),
32205         (gst_videoscale_scale_nearest_16bit):
32206         add debugging category and use it properly
32207         fix use of GST_PTR_FORMAT
32208
32209 2004-02-25  Andy Wingo  <wingo@pobox.com>
32210
32211         * gst/interleave/interleave.c (interleave_buffered_loop): Always
32212         push only when channel->buffer is NULL. Prevents segfaults doing
32213         the state change after a nonlocal exit, like a scheme exception.
32214
32215         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
32216         Handle the case where the intersected caps is empty.
32217
32218 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
32219
32220         * gst/law/mulaw-decode.c: (mulawdec_link):
32221         * gst/law/mulaw.c: (plugin_init):
32222           fix mulawdec so it actually works again
32223
32224 2004-02-24  Arwed v. Merkatz  <v.merkatz@gmx.net>
32225
32226         reviewed by: David Schleef  <ds@schleef.org>
32227
32228         * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
32229         (gst_gamma_init), (gst_gamma_set_property),
32230         (gst_gamma_get_property), (gst_gamma_calculate_tables),
32231         (gst_gamma_rgb24), (gst_gamma_rgb32):  Adds gamma correction
32232         for RGB, with separate r g and b correction factors. (#131167)
32233
32234 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
32235
32236         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
32237           only signal tags for bitrate if they're > 0 (#134894)
32238
32239 2004-02-24  David Schleef  <ds@schleef.org>
32240
32241         * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
32242         (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
32243         (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
32244         (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
32245         (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
32246         (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
32247         (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
32248         (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
32249         Cleanups.  Convert g_prints to GST_LOGs.  Add qtdemux debug
32250         category.  Attempt to fix timestamp calculation.
32251
32252 2004-02-24  Johan Dahlin  <johan@gnome.org>
32253
32254         * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
32255
32256 2004-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
32257
32258         * configure.ac:
32259         * gconf/Makefile.am:
32260         * gconf/gstreamer.schemas:
32261         * gst-libs/gst/gconf/Makefile.am:
32262         * gst-libs/gst/gconf/gconf.c:
32263           version gconf schemas and install locations
32264
32265 2004-02-23  Benjamin Otte  <otte@gnome.org>
32266
32267         * ext/xine/xineinput.c: (gst_xine_input_dispose):
32268         (gst_xine_input_subclass_init):
32269           call parent dispose.
32270           change pad template for CD reader correctly
32271         * ext/xine/Makefile.am:
32272         * ext/xine/gstxine.h:
32273         * ext/xine/xine.c: (plugin_init):
32274         * ext/xine/xineaudiosink.c:
32275           wrap audio sinks, too
32276         * gst-libs/gst/resample/private.h:
32277         * gst-libs/gst/resample/resample.c: (gst_resample_init),
32278         (gst_resample_reinit), (gst_resample_scale),
32279         (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
32280         (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
32281         (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
32282         (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
32283         (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
32284         * gst-libs/gst/resample/resample.h:
32285         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
32286         (gst_audioscale_class_init), (gst_audioscale_link),
32287         (gst_audioscale_get_buffer), (gst_audioscale_init),
32288         (gst_audioscale_chain), (gst_audioscale_set_property),
32289         (gst_audioscale_get_property):
32290         * gst/audioscale/gstaudioscale.h:
32291           s/resample_*/gst_resample_*/i to not clobber namespaces
32292
32293 2004-02-23  Julien MOUTTE  <julien@moutte.net>
32294
32295         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
32296         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
32297         (gst_riff_create_video_template_caps),
32298         (gst_riff_create_audio_template_caps),
32299         (gst_riff_create_iavs_template_caps):
32300         * gst-libs/gst/riff/riff-media.h:
32301         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
32302         (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
32303         (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
32304         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
32305         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
32306         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
32307         (gst_matroska_demux_plugin_init): First batch implementing audio and
32308         video codec tags in demuxers.
32309
32310 2004-02-22  Benjamin Otte  <otte@gnome.org>
32311
32312         * ext/xine/Makefile.am:
32313         * ext/xine/gstxine.h:
32314         * ext/xine/xine.c: (plugin_init):
32315         * ext/xine/xineinput.c:
32316           add input plugin wrapper. Playback from files, http, mms and cdda
32317           works.
32318         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
32319           remove leftover G_GNUC_UNUSED
32320         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
32321         (gst_asf_demux_identify_guid):
32322           improve debugging output
32323
32324 2004-02-22  Benjamin Otte  <otte@gnome.org>
32325
32326         reported by: Padraig O'Briain <padraig.obriain@sun.com>
32327
32328         * autogen.sh:
32329           replace test -e with test -x for mkinstalldirs to be more portable.
32330           (fixes #134816)
32331
32332 2004-02-22  Benjamin Otte  <otte@gnome.org>
32333
32334         reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
32335
32336         * gst/audioconvert/gstaudioconvert.c: (plugin_init):
32337           set rank to PRIMARY
32338         * gst/volume/gstvolume.c: (plugin_init):
32339           set rank to NONE
32340         fixes #134960
32341
32342 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
32343
32344         reviewed by Benjamin Otte  <otte@gnome.org>
32345
32346         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
32347           escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
32348
32349 2004-02-22  Benjamin Otte  <otte@gnome.org>
32350
32351         * configure.ac:
32352           export [_]*{gst,Gst,GST}.* symbols from plugins
32353
32354 2004-02-22  Christophe Fergeau <teuf@gnome.org>
32355
32356         reviewed by: Benjamin Otte  <otte@gnome.org>
32357
32358         * ext/lame/gstlame.c: (add_one_tag):
32359         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
32360         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
32361         (gst_vorbisenc_metadata_set1):
32362         * gst/tags/gstid3tag.c:
32363         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
32364           apply fixes from bugs #135042 (lame can't write tags) and #133817
32365           (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
32366
32367 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
32368
32369         * configure.ac: Export only gst_plugin_desc from plugins.
32370          Note that this change only makes any effect with Linux using libtool
32371          1.5.2 or higher. Otherwise it is silently ignored, but it would build
32372          fine. And don't try to have several versions of libtool in different
32373          directories.
32374
32375 2004-02-20  Andy Wingo  <wingo@pobox.com>
32376
32377         * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
32378         interleave respectively.
32379
32380         * gst/interleave/deinterleave.c: New plugin: deinterleave
32381         (replaces on oneton).
32382         * gst/interleave/interleave.c: New plugin: interleave.
32383         * gst/interleave/plugin.h: Support file.
32384         * gst/interleave/plugin.c: Support file.
32385
32386         * configure.ac: Remove intfloat and oneton, add interleave.
32387
32388         * ext/sndfile/gstsf.c: Handle events better.
32389
32390         * gst/audioconvert/gstaudioconvert.c: Change to support int2float
32391         and float2int operation. int2float has scheduling problems as
32392         noted in in2float_chain.
32393
32394 2004-02-20  Benjamin Otte  <otte@gnome.org>
32395
32396         * ext/xine/Makefile.am:
32397         * ext/xine/gstxine.h:
32398         * ext/xine/xine.c:
32399         * ext/xine/xineaudiodec.c:
32400         * ext/xine/xinecaps.c:
32401           add first version of xine plugin wrapper. Currently only wraps the
32402           QDM2 win32 DLL, and even that only in proof-of-concept quality.
32403         * configure.ac:
32404         * ext/Makefile.am:
32405           add xine plugin wrapper, disabled by default. Use --enable-xine to
32406           build. Note that it'll segfault on gst-register if you don't remove
32407           the goom and tvtime post plugins from xine.
32408         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
32409         (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
32410           add extradata parsing for QDM2.
32411           change around debugging prints.
32412
32413 2004-02-19  Benjamin Otte  <otte@gnome.org>
32414
32415         * ext/lame/gstlame.c: (gst_lame_chain):
32416         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
32417           use gst_tag_list_insert when you want to insert tags
32418
32419 2004-02-18  David Schleef  <ds@schleef.org>
32420
32421         * configure.ac:  Move massink to gst-rotten
32422         * ext/Makefile.am:
32423         * ext/mas/Makefile.am:
32424         * ext/mas/massink.c:
32425         * ext/mas/massink.h:
32426
32427 2004-02-18  David Schleef  <ds@schleef.org>
32428
32429         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
32430         typefinding, since it seems to be worse than nothing.
32431         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):  Add ftyp
32432         atom to recognize .mp4 and .m4a files as video/quicktime.
32433
32434 2004-02-18  David Schleef  <ds@schleef.org>
32435
32436         * gst/sine/demo-dparams.c: (quit_live),
32437         (dynparm_log_value_changed), (dynparm_value_changed), (main):
32438         Use double dparams, not float.
32439         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
32440         (gst_sinesrc_init): Change sync default to FALSE, since multiple
32441         sync'd elements don't really work correctly.
32442         * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
32443         (volume_update_volume), (volume_get_property):  Change dparam
32444         to double.
32445
32446 2004-02-18  Julien MOUTTE  <julien@moutte.net>
32447
32448         * sys/ximage/ximagesink.c:
32449         (gst_ximagesink_xwindow_update_geometry),
32450         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
32451         (gst_ximagesink_change_state), (gst_ximagesink_expose),
32452         (gst_ximagesink_init): Rework the way software video scaling works. So
32453         now we check on each chain call if the video frames are feeling the
32454         window. If not we try to renegotiate caps. On failure we memorize that
32455         and we won't try again for that PLAYING sessions.
32456         * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
32457         failure.
32458         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
32459         synchronous flag.
32460
32461 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
32462
32463         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
32464           break up _link so we can give a better debug message for errors
32465
32466 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
32467
32468         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
32469           set up debug category
32470
32471 2004-02-18  Julien MOUTTE <julien@moutte.net>
32472
32473         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
32474         (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
32475         the way renegotiation work. The event handling function is not taking
32476         care of external windows and renegotiate method check for pad flags
32477         NEGOTIATING. Should fix : #133209
32478
32479 2004-02-17  Julien MOUTTE  <julien@moutte.net>
32480
32481         * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
32482         pad is negotiating before trying renegotiation.
32483
32484 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
32485
32486         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
32487           pass on all possible mime types as typefind hints
32488
32489 2004-02-17  Julien MOUTTE <julien@moutte.net>
32490
32491         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
32492         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
32493         possible SHM leak if we crash. All other apps using XShm are doing
32494         that.
32495
32496 2004-02-17  Julien MOUTTE  <julien@moutte.net>
32497
32498         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
32499         (gst_ximagesink_expose): Renegotiate size on expose.
32500         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
32501         size on expose.
32502
32503 2004-02-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32504
32505         * testsuite/alsa/sinesrc.c:
32506           cosmetic fix to fix compile issue with gcc 2.95.4
32507
32508 2004-02-16  Julien MOUTTE <julien@moutte.net>
32509
32510         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
32511         (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
32512         failed opening the audio device.
32513         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
32514         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
32515         (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
32516         (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
32517         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
32518         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
32519         (gst_ximagesink_change_state), (gst_ximagesink_chain),
32520         (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
32521         Removing some useless g_return_if_fail like wingo suggested.
32522         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
32523         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
32524         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
32525         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
32526         (gst_xvimagesink_update_colorbalance),
32527         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
32528         (gst_xvimagesink_xcontext_clear),
32529         (gst_xvimagesink_get_fourcc_from_caps),
32530         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
32531         (gst_xvimagesink_set_xwindow_id),
32532         (gst_xvimagesink_colorbalance_list_channels),
32533         (gst_xvimagesink_colorbalance_set_value),
32534         (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
32535         PAUSED. Removing some useless g_return_if_fail like wingo suggested.
32536
32537 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
32538
32539         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
32540           throw error when not negotiated instead of asserting
32541
32542 2004-02-15  Julien MOUTTE  <julien@moutte.net>
32543
32544         * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
32545         correct data refcounting.
32546
32547 2004-02-15  Julien MOUTTE  <julien@moutte.net>
32548
32549         * gst/switch/gstswitch.c: (gst_switch_change_state),
32550         (gst_switch_class_init): Cleaning the sinkpads correctly on state
32551         change, mostly the EOS flag.
32552
32553 2004-02-15  Julien MOUTTE  <julien@moutte.net>
32554
32555         * examples/gstplay/player.c: (got_eos), (main): Adding some
32556         output for debugging.
32557         * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
32558         timeouts if we go to any state different from PLAYING.
32559         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
32560         more EOS bugs in riff lib.
32561
32562 2004-02-14  Julien MOUTTE  <julien@moutte.net>
32563
32564         * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
32565         visualization until i find a way to fix switch correctly.
32566         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
32567         EOS arrives.
32568         * gst/switch/gstswitch.c: (gst_switch_release_pad),
32569         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
32570         (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
32571         Reworked switch to get a more correct behaviour with events and refing
32572         of data stored in sinkpads.
32573         * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
32574         we don't pull from a pad in EOS.
32575
32576 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32577
32578         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
32579           remove v1 tag even if we can't read it (makes sure we don't detect
32580           it again)
32581
32582 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32583
32584         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
32585         (gst_alsa_xrun_recovery):
32586         * ext/alsa/gstalsa.h:
32587           try xrun recovery when wait failed. Make xrun recovery function
32588           return TRUE/FALSE to indicate success. (might fix #134354)
32589
32590 2004-02-13  David Schleef  <ds@schleef.org>
32591
32592         * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
32593         (dynparm_value_changed), (main): Convert from float to double.
32594         * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
32595
32596 2004-02-13  David Schleef  <ds@schleef.org>
32597
32598         * gst/silence/gstsilence.c: (gst_silence_class_init),
32599         (gst_silence_set_clock), (gst_silence_get),
32600         (gst_silence_set_property), (gst_silence_get_property):
32601         * gst/silence/gstsilence.h: Add sync property.
32602         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
32603         (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
32604         (gst_sinesrc_set_property), (gst_sinesrc_get_property):
32605         * gst/sine/gstsinesrc.h: Add sync property.
32606
32607 2004-02-13  David Schleef  <ds@schleef.org>
32608
32609         * gst/intfloat/gstint2float.c: (conv_f32_s16),
32610         (gst_int2float_chain_gint16):  Change stdint usage to glib types.
32611
32612 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
32613
32614         * configure.ac:
32615         * ext/Makefile.am:
32616         * gst-libs/ext/Makefile.am:
32617           move ffmpeg plugin to gst-ffmpeg module
32618
32619 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
32620
32621         * configure.ac: use GST_ARCH to detect architecture
32622
32623 2004-02-12  Julien MOUTTE  <julien@moutte.net>
32624
32625         * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
32626
32627 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
32628
32629         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
32630           classify LADSPA plugins based on number of src/sink pads
32631           (#133663, Stefan Kost)
32632         * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
32633           fix dparams registration
32634           (#133528, Stefan Kost)
32635         * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
32636           fix use of isprint and use g_ascii_isprint instead
32637           (#133316, Stefan Kost)
32638
32639 2004-02-11  David Schleef  <ds@schleef.org>
32640
32641         Convert a few inner loops to use liboil.  This is currently
32642         optional, and is only enabled if liboil is present (duh!).
32643         * configure.ac: Check for liboil-0.1
32644         * gst/intfloat/Makefile.am:
32645         * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
32646         (gst_int2float_chain_gint16):
32647         * gst/videofilter/Makefile.am:
32648         * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
32649         (tablelookup_u8), (gst_videobalance_planar411):
32650         * gst/videotestsrc/Makefile.am:
32651         * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
32652         * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
32653         (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
32654         (paint_hline_RGB565), (paint_hline_xRGB1555):
32655
32656 2004-02-11  David Schleef  <ds@schleef.org>
32657
32658         * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
32659         (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
32660         (gst_colorspace_getcaps), (gst_colorspace_link),
32661         (gst_colorspace_base_init), (gst_colorspace_init),
32662         (gst_colorspace_chain), (gst_colorspace_change_state),
32663         (plugin_init): Merge Ronald's patch (bug #117897) and update
32664         for new caps and negotiation.  Seems to work, although it
32665         shows off bugs in lcs.
32666
32667 2004-02-11  David Schleef  <ds@schleef.org>
32668
32669         * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
32670         (bug #133886)  Noticed by bugs@leroutier.net (Stephane LOEUILLET)
32671
32672 2004-02-11  David Schleef  <ds@schleef.org>
32673
32674         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
32675         (gst_rfbsrc_change_state), (gst_rfbsrc_init),
32676         (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
32677         Add server and port properties
32678
32679 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
32680
32681         * m4/a52.m4:
32682         * m4/aalib.m4:
32683         * m4/as-ffmpeg.m4:
32684         * m4/as-liblame.m4:
32685         * m4/as-slurp-ffmpeg.m4:
32686         * m4/check-libheader.m4:
32687         * m4/esd.m4:
32688         * m4/freetype2.m4:
32689         * m4/gconf-2.m4:
32690         * m4/glib.m4:
32691         * m4/gst-alsa.m4:
32692         * m4/gst-artsc.m4:
32693         * m4/gst-ivorbis.m4:
32694         * m4/gst-matroska.m4:
32695         * m4/gst-sdl.m4:
32696         * m4/gst-shout2.m4:
32697         * m4/gst-sid.m4:
32698         * m4/gtk.m4:
32699         * m4/libdv.m4:
32700         * m4/libfame.m4:
32701         * m4/libmikmod.m4:
32702         * m4/ogg.m4:
32703         * m4/vorbis.m4:
32704           fix underquotedness of macros (#133800)
32705         * m4/as-avifile.m4:
32706         * m4/xmms.m4:
32707           removed because no longer used
32708
32709 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
32710
32711         * configure.ac:
32712           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
32713           by autopoint (fixes #132996)
32714
32715 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32716
32717         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
32718         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
32719         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
32720         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
32721           fix memleaks
32722
32723 2004-02-11  David Schleef  <ds@schleef.org>
32724
32725         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
32726         (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
32727         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
32728         (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
32729         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
32730         (gst_jpegenc_class_init), (gst_jpegenc_init),
32731         (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
32732         (gst_jpegenc_chain), (gst_jpegenc_set_property),
32733         (gst_jpegenc_get_property):  Fix negotiation.  Add some properties.
32734         * ext/jpeg/gstjpegenc.h: Fix negotiation.
32735
32736 2004-02-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32737
32738         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
32739         (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
32740         * ext/mikmod/gstmikmod.h:
32741           fix caps negotiation in mikmod
32742         * ext/ogg/gstoggdemux.c: (gst_ogg_print):
32743           output debug information
32744
32745 2004-02-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32746
32747         * gst-libs/gst/colorbalance/Makefile.am:
32748         * gst-libs/gst/navigation/Makefile.am:
32749         * gst-libs/gst/xoverlay/Makefile.am:
32750           remove unused GST_OPT_CFLAGS from Makefiles
32751           include X_CFLAGS and X_LIBS in xoverlay. (#131948)
32752
32753 2004-02-07  David Schleef  <ds@schleef.org>
32754
32755         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
32756         push events to pads that haven't been created (#133508)
32757
32758 2004-02-07  Jan Schmidt  <thaytan@mad.scientist.com>
32759
32760         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
32761         (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
32762         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
32763         (gst_dvdec_loop), (gst_dvdec_change_state):
32764         Second attempt at committing a working dvdec element.
32765
32766 2004-02-06  David Schleef  <ds@schleef.org>
32767
32768         Build fixes for OS X: (see #129600)
32769         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
32770         (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
32771         (gst_riff_read_strf_iavs):
32772         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
32773         (gst_avi_demux_stream_odml):
32774         * gst/playondemand/Makefile.am:
32775         * gst/rtp/rtp-packet.c:
32776
32777 2004-02-05  David Schleef  <ds@schleef.org>
32778
32779         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
32780         last change, because it Just Doesn't Compile.
32781
32782 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32783
32784         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
32785           skip undecodable id3v2 tag instead of keeping it
32786
32787 2004-02-05  David Schleef  <ds@schleef.org>
32788
32789         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
32790         Unref leaked buffer.  (Noticed by Ronald)
32791
32792 2004-02-05  David I. Lehn  <dlehn@users.sourceforge.net>
32793
32794         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
32795         Sync requires with other checks.  >= vs =.
32796
32797 2004-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
32798
32799         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
32800         (gst_dvdec_video_link), (gst_dvdec_loop):
32801         * ext/dv/gstdvdec.h:
32802           rework the caps negotiation so that dvdec works again instead
32803           of just segfaulting.
32804
32805 === release 0.7.4 ===
32806
32807 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
32808
32809         * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
32810         * configure.ac: changed for release
32811
32812 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
32813
32814         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
32815         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
32816         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
32817         * pkgconfig/gstreamer-play-uninstalled.pc.in:
32818           reworked patch by David Lehn to fix libdir and includedir for
32819           uninstalled libraries
32820           removed play and gconf from gstreamer-libs since they have their
32821           own pkgconfig files
32822
32823 2004-02-04  David Schleef  <ds@schleef.org>
32824
32825         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
32826         memleak.
32827
32828 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32829
32830         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
32831           use correct GST_TAG_ENCODER tag
32832
32833 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32834
32835         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
32836           be sure to stop the clock when going to paused
32837         * sys/oss/gstosssink.c: (gst_osssink_change_state):
32838           reset number of transmitted when going to ready.
32839         fixes #132935
32840
32841 2004-02-05  Charles Schmidt <cschmidt2@emich.edu>
32842
32843         reviewed by Benjamin Otte
32844
32845         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
32846           extract track count (fixes #133410)
32847
32848 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32849
32850         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
32851           that should be !=, not == (fixes #132519)
32852
32853 2004-02-04  David Schleef  <ds@schleef.org>
32854
32855         Make sure set_explicit_caps() is called before adding pad.
32856         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
32857         * gst/id3/gstid3types.c: (gst_id3types_loop):
32858         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
32859         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
32860
32861 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
32862
32863         * configure.ac:
32864           bump nano to 2, first prerelease
32865           put back AM_PROG_LIBTOOL
32866
32867 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
32868
32869         * testsuite/alsa/Makefile.am:
32870           these are user test apps, not automatic testsuite tests
32871
32872 2004-02-04  David Schleef  <ds@schleef.org>
32873
32874         Convert GST_DEBUG_CAPS() to GST_DEBUG():
32875         * gst/mpeg1videoparse/gstmp1videoparse.c:
32876         (mp1videoparse_parse_seq):
32877         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
32878         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
32879         * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
32880         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
32881         (gst_xvideosink_getcaps):
32882         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
32883         * testsuite/gst-lint: more tests
32884
32885 2004-02-04  David Schleef  <ds@schleef.org>
32886
32887         Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
32888         with the code that they would expand to.
32889         * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
32890         (gst_flacdec_get_src_query_types),
32891         (gst_flacdec_get_src_event_masks):
32892         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
32893         (gst_gnomevfssrc_get_query_types),
32894         (gst_gnomevfssrc_get_event_mask):
32895
32896 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32897
32898         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
32899         (gst_sinesrc_dispose):
32900           fix memleak by properly disposing sinesrc
32901
32902 2004-02-04  Julien MOUTTE  <julien@moutte.net>
32903
32904         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
32905         * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
32906         an overlay to redraw the image because it has been exposed.
32907         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
32908         (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
32909         (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
32910         * sys/ximage/ximagesink.h: Implement expose method from XOverlay
32911         interface
32912         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
32913         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
32914         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
32915         * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
32916         interface
32917
32918 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32919
32920         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
32921           more memleak fixage
32922
32923 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32924
32925         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
32926         * gst/typefind/gsttypefindfunctions.c:
32927           fix memleaks shown by gst-typefind
32928
32929 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
32930
32931         * common/glib-gen.mak:
32932           add hack rule to touch .Plo files
32933         * gst-libs/gst/colorbalance/Makefile.am:
32934         * gst-libs/gst/mixer/Makefile.am:
32935         * gst-libs/gst/play/Makefile.am:
32936         * gst-libs/gst/tuner/Makefile.am:
32937           remove glib_root variable
32938
32939 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32940
32941         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
32942           set explicit caps before adding the element, so the autopluggers can
32943           plug correctly.
32944         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
32945         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
32946         (mpeg_video_type_find), (mpeg_video_stream_type_find),
32947         (dv_type_find):
32948           fix memleaks in typefind functions. gst_type_find_suggest takes a const
32949           argument.
32950
32951 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
32952
32953         * gst-libs/gst/colorbalance/Makefile.am:
32954         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
32955         * gst-libs/gst/colorbalance/colorbalance.c:
32956         * gst-libs/gst/colorbalance/colorbalance.h:
32957         * gst-libs/gst/colorbalance/colorbalancemarshal.list:
32958         * gst-libs/gst/mixer/Makefile.am:
32959         * gst-libs/gst/mixer/mixer-marshal.list:
32960         * gst-libs/gst/mixer/mixer.c:
32961         * gst-libs/gst/mixer/mixer.h:
32962         * gst-libs/gst/mixer/mixermarshal.list:
32963         * gst-libs/gst/play/Makefile.am:
32964         * gst-libs/gst/play/play.h:
32965         * gst-libs/gst/tuner/Makefile.am:
32966         * gst-libs/gst/tuner/tuner-marshal.list:
32967         * gst-libs/gst/tuner/tuner.c:
32968         * gst-libs/gst/tuner/tuner.h:
32969         * gst-libs/gst/tuner/tunermarshal.list:
32970           use new glib-gen.mak snippet to clean up Makefile.am
32971           fix various bugs in Makefile.am's
32972
32973 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32974
32975         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
32976           handle chain parsing correctly in the multichain case
32977         * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
32978         (theora_dec_from_granulepos), (theora_dec_to_granulepos),
32979         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
32980         (theora_dec_chain):
32981           handle events and queries correctly
32982
32983 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
32984
32985         * .cvsignore:
32986         Ignore generated file _stdint.h.
32987
32988 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
32989
32990         * gst-libs/gst/colorbalance/Makefile.am:
32991         * gst-libs/gst/colorbalance/colorbalance.h:
32992         * gst-libs/gst/mixer/Makefile.am:
32993         * gst-libs/gst/mixer/mixer.h:
32994         * gst-libs/gst/play/Makefile.am:
32995         * gst-libs/gst/play/play.h:
32996         * gst-libs/gst/tuner/Makefile.am:
32997         * gst-libs/gst/tuner/tuner.h:
32998         Generate enum type code with glib-mkenums.
32999         * gst-libs/gst/colorbalance/.cvsignore:
33000         * gst-libs/gst/mixer/.cvsignore:
33001         * gst-libs/gst/play/.cvsignore:
33002         * gst-libs/gst/tuner/.cvsignore:
33003         Ignore generated files.
33004
33005 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
33006
33007         * gst-libs/gst/audio/.cvsignore:
33008         Ignore generated file.
33009         * gst-libs/gst/audio/Makefile.am:
33010         Do not install example filter.
33011
33012 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
33013
33014         * examples/switch/.cvsignore:
33015         Ignore generated file.
33016
33017 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33018
33019         * common/m4/ax_create_stdint_h.m4:
33020         * configure.ac:
33021           add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
33022           _stdint.h.
33023         * Makefile.am:
33024           remove generated _stdint.h in DISTCLEANFILES
33025         * ext/a52dec/gsta52dec.c:
33026           include _stdint.h for a52dec. (should fix #133064)
33027
33028 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
33029
33030         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
33031         (gst_tag_to_vorbis_comments):
33032         Add replaygain support to vorbistag
33033
33034 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
33035         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
33036         (gst_ffmpeg_caps_to_extradata):
33037           Fix SVQ3 caps flag properties
33038           Use glib macro for bytes swap
33039
33040 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
33041
33042         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
33043         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
33044         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
33045         * ext/sndfile/gstsf.c: (plugin_init):
33046         * gst/avi/gstavi.c: (plugin_init):
33047         * sys/dxr3/dxr3init.c: (plugin_init):
33048         * sys/oss/gstossaudio.c: (plugin_init):
33049         * sys/v4l/gstv4l.c: (plugin_init):
33050         * sys/v4l2/gstv4l2.c: (plugin_init):
33051           remove textdomain calls
33052         * po/nl.po:
33053           update Dutch translation
33054
33055 2004-02-02  Julien MOUTTE  <julien@moutte.net>
33056
33057         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
33058         (gst_play_set_audio_sink): Moving volume in the audio thread for
33059         instantaneous volume change. Maybe i will add another volume in front
33060         of visualization later, not sure yet though.
33061
33062 2004-02-02  Julien MOUTTE  <julien@moutte.net>
33063
33064         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
33065         (gst_ximagesink_handle_xevents): Better X events handling, only take
33066         the latest events for configure and motion.
33067         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
33068
33069 2004-02-02  Jon Trowbridge  <trow@gnu.org>
33070
33071         reviewed by: David Schleef  <ds@schleef.org>
33072
33073         Fix memory leaks:
33074         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
33075         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
33076
33077 2004-02-02  David Schleef  <ds@schleef.org>
33078
33079         code cleanup.  Change bzero() to memset().  Remove duplicate ; at ends
33080         of lines.
33081         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
33082         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
33083         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
33084         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
33085         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
33086         * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
33087         * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
33088         * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
33089         (gst_float2_2_int_link):
33090         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
33091         * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
33092         * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
33093         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
33094         * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
33095         * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
33096         * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
33097         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
33098         * testsuite/gst-lint: Add tests for bzero and ;;
33099
33100 2004-02-02  David Schleef  <ds@schleef.org>
33101
33102         * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
33103
33104 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
33105
33106         * ext/aalib/gstaasink.c: (gst_aasink_open):
33107         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
33108         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
33109         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
33110         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
33111         (gst_afsink_close_file):
33112         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
33113         (gst_afsrc_close_file):
33114         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
33115         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
33116         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
33117         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
33118         * ext/esd/esdmon.c: (gst_esdmon_get):
33119         * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
33120         * ext/faac/gstfaac.c: (gst_faac_chain):
33121         * ext/faad/gstfaad.c: (gst_faad_chain):
33122         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
33123         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
33124         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
33125         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
33126         (gst_flacdec_loop):
33127         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
33128         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
33129         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
33130         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
33131         (gst_gnomevfssink_close_file):
33132         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
33133         (gst_gnomevfssrc_open_file):
33134         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
33135         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
33136         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
33137         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
33138         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
33139         * ext/mad/gstmad.c: (gst_mad_chain):
33140         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
33141         * ext/mpeg2dec/gstmpeg2dec.c:
33142         * ext/mpeg2enc/gstmpeg2enc.cc:
33143         * ext/mplex/gstmplex.cc:
33144         * ext/mplex/gstmplexibitstream.cc:
33145         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
33146         (gst_ogg_demux_push):
33147         * ext/raw1394/gstdv1394src.c:
33148         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
33149         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
33150         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
33151         (gst_sf_loop):
33152         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
33153         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
33154         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
33155         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
33156         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
33157         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
33158         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
33159         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
33160         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
33161         (gst_riff_read_element_data), (gst_riff_read_seek),
33162         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
33163         * gst/adder/gstadder.c: (gst_adder_loop):
33164         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
33165         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
33166         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
33167         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
33168         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
33169         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
33170         * gst/goom/gstgoom.c: (gst_goom_chain):
33171         * gst/id3/gstid3types.c: (gst_id3types_loop):
33172         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
33173         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
33174         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
33175         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
33176         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
33177         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
33178         (gst_ebml_read_float), (gst_ebml_read_header):
33179         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
33180         (gst_matroska_demux_parse_blockgroup):
33181         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
33182         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
33183         * gst/oneton/gstoneton.c: (gst_oneton_chain):
33184         * gst/silence/gstsilence.c: (gst_silence_get):
33185         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
33186         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
33187         * gst/speed/gstspeed.c: (speed_loop):
33188         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
33189         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
33190         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
33191         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
33192         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
33193         (gst_wavparse_loop):
33194         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
33195         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
33196         (dxr3audiosink_close):
33197         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
33198         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
33199         (dxr3videosink_close), (dxr3videosink_write_data):
33200         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
33201         * sys/oss/gstosssink.c: (gst_osssink_chain):
33202         * sys/oss/gstosssrc.c: (gst_osssrc_get):
33203         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
33204         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
33205         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
33206         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
33207         (gst_v4l_set_window), (gst_v4l_enable_overlay):
33208         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
33209         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
33210         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
33211         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
33212         (gst_v4l_set_audio):
33213         * sys/v4l/v4l_calls.h:
33214         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
33215         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
33216         (gst_v4lmjpegsink_playback_init),
33217         (gst_v4lmjpegsink_playback_start):
33218         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
33219         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
33220         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
33221         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
33222         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
33223         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
33224         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
33225         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
33226         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
33227         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
33228         (gst_v4l2_get_output), (gst_v4l2_set_output),
33229         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
33230         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
33231         (gst_v4l2_set_attribute):
33232         * sys/v4l2/v4l2_calls.h:
33233         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
33234         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
33235         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
33236         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
33237         (gst_v4l2src_capture_stop):
33238         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
33239         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
33240         (gst_ximagesink_chain):
33241         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
33242         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
33243         (gst_xvideosink_xwindow_new):
33244         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
33245         (gst_xvimagesink_chain):
33246
33247 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
33248
33249         * gst/volume/gstvolume.c: (gst_volume_set_volume),
33250         (gst_volume_get_volume), (volume_class_init), (volume_init),
33251         (volume_chain_int16), (volume_update_volume):
33252         * gst/volume/gstvolume.h:
33253           make code more readable by removing magic numbers
33254           make mixer interface export 0-100 range
33255           make it internally map to 0.0-1.0 range so users don't distort
33256           output by putting the sliders at full volume
33257
33258 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
33259
33260         * gst-libs/gst/play/play.c: (gst_play_tick_callback),
33261         (gst_play_state_change), (gst_play_seek_to_time):
33262         block the tick callback for 0.5 secs after doing a seek
33263
33264 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
33265
33266         * gst-libs/gst/play/play.c: (gst_play_new):
33267           check for GError
33268
33269 2004-02-01  Julien MOUTTE  <julien@moutte.net>
33270
33271         * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
33272         (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
33273         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
33274         (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
33275         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
33276         (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
33277
33278 2004-02-01  Thomas Vander Stichele  <thomas at apestaart dot org>
33279
33280         * configure.ac:
33281         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
33282           check for a function added in vorbis 1.1
33283
33284 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33285
33286         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
33287         (gst_alsa_drain_audio), (gst_alsa_stop_audio):
33288           really start/stop clock only on PLAYING <=> PAUSED
33289         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
33290           remove \n from debugging lines
33291         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
33292           make it work when seeking does not
33293         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
33294           reset on DISCONT
33295
33296 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33297
33298         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
33299           start clock on PAUSED=>PLAYING, not later
33300         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
33301           extract correct time for different discont formats
33302         (gst_alsa_sink_get_time):
33303           don't segfault when no format is negotiated yet, just return 0
33304         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
33305         (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
33306         (gst_ogg_pad_push):
33307           handle flush and discont events correctly
33308         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
33309           handle discont events correctly
33310
33311 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
33312
33313         * gst-libs/gst/play/play.c: (gst_play_error_quark),
33314         (gst_play_error_create), (gst_play_error_plugin),
33315         (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
33316         * gst-libs/gst/play/play.h:
33317           add error handling during creation
33318         * examples/gstplay/player.c: (main):
33319           use new gst_play_new
33320
33321
33322 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33323
33324         * ext/theora/theoradec.c: (theora_dec_chain):
33325           make comments work
33326         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
33327         (vorbis_dec_src_event), (vorbis_dec_chain):
33328           add encoder tag, fix tag reading to be more error tolerant, change
33329           BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
33330           gst_pad_event_default.
33331         * gst/tags/gstvorbistag.c:
33332         (gst_tag_list_from_vorbiscomment_buffer):
33333           undefine function specific define at end of function
33334
33335 2004-01-31  Jeremy Simon  <jesimon@libertysurf.fr>
33336
33337         * ext/flac/gstflac.c: (plugin_init):
33338         * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
33339         * ext/flac/gstflacdec.h:
33340         * ext/flac/gstflacenc.h:
33341           Fix typos
33342
33343 2004-01-30  David I. Lehn  <dlehn@users.sourceforge.net>
33344
33345         * examples/gstplay/player.c: s/gstplay.h/play.h/
33346
33347 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
33348
33349         * gst-libs/gst/play/Makefile.am:
33350         * gst-libs/gst/play/gstplay.c:
33351         * gst-libs/gst/play/gstplay.h:
33352         * gst-libs/gst/play/play.c:
33353           more surgery, operation complete
33354
33355 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
33356
33357         * gst-libs/gst/play/play.old.c:
33358         * gst-libs/gst/play/play.old.h:
33359           after CVS surgery by moving, remove
33360         * gst-libs/gst/play/playpipelines.c:
33361           remove
33362
33363         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
33364           add negotiation error
33365
33366 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
33367
33368         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
33369         (gst_ogg_demux_push):
33370           add some seeking debug info
33371           send a flush when seeking
33372
33373 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33374
33375         * configure.ac:
33376           use AC_C_INLINE
33377         * configure.ac:
33378         * ext/Makefile.am:
33379         * ext/theora/Makefile.am:
33380         * ext/theora/theoradec.c:
33381           add theora video decoder. Does just do simple decoding for now and
33382           has been tested against Theora cvs only. It only works when theora
33383           is compiled with --enable-static.
33384         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
33385           always reset packetno on DISCONT
33386
33387 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33388
33389         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
33390           Fix audio.
33391
33392 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33393
33394         * gst/mpegaudioparse/gstmpegaudioparse.c:
33395         (mp3_type_frame_length_from_header):
33396           Fix header parsing - stolen from ffmpeg (thank you! :) ).
33397
33398 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33399
33400         * ext/esd/esdsink.c: (gst_esdsink_init):
33401           Since we have static pad template caps, we don't need to negotiate;
33402           either the core errors out or we know the format.
33403
33404 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33405
33406         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
33407         (gst_riff_read_seek):
33408         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
33409         (gst_ebml_read_seek):
33410           Fix event handling.
33411
33412 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33413
33414         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
33415           removee video/x-theora from vp3 decoder, it doesn't handle raw
33416           theora streams
33417         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
33418           fix bug with finalizing element that never went to PAUSED
33419         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
33420           length and position queries were swapped
33421         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
33422         (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
33423         (vorbis_dec_src_event):
33424           implement querying time and bytes
33425
33426 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
33427
33428         * just about every source file:
33429           gst_element_error -> GST_ELEMENT_ERROR
33430
33431 2004-01-29  Julien MOUTTE  <julien@moutte.net>
33432
33433         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
33434         emiting FLUSH and even before DISCONT.
33435         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
33436         get the best instant seeking as possible yay!
33437
33438 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33439
33440         * gst/mpeg1videoparse/gstmp1videoparse.c:
33441         (gst_mp1videoparse_real_chain):
33442           Committed wrong version last week... Grr... Didn't notice until now.
33443
33444 2004-01-29  Julien MOUTTE <julien@moutte.net>
33445
33446         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
33447         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
33448         have_xwindow_id signal in xwindow_create.
33449
33450 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33451
33452         * ext/ogg/gstoggdemux.c:
33453           lots of changes - mainly support for chained bitstreams, seeking,
33454           querying and bugfixes of course
33455         * ext/vorbis/Makefile.am:
33456         * ext/vorbis/vorbisdec.c:
33457         * ext/vorbis/vorbisdec.h:
33458           add vorbisdec raw vorbis decoder
33459         * ext/vorbis/vorbis.c: (plugin_init):
33460           register vorbisdec as PRIMARY, vorbisfile as SECONDARY
33461         * gst/intfloat/Makefile.am:
33462         * gst/intfloat/float22int.c:
33463         * gst/intfloat/float22int.h:
33464         * gst/intfloat/gstintfloatconvert.c: (plugin_init):
33465           add float2intnew plugin. It converts multichannel interleaved float to
33466           multichannel interleaved int. The name should probably be changed.
33467         * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
33468         (plugin_init):
33469           add typefinding for raw theora video so oggdemux can detect it.
33470
33471 2004-01-28  Julien MOUTTE  <julien@moutte.net>
33472
33473         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
33474         sink element first.
33475         * gst/videoscale/gstvideoscale.c:
33476         (gst_videoscale_handle_src_event): Fixing src event handler.
33477
33478 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33479
33480         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
33481         (gst_v4lsrc_open), (gst_v4lsrc_close),
33482         (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
33483         (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
33484         * sys/v4l/gstv4lsrc.h:
33485         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
33486         (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
33487           Implement resizing... Hack. But that's why v4l is b0rked...
33488
33489 2004-01-28  Julien MOUTTE <julien@moutte.net>
33490
33491         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
33492         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
33493         (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
33494         (gst_ximagesink_xwindow_destroy):
33495         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
33496         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
33497         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
33498         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
33499         (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
33500         correctly cleaning the image created to check xshm calls on succes,
33501         added a lot of XSync calls in X11 functions, and fixed a segfault when
33502         no image format was defined before negotiation happened.
33503
33504 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33505
33506         * ext/alsa/gstalsa.c: (gst_alsa_query_func):
33507           use gst_element_get_time to get correct time
33508
33509 2004-01-28  Julien MOUTTE  <julien@moutte.net>
33510
33511         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
33512         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
33513         (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
33514         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
33515         (gst_xvimagesink_check_xshm_calls),
33516         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
33517         X plugins are now able to detect that XShm calls will fail even if the
33518         server claims that it has XShm support (remote displays most of the
33519         time). We then log the error as a GST_DEBUG and set use_shm to FALSE
33520         so that we use non XShm functions. This feature is almost useless for
33521         xvimagesink as Xv is not supported on remote displays anyway, but
33522         it might happen than even on the local display XShm calls fail.
33523
33524 2004-01-27  David Schleef  <ds@schleef.org>
33525
33526         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
33527         (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
33528         (gst_esdsink_change_state):  Fix sync issues in esdsink.  Also
33529         changed esdsink to only use 44100,16,2, since esd sucks at rate
33530         conversion and esdsink has had difficulty negotiating.
33531
33532 2004-01-27  Julien MOUTTE <julien@moutte.net>
33533
33534         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
33535         (gst_play_seek_to_time): Fixing the way to get current position.
33536
33537 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33538
33539         * sys/oss/gstosssink.c: (gst_osssink_sink_query):
33540           use gst_element_get_time to get correct time
33541
33542 2004-01-27  Julien MOUTTE <julien@moutte.net>
33543
33544         * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
33545         fix ever... Inverting 2 lines of code make spider autoplug correctly
33546         tagged mp3 !
33547
33548 2004-01-27  David Schleef  <ds@schleef.org>
33549
33550         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
33551         Use gst_pad_try_set_caps_nonfixed().
33552
33553 2004-01-27  David Schleef  <ds@schleef.org>
33554
33555         * gst/ac3parse/gstac3parse.c: update to checklist 5
33556         * gst/adder/gstadder.c: rewrite negotiation.  update to checklist 5
33557         * gst/audioconvert/gstaudioconvert.c: update to checklist 5
33558         * gst/audioscale/gstaudioscale.c: same
33559         * gst/auparse/gstauparse.c: same
33560         * gst/avi/gstavidemux.c: same
33561
33562 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33563
33564         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
33565           stop processing after EOS
33566
33567 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33568
33569         * gst/asfdemux/asfheaders.h:
33570         * gst/asfdemux/gstasfdemux.c:
33571         * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
33572         (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
33573         (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
33574           lot's of fixes to make data extraction simpler and get the code
33575           architecture and compiler independant. Add debugging category
33576         * gst/goom/gstgoom.c: (gst_goom_change_state):
33577           reset channel count on PAUSED=>READY, not READY=>PAUSED
33578
33579 2004-01-26  Colin Walters  <walters@verbum.org>
33580
33581         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
33582         code to pull a bigger buffer in iradio mode.  This as a side effect
33583         makes typefinding work.
33584
33585 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
33586
33587         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
33588         Fix SVQ3 decoding on PPC
33589
33590 2004-01-26  Julien MOUTTE <julien@moutte.net>
33591
33592         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
33593         that one managed to stay there... Fixed.
33594
33595 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
33596
33597         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
33598         (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
33599         * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
33600         (qtdemux_video_caps):
33601         * gst/qtdemux/qtdemux.h:
33602         Add SVQ3 specific flags to qtdemux and ffmpeg
33603
33604 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33605
33606         * gst-libs/gst/audio/audio.h:
33607           remove buffer-frames from audio caps
33608         * gst/audioconvert/gstaudioconvert.c:
33609           fix plugin to really work.
33610
33611 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33612
33613         * gst-libs/gst/mixer/mixer.c:
33614         * gst-libs/gst/propertyprobe/propertyprobe.c:
33615         * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
33616         (gst_tuner_find_channel_by_name):
33617         * gst-libs/gst/tuner/tuner.h:
33618           Add gtk-doc style comments. Also fix a function name.
33619
33620 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33621
33622         * ext/divx/gstdivxdec.c: (gst_divxdec_init),
33623         (gst_divxdec_negotiate):
33624           Fix for new capsnego - also fixes gst-player with divxdec.
33625
33626 2004-01-25  Julien MOUTTE  <julien@moutte.net>
33627
33628         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
33629         (gst_play_identity_handoff), (gst_play_set_location),
33630         (gst_play_set_visualization), (gst_play_connect_visualization): Another
33631         try in visualization implementation. Still have an issue with switch
33632         blocking when pulling from video_queue and only audio comes out of
33633         spider.
33634         * gst/switch/gstswitch.c: (gst_switch_release_pad),
33635         (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
33636         release method. And check if the pad is usable before pulling.
33637
33638 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33639
33640         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
33641         (gst_videobalance_init),
33642         (gst_videobalance_colorbalance_list_channels),
33643         (gst_videobalance_colorbalance_set_value),
33644         (gst_videobalance_colorbalance_get_value),
33645         (gst_videobalance_update_properties),
33646         (gst_videobalance_update_tables_planar411),
33647         (gst_videobalance_planar411):
33648         * gst/videofilter/gstvideobalance.h:
33649           Implement lookup-tables. +/- 10x faster.
33650
33651 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33652
33653         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
33654         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
33655           The index reading was broken. The rest worked fine, but the whole
33656           goal of my rewrite was to make avidemux readable, and this was
33657           not at all readable. Please use typed variables.
33658
33659 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33660
33661         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
33662           Additional pad usability check.
33663         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
33664         (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
33665         (gst_mp1videoparse_real_chain):
33666           Fix MPEG video stream parsing. The original plugin had several
33667           issues, including not timestamping streams where the source was
33668           not timestamped (this happens with PTS values in mpeg system
33669           streams, but MPEG video is also a valid stream on its own so
33670           that needs timestamps too). We use the display time code for that
33671           for now. Also, if one incoming buffer contains multiple valid
33672           frames, we push them all on correctly now, including proper EOS
33673           handling. Lastly, several potential segfaults were fixed, and we
33674           properly sync on new sequence/gop headers to include them in next,
33675           not previous frames (since they're header for the next frame, not
33676           the previous). Also see #119206.
33677         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
33678         (bpf_from_header):
33679           Move caps setting so we only do it after finding several valid
33680           MPEG-1 fraes sequentially, not right after the first one (which
33681           might be coincidental).
33682         * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
33683         (mpeg_video_type_find), (mpeg_video_stream_type_find),
33684         (plugin_init):
33685           Add unsynced MPEG video stream typefinding, and change some
33686           probability values so we detect streams rightly. The idea is as
33687           follows: I can have an unsynced system stream which contains
33688           video. In the current code, I would randomly get a type for either
33689           system or video stream type found, because the probabilities are
33690           being calculated rather randomly. I now use fixed values, so we
33691           always prefer system stream if that was found (and that is how it
33692           should be). If no system stream was found, we can still identity                the stream as video-only.
33693
33694 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33695
33696         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
33697         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
33698           don't write to buffer. Extract data without the need of
33699           __attribute__ ((packed))
33700
33701 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33702
33703         * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
33704         (mpeg1_sys_type_find):
33705           Fix MPEG-1 stream typefinding.
33706
33707 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33708
33709         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
33710           Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
33711
33712 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
33713
33714         * ext/esd/esdsink.c: (gst_esdsink_open_audio):
33715         * ext/esd/gstesd.c: (plugin_init):
33716           private debugging, better error reporting
33717
33718 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33719
33720         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
33721         (gst_riff_read_init), (gst_riff_read_change_state):
33722         * gst-libs/gst/riff/riff-read.h:
33723           Remove stuff fromold metadata system.
33724
33725 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33726
33727         * ext/ogg/gstoggdemux.c:
33728           Fix wrong file comment.
33729         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
33730         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
33731           Add metadata reading properly.
33732
33733 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
33734
33735         * ext/Makefile.am:
33736           Fix nas DIST_SUBDIRS
33737           Uraeus:
33738           Fix bug where make distcheck doesn't get run on adding stuff to
33739           the build.
33740
33741 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33742
33743         * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
33744         * ext/divx/gstdivxdec.h:
33745           Fix divx3 ("msmpeg4") playback using divxdec.
33746
33747 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33748
33749         * gst/typefind/gsttypefindfunctions.c:
33750         (mp3_type_frame_length_from_header): fix bug in length computation
33751         (mp3_type_find): improve debugging output
33752
33753 2004-01-23  Julien MOUTTE  <julien@moutte.net>
33754
33755         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
33756         (gst_play_set_location), (gst_play_seek_to_time),
33757         (gst_play_set_audio_sink), (gst_play_set_visualization),
33758         (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
33759         the pipeline from scratch. Visualization is back and switch went out as
33760         i realized it was not possible to use the way i wanted.
33761         * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
33762         (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
33763         clearing in state change from READY to NULL. So that one can clean the
33764         X ressources keeping the element.
33765         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
33766         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
33767         (gst_xvimagesink_colorbalance_set_value),
33768         (gst_xvimagesink_colorbalance_get_value),
33769         (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
33770         (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
33771         change from READY to NULL and fixed some stupid bugs in colorbalance
33772         get/set values. Also added the following feature : when nobody tries to
33773         set some values to the colorbalance levels before the xcontext is
33774         grabbed, then when creating channels list from Xv attributes we set the
33775         internal values to the Xv defaults. This way we handle buggy Xv drivers
33776         that set default hue values far from the middle of the range (Thanks
33777         to Jon Trowbridge for pointing that issue).
33778         * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
33779         colorbalance levels have been set before xcontext is grabbed.
33780
33781 2004-01-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33782
33783         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
33784           Fix the ossmixer case where we shouldn't open /dev/dsp* because
33785           it might block operations (which is bad for a mixer).
33786
33787 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
33788
33789         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
33790         (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
33791         (gmip_find_type_pre):
33792         * gst-libs/gst/media-info/media-info-priv.h:
33793         * gst-libs/gst/media-info/media-info.c:
33794         (gst_media_info_instance_init), (gst_media_info_read_idler):
33795         add fakesink to get caps on decoder src pad again
33796         fix callback prototype to match new have_type signal signature
33797
33798 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
33799
33800         * gst/adder/gstadder.c: (gst_adder_link):
33801           fix non-compile and cut-n-paste code
33802
33803 2004-01-21  David Schleef  <ds@schleef.org>
33804
33805         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
33806         (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
33807         (gst_swfdec_init), (gst_swfdec_change_state):
33808         * ext/swfdec/gstswfdec.h:
33809         Fix negotiation.
33810         * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
33811         (gst_adder_request_new_pad): Fix negotiation.
33812         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
33813         Add a fixate function.
33814         * gst/intfloat/gstfloat2int.c:
33815         * gst/intfloat/gstfloat2int.h:
33816         * gst/intfloat/gstint2float.c:
33817         * gst/intfloat/gstint2float.h:
33818         Completely rewrite the negotiation.  Doesn't quite work yet,
33819         due to some buffer-frames problem.
33820
33821 2004-01-21  Thomas Vander Stichele  <thomas at apestaart dot org>
33822
33823         * ext/gnomevfs/gstgnomevfssrc.c:
33824         * sys/v4l2/v4l2_calls.h:
33825           fix includes for distcheck
33826
33827 2004-01-21  Christian Schaller <uraeus@gnome.org>
33828
33829         * ext/nas/
33830         Add libnas (network audio system) plugin, patch from Arwed von Merkatz
33831         based on earlier patch from Laurent Vivier
33832
33833 2004-01-20  Jeremy Simon  <jesimon@libertysurf.fr>
33834
33835         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
33836         Fix wma caps property
33837         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
33838         Fix typo (flags1 and flags2)
33839
33840 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
33841
33842         * gst-libs/gst/media-info/media-info-priv.c:
33843         (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
33844         (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
33845         (gmip_find_stream), (gmip_find_track_metadata),
33846         (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
33847         (gmip_find_track_format):
33848         * gst-libs/gst/media-info/media-info-priv.h:
33849         * gst-libs/gst/media-info/media-info-test.c: (main):
33850         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
33851         (gst_media_info_read_idler), (gst_media_info_read):
33852         * gst-libs/gst/media-info/media-info.h:
33853           register debugging category and use it for debugging
33854
33855 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
33856
33857         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
33858         (gst_vorbisfile_new_link):
33859           signal streaminfo through tags
33860
33861 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33862
33863         * ext/mplex/gstmplex.cc:
33864         * ext/mplex/gstmplexibitstream.cc:
33865           g++ doesn't like NULL in our i18n/error macros, should be
33866           either (NULL) or ("").
33867
33868 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33869
33870         * sys/dxr3/dxr3audiosink.c:
33871         * sys/dxr3/dxr3init.c:
33872         * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
33873         * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
33874           Fix more error error error errors (missing includes here).
33875
33876 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33877
33878         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
33879           fix thomas' error errors.
33880
33881 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
33882
33883         * ext/mpeg2enc/gstmpeg2enc.cc:
33884           fix error errors.
33885
33886 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33887
33888         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
33889         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
33890           Fix for new error system.
33891
33892 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
33893
33894         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
33895           fix for new error reporting
33896
33897 2004-01-20  David Schleef  <ds@schleef.org>
33898
33899         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
33900         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
33901         (gst_ximagesink_set_xwindow_id): Change to using a framerate
33902         of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
33903         and neither is 100+, most likely.
33904         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
33905         (gst_xvimagesink_getcaps): same
33906
33907 2004-01-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33908
33909         * configure.ac:
33910           Up version requirement to 2.0.3 (not yet released) to avoid symbol
33911           clashes with ffmpeg.
33912
33913 2004-01-20  Julien MOUTTE  <julien@moutte.net>
33914
33915         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
33916         (gst_switch_init): Fixed switch element : proxying link and setting
33917         caps from src to sink on request.
33918
33919 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
33920
33921         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
33922         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
33923         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
33924         fix element_error
33925
33926 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
33927
33928         * sys/v4l/v4l_calls.h:
33929         * sys/v4l2/v4l2_calls.h:
33930           element_error fixes
33931
33932 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
33933
33934         * gst-libs/gst/gst-i18n-plugin.h:
33935           add locale.h
33936           remove config.h inclusion
33937
33938 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
33939
33940         * autogen.sh:
33941           adding autopoint invocation
33942         * Makefile.am:
33943         * configure.ac:
33944         * gst-libs/gst/gettext.h:
33945           adding gettext bits
33946         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
33947         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
33948         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
33949         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
33950         (gst_gnomevfssink_close_file):
33951         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
33952         * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
33953         * gst-libs/gst/gst-i18n-plugin.h:
33954         * gst/avi/gstavi.c: (plugin_init):
33955         * sys/dxr3/dxr3init.c: (plugin_init):
33956         * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
33957         * sys/oss/gstossaudio.c: (plugin_init):
33958         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
33959         * sys/v4l/gstv4l.c: (plugin_init):
33960         * sys/v4l/v4l_calls.c: (gst_v4l_open):
33961         * sys/v4l2/gstv4l2.c: (plugin_init):
33962         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
33963         (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
33964         (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
33965         (gst_v4l2_set_output), (gst_v4l2_get_frequency),
33966         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
33967         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
33968           make sure locale and translation domain are set
33969           fix translated strings
33970         * po/.cvsignore:
33971         * po/LINGUAS:
33972         * po/Makevars:
33973         * po/POTFILES.in:
33974         * po/nl.po:
33975           put translation files into place
33976         * sys/xvideo/imagetest.c: (main):
33977         * ext/dv/demo-play.c: (main):
33978           fix unnecessary translations
33979
33980 2004-01-19  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33981
33982         * ext/sndfile/gstsf.c:
33983         * gst/avi/gstavimux.c:
33984         * ext/audiofile/gstafsink.c:
33985         * ext/audiofile/gstafsrc.c:
33986         * ext/gnomevfs/gstgnomevfssink.c:
33987         * ext/gnomevfs/gstgnomevfssrc.c:
33988         * sys/oss/gstosselement.c:
33989         * sys/v4l/v4l_calls.h:
33990           fix i18n include
33991
33992 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
33993
33994         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
33995         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
33996         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
33997         (gst_v4l2_get_output), (gst_v4l2_set_output),
33998         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
33999         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
34000         (gst_v4l2_set_attribute):
34001         update to new error handling
34002
34003 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
34004
34005         * ext/sidplay/gstsiddec.cc:
34006         * gst/modplug/gstmodplug.cc:
34007           parenthese NULL because C++ seems angry about it
34008
34009 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
34010
34011         * gst-libs/gst/gst-i18n-plugin.h:
34012           add skeleton i18n stuff, but needs to be further implemented
34013
34014 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
34015
34016         * examples/gstplay/player.c: (main):
34017         * ext/aalib/gstaasink.c: (gst_aasink_open):
34018         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
34019         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
34020         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
34021         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
34022         (gst_afsink_close_file):
34023         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
34024         (gst_afsrc_close_file):
34025         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
34026         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
34027         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
34028         * ext/esd/esdmon.c: (gst_esdmon_get):
34029         * ext/esd/esdsink.c: (gst_esdsink_chain):
34030         * ext/faac/gstfaac.c: (gst_faac_chain):
34031         * ext/faad/gstfaad.c: (gst_faad_chain):
34032         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
34033         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
34034         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
34035         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
34036         (gst_flacdec_loop):
34037         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
34038         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
34039         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
34040         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
34041         (gst_gnomevfssink_close_file):
34042         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
34043         (gst_gnomevfssrc_open_file):
34044         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
34045         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
34046         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
34047         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
34048         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
34049         * ext/mad/gstmad.c: (gst_mad_chain):
34050         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
34051         * ext/mpeg2dec/gstmpeg2dec.c:
34052         * ext/mpeg2enc/gstmpeg2enc.cc:
34053         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
34054         * ext/mplex/gstmplex.cc:
34055         * ext/mplex/gstmplexibitstream.cc:
34056         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
34057         (gst_ogg_demux_push), (gst_ogg_pad_push):
34058         * ext/raw1394/gstdv1394src.c:
34059         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
34060         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
34061         * ext/sidplay/gstsiddec.cc:
34062         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
34063         (gst_sf_loop):
34064         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
34065         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
34066         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
34067         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
34068         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
34069         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
34070         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
34071         * gst-libs/gst/Makefile.am:
34072         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
34073         (gst_riff_read_element_data), (gst_riff_read_seek),
34074         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
34075         * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
34076         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
34077         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
34078         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
34079         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
34080         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
34081         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
34082         * gst/goom/gstgoom.c: (gst_goom_chain):
34083         * gst/id3/gstid3types.c: (gst_id3types_loop):
34084         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
34085         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
34086         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
34087         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
34088         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
34089         (gst_ebml_read_float), (gst_ebml_read_header):
34090         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
34091         (gst_matroska_demux_parse_blockgroup):
34092         * gst/modplug/gstmodplug.cc:
34093         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
34094         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
34095         * gst/oneton/gstoneton.c: (gst_oneton_chain):
34096         * gst/silence/gstsilence.c: (gst_silence_get):
34097         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
34098         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
34099         * gst/speed/gstspeed.c: (speed_loop):
34100         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
34101         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
34102         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
34103         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
34104         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
34105         (gst_wavparse_loop):
34106         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
34107         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
34108         (dxr3audiosink_close):
34109         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
34110         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
34111         (dxr3videosink_close), (dxr3videosink_write_data):
34112         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
34113         * sys/oss/gstosselement.h:
34114         * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
34115         (gst_osssink_chain):
34116         * sys/oss/gstosssrc.c: (gst_osssrc_get):
34117         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
34118         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
34119         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
34120         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
34121         (gst_v4l_enable_overlay):
34122         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
34123         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
34124         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
34125         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
34126         (gst_v4l_set_audio):
34127         * sys/v4l/v4l_calls.h:
34128         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
34129         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
34130         (gst_v4lmjpegsink_playback_init),
34131         (gst_v4lmjpegsink_playback_start):
34132         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
34133         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
34134         (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
34135         (gst_v4lmjpegsrc_requeue_frame):
34136         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
34137         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
34138         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
34139         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
34140         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
34141         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
34142         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
34143         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
34144         (gst_v4l2src_capture_stop):
34145         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
34146         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
34147         (gst_ximagesink_chain):
34148         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
34149         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
34150         (gst_xvideosink_xwindow_new):
34151         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
34152         (gst_xvimagesink_chain):
34153         use new error signal, function and categories
34154
34155 2004-01-18  Jeremy Simon <jesimon@libertysurf.fr>
34156
34157         * configure.ac:
34158         * ext/Makefile.am:
34159         * ext/musicbrainz/gsttrm.c:
34160         * ext/musicbrainz/gsttrm.h:
34161         * ext/musicbrainz/Makefile.am:
34162         Add a trm plugin
34163
34164 2004-01-18  Julien MOUTTE  <julien@moutte.net>
34165
34166         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
34167         (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
34168         synchronous property for debugging.
34169         * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
34170         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
34171         (gst_xvimagesink_set_property): Moving a pointer declaration to a
34172         smaller block, fixing indent.
34173
34174 2004-01-16  David Schleef  <ds@schleef.org>
34175
34176         * gst/videofilter/gstvideobalance.c: Fix regression; changing a
34177         property affects the video stream.
34178         * sys/xvimage/xvimagesink.c:
34179         * sys/xvimage/xvimagesink.h:
34180         Add synchronous property for debugging.  Should probably be
34181         disabled in non-CVS builds.  Make sure that the Xv attribute
34182         exists before we set it (crash!).  Fix a silly float bug that
34183         caused colorbalance to just not work.
34184
34185 2004-01-17  Christian Schaller <Uraeus@gnome.org>
34186
34187         * tools/gst-launch-ext.in - update for new plugins
34188
34189 2004-01-16  David Schleef  <ds@schleef.org>
34190
34191         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
34192         already-freed caps.
34193
34194 2994-01-16  Christian Schaller <Uraeus@gnome.org>
34195
34196         * Update spec for new colorspace plugin and libcaca plugin
34197         * Fix compilation of libcaca plugin (clock -> id)
34198
34199 2004-01-16  Julien MOUTTE <julien@moutte.net>
34200
34201         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
34202         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
34203         (gst_xvimagesink_set_xwindow_id),
34204         (gst_xvimagesink_colorbalance_set_value),
34205         (gst_xvimagesink_colorbalance_get_value),
34206         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
34207         (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
34208         correct colorbalance properties. They can now be set when the element
34209         is still in NULL state. The values will be committed to the Xv Port
34210         when xcontext is initialized.
34211         * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
34212         brightness int values in the GstXvImagesink structure.
34213
34214 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34215
34216         * gst-libs/gst/Makefile.am:
34217           restructure so having local patches works easier.
34218
34219 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34220
34221         * ext/mpeg2enc/Makefile.am:
34222         * ext/mpeg2enc/gstmpeg2enc.cc:
34223         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
34224           Bugfix with respect to EOS handling.
34225
34226 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34227
34228         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
34229           Link with right caps (else, it segfaults).
34230         * ext/mplex/gstmplexjob.cc:
34231           Fix for slight API change in 1.6.1.93 release of mjpegtools.
34232
34233 2004-01-15  David Schleef  <ds@schleef.org>
34234
34235         * gst-libs/gst/audio/Makefile.am:
34236         Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
34237         from the template.
34238         * gst-libs/gst/audio/gstaudiofilter.c:
34239         * gst-libs/gst/audio/gstaudiofilter.h:
34240         Add bytes_per_sample and size and n_samples calculation.
34241         * gst-libs/gst/audio/gstaudiofilterexample.c:
34242         Remove, now autogenerated.
34243         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
34244         Moved from gstaudiofilterexample, object name changed, code added
34245         so that it actually works.
34246         * gst-libs/gst/audio/make_filter:
34247         Script to build an audiofilter subclass from the template.
34248         * gst/colorspace/Makefile.am:
34249         * gst/colorspace/yuv2yuv.c:
34250         Remove file, since it's GPL, and we don't use it.
34251
34252 2004-01-15  Julien MOUTTE  <julien@moutte.net>
34253
34254         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
34255         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
34256         them use the buffer free function to test how the buffer was allocated.
34257
34258 2004-01-15  David Schleef  <ds@schleef.org>
34259
34260         * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
34261         that handles osssink fallback.
34262         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
34263         (gst_audio_convert_getcaps):
34264         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
34265         Add audio/x-qdm2 for QDM2 audio.
34266         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
34267         * gst/sine/gstsinesrc.h: Add example of how to implement tags.
34268         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
34269         Decrease minimum size to 16x16.
34270         * gst/wavparse/gstwavparse.c:
34271         Convert disabled pad template caps to new caps.
34272         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
34273         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
34274         (gst_xvimagesink_chain): Throw element error when display cannot
34275         be opened.  Increase minimum framerate to 1.0.  Check the data
34276         free function on a buffer to make sure it is the type we expect
34277         before manipulating it.
34278
34279 2004-01-15  Julien MOUTTE <julien@moutte.net>
34280
34281         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
34282         (gst_videobalance_colorbalance_set_value): Implement passthru if
34283         settings are in the middle.
34284         * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
34285
34286 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34287
34288         * gst/videofilter/Makefile.am:
34289         * gst/volume/Makefile.am:
34290           Since we use videofilter symbols, link to it.
34291
34292 2004-01-15  Julien MOUTTE <julien@moutte.net>
34293
34294         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
34295         mixer interface type to HARDWARE.
34296         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
34297         type to SOFTWARE.
34298         * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
34299         * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
34300         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
34301         (gst_volume_interface_init), (gst_volume_list_tracks),
34302         (gst_volume_set_volume), (gst_volume_get_volume),
34303         (gst_volume_set_mute), (gst_volume_mixer_init),
34304         (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
34305         (volume_init): Implementing mixer interface.
34306         * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
34307         * sys/oss/gstosselement.c: (gst_osselement_get_type),
34308         (gst_osselement_change_state): Removing some trailing commas in
34309         structures.
34310         * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
34311         interface type to HARDWARE.
34312         * sys/v4l/gstv4lcolorbalance.c:
34313         (gst_v4l_color_balance_interface_init): Setting colorbalance interface
34314         type to HARDWARE.
34315         * sys/v4l2/gstv4l2colorbalance.c:
34316         (gst_v4l2_color_balance_interface_init): Setting colorbalance
34317         interface type to HARDWARE.
34318         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
34319         same code than ximagesink for event handling.
34320
34321 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34322
34323         * ext/snapshot/Makefile.am:
34324         * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
34325         (gst_snapshot_chain):
34326         * ext/snapshot/gstsnapshot.h:
34327           This has to be a joke... Snapshot should be connected to a tee,
34328           colorspace element before it and EOS after that, where the other
34329           src of the tee receives normal data.
34330           The current way is *wrong*.
34331
34332 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34333
34334         * ext/hermes/gsthermescolorspace.c:
34335           Fix another compile error. Same as below.
34336
34337 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34338
34339         * gst/colorspace/gstcolorspace.c:
34340         * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
34341         (gst_colorspace_i420_to_yv12):
34342           Fix compiling... Didn't test if it actually works.
34343
34344 2004-01-15  David Schleef  <ds@schleef.org>
34345
34346         * configure.ac:
34347         * gst/colorspace/Makefile.am:
34348         * gst/colorspace/gstcolorspace.c:
34349         * gst/colorspace/gstcolorspace.h:
34350         * gst/colorspace/yuv2rgb.c:
34351         * gst/colorspace/yuv2rgb.h:
34352         Duplicate the ext/hermes colorspace plugin, and remove Hermes
34353         code and GPL code.  Fix for new caps negotiation.  Rewrite
34354         much of the format handling code, and some of the conversion
34355         code.  Basically, rewrote almost everything.  This element
34356         handles I420, YV12 to RGB conversions.
34357         * ext/hermes/Makefile.am:
34358         * ext/hermes/gsthermescolorspace.c:
34359         Rename colorspace to hermescolorspace.  Fix negotiation issues.
34360         Remove non-Hermes related code.  This element handles lots of
34361         RGB to RGB conversions, but no YUV.
34362         * ext/hermes/gstcolorspace.c:
34363         * ext/hermes/gstcolorspace.h:
34364         * ext/hermes/rgb2yuv.c:
34365         * ext/hermes/yuv2rgb.c:
34366         * ext/hermes/yuv2rgb.h:
34367         * ext/hermes/yuv2rgb_mmx16.s:
34368         * ext/hermes/yuv2yuv.c:
34369         * ext/hermes/yuv2yuv.h:
34370         Remove old code.
34371
34372 2004-01-14  Colin Walters  <walters@verbum.org>
34373
34374         * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
34375         they've already been.
34376
34377 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34378
34379         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
34380           assume tag mode when pad is not connected
34381
34382 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34383
34384         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
34385           Don't update the time of the clock
34386         (gst_alsa_sink_loop):
34387           sync to the clock given to alsasink, not the own clock
34388         * sys/oss/gstosssink.c: (gst_osssink_chain):
34389           sync to the clock
34390         (gst_osssink_change_state):
34391           activate the clock
34392         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
34393         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
34394           remove bogus code that made DISCONT events unhandled
34395         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
34396           explicitly case to double in _set_simple. (fixes 2nd warning in bug
34397           #131502)
34398         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
34399         (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
34400         (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
34401           convert g_warning because of wrong asf data to GST_WARNINGs (fixes
34402           2nd warning in bug #131502)
34403
34404 2004-01-14  Julien MOUTTE  <julien@moutte.net>
34405
34406         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
34407         (gst_videobalance_colorbalance_set_value),
34408         (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
34409         for colorbalance interface implementation.
34410         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
34411         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
34412         (gst_ximagesink_dispose), (gst_ximagesink_init),
34413         (gst_ximagesink_class_init): Adding DISPLAY property.
34414         * sys/ximage/ximagesink.h: Adding display_name to store display.
34415         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
34416         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
34417         (gst_xvimagesink_dispose), (gst_xvimagesink_init),
34418         (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
34419         properties (they still need polishing though for gst-launch use : no
34420         xcontext yet, i ll do that tomorrow).
34421         * sys/xvimage/xvimagesink.h: Adding display_name to store display.
34422
34423 2004-01-14  Julien MOUTTE  <julien@moutte.net>
34424
34425         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
34426         (gst_play_set_location), (gst_play_set_visualization): Preparing
34427         switch integration, adding videobalance in the pipeline.
34428
34429 2004-01-14  Julien MOUTTE <julien@moutte.net>
34430
34431         * gst-libs/gst/colorbalance/colorbalance.c:
34432         (gst_color_balance_class_init): Adding a default type.
34433         * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
34434         the type.
34435         * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
34436         (gst_videobalance_dispose), (gst_videobalance_class_init),
34437         (gst_videobalance_init), (gst_videobalance_interface_supported),
34438         (gst_videobalance_interface_init),
34439         (gst_videobalance_colorbalance_list_channels),
34440         (gst_videobalance_colorbalance_set_value),
34441         (gst_videobalance_colorbalance_get_value),
34442         (gst_videobalance_colorbalance_init): Implementing colorbalance
34443         interface.
34444         * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
34445         list.
34446         * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
34447         bug which was triggering a BadAccess X error when setting an overlay
34448         before pad was really negotiated.
34449         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
34450         Using the colorbalance type macro.
34451
34452 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34453
34454         * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
34455         (gst_flacenc_chain):
34456           handle tags correctly
34457         * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
34458           extract ID3v1 tags correctly
34459
34460 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34461
34462         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
34463         (plugin_init):
34464           Improve matroska typefinding for odd-typed headers...
34465
34466 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34467
34468         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
34469           Fix for using incremental number on padnames.
34470
34471 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34472
34473         * ext/divx/gstdivxdec.c:
34474         * ext/divx/gstdivxenc.c:
34475           Set category to divx4linux instead of divx (too generic).
34476         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
34477         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
34478         (gst_wavparse_loop), (gst_wavparse_change_state):
34479         * gst/wavparse/gstwavparse.h:
34480           fix parsing of WAV files with non-standard fmt-tag size and fix
34481           skipping of unrecognized chunks... Someone please fix this thing
34482           to use rifflib so all this is automated.
34483         * sys/v4l/Makefile.am:
34484         * sys/v4l2/Makefile.am:
34485           Add X_CFLAGS because we depend on X (for overlay).
34486
34487 2004-01-14  Jan Schmidt  <thaytan@mad.scientist.com>
34488
34489         * ext/mpeg2dec/gstmpeg2dec.c:
34490           Don't issue a timestamp unless we tagged the frame
34491           with a PTS.
34492
34493 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34494
34495         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
34496           Query the audio element to get the time, not the clock. We're
34497           interested in the element's time here.
34498
34499 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34500
34501         * ext/aalib/gstaasink.c: (gst_aasink_chain):
34502         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
34503         * ext/esd/esdsink.c: (gst_esdsink_chain):
34504         * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
34505         * ext/mas/massink.c: (gst_massink_chain):
34506         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
34507         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
34508         (gst_matroska_demux_parse_metadata):
34509         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
34510         (gst_mpeg_parse_release_locks):
34511         * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
34512         * gst/udp/gstudpsink.c: (gst_udpsink_chain):
34513         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
34514         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
34515         (gst_osssink_change_state):
34516         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
34517         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
34518         * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
34519         (gst_xvideosink_release_locks):
34520         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
34521           use element time.
34522         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
34523         (gst_alsa_clock_stop):
34524         * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
34525         (gst_audio_clock_get_internal_time):
34526           simplify for use with new clocking code.
34527         * testsuite/alsa/Makefile.am:
34528         * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
34529           fix testsuite for new caps system
34530
34531 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34532
34533         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
34534         * ext/flac/gstflacenc.c: (add_one_tag):
34535           length is already host endian, no need to convert. Fixes playback of
34536           tagged files on PPC. (bug #128384)
34537
34538 2004-01-13  Julien MOUTTE <julien@moutte.net>
34539
34540         * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
34541         colorbalance interface stating if it is hardware based or software
34542         based.
34543         * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
34544         Removing a trailing comma.
34545         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
34546         (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
34547         Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
34548         the documentation seems to be wrong on the -1000 to 1000 interval.
34549
34550 2004-01-12  David Schleef  <ds@schleef.org>
34551
34552         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
34553         (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
34554         (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
34555         Fix negotiation.  Add a bufferalloc function for the sink pad,
34556         and generally clean up some of the code.
34557
34558 2004-01-12  Julien MOUTTE <julien@moutte.net>
34559
34560         * gst-libs/gst/colorbalance/colorbalancechannel.c:
34561         (gst_color_balance_channel_dispose): Adding safety check in dispose
34562         method.
34563         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
34564         (gst_xvimagesink_xcontext_clear),
34565         (gst_xvimagesink_interface_supported),
34566         (gst_xvimagesink_colorbalance_list_channels),
34567         (gst_xvimagesink_colorbalance_set_value),
34568         (gst_xvimagesink_colorbalance_get_value),
34569         (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
34570         Adding colorbalance interface support to set XV parameters such as
34571         HUE, BRIGHTNESS, CONTRAST, SATURATION.
34572         * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
34573         interface.
34574
34575 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
34576
34577         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
34578         (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
34579         (gst_audio_convert_init), (gst_audio_convert_set_property),
34580         (gst_audio_convert_get_property), (gst_audio_convert_chain),
34581         (gst_audio_convert_link),
34582         (gst_audio_convert_buffer_to_default_format),
34583         (gst_audio_convert_buffer_from_default_format), (plugin_init):
34584           - implement _getcaps and use it
34585           - improve linking
34586           - remove float caps since no float conversion is actually done
34587           - remove properties and arguments that were to be used for rate
34588             conversion
34589
34590 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
34591
34592         * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
34593         (gst_audio_structure_set_int):
34594         * gst-libs/gst/audio/audio.h:
34595           add helper functions for _getcaps matching the standard audio
34596           templates
34597
34598 2004-01-12  David Schleef  <ds@schleef.org>
34599
34600         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
34601         Test that pad is negotiated before getting its caps.
34602
34603 2004-01-12  Julien MOUTTE <julien@moutte.net>
34604
34605         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
34606         analyzing the pads of an element the bin is mostly in READY state so
34607         no caps were negotiated. This helper function needs to work with
34608         _get_caps directly then. I was not freeing them though, added that to
34609         fix the mem leak.
34610
34611 2004-01-12  Julien MOUTTE <julien@moutte.net>
34612
34613         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
34614         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
34615         direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
34616         than the free_func.
34617
34618 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
34619
34620         * sys/oss/gstossaudio.c: (plugin_init):
34621         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
34622         * sys/oss/gstosselement.h:
34623           make an oss debugging category
34624           make failure more descriptive
34625
34626 2004-01-11  David Schleef  <ds@schleef.org>
34627
34628         * ext/ffmpeg/gstffmpeg.c:
34629         * ext/ffmpeg/gstffmpegcodecmap.c:
34630         * ext/ffmpeg/gstffmpegdec.c:
34631         * ext/ffmpeg/gstffmpegenc.c:
34632         * ext/ffmpeg/gstffmpegprotocol.c:
34633         * ext/gdk_pixbuf/gstgdkanimation.c:
34634         * ext/jpeg/gstjpeg.c:
34635         * ext/libpng/gstpng.c:
34636         * ext/mpeg2dec/perftest.c:
34637         * ext/speex/gstspeex.c:
34638         * gst-libs/gst/resample/dtos.c:
34639         * gst/intfloat/gstintfloatconvert.c:
34640         * gst/oneton/gstoneton.c:
34641         * gst/rtjpeg/RTjpeg.c:
34642         * gst/rtp/gstrtp.c:
34643         * sys/dxr3/dxr3init.c:
34644         * sys/glsink/gstgl_nvimage.c:
34645         * sys/glsink/gstgl_pdrimage.c:
34646         * sys/glsink/gstglsink.c:
34647         * testsuite/gst-lint:
34648         Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
34649
34650 2004-01-11  David Schleef  <ds@schleef.org>
34651
34652         * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
34653         * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
34654         * ext/gdk_pixbuf/gstgdkanimation.c:
34655         (gst_gdk_animation_iter_create_pixbuf):
34656         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
34657         (gst_gdk_pixbuf_chain):
34658         * ext/gdk_pixbuf/gstgdkpixbuf.h:
34659         * ext/jack/gstjack.c: (gst_jack_change_state):
34660         * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
34661         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
34662         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
34663         * gst/videofilter/gstvideofilter.c:
34664         (gst_videofilter_set_output_size):
34665         Remove all usage of gst_pad_get_caps(), and replace it with
34666         gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
34667
34668 2004-01-11  David Schleef  <ds@schleef.org>
34669
34670         * configure.ac:
34671         * ext/Makefile.am: Fixes to make ext/libcaca compile.
34672         * ext/divx/gstdivxdec.c:
34673         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
34674         (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
34675         handle images that span multiple buffers.  Now work with both
34676         filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
34677         * ext/gdk_pixbuf/gstgdkpixbuf.h:
34678         * ext/libcaca/gstcacasink.h: Fixes needed due to recent
34679         video/video.h changes
34680         * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
34681         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
34682         (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
34683         of GstData free function.
34684         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
34685         same.
34686
34687 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34688
34689         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
34690         (gst_v4l2element_dispose), (gst_v4l2element_set_property),
34691         (gst_v4l2element_get_property):
34692         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
34693           add norm, channel and frequency properties.
34694         * sys/v4l2/gstv4l2tuner.c:
34695           fixes for tuner interface changes
34696         * sys/v4l2/gstv4l2element.h:
34697         * sys/v4l2/gstv4l2src.c:
34698         * sys/v4l2/gstv4l2src.h:
34699         * sys/v4l2/v4l2src_calls.c:
34700         * sys/v4l2/v4l2src_calls.h:
34701           rework v4l2src to work with saa1734 cards and allow mmaped buffers.
34702
34703 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34704
34705         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
34706         (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
34707         (gst_tuner_channel_changed), (gst_tuner_norm_changed),
34708         (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
34709         * gst-libs/gst/tuner/tuner.h:
34710           GObjects aren't const.
34711           Add find_by_name functions.
34712           Add checks to _changed functions.
34713         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
34714         (gst_v4l_tuner_get_norm):
34715           Fixes for above.
34716
34717 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34718
34719         * gst-libs/gst/video/video.h:
34720           Fix caps template names to be understandable.
34721           Prefix everything with GST_VIDEO.
34722         * ext/aalib/gstaasink.c:
34723         * ext/divx/gstdivxdec.c:
34724         * ext/divx/gstdivxenc.c:
34725         * ext/gdk_pixbuf/gstgdkpixbuf.c:
34726         * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
34727         * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
34728         * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
34729         * ext/libcaca/gstcacasink.c:
34730         * ext/libpng/gstpngenc.c: (raw_caps_factory):
34731         * ext/snapshot/gstsnapshot.c:
34732         * ext/swfdec/gstswfdec.c:
34733         * ext/xvid/gstxviddec.c:
34734         * ext/xvid/gstxvidenc.c:
34735         * gst/chart/gstchart.c:
34736         * gst/deinterlace/gstdeinterlace.c:
34737         * gst/effectv/gsteffectv.c:
34738         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
34739         * gst/goom/gstgoom.c:
34740         * gst/median/gstmedian.c:
34741         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
34742         (gst_monoscope_srcconnect), (gst_monoscope_chain):
34743         * gst/overlay/gstoverlay.c:
34744         * gst/smooth/gstsmooth.c:
34745         * gst/smpte/gstsmpte.c:
34746         * gst/synaesthesia/gstsynaesthesia.c:
34747         * gst/videocrop/gstvideocrop.c:
34748         * gst/videodrop/gstvideodrop.c:
34749         * gst/y4m/gsty4mencode.c:
34750         * sys/qcam/gstqcamsrc.c:
34751         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
34752           Make them work with new video.h file.
34753         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
34754         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
34755         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
34756         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
34757           Make it work with new buffer allocation system.
34758
34759 2004-01-11  Julien MOUTTE  <julien@moutte.net>
34760
34761         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
34762         pad_alloc_buffer implementation to use ->srcpad
34763         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
34764         pad_alloc_buffer implementation to use ->srcpad
34765         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):  Fixing the
34766         pad_alloc_buffer implementation to use ->srcpad
34767         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
34768         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
34769         (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
34770         a reference to everything we need.
34771         * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
34772         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
34773         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
34774         (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
34775         a reference to everything we need.
34776         * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
34777
34778 2004-01-11  David Schleef  <ds@schleef.org>
34779
34780         * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
34781         * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
34782         (gst_fenced_buffer_default_copy): Fix for rename of buffer private
34783         structure members.
34784         * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
34785         value during a resize/renegotiation.
34786         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
34787         gst_pad_alloc_buffer();
34788         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
34789         (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
34790         structure members.
34791         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
34792         Fix for rename of buffer private structure members.
34793         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
34794         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
34795         Fix for rename of buffer private structure members.
34796         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
34797         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
34798         Fix for rename of buffer private structure members.
34799
34800 2004-01-11  Arwed v. Merkatz <v.merkatz@gmx.net>
34801
34802         reviewed by: David Schleef <ds@schleef.org>
34803
34804         * gst/videofilter/Makefile.am:
34805         * gst/videofilter/gstgamma.c: Gamma correction filter.  Modified
34806         from the patch by ds to fit in with recent make_filter changes.
34807
34808 2004-01-11  Julien MOUTTE  <julien@moutte.net>
34809
34810         * configure.ac: Adding examples/switch/Makefile
34811         * examples/Makefile.am: Adding examples/switch
34812         * examples/switch/Makefile.am: Adding switcher example.
34813         * examples/switch/switcher.c: (got_eos), (idle_iterate),
34814         (switch_timer), (main): Adding an example demonstrating switch usage
34815         with 2 videotestsrc showing different patterns.
34816         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
34817         (gst_switch_init): Fixing switch with the new caps system.
34818
34819 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34820
34821         * gst-libs/gst/video/video.h:
34822           Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
34823           They should probably be like
34824           GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
34825
34826 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34827
34828         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
34829         (qtdemux_parse_trak):
34830           fix audio chunk size/timestamp calculation
34831
34832 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34833
34834         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
34835           fix SVQ3 caps
34836
34837 2004-01-11  Steve Baker  <steve@stevebaker.org>
34838
34839         * gst/effectv/gstaging.c: (gst_agingtv_get_type),
34840         (gst_agingtv_base_init), (gst_agingtv_class_init),
34841         (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
34842         (gst_agingtv_set_property), (gst_agingtv_get_property):
34843         Port agingTV to videofilter
34844
34845 2004-01-09  Julien MOUTTE <julien@moutte.net>
34846
34847         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
34848         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
34849
34850 2004-01-09  Julien MOUTTE <julien@moutte.net>
34851
34852         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
34853         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
34854         * gst-libs/gst/xoverlay/xoverlay.c:
34855         (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
34856         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
34857         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
34858         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
34859         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
34860         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
34861         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
34862         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
34863         the bufferalloc_function to replace bufferpools, fixing the XOverlay
34864         interface implementation to handle xid being 0 and fix some bugs
34865         triggered by Benjamin's testcase.
34866         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
34867         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
34868         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
34869         the bufferalloc_function to replace bufferpools, fixing the XOverlay
34870         interface implementation to handle xid being 0 and fix some bugs
34871         triggered by Benjamin's testcase.
34872
34873 2004-01-09  David Schleef  <ds@schleef.org>
34874
34875         * ext/librfb/gstrfbsrc.c:  Hacking.  Added actual decoding and
34876         mouse pointer events.  It works.
34877
34878 2004-01-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34879
34880         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
34881           Use explicit caps - fix capsnego.
34882         * ext/xvid/gstxviddec.c:
34883         * ext/xvid/gstxvidenc.c:
34884           Remove macro-inside-macro which caused compile errors.
34885         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
34886           Error out if it's not a RIFF file. Else we error out without
34887           gst_element_error() which is not good...
34888
34889 2004-01-08  David Schleef  <ds@schleef.org>
34890
34891         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
34892         Fix pad_link function to handle formats that ffmpeg returns
34893         as multiple caps structures.
34894         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
34895         Only complain if source buffer is _smaller_ than expected.
34896         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
34897         (gst_videoscale_handle_src_event): Resize navigation events
34898         when passing them upstream.
34899         * gst/videotestsrc/gstvideotestsrc.c:
34900         * gst/videotestsrc/gstvideotestsrc.h:
34901         * gst/videotestsrc/videotestsrc.c:
34902         * gst/videotestsrc/videotestsrc.h:
34903         Rewrite many of the buffer painting functions to handle odd
34904         sizes (for many formats, size%4!=0 or size%8!=0).  Most have
34905         been verified to work with my video card.
34906         * testsuite/gst-lint:  Add check for elements calling
34907         gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
34908
34909 2004-01-08  David Schleef  <ds@schleef.org>
34910
34911         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
34912         (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
34913
34914 2004-01-08  Julien MOUTTE  <julien@moutte.net>
34915
34916         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
34917         configure event is not emiting the desired size signal. That fixes
34918         aspect ratio issues with gst-player.
34919
34920 2004-01-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34921
34922         * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
34923           Fix capsnego.
34924
34925 2004-01-08  Julien MOUTTE  <julien@moutte.net>
34926
34927         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
34928         public method to fire size signal.
34929
34930 2004-01-07  Julien MOUTTE  <julien@moutte.net>
34931
34932         * examples/gstplay/Makefile.am: Adding the interface library.
34933         * gst-libs/gst/play/Makefile.am: Adding the interface library.
34934         * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to         the XOverlay size signal instead of GstVideoSink.
34935         * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
34936         GST_IS_X_OVERLAY before signal connect.
34937         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
34938         Removing the have_video_size signal.
34939         * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
34940         and associated public method.
34941         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
34942         (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
34943         signal.
34944         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
34945         (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
34946         signal.
34947         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
34948         Using XOverlay public method to fire size signal.
34949
34950 2004-01-07  David Schleef  <ds@schleef.org>
34951
34952         * gst/videofilter/Makefile.am:
34953         * gst/videofilter/gstvideotemplate.c:
34954         * gst/videofilter/make_filter:
34955         Create gstvideoexample.c in a srcdir!=builddir friendly way.
34956         Convert make_filter to /bin/sh script.
34957
34958 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
34959
34960         * gst/modplug/gstmodplug.cc: fix element description
34961
34962 2004-01-07  Julien MOUTTE  <julien@moutte.net>
34963
34964         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
34965         (got_video_size): Adding some new lines in g_print calls.
34966         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
34967         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
34968         (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
34969         (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
34970         (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
34971         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
34972         Complete code review, reverting some stuff i disagree with, adding
34973         some fixes : time synchronization on invalid timestamps, renegotiation
34974         of private window.
34975         * sys/ximage/ximagesink.h:
34976         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
34977         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
34978         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
34979         (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
34980         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
34981         (gst_xvimagesink_buffer_new),
34982         (gst_xvimagesink_navigation_send_event),
34983         (gst_xvimagesink_set_xwindow_id),
34984         (gst_xvimagesink_get_desired_size),
34985         (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
34986         stuff i disagree with, adding some fixes : Renegotiation of private
34987         window, implementing get_desired_size.
34988
34989 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34990
34991         * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
34992         (gst_afsink_handle_event):
34993         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
34994         * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
34995         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
34996         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
34997         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
34998           Fix for instantiate-test (see core). Also remove dead code from
34999           jpegenc (which still needs fixing, but that's lower on my TODO
35000           list...).
35001         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
35002           Never return NULL as caps.
35003
35004 2004-01-07  David Schleef  <ds@schleef.org>
35005
35006         * configure.ac:
35007         * ext/Makefile.am:
35008         * ext/librfb/Makefile.am:
35009         * ext/librfb/gstrfbsrc.c:
35010         New source plugin based on librfb-0.1.  RFB (remote framebuffer)
35011         is the protocol used by VNC.
35012
35013 2004-01-07  David Schleef  <ds@schleef.org>
35014
35015         * gst/videofilter/gstvideotemplate.c:
35016         * gst/videofilter/gstvideotemplate.h:
35017         * gst/videofilter/make_filter:
35018         Merge videotemplate header into source file.
35019         * gst/effectv/Makefile.am:
35020         * gst/effectv/gsteffectv.c: (plugin_init):
35021         * gst/effectv/gstwarp.c:
35022         Make warpTV a subclass of videofilter.
35023
35024 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35025
35026         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
35027           Add guard against invalid utf-8 conversions in mad. Just in case.
35028
35029 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35030
35031         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
35032           Fix for bug shown by poisoning
35033
35034 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35035
35036         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
35037         (gst_v4lmjpegsrc_buffer_free):
35038         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
35039         (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
35040         (gst_v4lsrc_buffer_free):
35041           Fix for removed bufferpools.
35042
35043 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
35044
35045         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
35046         Fix caps negotiation.
35047
35048         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
35049         (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
35050         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
35051         (dvdnavsrc_event):
35052         * ext/mpeg2dec/gstmpeg2dec.c:
35053         * gst-libs/gst/navigation/navigation.c:
35054         (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
35055         * gst-libs/gst/navigation/navigation.h:
35056         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
35057         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
35058         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
35059         Super-simple first version of mouse and keyboard events. Clicking
35060         on a DVD menu now works, although it may not take you where you
35061         expected.
35062
35063         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
35064         * gst/videotestsrc/gstvideotestsrc.c:
35065         (gst_videotestsrc_src_fixate):
35066         These fixate functions were broken - they never actually
35067         fixated :)
35068
35069 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35070
35071         * ext/shout/gstshout.c: (gst_icecastsend_base_init),
35072         (gst_icecastsend_init):
35073           fix for new caps system.
35074         * gst-libs/gst/mixer/mixertrack.h:
35075         * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
35076           Add 'master track' flag (for tools like ACME that only want to
35077           change the main volume).
35078
35079 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
35080
35081         * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
35082         (gst_xvid_csp_to_caps):
35083         * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
35084         * ext/xvid/gstxvidenc.c:
35085         ifdef out ARGB type when it isn't available
35086         in xvidcore 1.0.0beta2
35087
35088 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35089
35090         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
35091           When we have received a new SCR right in the first buffer after
35092           a seek (so in the same cycle that handles the discont), we should
35093           handle the buffer instead of unreffing it, else we lose data.
35094
35095 2004-01-06  Iain <iain@prettypeople.org>
35096
35097         * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
35098           buffer-frames caps too.
35099
35100         * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
35101           caps that we need, don't destroy them all and rebuild them. And when
35102           creating src pads, use the src pad template rather than the sink...
35103
35104 2004-01-05  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35105
35106         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
35107           Add pad to element *after* setting functions such as event handler.
35108           Without this, the scheduler (opt) will link pads, set the event
35109           handler from the default event function (dispatcher in gstpad.c)
35110           and *after* that, we will set our own event function, which will
35111           thus never be used (and thus mpegdemux doesn't handle events).
35112
35113 2004-01-04  David Schleef  <ds@schleef.org>
35114
35115         Fix the fixate functions to handle new prototype:
35116         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
35117         * gst/videotestsrc/gstvideotestsrc.c:
35118         (gst_videotestsrc_src_fixate):
35119         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
35120         * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
35121         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
35122
35123 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35124
35125         * sys/ximage/ximagesink.h:
35126         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
35127         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
35128         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
35129         (gst_ximagesink_xoverlay_init):
35130           assorted fixes to make (re)embedding work
35131         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
35132         (gst_ximagesink_get_desired_size):
35133           implement desired size additions to XOverlay
35134
35135 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35136
35137         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
35138         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
35139         (gst_x_overlay_got_desired_size):
35140         * gst-libs/gst/xoverlay/xoverlay.h:
35141           Add optional "desired size" signal and querying.
35142
35143 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35144
35145         * gst/matroska/matroska-demux.c:
35146         (gst_matroska_demux_parse_blockgroup):
35147           Fix EBML-laced block parsing. Diffs are relative to previous
35148           lace, not the first lace. Thanks to Mosu from the Matroska
35149           team for detecting this.
35150         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
35151         (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
35152         (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
35153         (gst_wavparse_change_state):
35154         * gst/wavparse/gstwavparse.h:
35155           Quickfix for capsnego.
35156
35157 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35158
35159         * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
35160           Fix indenting, fix pad creation.
35161
35162 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35163
35164         * ext/xvid/gstxviddec.c: (gst_xviddec_init),
35165         (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
35166         (gst_xviddec_sink_link):
35167           Implement src_getcaps() so proper size caps is negotiated.
35168
35169 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35170
35171         * ext/flac/gstflacdec.c: (gst_flacdec_loop):
35172           Finish flac decoder on EOS. See #116178.
35173
35174 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35175
35176         * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
35177         (gst_matroska_demux_add_stream):
35178         * gst/matroska/matroska-ids.h:
35179           Add getcaps() function to fix capsnego...
35180
35181 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35182
35183         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
35184         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
35185         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
35186           Fix more integer overflows. Again, see #126967.
35187
35188 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35189
35190         * ext/mpeg2dec/gstmpeg2dec.c:
35191           Add support for mpeg2dec-0.4.0 (released two weeks ago). See
35192           #130416.
35193
35194 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35195
35196         * configure.ac:
35197         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
35198         (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
35199         * ext/xvid/gstxvid.h:
35200         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
35201         (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
35202         (gst_xviddec_src_link), (gst_xviddec_sink_link),
35203         (gst_xviddec_change_state):
35204         * ext/xvid/gstxviddec.h:
35205         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
35206         (gst_xvidenc_base_init), (gst_xvidenc_class_init),
35207         (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
35208         (gst_xvidenc_link), (gst_xvidenc_set_property),
35209         (gst_xvidenc_get_property), (gst_xvidenc_change_state):
35210         * ext/xvid/gstxvidenc.h:
35211           Update xvid plugin to latest xvid (1.0.0-beta3) API.
35212
35213 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35214
35215         * gst/rtp/rtp-packet.c:
35216           Add sys/types.h include, since OS X doesn't define in_addr_t
35217           in netinet/in.h, like it does on Linux (see #129600).
35218
35219 2004-01-03  Thomas Canty <tommydal@optushome.com.au>
35220
35221         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
35222
35223         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
35224           Correct logic of dispose function (see #129306).
35225
35226 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35227
35228         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
35229         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
35230         (gst_mpeg_parse_init):
35231         * gst/mpegstream/gstmpegparse.h:
35232           Remove clock (which was never provided, i.e. dead code), and
35233           also fix integer overflows at high PTS values (see #126967).
35234
35235 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35236
35237         * ext/flac/gstflacdec.c:
35238         * ext/libpng/gstpngenc.h:
35239         * ext/mikmod/gstmikmod.h:
35240           OS X fixes (see #126628).
35241
35242 2004-01-02  David Schleef  <ds@schleef.org>
35243
35244         * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
35245         (gst_alsa_src_base_init): Remove bogus "src" request pad.
35246         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
35247         (gst_mpeg_parse_class_init): Move pad template registration
35248         to class_init, since the derived class (mpegdemux) doesn't
35249         want them.
35250
35251 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35252
35253         * sys/ximage/Makefile.am:
35254         * sys/xvideo/Makefile.am:
35255         * sys/xvimage/Makefile.am:
35256           Move interface libs from LDFLAGS to LIBADD, fix relocation errors
35257           after installation (see #127664).
35258
35259 2004-01-02  David Schleef  <ds@schleef.org>
35260
35261         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
35262         (gst_ffmpegenc_connect):  Negotiation fixes.
35263         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
35264         Remove inappropriate gst_caps_free().
35265         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
35266         Reenable Ronald's internal resize code, since the core handles
35267         it correctly now.
35268
35269 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35270
35271         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
35272         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
35273         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
35274           Fix pad template stuff.
35275
35276 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35277
35278         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
35279         * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
35280           fix signed integer reading/writing.
35281
35282 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35283
35284         * ext/alsa/README:
35285           Remove outdated document
35286
35287 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
35288
35289         * gst/cutter/gstcutter.c: (gst_cutter_init):
35290           src pad was being created twice - oops.
35291
35292 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35293
35294         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
35295           Comment out internal resize. It doesn't handle the resulting
35296           XEvent internally, does another try_set_caps() which leads to
35297           a really nice loop.
35298           Real fix will come when Julien and Dave are awake. ;).
35299
35300 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35301
35302         * ext/mpeg2enc/gstmpeg2enc.cc:
35303           fix const/nonconst compile issue.
35304
35305 2004-01-02  David Schleef  <ds@schleef.org>
35306
35307         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
35308         (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
35309         Add fixate function and a check for bad formats.
35310
35311 2004-01-01  David Schleef  <ds@schleef.org>
35312
35313         Negotiation fixes:
35314         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
35315         (gst_audiofilter_init):
35316         * gst/debug/efence.c: (gst_efence_init):
35317         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
35318         (gst_deinterlace_init):
35319         * gst/volume/gstvolume.c: (volume_connect):
35320
35321 2004-01-01  David Schleef  <ds@schleef.org>
35322
35323         Convert elements to use gst_pad_use_explicit_caps() where
35324         appropriate:
35325         * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
35326         * ext/audiofile/gstafparse.c: (gst_afparse_init),
35327         (gst_afparse_open_file):
35328         * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
35329         (gst_afsrc_open_file):
35330         * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
35331         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
35332         (gst_ffmpegdec_chain):
35333         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
35334         * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
35335         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
35336         (gst_gdk_pixbuf_chain):
35337         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
35338         (gst_jpegdec_chain):
35339         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
35340         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
35341         (gst_mikmod_negotiate):
35342         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
35343         (gst_mpeg2dec_negotiate_format):
35344         * ext/mpeg2enc/gstmpeg2enc.cc:
35345         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
35346         * ext/speex/gstspeexdec.c: (gst_speexdec_init),
35347         (gst_speexdec_sinkconnect):
35348         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
35349         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
35350         (gst_vorbisfile_new_link):
35351         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
35352         (gst_ac3parse_chain):
35353         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
35354         (gst_asf_demux_setup_pad):
35355         * gst/auparse/gstauparse.c: (gst_auparse_init),
35356         (gst_auparse_chain):
35357         * gst/id3/gstid3types.c: (gst_id3types_loop):
35358         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
35359         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
35360         (mp1videoparse_parse_seq):
35361         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
35362         (bpf_from_header):
35363         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
35364         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
35365         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
35366         (gst_mpeg_parse_send_data):
35367         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
35368         (gst_qtdemux_add_stream):
35369         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
35370         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
35371         (gst_wavparse_parse_fmt):
35372
35373 2004-01-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35374
35375         * configure.ac:
35376           Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
35377           1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
35378           it therefore uses the wrong include paths. Too bad... Note
35379           that 1.6.1.93 is not release yet. ;).
35380           Also add a check for mplex, which is now using the lib'ified
35381           mplex from mjpegtools, too.
35382         * ext/ffmpeg/gstffmpegcodecmap.c:
35383           Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
35384           issues. I don't think ffmpeg handles 3ivx correctly, so this
35385           probably won't work. But it won't hurt either.
35386         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
35387         (gst_ffmpegdec_chain):
35388         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
35389         (gst_ffmpegenc_chain_audio):
35390           Fix memleak in audio encoding. Close codec if open fails, this
35391           calls the cleanup routines so we can re-use the context.
35392         * ext/mpeg2enc/gstmpeg2enc.cc:
35393           Fix pad template names/types, fix memory issue with getcaps().
35394         * ext/mpeg2enc/gstmpeg2encoder.cc:
35395         * ext/mpeg2enc/gstmpeg2encoder.hh:
35396           Fix compile issue with new caps system (const thingy).
35397         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
35398         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
35399           We read a first frame right on initing, so that we have a caps
35400           when we init the output. This caps is cached in padprivate and
35401           read as first frame.
35402         * ext/mplex/Makefile.am:
35403         * ext/mplex/gstmplex.cc:
35404         * ext/mplex/gstmplex.h:
35405         * ext/mplex/gstmplex.hh:
35406         * ext/mplex/gstmplexibitstream.cc:
35407         * ext/mplex/gstmplexibitstream.hh:
35408         * ext/mplex/gstmplexjob.cc:
35409         * ext/mplex/gstmplexjob.hh:
35410         * ext/mplex/gstmplexoutputstream.cc:
35411         * ext/mplex/gstmplexoutputstream.hh:
35412           We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
35413           had issues, didn't do capsnego, supported only a subset of the
35414           mplex features and required a mplex fork in our local CVS. Plus
35415           that it worked agaist a very old mplex version. Rewriting was
35416           faster than updating it.
35417         * gst-libs/ext/Makefile.am:
35418         * gst-libs/ext/mplex/INSTRUCT:
35419         * gst-libs/ext/mplex/Makefile.am:
35420         * gst-libs/ext/mplex/README:
35421         * gst-libs/ext/mplex/TODO:
35422         * gst-libs/ext/mplex/ac3strm_in.cc:
35423         * gst-libs/ext/mplex/audiostrm.hh:
35424         * gst-libs/ext/mplex/audiostrm_out.cc:
35425         * gst-libs/ext/mplex/aunit.hh:
35426         * gst-libs/ext/mplex/bits.cc:
35427         * gst-libs/ext/mplex/bits.hh:
35428         * gst-libs/ext/mplex/buffer.cc:
35429         * gst-libs/ext/mplex/buffer.hh:
35430         * gst-libs/ext/mplex/fastintfns.h:
35431         * gst-libs/ext/mplex/format_codes.h:
35432         * gst-libs/ext/mplex/inputstrm.cc:
35433         * gst-libs/ext/mplex/inputstrm.hh:
35434         * gst-libs/ext/mplex/lpcmstrm_in.cc:
35435         * gst-libs/ext/mplex/mjpeg_logging.cc:
35436         * gst-libs/ext/mplex/mjpeg_logging.h:
35437         * gst-libs/ext/mplex/mjpeg_types.h:
35438         * gst-libs/ext/mplex/mpastrm_in.cc:
35439         * gst-libs/ext/mplex/mpegconsts.cc:
35440         * gst-libs/ext/mplex/mpegconsts.h:
35441         * gst-libs/ext/mplex/mplexconsts.hh:
35442         * gst-libs/ext/mplex/multplex.cc:
35443         * gst-libs/ext/mplex/outputstream.hh:
35444         * gst-libs/ext/mplex/padstrm.cc:
35445         * gst-libs/ext/mplex/padstrm.hh:
35446         * gst-libs/ext/mplex/stillsstream.cc:
35447         * gst-libs/ext/mplex/stillsstream.hh:
35448         * gst-libs/ext/mplex/systems.cc:
35449         * gst-libs/ext/mplex/systems.hh:
35450         * gst-libs/ext/mplex/vector.cc:
35451         * gst-libs/ext/mplex/vector.hh:
35452         * gst-libs/ext/mplex/videostrm.hh:
35453         * gst-libs/ext/mplex/videostrm_in.cc:
35454         * gst-libs/ext/mplex/videostrm_out.cc:
35455         * gst-libs/ext/mplex/yuv4mpeg.cc:
35456         * gst-libs/ext/mplex/yuv4mpeg.h:
35457         * gst-libs/ext/mplex/yuv4mpeg_intern.h:
35458         * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
35459           We don't fork mjpegtools' mplex in our CVS anymore.
35460         * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
35461         (gst_avi_demux_add_stream):
35462         * gst/avi/gstavidemux.h:
35463           Add getcaps() function for proper caps nego. This makes some
35464           parts of AVI playback/reading work.
35465         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
35466           Resize window on new capsnego. This is probably wrong, but
35467           I'm still committing it because with current capsnego, the
35468           first successfull capsnego is auto-fixated, therefore rounded
35469           down to the lowest values in the caps. this results in a 16x16
35470           XWindow that is not reized when real capsnego finishes.
35471           Dave, I see more cases of this, do you know a proper solution?
35472         * tools/gst-launch-ext.in:
35473           Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
35474
35475 2003-12-31  David Schleef  <ds@schleef.org>
35476
35477         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
35478         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
35479           Change gst_pad_proxy_link() to gst_pad_try_set_caps()
35480
35481 2003-12-30  David Schleef  <ds@schleef.org>
35482
35483         * ext/ffmpeg/gstffmpegcolorspace.c:
35484         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
35485         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
35486         (gst_ffmpegcsp_chain): Negotiation fixes
35487         * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
35488         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
35489         (gst_audio_convert_link), (gst_audio_convert_channels):
35490         * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
35491         (gst_audioscale_link), (gst_audioscale_get_buffer),
35492         (gst_audioscale_chain): Negotiation fixes
35493         * gst/audioscale/gstaudioscale.h:
35494         * gst/videofilter/gstvideofilter.c:
35495         (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
35496         (gst_videofilter_link), (gst_videofilter_init),
35497         (gst_videofilter_set_output_size), (gst_videofilter_setup),
35498         (gst_videofilter_find_format_by_structure):
35499         * gst/videofilter/gstvideofilter.h: Negotiation fixes
35500         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
35501         (gst_videoscale_link):
35502         * gst/videoscale/videoscale.c: (videoscale_get_structure),
35503         (videoscale_find_by_structure), (gst_videoscale_setup):
35504         * gst/videoscale/videoscale.h: Negotiation fixes
35505         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
35506         (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
35507         function, restrict resizing to a multiple of 4 (hack until
35508         everyone supports odd sizes correctly).
35509
35510 2003-12-29  Colin Walters  <walters@verbum.org>
35511
35512         * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
35513         signed.
35514
35515 2003-12-30  Jan Schmidt <thaytan@mad.scientist.com>
35516
35517         * ext/sndfile/gstsf.c: (gst_sf_loop):
35518           Fix warning about discarding const qualifier
35519
35520 2003-12-27  Jeremy Simon   <jesimon@libertysurf.fr>
35521
35522         * gst/cutter/gstcutter.c:
35523         * gst/videoscale/gstvideoscale.c:
35524         * gst/volenv/gstvolenv.c:
35525         * gst-libs/gst/audio/audio.c:
35526         * gst-libs/gst/video/video.c:
35527           Fix warnings
35528
35529 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35530
35531         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
35532           Don't send ALSA debugging to stderr.
35533         * ext/alsa/gstalsa.h:
35534           Use GST_WARNING instead of g_warning when ALSA functions fail.
35535
35536 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35537
35538         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
35539           Free XVAdapterInfo correctly.
35540
35541 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35542
35543         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
35544         (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
35545           Make id3tag use correct caps nego.
35546
35547 2003-12-27  Amaury Jacquot <sxpert@esitcom.org>
35548
35549         * ext/ivorbis/vorbis.c:
35550         * ext/ivorbis/vorbisenc.h:
35551         * ext/ivorbis/vorbisfile.c:
35552           Modify so that it uses the new caps things
35553
35554 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35555
35556         * testsuite/spider/spider1.c: (main):
35557         * testsuite/spider/spider2.c: (main):
35558         * testsuite/spider/spider3.c: (main):
35559           Make tests compile again. They probably don't work.
35560
35561 2003-12-24  Colin Walters  <walters@verbum.org>
35562
35563         * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
35564         we can't fixate the caps anymore.
35565
35566 2003-12-23  David Schleef  <ds@schleef.org>
35567
35568         * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
35569         * sys/oss/gstosssink.c: (gst_osssink_init),
35570         (gst_osssink_sink_fixate): Add fixate function.
35571
35572 2003-12-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35573
35574         * ext/ffmpeg/gstffmpegcodecmap.c:
35575         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
35576         (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
35577         (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
35578         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
35579         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
35580         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
35581         (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
35582           fix typo in RGB masks, and move back to "old" colorspace
35583           capsnego code until whoever wrote this new crap has actually
35584           tested it so that it works.
35585           And yes, this works, keep it that way please.
35586
35587 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35588
35589         * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
35590         (gst_divxdec_init), (gst_divxdec_negotiate):
35591         * ext/divx/gstdivxdec.h:
35592         * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
35593         (gst_divxenc_init):
35594         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
35595         (gst_faac_sinkconnect), (gst_faac_srcconnect):
35596         * ext/mpeg2enc/gstmpeg2enc.cc:
35597         * ext/mpeg2enc/gstmpeg2encoder.cc:
35598         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
35599         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
35600         (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
35601         * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
35602         (dxr3spusink_init):
35603         * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
35604         (dxr3videosink_init):
35605           Fix caps breakage after Dave's caps branch merge.
35606
35607 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35608
35609         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
35610           Fix for 24bpp display.
35611
35612 2003-12-23  Colin Walters  <walters@verbum.org>
35613
35614         * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
35615         a GnomeVFSHandle directly.
35616
35617 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35618
35619         * gst/volume/Makefile.am:
35620         * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
35621         (volume_base_init), (volume_init):
35622           Reenable volume element and fix to work with new caps stuff.
35623           Rhythmbox needs this.
35624
35625 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35626
35627         * gst/qtdemux/qtdemux.c: (plugin_init):
35628           qtdemux requires bytestream
35629
35630 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35631
35632         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
35633           Fix remaining caps handling errors due to CAPS merge.
35634
35635 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35636
35637         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
35638         (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
35639         (gst_faad_srcconnect):
35640           Port to new caps system.
35641
35642 2003-12-21  Julien MOUTTE  <julien@moutte.net>
35643
35644         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
35645         (got_video_size), (main): using g_print instead of g_message.
35646         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
35647         signal which was not emitted because of "switch" element added to the
35648         bin but not connected. (Removing from the bin temporarily)
35649
35650 2003-12-21  Julien MOUTTE  <julien@moutte.net>
35651
35652         * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
35653         find X development files. I don't understand the previous tests and
35654         they fail on my debian/ppc unstable. This one works.
35655         * examples/gstplay/player.c: (main): Set the pipeline to READY before
35656         exiting.
35657         * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
35658         (gst_play_set_video_sink), (gst_play_set_audio_sink),
35659         (gst_play_set_visualization): Add some safety checks in set_ methods
35660         and state_change. This was throwing some ugly CRITICAL messages when
35661         pipeline was getting disposed and casts were failing.
35662
35663 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35664
35665         * configure.ac:
35666           Improve mpeg2enc detection. This is for distributions that do
35667           ship mjpegtools, but without mpeg2enc. Also does object check
35668           for might there ever be ABI incompatibility.
35669         * ext/mpeg2enc/gstmpeg2enc.cc:
35670           Add Andrew as second maintainer (he's helping me), and also add
35671           an error if no caps was set. This happens if I pull before capsnego
35672           and that's something I should solve sometime else.
35673         * gst/matroska/matroska-demux.c:
35674         (gst_matroska_demux_parse_blockgroup):
35675           Fix time parsing.
35676         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
35677         (gst_matroska_mux_track_header):
35678           Add caps to templates.
35679         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
35680           Add mpegversion=1 to prevent confusion with MPEG/AAC.
35681         * gst/mpegstream/gstmpegdemux.c:
35682           Remove layer since it causes warnings about unfixed caps.
35683         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
35684           Fix obvious typo (we error out if caps were set, we should of
35685           course error out if *no* caps were set).
35686         * sys/oss/gstosselement.c: (gst_osselement_convert):
35687           Fix format conversion, we confused bits/bytes.
35688         * sys/oss/gstosselement.h:
35689           Improve documentation for 'bps'.
35690         * sys/v4l/TODO:
35691           Remove stuff about plugins that need removing - this was done
35692           ages ago.
35693         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
35694         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
35695         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
35696         (gst_v4lsrc_src_query):
35697         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
35698         (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
35699           Add get_query_types(), get_formats() and query() functions.
35700
35701 2003-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
35702
35703         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
35704           * moved CVS to freedesktop.org